From: Pedro Alves <pedro@codesourcery.com>
To: gdb-patches@sourceware.org
Cc: "Joseph S. Myers" <joseph@codesourcery.com>
Subject: Re: Remove code handling old ARM aliases from GDB
Date: Wed, 04 May 2011 19:23:00 -0000 [thread overview]
Message-ID: <201105042023.02115.pedro@codesourcery.com> (raw)
In-Reply-To: <Pine.LNX.4.64.1105041859230.1752@digraph.polyomino.org.uk>
On Wednesday 04 May 2011 20:00:14, Joseph S. Myers wrote:
> 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
> <http://sourceware.org/ml/binutils/2011-03/msg00576.html>. OK to
> commit?
Sure, thanks.
> --- sim/testsuite/configure 26 Apr 2010 16:23:23 -0000 1.6
> +++ sim/testsuite/configure 4 May 2011 18:52:03 -0000
> @@ -1823,13 +1823,16 @@
> sim_igen=no
> sim_arch=
> case "${target}" in
> - arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
> + arm*-*-*)
> sim_arch=arm
> sim_testsuite=yes
> ;;
> avr*-*-*)
> sim_arch=avr
> ;;
> + bfin-*-*)
> + sim_arch=bfin
> + ;;
Eh, looks like someone forgot to regenerate this file
before. I see that missing on the branch as well.
I'll fix it.
> cr16*-*-*)
> sim_arch=cr16
> sim_testsuite=yes
--
Pedro Alves
next prev parent reply other threads:[~2011-05-04 19:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-04 19:01 Joseph S. Myers
2011-05-04 19:21 ` Mark Kettenis
2011-05-04 19:23 ` Pedro Alves [this message]
2011-05-04 19:24 ` Pedro Alves
2011-05-05 13:21 ` Hans-Peter Nilsson
2011-05-05 13:47 ` Hans-Peter Nilsson
2011-05-05 14:34 ` Joseph S. Myers
2011-05-05 22:11 ` Hans-Peter Nilsson
2011-05-05 22:34 ` Joseph S. Myers
2011-05-05 23:06 ` Hans-Peter Nilsson
2011-05-05 23:19 ` Joseph S. Myers
2011-05-05 23:52 ` Joseph S. Myers
2011-05-06 0:23 ` Joel Brobecker
2011-05-06 3:00 ` Hans-Peter Nilsson
[not found] ` <Pine.LNX.4.64.1105052349190.20285@digraph.polyomino.org.uk>
2011-05-09 4:53 ` Hans-Peter Nilsson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201105042023.02115.pedro@codesourcery.com \
--to=pedro@codesourcery.com \
--cc=gdb-patches@sourceware.org \
--cc=joseph@codesourcery.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox