* features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.

* arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
This commit is contained in:
Jonathan Larmour
2012-04-20 23:39:58 +00:00
parent 004159a2dc
commit 03145bf42d
3 changed files with 7 additions and 1 deletions

View 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),