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]
Other format: [Raw text]

[PATCH] CRIS downgrade from GDB_MULTI_ARCH 3 to 1


Unfortunately I'm going to have to downgrade the CRIS port from multi arch level 3 to
1, to be able to check in patches that enable shared library debugging (for reasons
explained by Kevin Buettner in
http://sources.redhat.com/ml/gdb-patches/2001-11/msg00106.html).

The cris-tdep.c file falls under my own maintainership, and I assume that the
existing cris.mt and the soon-to-be-added tm-cris.h (both in gdb/config/cris) also do
so, so I'm only seeking approval for this (regrettable) change.


2001-12-20  Orjan Friberg  <orjanf@axis.com>

	* configure.tgt: Delete CRIS from multi-arch targets.


Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.46
diff -u -r1.46 configure.tgt
--- configure.tgt       2001/12/17 16:23:02     1.46
+++ configure.tgt       2001/12/20 14:55:44
@@ -302,7 +302,6 @@
 # map GDB target onto multi-arch support
 
 case "${gdb_target}" in
-cris)          gdb_multi_arch=yes ;;
 d10v)          gdb_multi_arch=yes ;;
 m68hc11)       gdb_multi_arch=yes ;;
 mn10300)       gdb_multi_arch=yes ;;

-- 
Orjan Friberg
Axis Communications AB


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