diff options
author | Nick Clifton <nickc@redhat.com> | 2004-05-21 15:38:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-05-21 15:38:04 +0000 |
commit | 2d643429defea3c00819c1d9a288d424ad76a825 (patch) | |
tree | 8be2842d14c593c384ec38d66ae86902a6316e6e /bfd/Makefile.in | |
parent | 8377c19cc4edbdbb66f30996bd0400ff9ec1562a (diff) | |
download | gdb-2d643429defea3c00819c1d9a288d424ad76a825.zip gdb-2d643429defea3c00819c1d9a288d424ad76a825.tar.gz gdb-2d643429defea3c00819c1d9a288d424ad76a825.tar.bz2 |
Add --hash-size switch to the linker
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 4d4d784..8ee31d2 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1431,7 +1431,7 @@ syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \ targmatch.h -hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h +hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ genlink.h srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ |