From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11170 invoked by alias); 16 May 2002 12:12:04 -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 11111 invoked from network); 16 May 2002 12:12:02 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 16 May 2002 12:12:02 -0000 Received: from cygbert.vinschen.de (vpn50-10.rdu.redhat.com [172.16.50.10]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g4GCAWv04045 for ; Thu, 16 May 2002 05:10:33 -0700 Received: (from corinna@localhost) by cygbert.vinschen.de (8.11.6/8.9.3/Linux sendmail 8.9.3) id g4GCBt801641 for gdb-patches@sources.redhat.com; Thu, 16 May 2002 14:11:55 +0200 Date: Thu, 16 May 2002 05:12:00 -0000 From: Corinna Vinschen To: gdb-patches Subject: [PATCH] forth (and last) multi-arch step for v850 Message-ID: <20020516141155.L2671@cygbert.vinschen.de> Reply-To: gdb-patches Mail-Followup-To: gdb-patches Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22.1i X-SW-Source: 2002-05/txt/msg00636.txt.bz2 Hi, this step just finalizes multi-arching v850. - config/v850/tm-v850.h has been eliminated and removed from v850.mt. - configure.tgt contains a new line `v850) gdb_multi_arch=yes ;;'. Corinna 2002-05-16 Corinna Vinschen * configure.tgt: Mark v850 as multi-arched. * config/v850/tm-v850.h: Remove file. * config/v850/v850.mt: Eliminate TM_FILE. Index: configure.tgt =================================================================== RCS file: /cvs/src/src/gdb/configure.tgt,v retrieving revision 1.64 diff -u -p -r1.64 configure.tgt --- configure.tgt 14 May 2002 15:22:29 -0000 1.64 +++ configure.tgt 16 May 2002 12:05:39 -0000 @@ -310,5 +310,6 @@ d10v) gdb_multi_arch=yes ;; m68hc11) gdb_multi_arch=yes ;; mn10300) gdb_multi_arch=yes ;; x86-64linux) gdb_multi_arch=yes ;; +v850) gdb_multi_arch=yes ;; xstormy16) gdb_multi_arch=yes ;; esac Index: config/v850/tm-v850.h =================================================================== RCS file: config/v850/tm-v850.h diff -N config/v850/tm-v850.h --- config/v850/tm-v850.h 16 May 2002 11:43:08 -0000 1.11 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,23 +0,0 @@ -/* Parameters for execution on an NEC V850 processor. - - Copyright 1996, 1997, 1998, 1999, 2000, 2002 Free Software - Foundation, Inc. - - This file is part of GDB. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - -#define GDB_MULTI_ARCH 2 Index: config/v850/v850.mt =================================================================== RCS file: /cvs/src/src/gdb/config/v850/v850.mt,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 v850.mt --- config/v850/v850.mt 16 Apr 1999 01:34:26 -0000 1.1.1.1 +++ config/v850/v850.mt 16 May 2002 12:05:39 -0000 @@ -1,5 +1,5 @@ # Target: NEC V850 processor TDEPFILES= v850-tdep.o -TM_FILE= tm-v850.h +# TM_FILE= tm-v850.h SIM_OBS = remote-sim.o SIM = ../sim/v850/libsim.a -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:vinschen@redhat.com