diff options
author | Nick Clifton <nickc@redhat.com> | 2003-01-31 10:04:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-01-31 10:04:16 +0000 |
commit | 31f7ba0423bfad4867253963a543e51cc05e0d89 (patch) | |
tree | 06c94aa0aa7e9b6785b4cf18bf3b1f3d88ad564d /bfd/Makefile.in | |
parent | 38a94d44949ff2899b46e0896a2b23d33d71e3d8 (diff) | |
download | binutils-gdb-31f7ba0423bfad4867253963a543e51cc05e0d89.tar.gz |
bfd_follow_gnu_debuglink: New function. Follow the pointer contained inside a
.gnu_debuglink section.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index f3a9830b892..e6a600fd8a2 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -799,7 +799,7 @@ configure.in version.h DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES) OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS) @@ -1410,7 +1410,8 @@ corefile.lo: corefile.c $(INCDIR)/filenames.h format.lo: format.c $(INCDIR)/filenames.h init.lo: init.c $(INCDIR)/filenames.h libbfd.lo: libbfd.c $(INCDIR)/filenames.h -opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h +opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ + $(INCDIR)/objalloc.h reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ |