aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2011-12-06 23:19:43 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2011-12-06 23:19:43 +0000
commit91912e4d08609d91a27931942660fc9c8297b6a9 (patch)
tree2ec8e5861b83e99a643019b8b0706b813449c2f0 /gdb/ChangeLog
parent50275556916ee2979672cab1cfd3e8d58f3b0779 (diff)
downloadgdb-91912e4d08609d91a27931942660fc9c8297b6a9.zip
gdb-91912e4d08609d91a27931942660fc9c8297b6a9.tar.gz
gdb-91912e4d08609d91a27931942660fc9c8297b6a9.tar.bz2
* mips-tdep.c (mips_pc_is_mips16): Reverse the order of checks
performed to determine whether an address refers to standard MIPS or MIPS16 code. (mips16_next_pc): Use mips_pc_is_mips16 instead of is_mips16_addr.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cd9507a..03ab880 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * mips-tdep.c (mips_pc_is_mips16): Reverse the order of checks
+ performed to determine whether an address refers to standard
+ MIPS or MIPS16 code.
+ (mips16_next_pc): Use mips_pc_is_mips16 instead of
+ is_mips16_addr.
+
2011-12-06 Pedro Alves <pedro@codesourcery.com>
* breakpoint.c (breakpoint_restore_shadows): Rename to ...