From 620a590eed13f15ef4cfb5b9e8dbc070dea79ba3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 28 Sep 1994 19:28:24 +0000 Subject: [PATCH] * Makefile.in (gasp.o): Depends upon config.h. --- gas/ChangeLog | 2 ++ gas/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 9a780d1..5a0461b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -20,6 +20,8 @@ Wed Sep 28 14:56:39 1994 Ken Raeburn Wed Sep 28 11:50:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * Makefile.in (gasp.o): Depends upon config.h. + * config/tc-mips.c: Include subsegs.h. (md_apply_fix): If an unconditional b or bal overflows, and we are not assembling PIC code, replace it with a j or jal. diff --git a/gas/Makefile.in b/gas/Makefile.in index b8acda5..8c636c6 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -326,7 +326,7 @@ config-stamp: Makefile conf # Compiling object files from source files. -gasp.o : gasp.c +gasp.o : gasp.c config.h app.o : app.c as.h targ-env.h obj-format.h \ targ-cpu.h struc-symbol.h \ write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h -- 2.7.4