aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-04-05 00:35:29 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-04-05 00:35:29 +0000
commit403c708e0a7034b0226427ef5693f4c7444d7989 (patch)
tree7a027dbf7d088976f02a636f1cc865beaaa196bf /gas/Makefile.in
parent374bdac737b34eb8d4ab46dbd34046e659897051 (diff)
downloadgdb-403c708e0a7034b0226427ef5693f4c7444d7989.zip
gdb-403c708e0a7034b0226427ef5693f4c7444d7989.tar.gz
gdb-403c708e0a7034b0226427ef5693f4c7444d7989.tar.bz2
* frags.c (frag_var): fr_pcrel_adjust renamed to
fr_targ.ns32k.pcrel_adjust. fr_bsr renamed to fr_targ.ns32k.bsr. (frag_variant): Likewise. * Makefile.in: Tweak last entry, cgen.o is in extra_objects!
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 5d93753..e42fec0 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -221,7 +221,6 @@ CFILES = \
as.c \
atof-generic.c \
bignum-copy.c \
- cgen.c \
cond.c \
ecoff.c \
expr.c \
@@ -402,7 +401,6 @@ OBJS = \
as.o \
atof-generic.o \
bignum-copy.o \
- cgen.o \
cond.o \
expr.o \
flonum-konst.o \
@@ -643,6 +641,10 @@ IT_TEST_OBJS= itbl-parse.o itbl-lex.o itbl-test-ops.o
itbl-test: $(IT_TEST_OBJS) itbl-test.o $(LIBDEPS)
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o itbl-test itbl-test.o $(IT_TEST_OBJS) $(LIBS)
+# CGEN interface.
+
+cgen.o: cgen.c cgen-opc.h subsegs.h $(INCDIR)/obstack.h
+
# Remake the info files.
doc: $(srcdir)/as.info
@@ -984,7 +986,6 @@ 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
-cgen.o: cgen.c cgen-opc.h subsegs.h $(INCDIR)/obstack.h
cond.o: cond.c $(INCDIR)/obstack.h
ecoff.o: ecoff.c
expr.o: expr.c $(INCDIR)/obstack.h