This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Remove code handling old ARM aliases from GDB
On Wednesday 04 May 2011 20:23:01, Pedro Alves wrote:
> > + 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.
Done.
--
Pedro Alves
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/sim/testsuite/ChangeLog,v
retrieving revision 1.66
diff -u -p -r1.66 ChangeLog
--- ChangeLog 6 Oct 2010 23:41:20 -0000 1.66
+++ ChangeLog 4 May 2011 19:21:57 -0000
@@ -1,3 +1,7 @@
+2011-05-04 Pedro Alves <pedro@codesourcery.com>
+
+ * configure: Regenerate.
+
2010-10-07 Hans-Peter Nilsson <hp@axis.com>
* sim/cris/c/seek3.c, sim/cris/c/seek4.c: New tests.
Index: configure
===================================================================
RCS file: /cvs/src/src/sim/testsuite/configure,v
retrieving revision 1.6
diff -u -p -r1.6 configure
--- configure 26 Apr 2010 16:23:23 -0000 1.6
+++ configure 4 May 2011 19:21:58 -0000
@@ -1830,6 +1830,9 @@ case "${target}" in
avr*-*-*)
sim_arch=avr
;;
+ bfin-*-*)
+ sim_arch=bfin
+ ;;
cr16*-*-*)
sim_arch=cr16
sim_testsuite=yes