From: Ken Raeburn Date: Thu, 11 May 1995 19:03:53 +0000 (+0000) Subject: fix non-mips elf config X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb2c9281589f3177a5aed2619c953ba25a042b5f;p=binutils-gdb.git fix non-mips elf config --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 0a150bfaeb6..efda60d7510 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +Thu May 11 14:58:21 1995 Ken Raeburn + + * 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 * Makefile.in (OBJS): Include @extra_objects@.