From 1d6f438f49769ad4ec70fc617d6a4b3148dc142d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 28 May 1997 21:58:27 +0000 Subject: [PATCH] * Makefile.in: Rebuild dependencies. --- gas/ChangeLog | 2 ++ gas/Makefile.in | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index a0b98e9412..4986578f61 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ Wed May 28 16:17:34 1997 Ian Lance Taylor + * Makefile.in: Rebuild dependencies. + * config/tc-i386.c (tc_gen_reloc): Don't try to convert the type of a BFD_RELOC_RVA reloc. diff --git a/gas/Makefile.in b/gas/Makefile.in index 729c2f07ba..3407dde6d3 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -985,7 +985,8 @@ as.o: as.c subsegs.h $(INCDIR)/obstack.h output-file.h \ sb.h macro.h atof-generic.o: atof-generic.c bignum-copy.o: bignum-copy.c -cond.o: cond.c $(INCDIR)/obstack.h +cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h +depend.o: depend.c ecoff.o: ecoff.c expr.o: expr.c $(INCDIR)/obstack.h flonum-copy.o: flonum-copy.c @@ -996,6 +997,7 @@ gasp.o: gasp.c sb.h macro.h hash.o: hash.c input-file.o: input-file.c input-file.h input-scrub.o: input-scrub.c input-file.h sb.h +itbl-ops.o: itbl-ops.c itbl-ops.h listing.o: listing.c input-file.h subsegs.h literal.o: literal.c subsegs.h $(INCDIR)/obstack.h macro.o: macro.c sb.h macro.h -- 2.34.1