diff options
author | Stan Shebs <shebs@codesourcery.com> | 2000-05-01 16:12:10 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2000-05-01 16:12:10 +0000 |
commit | 5330533d3078b3afbbb01c29bbe5a477b7923e7f (patch) | |
tree | 12e14c3f9957e1dc3c0916d70e06ad172bd8f546 /gdb/Makefile.in | |
parent | e5419804c42acf3b4c85130b48b935db03d29e90 (diff) | |
download | gdb-5330533d3078b3afbbb01c29bbe5a477b7923e7f.zip gdb-5330533d3078b3afbbb01c29bbe5a477b7923e7f.tar.gz gdb-5330533d3078b3afbbb01c29bbe5a477b7923e7f.tar.bz2 |
Remove obsolete Gould configuration:
* configure.host, configure.tgt: Remove Gould configs.
* Makefile.in: Remove Gould-related actions.
* gould-xdep.c, gould-tdep.c, config/gould/*: Remove files.
* NEWS: Mention removal.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 66952ee..5034977 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1062,7 +1062,7 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \ coff-solib.c convex-tdep.c convex-xdep.c \ core-sol2.c core-regset.c core-aout.c corelow.c \ dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \ - go32-nat.c gould-tdep.c gould-xdep.c h8300-tdep.c h8500-tdep.c \ + go32-nat.c h8300-tdep.c h8500-tdep.c \ hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c \ hp-psymtab-read.c hp-symtab-read.c \ i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c i386-linux-nat.c \ @@ -1375,11 +1375,6 @@ go32-nat.o: go32-nat.c $(defs_h) $(inferior_h) gdb_wait.h $(gdbcore_h) \ gnu-nat.o: process_reply_S.h exc_request_S.h notify_S.h msg_reply_S.h \ exc_request_U.h msg_U.h gnu-nat.h -# OBSOLETE gould-tdep.o: gould-tdep.c $(OP_INCLUDE)/np1.h $(defs_h) $(frame_h) \ -# OBSOLETE $(gdbcore_h) $(symtab_h) - -# OBSOLETE gould-xdep.o: gould-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h) - h8300-tdep.o: h8300-tdep.c $(defs_h) $(frame_h) $(symtab_h) h8500-tdep.o: h8500-tdep.c $(bfd_h) $(dis-asm_h) $(defs_h) \ |