diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-05-16 23:27:02 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-05-16 23:27:02 +0000 |
commit | b444036dd9b5c77e2fb42fd655800d645317118c (patch) | |
tree | 09f1ebc013895663566ad2a9c0c8c77dc852761d /gas | |
parent | 7e11b1db3d20d02ddc4532e5bb781a600348224a (diff) | |
download | gdb-b444036dd9b5c77e2fb42fd655800d645317118c.zip gdb-b444036dd9b5c77e2fb42fd655800d645317118c.tar.gz gdb-b444036dd9b5c77e2fb42fd655800d645317118c.tar.bz2 |
* config/tc-mips.c (mips_init_after_args): New function. Set byte_order here.
(md_parse_option): Not here.
(byte_order): Don't bother initializing.
* config/tc-mips.h (mips_init_after_args): Declare.
(tc_init_after_args): New macro.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e9f564f..2808236 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -5,6 +5,11 @@ Tue May 16 16:29:58 1995 Ken Raeburn <raeburn@cujo.cygnus.com> OBJ_PROCESS_STAB): New macros. * config/tc-mips.c: Protect against redefining them also when including obj-elf.h. Test only OBJ_ELF for including elf/mips.h. + (mips_init_after_args): New function. Set byte_order here. + (md_parse_option): Not here. + (byte_order): Don't bother initializing. + * config/tc-mips.h (mips_init_after_args): Declare. + (tc_init_after_args): New macro. * read.c (s_lcomm): Do ELF/ECOFF test at run time, not compile time. |