This is the mail archive of the gdb-patches@sourceware.org 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]

Re: Remove code handling old ARM aliases from GDB


> Date: Wed, 4 May 2011 19:00:14 +0000 (UTC)
> From: "Joseph S. Myers" <joseph@codesourcery.com>
> 
> 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?

Makes sense to me.  Go ahead.

> gdb:
> 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* configure.host (xscale*): Don't handle target.
> 	* configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
> 	handle targets.
> 
> gdb/gdbserver:
> 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* README: Don't mention xscale*-*-linux*.
> 	* configure.srv (xscale*-*-linux*): Don't handle target.
> 
> gdb/testsuite:
> 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* 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  <joseph@codesourcery.com>
> 
> 	* configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
> 	handle targets.
> 	* configure: Regenerate.
> 
> sim/testsuite:
> 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* 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*-*-*.


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