diff options
author | Jonathan Larmour <jifl@eCosCentric.com> | 2012-04-20 23:39:58 +0000 |
---|---|---|
committer | Jonathan Larmour <jifl@eCosCentric.com> | 2012-04-20 23:39:58 +0000 |
commit | 03145bf42d8f668161585e815fe75eead4ff7822 (patch) | |
tree | b74dbf1594c00c86be74f72f7789b78d99e9e4ab /gdb/features | |
parent | 004159a2dc81629eb8f4ed7c4e7197df6a6960e8 (diff) | |
download | gdb-03145bf42d8f668161585e815fe75eead4ff7822.zip gdb-03145bf42d8f668161585e815fe75eead4ff7822.tar.gz gdb-03145bf42d8f668161585e815fe75eead4ff7822.tar.bz2 |
* features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
* arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
Diffstat (limited to 'gdb/features')
-rw-r--r-- | gdb/features/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile index 873ed85..83f5077 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -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 \ |