* arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
+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>
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),
# 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 \