Joseph S.
authorJoseph Myers <jsm28@cam.ac.uk>
Sun, 2 May 1999 15:17:32 +0000 (08:17 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 2 May 1999 15:17:32 +0000 (08:17 -0700)
commitaf36a4d251dc01522e818b18e61e7bd289419654
treeb681ebe0ca3766b310acec9a645332b6da07953b
parent4014b382ea674616d0b1a981254ce7a26b9919e7
Joseph S.

Joseph S. Myers  <jsm28@cam.ac.uk>
        * pdp11.h (TARGET_SWITCHES): Fix error in previous change.
        (ASSEMBLER_DIALECT): Define.
        (CONDITIONAL_REGISTER_USAGE): Rename floating point registers if
        required for the UNIX assembler.
        (ASM_OUTPUT_INT): Remove.  The compiler will synthesise it.
        (ASM_OUTPUT_ADDR_VEC_PROLOGUE): Remove.
        (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Change to "[" and "]".
        (TRAMPOLINE_TEMPLATE): Use ASM_OUTPUT_SHORT.
        * pdp11.c (output_addr_const_pdp11): Copy of output_addr_const
        adapted to output constants in octal.
        * pdp11.c, pdp11.h, pdp11.md: Use output_addr_const_pdp11 instead
        of output_addr_const.  Output constants in octal.  Use assembler
        dialect alternatives where DEC and UNIX assemblers use different
        instruction names.

From-SVN: r26732
gcc/ChangeLog
gcc/config/pdp11/pdp11.c
gcc/config/pdp11/pdp11.h
gcc/config/pdp11/pdp11.md