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.am | |
parent | 38a94d44949ff2899b46e0896a2b23d33d71e3d8 (diff) | |
download | gdb-31f7ba0423bfad4867253963a543e51cc05e0d89.zip gdb-31f7ba0423bfad4867253963a543e51cc05e0d89.tar.gz gdb-31f7ba0423bfad4867253963a543e51cc05e0d89.tar.bz2 |
bfd_follow_gnu_debuglink: New function. Follow the pointer contained inside a
.gnu_debuglink section.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index bc92764..6f05319 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -877,7 +877,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 \ |