* [patch rfc] Obsolete mips*-*-mach3*
@ 2003-04-02 18:31 Andrew Cagney
2003-04-02 20:11 ` Andrew Cagney
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2003-04-02 18:31 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
Hello,
This patch follows through the proposal to obsolete the mips*-*-mach3*
system (host and target). It was the old DEC PMAX machine.
Baring problems, I'll commit in a week,
Andrew
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 2047 bytes --]
2003-04-02 Andrew Cagney <cagney@redhat.com>
Obsolete mips*-*-mach3*.
* NEWS: Mention that mips*-*-mach3* is obsolete.
* config/nm-m3.h: Obsolete file.
* config/mips/tm-mipsm3.h: Obsolete file.
* config/mips/mipsm3.mt: Obsolete file.
* config/mips/mipsm3.mh: Obsolete file.
* config/mips/xm-mipsm3.h: Obsolete file.
* mipsm3-nat.c: Obsolete file.
* configure.host: Obsolete mips-dec-mach3*.
* configure.tgt: Obsolete mips*-*-mach3*.
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.105
diff -u -r1.105 NEWS
--- NEWS 27 Mar 2003 15:23:17 -0000 1.105
+++ NEWS 2 Apr 2003 18:29:26 -0000
@@ -44,6 +44,7 @@
HP/PA running BSD hppa*-*-bsd*
HP/PA running OSF/1 hppa*-*-osf*
HP/PA Pro target hppa*-*-pro*
+PMAX (MIPS) running Mach 3.0 mips*-*-mach3*
* REMOVED configurations and files
Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.49
diff -u -r1.49 configure.host
--- configure.host 27 Mar 2003 15:23:17 -0000 1.49
+++ configure.host 2 Apr 2003 18:29:26 -0000
@@ -94,7 +94,7 @@
m68*-sun-sunos4*) gdb_host=sun3os4 ;;
m68*-sun-*) gdb_host=sun3os4 ;;
-mips-dec-mach3*) gdb_host=mipsm3 ;;
+# OBSOLETE mips-dec-mach3*) gdb_host=mipsm3 ;;
mips-dec-*) gdb_host=decstation ;;
mips-little-*) gdb_host=littlemips ;;
mips-sgi-irix3*) gdb_host=irix3 ;;
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.99
diff -u -r1.99 configure.tgt
--- configure.tgt 27 Mar 2003 15:23:17 -0000 1.99
+++ configure.tgt 2 Apr 2003 18:29:26 -0000
@@ -172,7 +172,7 @@
build_gdbserver=yes
;;
mips*-*-netbsd*) gdb_target=nbsd ;;
-mips*-*-mach3*) gdb_target=mipsm3 ;;
+# OBSOLETE mips*-*-mach3*) gdb_target=mipsm3 ;;
mips*-*-sysv4*) gdb_target=mipsv4 ;;
mips*-*-sysv*) gdb_target=bigmips ;;
mips*-*-riscos*) gdb_target=bigmips ;;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch rfc] Obsolete mips*-*-mach3*
2003-04-02 18:31 [patch rfc] Obsolete mips*-*-mach3* Andrew Cagney
@ 2003-04-02 20:11 ` Andrew Cagney
2003-04-09 16:16 ` Andrew Cagney
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2003-04-02 20:11 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb-patches
> Hello,
>
> This patch follows through the proposal to obsolete the mips*-*-mach3* system (host and target). It was the old DEC PMAX machine.
>
> Baring problems, I'll commit in a week,
> Andrew
>
>
>
> 2003-04-02 Andrew Cagney <cagney@redhat.com>
>
> Obsolete mips*-*-mach3*.
> * NEWS: Mention that mips*-*-mach3* is obsolete.
> * config/nm-m3.h: Obsolete file.
> * config/mips/tm-mipsm3.h: Obsolete file.
> * config/mips/mipsm3.mt: Obsolete file.
> * config/mips/mipsm3.mh: Obsolete file.
> * config/mips/xm-mipsm3.h: Obsolete file.
> * mipsm3-nat.c: Obsolete file.
> * configure.host: Obsolete mips-dec-mach3*.
> * configure.tgt: Obsolete mips*-*-mach3*.
PS: * m3-nat.c: Obsolete file.
I missed one.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch rfc] Obsolete mips*-*-mach3*
2003-04-02 20:11 ` Andrew Cagney
@ 2003-04-09 16:16 ` Andrew Cagney
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Cagney @ 2003-04-09 16:16 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb-patches
> Hello,
>
> This patch follows through the proposal to obsolete the mips*-*-mach3* system (host and target). It was the old DEC PMAX machine.
>
> Baring problems, I'll commit in a week,
> Andrew
>
>
>
> 2003-04-02 Andrew Cagney <cagney@redhat.com>
>
> Obsolete mips*-*-mach3*.
> * NEWS: Mention that mips*-*-mach3* is obsolete.
> * config/nm-m3.h: Obsolete file.
> * config/mips/tm-mipsm3.h: Obsolete file.
> * config/mips/mipsm3.mt: Obsolete file.
> * config/mips/mipsm3.mh: Obsolete file.
> * config/mips/xm-mipsm3.h: Obsolete file.
> * mipsm3-nat.c: Obsolete file.
> * configure.host: Obsolete mips-dec-mach3*.
> * configure.tgt: Obsolete mips*-*-mach3*.
>
> PS: * m3-nat.c: Obsolete file.
>
> I missed one.
I've checked this in.
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-09 16:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-02 18:31 [patch rfc] Obsolete mips*-*-mach3* Andrew Cagney
2003-04-02 20:11 ` Andrew Cagney
2003-04-09 16:16 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox