From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26586 invoked by alias); 14 Jul 2002 15:13:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26263 invoked from network); 14 Jul 2002 15:09:51 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 14 Jul 2002 15:09:51 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 66A903DB6 for ; Sun, 14 Jul 2002 11:09:33 -0400 (EDT) Message-ID: <3D31942D.9060102@ges.redhat.com> Date: Sun, 14 Jul 2002 08:56:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020708 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [patch/rfc] Obsolete fr30 Content-Type: multipart/mixed; boundary="------------090005080306050605040104" X-SW-Source: 2002-07/txt/msg00299.txt.bz2 This is a multi-part message in MIME format. --------------090005080306050605040104 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 174 Hello, Following on from the d30v, this patch marks the fr30 as obsolete. Baring someone stepping forward to multi-arch this, I'll commit it in a few days. enjoy, Andrew --------------090005080306050605040104 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 3048 Index: gdb/ChangeLog 2002-07-13 Andrew Cagney * NEWS: Mention that the FR30 has been made obsolete. * fr30-tdep.c: Mark file as obsolete. * config/fr30/tm-fr30.h: Ditto. * config/fr30/fr30.mt: Ditto. * configure.tgt: Mark fr30-*-elf as obsolete. * MAINTAINERS: Mark fr30-elf as obsolete. Index: sim/ChangeLog 2002-07-13 Andrew Cagney * configure.in (extra_subdirs): Mark fr30-*-* as obsolete. * configure: Re-generate. Index: sim/fr30/ChangeLog 2002-07-13 Andrew Cagney * Makefile.in: Mark file as obsolete. * cpu.c, arch.h, arch.c, cpu.h, decode.h: Ditto. * decode.c, fr30-sim.h, devices.c, fr30.c: Ditto. * model.c, sem-switch.c, sim-if.c: Ditto. * sim-main.h, traps.c, sem.c: Ditto. * TODO, README: Ditto. * configure.in: Ditto. * configure: Regenerate. Index: gdb/MAINTAINERS =================================================================== RCS file: /cvs/src/src/gdb/MAINTAINERS,v retrieving revision 1.188 diff -u -r1.188 MAINTAINERS --- gdb/MAINTAINERS 14 Jul 2002 00:15:19 -0000 1.188 +++ gdb/MAINTAINERS 14 Jul 2002 01:50:09 -0000 @@ -83,9 +83,7 @@ djgpp --target=i586-pc-msdosdjgpp ,-Werror (See native and host) - fr30 --target=fr30-elf -Werror - Maintenance only - OBSOLETE candidate, not multi-arch + fr30 (--target=fr30-elf OBSOLETE) h8300 --target=h8300hms -Werror Maintenance only Index: gdb/NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.77 diff -u -r1.77 NEWS --- gdb/NEWS 14 Jul 2002 00:28:46 -0000 1.77 +++ gdb/NEWS 14 Jul 2002 01:56:05 -0000 @@ -61,6 +61,7 @@ permanently REMOVED. Mitsubishi D30V d30v-*-* +Fujitsu FR30 fr30-*-elf* * REMOVED configurations and files Index: gdb/configure.tgt =================================================================== RCS file: /cvs/src/src/gdb/configure.tgt,v retrieving revision 1.72 diff -u -r1.72 configure.tgt --- gdb/configure.tgt 14 Jul 2002 00:15:19 -0000 1.72 +++ gdb/configure.tgt 14 Jul 2002 01:56:13 -0000 @@ -72,7 +72,7 @@ h8500-*-*) gdb_target=h8500 ;; -fr30-*-elf*) gdb_target=fr30 ;; +# OBSOLETE fr30-*-elf*) gdb_target=fr30 ;; frv-*-*) gdb_target=frv ;; @@ -285,8 +285,8 @@ vax-*-*) gdb_target=vax ;; -fr30-*-*) gdb_target=fr30 - ;; +# OBSOLETE fr30-*-*) gdb_target=fr30 +# OBSOLETE ;; v850*-*-*) gdb_target=v850 case ${gdb_host} in Index: sim/configure.in =================================================================== RCS file: /cvs/src/src/sim/configure.in,v retrieving revision 1.9 diff -u -r1.9 configure.in --- sim/configure.in 14 Jul 2002 00:15:20 -0000 1.9 +++ sim/configure.in 14 Jul 2002 01:57:31 -0000 @@ -64,7 +64,7 @@ # OBSOLETE only_if_gcc=yes # OBSOLETE extra_subdirs="${extra_subdirs} igen" # OBSOLETE ;; - fr30-*-*) sim_target=fr30 ;; +# OBSOLETE fr30-*-*) sim_target=fr30 ;; h8300*-*-*) sim_target=h8300 ;; h8500-*-*) sim_target=h8500 ;; i960-*-*) sim_target=i960 ;; --------------090005080306050605040104--