aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2017-04-21 05:19:06 -0700
committerJose E. Marchesi <jose.marchesi@oracle.com>2017-04-21 05:19:06 -0700
commit3ab87b688320e02db1bb7ed4bd45323d57737c77 (patch)
tree5fdc75d52d1ce7a9c908aa2835bbd833ee05a607 /opcodes/ChangeLog
parentddef72cdc10d82ba011a7ff81cafbbd3466acf54 (diff)
downloadgdb-3ab87b688320e02db1bb7ed4bd45323d57737c77.zip
gdb-3ab87b688320e02db1bb7ed4bd45323d57737c77.tar.gz
gdb-3ab87b688320e02db1bb7ed4bd45323d57737c77.tar.bz2
opcodes: mark SPARC RETT instructions as v6notv9.
This prevents the disassembler to show `return' instructions as `rett' in V9 and later architectures. opcodes/ChangeLog: 2017-04-21 Jose E. Marchesi <jose.marchesi@oracle.com> * sparc-opc.c (sparc_opcodes): Mark RETT instructions as v6notv9.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 1c898b1..8595f2d 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-21 Jose E. Marchesi <jose.marchesi@oracle.com>
+
+ * sparc-opc.c (sparc_opcodes): Mark RETT instructions as v6notv9.
+
2017-04-21 Nick Clifton <nickc@redhat.com>
PR binutils/21380