aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-01-18 11:01:09 +0000
committerNick Clifton <nickc@redhat.com>2006-01-18 11:01:09 +0000
commit6e2c86ac4d7527225b37dba354e534ed03af747a (patch)
tree9ff1ae877b4f60bd79746acfec636921db4223b1 /binutils/Makefile.am
parentd5259aacd1b5c656cd8faa3a95f23e02f6de1ca1 (diff)
downloadbinutils-6e2c86ac4d7527225b37dba354e534ed03af747a.zip
binutils-6e2c86ac4d7527225b37dba354e534ed03af747a.tar.gz
binutils-6e2c86ac4d7527225b37dba354e534ed03af747a.tar.bz2
PR binutils/1391
* objcopy.c (copy_object): For PE format targets set the VMA of a newly created gnu_debuglink section to a non-zero, aligned, contiguous value. * Makefile.am (objcopy.c): Add a dependency upon libbfd.h. * Makefile.in: Regenerate.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index cda12e1..45b04e3 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -458,7 +458,7 @@ objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
$(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
budbg.h $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h $(BFDDIR)/elf-bfd.h \
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
- $(INCDIR)/bfdlink.h
+ $(INCDIR)/bfdlink.h $(BFDDIR)/libbfd.h
objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
$(INCDIR)/symcat.h ../bfd/bfdver.h $(INCDIR)/progress.h \
bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \