2003-10-06 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Mon, 6 Oct 2003 21:56:40 +0000 (21:56 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 6 Oct 2003 21:56:40 +0000 (21:56 +0000)
* Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
"h8500-tdep.c".
(z8k-tdep.o): Delete custom build rule.

gdb/ChangeLog
gdb/Makefile.in

index 9407734bc0801cecdd950dfa7c1dd3dc59d25470..5ad82d6d82adebcb87ac92fd68ee6ac669f361ea 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-06  Andrew Cagney  <cagney@redhat.com>
+
+       * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
+       "h8500-tdep.c".
+       (z8k-tdep.o): Delete custom build rule.
+
 2003-10-06  Andrew Cagney  <cagney@redhat.com>
 
        * Makefile.in: Update all dependencies.
index c9c6904e6208fec4fdc2f7e4857fd47ede6a05f3..d3cfd8c210e3413e8a3d473297d6f48b741ae27c 100644 (file)
@@ -1260,7 +1260,7 @@ ALLDEPFILES = \
        coff-solib.c \
        core-sol2.c core-regset.c core-aout.c corelow.c \
        dcache.c delta68-nat.c dpx2-nat.c exec.c fork-child.c \
-       go32-nat.c h8300-tdep.c h8500-tdep.c \
+       go32-nat.c h8300-tdep.c \
        hppa-tdep.c hppa-hpux-tdep.c \
        hppab-nat.c hppah-nat.c hpread.c \
        i386-tdep.c i386b-nat.c i386v-nat.c i386-linux-nat.c \
@@ -1304,8 +1304,7 @@ ALLDEPFILES = \
        vx-share/xdr_ld.c vx-share/xdr_ptrace.c vx-share/xdr_rdb.c \
        win32-nat.c \
        xcoffread.c xcoffsolib.c \
-       xstormy16-tdep.c \
-       z8k-tdep.c
+       xstormy16-tdep.c
 
 # Some files need explict build rules (due to -Werror problems) or due
 # to sub-directory fun 'n' games.
@@ -1363,13 +1362,6 @@ v850ice.o: $(srcdir)/v850ice.c
 valprint.o: $(srcdir)/valprint.c
        $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $(srcdir)/valprint.c
 
-# FIXME: z8k-tdep.c calls _initialize_gdbtypes().  Since that isn't
-# declared -Wimplicit fails. It should be using the GDBARCH framework.
-# cagney 1999-09-02.
-z8k-tdep.o: $(srcdir)/z8k-tdep.c
-       $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) \
-               $(srcdir)/z8k-tdep.c
-
 #
 # YACC/LEX dependencies
 #
This page took 0.032967 seconds and 4 git commands to generate.