aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>2012-04-27 18:03:13 +0000
committerDavid S. Miller <davem@redhat.com>2012-04-27 18:03:13 +0000
commit698544e152e041de8aaaaeea99f6f3c00ee99604 (patch)
tree264045c30492ca6144e246820391c0b5cf651a1d /gas/ChangeLog
parent6cda13266f4d767456ccd5ee9f4c8539b463fc0e (diff)
downloadgdb-698544e152e041de8aaaaeea99f6f3c00ee99604.zip
gdb-698544e152e041de8aaaaeea99f6f3c00ee99604.tar.gz
gdb-698544e152e041de8aaaaeea99f6f3c00ee99604.tar.bz2
Add support for sparc compare-and-branch instructions.
opcodes/ * sparc-opc.c (CBCOND): New define. (CBCOND_XCC): Likewise. (cbcond): New helper macro. (sparc_opcodes): Add compare-and-branch instructions. gas/ * config/tc-sparc.c (sparc_arch_table): Add HWCAP_CBCOND to sparc4, v8pluse, v8plusv, v9e, and v9v. (sparc_ip): Handle R_SPARC_5 of immediate constants inline in order to accomodate cbcond which otherwise would require two relocations to be handled in a single instruction.. gas/testsuite/ * gas/sparc/cbcond.s: New file. * gas/sparc/cbcond.d: New file. * gas/sparc/sparc.exp: Run cbcond test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ff8b2ff..ca23ecb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2012-04-27 David S. Miller <davem@davemloft.net>
+ * config/tc-sparc.c (sparc_arch_table): Add HWCAP_CBCOND to
+ sparc4, v8pluse, v8plusv, v9e, and v9v.
+ (sparc_ip): Handle R_SPARC_5 of immediate constants inline in
+ order to accomodate cbcond which otherwise would require two
+ relocations to be handled in a single instruction..
+
* config/tc-sparc.c (sparc_ip): Likewise. Accept instruction
names containing "_".
(sparc_arch_table): Add sparc4, v8pluse, and v9e. Add crypto