From: Corinna Vinschen <vinschen@redhat.com>
To: gdb-patches <gdb-patches@sources.redhat.com>
Subject: [PATCH] forth (and last) multi-arch step for v850
Date: Thu, 16 May 2002 05:12:00 -0000 [thread overview]
Message-ID: <20020516141155.L2671@cygbert.vinschen.de> (raw)
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 <vinschen@redhat.com>
* 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
next reply other threads:[~2002-05-16 12:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-16 5:12 Corinna Vinschen [this message]
2002-05-16 8:24 ` Eli Zaretskii
2002-05-16 12:16 ` Corinna Vinschen
2002-05-16 12:39 ` Eli Zaretskii
2002-05-17 3:14 ` Corinna Vinschen
2002-05-17 10:08 ` Andrew Cagney
2002-05-18 4:22 ` Richard Earnshaw
2002-05-18 14:41 ` Andrew Cagney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020516141155.L2671@cygbert.vinschen.de \
--to=vinschen@redhat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox