diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-12-08 18:55:48 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-12-08 18:55:48 +0000 |
commit | 4c2051c6c94ae19b0f2ded3a2244ecbd4bfb11e4 (patch) | |
tree | f5edf292dddd17c8f7e8316c325a7abde310a580 /gdb/ChangeLog | |
parent | ff011ed785d6a9e25c853f8c69bb5d62bc080fec (diff) | |
download | gdb-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/ChangeLog | 9 |
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. |