diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2016-07-13 01:42:28 -0700 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2016-07-13 16:05:40 +0200 |
commit | 6e7ced37e756420742d51abb044c24d0f1929143 (patch) | |
tree | 47b4f357fd3f938b6f5534db66d1c24d458fbad5 /gas/ChangeLog | |
parent | e87324746c45b0f2cd179ba59a80b43a435a9369 (diff) | |
download | gdb-6e7ced37e756420742d51abb044c24d0f1929143.zip gdb-6e7ced37e756420742d51abb044c24d0f1929143.tar.gz gdb-6e7ced37e756420742d51abb044c24d0f1929143.tar.bz2 |
opcodes,gas: support for the ldtxa SPARC instructions.
This patch adds support for the LDTXA instructions, along with the
corresponding ASIs. Tests for GAS are included.
opcodes/ChangeLog:
2016-07-12 Jose E. Marchesi <jose.marchesi@oracle.com>
* sparc-opc.c (ldtxa): New macro.
(sparc_opcodes): Use the macro defined above to add entries for
the LDTXA instructions.
(asi_table): Add the ASI_TWINX_* asis used in the LDTXA
instruction.
gas/ChangeLog:
2016-07-12 Jose E. Marchesi <jose.marchesi@oracle.com>
* testsuite/gas/sparc/ldtxa.s: New file.
* testsuite/gas/sparc/ldtxa.d: Likewise.
* testsuite/gas/sparc/sparc.exp: Execute the ldtxa test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index da04199..991bb8d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2016-07-12 Jose E. Marchesi <jose.marchesi@oracle.com> + + * testsuite/gas/sparc/ldtxa.s: New file. + * testsuite/gas/sparc/ldtxa.d: Likewise. + * testsuite/gas/sparc/sparc.exp: Execute the ldtxa test. + 2016-07-11 Claudiu Zissulescu <claziss@synopsys.com> * config/tc-arc.c (arc_reloc_op_tag): Allow complex ops for dtpoff. |