This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] d10v is pure multi-arch


FYI,

This is an, er, obvious cleanup.

	Andrew
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.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.31
diff -p -r1.31 configure.tgt
*** configure.tgt	2001/07/10 20:41:54	1.31
--- configure.tgt	2001/07/11 17:56:35
*************** esac
*** 318,322 ****
--- 318,323 ----
  # map GDB target onto multi-arch support
  
  case "${gdb_target}" in
+ d10v)		gdb_multi_arch=yes ;;
  m68hc11)	gdb_multi_arch=yes ;;
  esac
Index: config/d10v/d10v.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/d10v/d10v.mt,v
retrieving revision 1.1.1.2
diff -p -r1.1.1.2 d10v.mt
*** d10v.mt	1999/09/22 03:25:29	1.1.1.2
--- d10v.mt	2001/07/11 17:56:35
***************
*** 1,6 ****
  # Target: Mitsubishi D10V processor
  TDEPFILES= d10v-tdep.o
- TM_FILE= tm-d10v.h
- 
  SIM_OBS= remote-sim.o
  SIM= ../sim/d10v/libsim.a
--- 1,4 ----
Index: config/d10v/tm-d10v.h
===================================================================
RCS file: tm-d10v.h
diff -N tm-d10v.h
*** /sourceware/cvs-tmp/cvskRskNE	Wed Jul 11 10:56:36 2001
--- /dev/null	Tue May  5 13:32:27 1998
***************
*** 1,25 ****
- /* 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
--- 0 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]