From: Alan Modra Date: Tue, 11 Apr 2000 23:58:39 +0000 (+0000) Subject: Fix auto-dependency bug. X-Git-Tag: binutils-2_10~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ae2c6a4d11acf0f168d7543e933fe342d754bda;p=thirdparty%2Fbinutils-gdb.git Fix auto-dependency bug. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 45c2b7b466b..bd09f453e63 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2000-04-12 Alan Modra + * dep-in.sed: Match space before file name, not after. + * Makefile.am: Regenerate dependencies. + * Makefile.in: Regenerate. + * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield case, allow address wrap-around stupidly removed 2000-03-17. Sign extend without an if statement. diff --git a/bfd/Makefile.am b/bfd/Makefile.am index b8537dba4a9..2d389596e54 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -1120,7 +1120,6 @@ irix-core.lo: irix-core.c lynx-core.lo: lynx-core.c osf-core.lo: osf-core.c sco5-core.lo: sco5-core.c libaout.h $(INCDIR)/bfdlink.h -trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h \ - hosts/i386linux.h +trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h cisco-core.lo: cisco-core.c # IF YOU PUT ANYTHING HERE IT WILL GO AWAY diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 17d1ffc2b4f..bb8e06c90f2 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1648,8 +1648,7 @@ irix-core.lo: irix-core.c lynx-core.lo: lynx-core.c osf-core.lo: osf-core.c sco5-core.lo: sco5-core.c libaout.h $(INCDIR)/bfdlink.h -trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h \ - hosts/i386linux.h +trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h cisco-core.lo: cisco-core.c # IF YOU PUT ANYTHING HERE IT WILL GO AWAY diff --git a/bfd/dep-in.sed b/bfd/dep-in.sed index 444dde0c019..9da181ab8fc 100644 --- a/bfd/dep-in.sed +++ b/bfd/dep-in.sed @@ -7,7 +7,7 @@ s!\.o:!.lo:! s! @BFD_H@!!g s!@INCDIR@!$(INCDIR)!g s!@SRCDIR@/!!g -s!hosts/[^ ]*\.h ! !g +s! hosts/[^ ]*\.h! !g s/ sysdep.h//g s! \.\./bfd/sysdep.h!!g s/ libbfd.h//g