This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[PATCH] CRIS downgrade from GDB_MULTI_ARCH 3 to 1
- From: Orjan Friberg <orjan dot friberg at axis dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Thu, 20 Dec 2001 16:02:11 +0100
- Subject: [PATCH] CRIS downgrade from GDB_MULTI_ARCH 3 to 1
- Organization: Axis Communications AB
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