From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23652 invoked by alias); 20 Dec 2001 15:03:32 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23192 invoked from network); 20 Dec 2001 15:02:13 -0000 Received: from unknown (HELO miranda.axis.se) (193.13.178.2) by sources.redhat.com with SMTP; 20 Dec 2001 15:02:13 -0000 Received: from ironmaiden.axis.se (ironmaiden.axis.se [10.13.8.120]) by miranda.axis.se (8.12.1/8.12.1/Debian -2) with ESMTP id fBKF2Bke019584 for ; Thu, 20 Dec 2001 16:02:11 +0100 Received: from axis.com (localhost [127.0.0.1]) by ironmaiden.axis.se (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id QAA19361 for ; Thu, 20 Dec 2001 16:02:11 +0100 X-Authentication-Warning: ironmaiden.axis.se: Host localhost [127.0.0.1] claimed to be axis.com Message-ID: <3C21FD73.449314AA@axis.com> Date: Thu, 20 Dec 2001 07:03:00 -0000 From: Orjan Friberg Organization: Axis Communications AB X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i686) X-Accept-Language: en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [PATCH] CRIS downgrade from GDB_MULTI_ARCH 3 to 1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00516.txt.bz2 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 * 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