* config/obj-coff.h (TE_PE): Delete.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 19 Jul 1995 23:18:57 +0000 (23:18 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 19 Jul 1995 23:18:57 +0000 (23:18 +0000)
commitd0ac7e70392006d35408062b23be63451062caea
tree912a51aacbbfba43d7622e49866fe74f37e9971e
parentd6fc77df4d8c2f1d68d7c582d0cae0b250107dac
* config/obj-coff.h (TE_PE): Delete.
* config/tc-arm.h (BYTE_ORDER): Delete.
(TARGET_FORMAT): Provide value for OBJ_COFF and TE_PE.
(ARM_BI_ENDIAN): Define if OBJ_COFF and TE_PE.
* config/tc-arm.c (byte_order): Delete.
(md_number_to_chars): Reference target_big_endian, not byte_order.
(md_chars_to_number): Likewise.
(md_longopts): Add -EB/-EL if ARM_BI_ENDIAN.
(md_parse_options): Recognize -EB/-EL.
(md_show_usage): List -EB/-EL.
gas/ChangeLog