diff options
author | Jonathan Larmour <jifl@eCosCentric.com> | 2012-03-15 18:53:43 +0000 |
---|---|---|
committer | Jonathan Larmour <jifl@eCosCentric.com> | 2012-03-15 18:53:43 +0000 |
commit | 25f8c692704d6713c7a13d11069bc70b6d758ceb (patch) | |
tree | 7d86822db458478ad31685591f87fe46fe96f2d0 /gdb/ChangeLog | |
parent | 35c63cd8ce5100859789b65ae76c6e5fe6ba47a4 (diff) | |
download | gdb-25f8c692704d6713c7a13d11069bc70b6d758ceb.zip gdb-25f8c692704d6713c7a13d11069bc70b6d758ceb.tar.gz gdb-25f8c692704d6713c7a13d11069bc70b6d758ceb.tar.bz2 |
* arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
(arm_register_g_packet_guesses): New function.
(arm_gdbarch_init): Don't force a target description with
registers when the executable is detected as M-profile. Instead
set gdbarch->tdep->is_m. Register `g' packet guesses.
(_initialize_arm_tdep): Initialize the new target description.
* features/arm-with-m-fpa-layout.xml: New description.
* features/arm-with-m-fpa-layout.c: New, generated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 875d675..4764315 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2012-03-15 Jonathan Larmour <jifl@eCosCentric.com> + Pedro Alves <pedro@codesourcery.com> + + * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c". + (arm_register_g_packet_guesses): New function. + (arm_gdbarch_init): Don't force a target description with + registers when the executable is detected as M-profile. Instead + set gdbarch->tdep->is_m. Register `g' packet guesses. + (_initialize_arm_tdep): Initialize the new target description. + * features/arm-with-m-fpa-layout.xml: New description. + * features/arm-with-m-fpa-layout.c: New, generated. + 2012-03-15 Joel Brobecker <brobecker@adacore.com> * breakpoint.c (breakpoint_xfer_memory): Add assertion. |