fix non-mips elf config
authorKen Raeburn <raeburn@cygnus>
Thu, 11 May 1995 19:03:53 +0000 (19:03 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 11 May 1995 19:03:53 +0000 (19:03 +0000)
gas/ChangeLog

index 0a150bfaeb63f7bdbd6721fc3b6b75524d4a8c90..efda60d7510085c636de8a22a32ccacfb38d02ff 100644 (file)
@@ -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@.
This page took 0.028941 seconds and 4 git commands to generate.