diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-05-11 19:03:53 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-05-11 19:03:53 +0000 |
commit | bb2c9281589f3177a5aed2619c953ba25a042b5f (patch) | |
tree | bef8516dfb29d35bbe39c1971d6eb09f438b4013 /gas | |
parent | d8afcce964c862098004e98eb09318267b5a464c (diff) | |
download | gdb-bb2c9281589f3177a5aed2619c953ba25a042b5f.zip gdb-bb2c9281589f3177a5aed2619c953ba25a042b5f.tar.gz gdb-bb2c9281589f3177a5aed2619c953ba25a042b5f.tar.bz2 |
fix non-mips elf config
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0a150bf..efda60d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +Thu May 11 14:58:21 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * config/obj-elf.c (NEED_ECOFF_DEBUG): Define if ECOFF_DEBUGGING + was defined by header files. Test in preprocessor conditionals + instead of ECOFF_DEBUGGING. + (ecoff_debug_pseudo_table): Make empty if NEED_ECOFF_DEBUG is not + defined. + (obj_read_begin_hook, obj_symbol_new_hook, elf_frob_symbol, + elf_frob_file): Only call ecoff routines if NEED_ECOFF_DEBUG is + defined. + (elf_ecoff_set_ext, elf_get_extr, elf_set_index): Define only if + NEED_ECOFF_DEBUG is defined. + (elf_format_ops): Reference elf_ecoff_set_ext only if + NEED_ECOFF_DEBUG. + Wed May 10 18:09:12 1995 Ken Raeburn <raeburn@cujo.cygnus.com> * Makefile.in (OBJS): Include @extra_objects@. |