diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-07-19 23:18:57 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-07-19 23:18:57 +0000 |
commit | d0ac7e70392006d35408062b23be63451062caea (patch) | |
tree | 912a51aacbbfba43d7622e49866fe74f37e9971e /gas | |
parent | d6fc77df4d8c2f1d68d7c582d0cae0b250107dac (diff) | |
download | gdb-d0ac7e70392006d35408062b23be63451062caea.zip gdb-d0ac7e70392006d35408062b23be63451062caea.tar.gz gdb-d0ac7e70392006d35408062b23be63451062caea.tar.bz2 |
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1eb5e6e..d88e25e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Wed Jul 19 16:08:29 1995 Doug Evans <dje@canuck.cygnus.com> + + * 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 <ian@cygnus.com> * gasp.c (process_assigns): Use toupper before comparing against |