diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-03 00:39:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-03 00:39:53 +0000 |
commit | 8977d4b2194b9cbbcd2258000c5db3176943c570 (patch) | |
tree | 7b711154df2a2db712363993885d74852f9146cc /opcodes/ChangeLog | |
parent | b72ef6b497efc74e18e65e38d25c9c48d79d8de4 (diff) | |
download | gdb-8977d4b2194b9cbbcd2258000c5db3176943c570.zip gdb-8977d4b2194b9cbbcd2258000c5db3176943c570.tar.gz gdb-8977d4b2194b9cbbcd2258000c5db3176943c570.tar.bz2 |
* arm-dis.c (print_insn): Check symtab_size not *symtab.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7628aa4..b7a9eaa 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2009-10-03 Paul Reed <paulreed@paddedcell.com> + + * arm-dis.c (print_insn): Check symtab_size not *symtab. + 2009-10-02 H.J. Lu <hongjiu.lu@intel.com> * i386-opc.tbl: Drop Disp64 on jump and loop instructions. |