* features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
authorJonathan Larmour <jifl@eCosCentric.com>
Fri, 20 Apr 2012 23:39:58 +0000 (23:39 +0000)
committerJonathan Larmour <jifl@eCosCentric.com>
Fri, 20 Apr 2012 23:39:58 +0000 (23:39 +0000)
        * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.

gdb/ChangeLog
gdb/arm-tdep.c
gdb/features/Makefile

index b5e94db12f7f8baabb9ee4ae894980d2dd632cc2..41ab7df83bb5e34b291c5047c4f566fb579c01b5 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
+
+       * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
+       * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
+
 2012-04-20  Nigel Stephens  <nigel@mips.com>
             Maciej W. Rozycki  <macro@codesourcery.com>
 
index 08c5ed4a6c2a0357e68421c0b3cd28f3b7c84bae..b14b944122d229a74c4a328621c570cd3376cf59 100644 (file)
@@ -9686,7 +9686,7 @@ arm_register_g_packet_guesses (struct gdbarch *gdbarch)
         cater for remote targets whose register set layout is the
         same as the FPA layout.  */
       register_remote_g_packet_guess (gdbarch,
-                                     /* r0-r12,sp,lr,pc; f0-f7; fps,cpsr */
+                                     /* r0-r12,sp,lr,pc; f0-f7; fps,xpsr */
                                      (16 * INT_REGISTER_SIZE)
                                      + (8 * FP_REGISTER_SIZE)
                                      + (2 * INT_REGISTER_SIZE),
index 873ed85cacf1eb64558fd84c6ea6958b2218bf43..83f507775f3a89dbee8d5322b1b0fd2dde855a04 100644 (file)
@@ -31,6 +31,7 @@
 #   make GDB=/path/to/gdb XMLTOC="xml files" cfiles
 
 WHICH = arm-with-iwmmxt arm-with-vfpv2 arm-with-vfpv3 arm-with-neon \
+       arm-with-m arm-with-m-fpa-layout \
        i386/i386 i386/i386-linux \
        i386/i386-mmx i386/i386-mmx-linux \
        i386/amd64 i386/amd64-linux \