From 0b6be415509b6dc5de80cb4e151b4a7439734b53 Mon Sep 17 00:00:00 2001 From: "Jose E. Marchesi" Date: Wed, 15 Oct 2014 08:46:54 +0200 Subject: opcodes, elf: annotate instructions with HWCAP2_VIS3B. This patch annotates the following SPARC instructions as VIS3B instructions: ldx *, %efsr, fpadd64, fpsub64, fpcmpule8, fpcmpune8, fpcmpugt8, fpcmpueq8. It also improves the documentation of the VIS3B capability in several headers. Tested in sparc64-unknown-linux-gnu and sparc-unknown-linux-gnu. No visible regressions. opcodes/ChangeLog: 2014-10-17 Jose E. Marchesi * sparc-opc.c (sparc-opcodes): Annotate several instructions with the HWCAP2_VIS3B hwcap. include/opcodes/ChangeLog: 2014-10-17 Jose E. Marchesi * sparc.h (HWCAP2_VIS3B): Documentation improved. include/elf/ChangeLog: 2014-10-17 Jose E. Marchesi * sparc.h (ELF_SPARC_HWCAP2_VIS3B): Documentation improved. --- opcodes/ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'opcodes/ChangeLog') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index dcebadd..93d474a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -2,6 +2,7 @@ * sparc-opc.c (sparc-opcodes): Fix several misplaced hwcap entries. + Annotate several instructions with the HWCAP2_VIS3B hwcap. 2014-10-15 Tristan Gingold -- cgit v1.1