From d0ac7e70392006d35408062b23be63451062caea Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 19 Jul 1995 23:18:57 +0000 Subject: [PATCH] * 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 1eb5e6ed965..d88e25ed438 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Wed Jul 19 16:08:29 1995 Doug Evans + + * 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. + Wed Jul 19 11:49:25 1995 Ian Lance Taylor * gasp.c (process_assigns): Use toupper before comparing against -- 2.30.2