diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-11 17:58:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-11 17:58:15 +0000 |
commit | 216246961f047f51248e0c8d724c4b0be919c383 (patch) | |
tree | 4f8bbafa10fe6dd881283682b2d6541cc32608fe | |
parent | 819cc324665b3ac1842b105d906308f7ab692a76 (diff) | |
download | gdb-216246961f047f51248e0c8d724c4b0be919c383.zip gdb-216246961f047f51248e0c8d724c4b0be919c383.tar.gz gdb-216246961f047f51248e0c8d724c4b0be919c383.tar.bz2 |
* configure.tgt: Mark d10v as pure multi-arch.
* config/d10v/tm-d10v.h: Delete file.
* config/d10v/d10v.mt (TM_FILE): Delete.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/config/d10v/d10v.mt | 2 | ||||
-rw-r--r-- | gdb/config/d10v/tm-d10v.h | 25 | ||||
-rw-r--r-- | gdb/configure.tgt | 1 |
4 files changed, 7 insertions, 27 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2320282..b5edde6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-07-11 Andrew Cagney <ac131313@redhat.com> + + * configure.tgt: Mark d10v as pure multi-arch. + * config/d10v/tm-d10v.h: Delete file. + * config/d10v/d10v.mt (TM_FILE): Delete. + 2001-07-10 Andrew Cagney <ac131313@redhat.com> * serial.h (typedef serial_t): Delete. Replace all references to diff --git a/gdb/config/d10v/d10v.mt b/gdb/config/d10v/d10v.mt index c65e47f..72680e2 100644 --- a/gdb/config/d10v/d10v.mt +++ b/gdb/config/d10v/d10v.mt @@ -1,6 +1,4 @@ # Target: Mitsubishi D10V processor TDEPFILES= d10v-tdep.o -TM_FILE= tm-d10v.h - SIM_OBS= remote-sim.o SIM= ../sim/d10v/libsim.a diff --git a/gdb/config/d10v/tm-d10v.h b/gdb/config/d10v/tm-d10v.h deleted file mode 100644 index eb6723a..0000000 --- a/gdb/config/d10v/tm-d10v.h +++ /dev/null @@ -1,25 +0,0 @@ -/* Target-specific definition for the Mitsubishi D10V - Copyright 1996, 1998, 1999, 2000 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. */ - -/* Contributed by Martin Hunt, hunt@cygnus.com */ - -#define GDB_MULTI_ARCH 1 - -#define NO_EXTRA_ALIGNMENT_NEEDED 1 diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 57cc210..41fbb5e 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -318,5 +318,6 @@ esac # map GDB target onto multi-arch support case "${gdb_target}" in +d10v) gdb_multi_arch=yes ;; m68hc11) gdb_multi_arch=yes ;; esac |