aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2011-12-08 18:55:48 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2011-12-08 18:55:48 +0000
commit4c2051c6c94ae19b0f2ded3a2244ecbd4bfb11e4 (patch)
treef5edf292dddd17c8f7e8316c325a7abde310a580 /gdb/ChangeLog
parentff011ed785d6a9e25c853f8c69bb5d62bc080fec (diff)
downloadgdb-4c2051c6c94ae19b0f2ded3a2244ecbd4bfb11e4.zip
gdb-4c2051c6c94ae19b0f2ded3a2244ecbd4bfb11e4.tar.gz
gdb-4c2051c6c94ae19b0f2ded3a2244ecbd4bfb11e4.tar.bz2
* mips-tdep.c (extended_offset): Correct calculation.
(unpack_mips16): Correct bitfield positions used for extraction of the immediate argument; fix sign-extension of same. (extended_mips16_next_pc): Correct B instruction's offset calculation. Correct register decoding of the BEQZ and BNEZ as well as jump-register instructions. Handle compact jumps.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5b1de64..2fb4758 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2011-12-08 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * mips-tdep.c (extended_offset): Correct calculation.
+ (unpack_mips16): Correct bitfield positions used for extraction
+ of the immediate argument; fix sign-extension of same.
+ (extended_mips16_next_pc): Correct B instruction's offset
+ calculation. Correct register decoding of the BEQZ and BNEZ
+ as well as jump-register instructions. Handle compact jumps.
+
2011-12-08 Tom Tromey <tromey@redhat.com>
* objfiles.h (struct objfile): Remove obsolete comment.