OSDN Git Service

* elflink.c: Include libiberty.h.
authorrsandifo <rsandifo>
Thu, 8 Apr 2004 15:17:34 +0000 (15:17 +0000)
committerrsandifo <rsandifo>
Thu, 8 Apr 2004 15:17:34 +0000 (15:17 +0000)
* Makefile.am (elflink.lo): Depend on libiberty.h.
* Makefile.in: Regenerate.

bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/elflink.c

index 3ae0203..68cc824 100644 (file)
@@ -1,3 +1,9 @@
+2004-04-08  Richard Sandiford  <rsandifo@redhat.com>
+
+       * elflink.c: Include libiberty.h.
+       * Makefile.am (elflink.lo): Depend on libiberty.h.
+       * Makefile.in: Regenerate.
+
 2004-04-06  Daniel Jacobowitz  <drow@mvista.com>
 
        * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
index bc2f64f..c395d32 100644 (file)
@@ -1322,7 +1322,7 @@ elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
   $(INCDIR)/safe-ctype.h
 elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
-  $(INCDIR)/elf/external.h
+  $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
 elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
index aa60ce9..4d4d784 100644 (file)
@@ -1859,7 +1859,7 @@ elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
   $(INCDIR)/safe-ctype.h
 elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
-  $(INCDIR)/elf/external.h
+  $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
 elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
index 5c8072a..4c27f88 100644 (file)
@@ -25,6 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define ARCH_SIZE 0
 #include "elf-bfd.h"
 #include "safe-ctype.h"
+#include "libiberty.h"
 
 bfd_boolean
 _bfd_elf_create_got_section (bfd *abfd, struct bfd_link_info *info)