* 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:
parent
004159a2dc
commit
03145bf42d
@ -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>
|
||||
|
||||
|
@ -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),
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user