From 3ab87b688320e02db1bb7ed4bd45323d57737c77 Mon Sep 17 00:00:00 2001 From: "Jose E. Marchesi" Date: Fri, 21 Apr 2017 05:19:06 -0700 Subject: 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 * sparc-opc.c (sparc_opcodes): Mark RETT instructions as v6notv9. --- opcodes/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'opcodes/ChangeLog') 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 + + * sparc-opc.c (sparc_opcodes): Mark RETT instructions as v6notv9. + 2017-04-21 Nick Clifton PR binutils/21380 -- cgit v1.1