diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-02-10 21:28:03 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-02-10 21:28:03 +0000 |
commit | baf6de2ed9d51cfb8c968cdd9b0b899e09483490 (patch) | |
tree | b81f20381f1340e3692c46562f62430857105b8c /gdb/Makefile.in | |
parent | 9ebb9ec84a6f0face6478b5332c08504615fff60 (diff) | |
download | gdb-baf6de2ed9d51cfb8c968cdd9b0b899e09483490.zip gdb-baf6de2ed9d51cfb8c968cdd9b0b899e09483490.tar.gz gdb-baf6de2ed9d51cfb8c968cdd9b0b899e09483490.tar.bz2 |
Declare Gould configuration obsolete:
* configure.host, configure.tgt: Comment out Gould configs.
* Makefile.in: Comment out Gould-related actions.
* gould-xdep.c, gould-tdep.c, config/gould/*: Comment out.
* NEWS: Mention obsolete status.
And the first one bites the dust...
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ea3b0a1..da217c4 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1259,10 +1259,10 @@ gnu-nat.o: process_reply_S.h exc_request_S.h notify_S.h msg_reply_S.h \ go32-xdep.o: go32-xdep.c -gould-tdep.o: gould-tdep.c $(OP_INCLUDE)/np1.h $(defs_h) $(frame_h) \ - $(gdbcore_h) $(symtab_h) +# OBSOLETE gould-tdep.o: gould-tdep.c $(OP_INCLUDE)/np1.h $(defs_h) $(frame_h) \ +# OBSOLETE $(gdbcore_h) $(symtab_h) -gould-xdep.o: gould-xdep.c $(defs_h) $(gdbcore_h) $(inferior_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) |