diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-03-30 14:41:31 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-03-30 14:41:31 +0000 |
commit | d460e92e4111484ffb8b6e898fde7adb619e4722 (patch) | |
tree | dff9d6449ef01b235ecf23cc30a376b1551c4b87 /opcodes/ChangeLog | |
parent | 87d32bb7b0faf1de5a5f8d2b9a7b6a398a431cc8 (diff) | |
download | gdb-d460e92e4111484ffb8b6e898fde7adb619e4722.zip gdb-d460e92e4111484ffb8b6e898fde7adb619e4722.tar.gz gdb-d460e92e4111484ffb8b6e898fde7adb619e4722.tar.bz2 |
gas/testsuite:
* gas/arm/mapsecs.d, gas/arm/mapsecs.s: New.
opcodes:
* arm-dis.c (print_insn): Also check section matches in backwards
search for mapping symbol.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fb917ce..a98f288 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2009-03-30 Joseph Myers <joseph@codesourcery.com> + + * arm-dis.c (print_insn): Also check section matches in backwards + search for mapping symbol. + 2009-03-26 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (get_valid_dis386): Abort on unhandled table. |