mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* elflink.c: Include libiberty.h.
* Makefile.am (elflink.lo): Depend on libiberty.h. * Makefile.in: Regenerate.
This commit is contained in:
parent
52f89c0ab4
commit
ccf2f65243
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user