From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32292 invoked by alias); 4 May 2011 19:21:58 -0000 Received: (qmail 32280 invoked by uid 22791); 4 May 2011 19:21:57 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 May 2011 19:21:40 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id p44JJ5r4013778; Wed, 4 May 2011 21:19:05 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id p44JJ3oT029257; Wed, 4 May 2011 21:19:03 +0200 (CEST) Date: Wed, 04 May 2011 19:21:00 -0000 Message-Id: <201105041919.p44JJ3oT029257@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: joseph@codesourcery.com CC: gdb-patches@sourceware.org In-reply-to: (joseph@codesourcery.com) Subject: Re: Remove code handling old ARM aliases from GDB References: Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00109.txt.bz2 > Date: Wed, 4 May 2011 19:00:14 +0000 (UTC) > From: "Joseph S. Myers" > > There used to be various alternative target triplets for some ARM > targets such as strongarm*-*-*, thumb*-*-* and xscale*-*-*. These are > now handled by config.sub as aliases for arm*-*-* (or in the case of > ep9312*-*-*, rejected outright by config.sub), so no code in configure > scripts or testsuites needs to allow for the old alternative names any > more; this patch removes code handling them from GDB. I previously > removed such code from binutils in > . OK to > commit? Makes sense to me. Go ahead. > gdb: > 2011-05-04 Joseph Myers > > * configure.host (xscale*): Don't handle target. > * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't > handle targets. > > gdb/gdbserver: > 2011-05-04 Joseph Myers > > * README: Don't mention xscale*-*-linux*. > * configure.srv (xscale*-*-linux*): Don't handle target. > > gdb/testsuite: > 2011-05-04 Joseph Myers > > * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target. > * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle > targets. > * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't > handle targets. > > sim: > 2011-05-04 Joseph Myers > > * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't > handle targets. > * configure: Regenerate. > > sim/testsuite: > 2011-05-04 Joseph Myers > > * configure: Regenerate. > * sim/arm/allinsn.exp (xscale*-*-*): Don't handle target. > * sim/arm/misc.exp (thumb*-*-*, xscale*-*-*): Don't handle > targets. > * sim/arm/iwmmxt/iwmmxt.exp: Test for arm*-*-* instead of > xscale*-*-*. > * sim/arm/thumb/allthumb.exp (thumb*-*-*): Don't handle target. > * sim/arm/xscale/xscale.exp: Test for arm*-*-* instead of > xscale*-*-*.