8sa1-gcc/gcc/config/pdp11
Joseph Myers af36a4d251 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
1999-05-02 08:17:32 -07:00
..
2bsd.h pdp11.h (TARGET_SWITCHES): Add option to vary assembler syntax. 1999-04-09 21:09:40 -06:00
pdp11.c Joseph S. 1999-05-02 08:17:32 -07:00
pdp11.h Joseph S. 1999-05-02 08:17:32 -07:00
pdp11.md Joseph S. 1999-05-02 08:17:32 -07:00
t-pdp11
xm-pdp11.h