pdp11.h (TARGET_SWITCHES): Add option to vary assembler syntax.
authorJoseph Myers <jsm28@cam.ac.uk>
Sat, 10 Apr 1999 03:09:40 +0000 (21:09 -0600)
committerJeff Law <law@gcc.gnu.org>
Sat, 10 Apr 1999 03:09:40 +0000 (21:09 -0600)
commitd14ff9bda2acd72c290a503e987fbae5a0f586fb
treec35692217de9538f6569f1350ab385fbbd99afdf
parent3f1b9b1b90632ed16bcc15a27547482be6020dfb
pdp11.h (TARGET_SWITCHES): Add option to vary assembler syntax.

1999-04-09  Joseph S. Myers  <jsm28@cam.ac.uk>
* pdp11.h (TARGET_SWITCHES): Add option to vary assembler syntax.
(TARGET_DEFAULT): Possibly use UNIX syntax.
(TARGET_UNIX_ASM, TARGET_UNIX_ASM_DEFAULT): New macros.
(REGISTER_NAMES): Use "r5" instead of "fp".
(ASM_OUTPUT_ALIGN): Use ".even" directive, and abort for any
greater alignment.
* 2bsd.h (TARGET_UNIX_ASM_DEFAULT): Default to UNIX assembler
syntax for 2BSD.
* pdp11.c (output_ascii): Use working syntax for ".byte".
(print_operand_address): Use "*" instead of "@" when using UNIX
assembler syntax.

From-SVN: r26325
gcc/ChangeLog
gcc/config/pdp11/2bsd.h
gcc/config/pdp11/pdp11.c
gcc/config/pdp11/pdp11.h