diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2002-05-16 12:11:38 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2002-05-16 12:11:38 +0000 |
commit | bf5f1a526942fda4ccd23ad5c35d33a0c70abc9e (patch) | |
tree | d282f2df146bbb4ed723a3e1e433043414cb3ad8 | |
parent | 435e042a62feb7d45aea323b4e52c248525e25c8 (diff) | |
download | gdb-bf5f1a526942fda4ccd23ad5c35d33a0c70abc9e.zip gdb-bf5f1a526942fda4ccd23ad5c35d33a0c70abc9e.tar.gz gdb-bf5f1a526942fda4ccd23ad5c35d33a0c70abc9e.tar.bz2 |
* configure.tgt: Mark v850 as multi-arched.
* config/v850/tm-v850.h: Remove file.
* config/v850/v850.mt: Eliminate TM_FILE.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/config/v850/tm-v850.h | 23 | ||||
-rw-r--r-- | gdb/config/v850/v850.mt | 2 | ||||
-rw-r--r-- | gdb/configure.tgt | 1 |
4 files changed, 8 insertions, 24 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b87a00f..601ea05 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 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. + +2002-05-16 Corinna Vinschen <vinschen@redhat.com> + * v850-tdep.c: Full multi-arch. * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything. Define GDB_MULTI_ARCH to 2. diff --git a/gdb/config/v850/tm-v850.h b/gdb/config/v850/tm-v850.h deleted file mode 100644 index 414033a..0000000 --- a/gdb/config/v850/tm-v850.h +++ /dev/null @@ -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 diff --git a/gdb/config/v850/v850.mt b/gdb/config/v850/v850.mt index 848bc8d..867f8e6 100644 --- a/gdb/config/v850/v850.mt +++ b/gdb/config/v850/v850.mt @@ -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 diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 322312c..94dd8a6 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -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 |