OSDN Git Service

opcodes/
authordavem <davem>
Wed, 23 Apr 2008 07:49:32 +0000 (07:49 +0000)
committerdavem <davem>
Wed, 23 Apr 2008 07:49:32 +0000 (07:49 +0000)
commit039c164f5f5d6fef5da3e5b1e9aca95204884c97
tree32f985a080df76197666e061d541ce1527936aee
parent3116ada461a072560462599e30e9faf2ba2adee6
opcodes/

* sparc-opc.c (asi_table): Add UltraSPARC and Niagara
extended values.
(prefetch_table): Add missing values.

gas/

* config/tc-sparc.c (v9a_asr_table): Add missing
'stick' and 'stick_cmpr', and document ordering rules
of table.
(tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
BFD_RELOC_SPARC_PC10.
* doc/c-sparc.texi: New section on Sparc constants.
Add documentation for %stick and %stick_cmpr.

gas/testsuite/

* gas/sparc/pc2210.d: New file.
* gas/sparc/pc2210.d: Likewise.
* gas/sparc/sparc.exp: Run new %pc22/%pc10 relocation test.
gas/ChangeLog
gas/config/tc-sparc.c
gas/doc/c-sparc.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/sparc/pc2210.d [new file with mode: 0644]
gas/testsuite/gas/sparc/pc2210.s [new file with mode: 0644]
gas/testsuite/gas/sparc/sparc.exp
opcodes/ChangeLog
opcodes/sparc-opc.c