diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-05-28 21:58:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-05-28 21:58:27 +0000 |
commit | 1d6f438f49769ad4ec70fc617d6a4b3148dc142d (patch) | |
tree | bb68821622811677ff3c861ebba6a441854ca6cd /gas | |
parent | 5ac3db53bbed17f406f7749d018b0a03e0b1941c (diff) | |
download | gdb-1d6f438f49769ad4ec70fc617d6a4b3148dc142d.zip gdb-1d6f438f49769ad4ec70fc617d6a4b3148dc142d.tar.gz gdb-1d6f438f49769ad4ec70fc617d6a4b3148dc142d.tar.bz2 |
* Makefile.in: Rebuild dependencies.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 2 | ||||
-rw-r--r-- | gas/Makefile.in | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a0b98e9..4986578 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ Wed May 28 16:17:34 1997 Ian Lance Taylor <ian@cygnus.com> + * 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 729c2f0..3407dde 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 |