diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-05-16 22:28:26 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-05-16 22:28:26 +0000 |
commit | 739708fa4a9c2380fa80501d60c84b76545f4d72 (patch) | |
tree | e92143abec303f8ba894294f9f237876f1cbe392 /gas/ChangeLog | |
parent | 80a0c990b0cbed5b0371375aeebc8e15337d7a88 (diff) | |
download | gdb-739708fa4a9c2380fa80501d60c84b76545f4d72.zip gdb-739708fa4a9c2380fa80501d60c84b76545f4d72.tar.gz gdb-739708fa4a9c2380fa80501d60c84b76545f4d72.tar.bz2 |
Make Irix 5 configuration work again:
* config/obj-multi.h (obj_frob_symbol, obj_frob_file, S_GET_SIZE, S_SET_SIZE,
S_GET_ALIGN, S_SET_ALIGN, obj_copy_symbol_attributes, 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 184444b..e9f564f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ Tue May 16 16:29:58 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + * config/obj-multi.h (obj_frob_symbol, obj_frob_file, S_GET_SIZE, + S_SET_SIZE, S_GET_ALIGN, S_SET_ALIGN, obj_copy_symbol_attributes, + 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. + * read.c (s_lcomm): Do ELF/ECOFF test at run time, not compile time. |