From ee5cb7fe02747c1bfb0b607ac2b912ab491c1eaf Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 25 Feb 1997 19:28:05 +0000 Subject: [PATCH] * Makefile.in (itbl-lex.o): Remove -Wall. (itbl-parse.o): Likewise. --- gas/ChangeLog | 3 +++ gas/Makefile.in | 18 ++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index d2a07b4f6bf..da23fc25a1d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Tue Feb 25 13:17:27 1997 Ian Lance Taylor + * Makefile.in (itbl-lex.o): Remove -Wall. + (itbl-parse.o): Likewise. + * cond.c (s_ifdef): If we should omit conditionals from listings, call listing_list. (s_if, s_ifc, s_endif, s_else, s_ifeqs): Likewise. diff --git a/gas/Makefile.in b/gas/Makefile.in index 81b2638a72b..fd91454fb9e 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -111,7 +111,7 @@ RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \ RUNTESTFLAGS= # use @target_cpu_type@ for refering to configured target name -IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h itbl-cpu.h +IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h IT_SRCS=itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h IT_OBJS=itbl-parse.o itbl-lex.o itbl-ops.o @@ -175,8 +175,7 @@ LINKED_HEADERS = \ targ-env.h \ targ-cpu.h \ obj-format.h \ - atof-targ.h \ - itbl-cpu.h + atof-targ.h HEADERS = $(LINKED_HEADERS) $(REAL_HEADERS) @@ -433,27 +432,26 @@ itbl-lex.c: $(srcdir)/itbl-lex.l mv -f lex.yy.c itbl-lex.c itbl-lex.o: itbl-lex.c - $(CC) -Wall -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) itbl-lex.c + $(CC) -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) itbl-lex.c itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y $(YACC) -d $(YACCFLAGS) $(srcdir)/itbl-parse.y mv -f y.tab.c itbl-parse.c mv -f y.tab.h itbl-parse.h -itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h itbl-cpu.h - $(CC) -Wall -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) itbl-parse.c +itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h + $(CC) -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) itbl-parse.c itbl-ops.o: $(srcdir)/itbl-ops.c \ - $(srcdir)/itbl-ops.h itbl-cpu.h itbl-parse.h + $(srcdir)/itbl-ops.h itbl-parse.h $(CC) -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) $(srcdir)/itbl-ops.c # stand-alone itbl assembler & disassembler itbl-test-ops.o: $(srcdir)/itbl-ops.c \ - $(srcdir)/itbl-ops.h itbl-cpu.h itbl-parse.h + $(srcdir)/itbl-ops.h itbl-parse.h $(CC) -o itbl-test-ops.o -DSTAND_ALONE -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) $(srcdir)/itbl-ops.c -itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h\ - itbl-cpu.h +itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h $(CC) -c -DSTAND_ALONE $(ALL_CFLAGS) $(INCLUDES)\ $(srcdir)/testsuite/gas/all/itbl-test.c -- 2.30.2