2012-09-17 Yufeng Zhang <yufeng.zhang@arm.com>
gas: * config/tc-aarch64.c (aarch64_archs): Rename 'armv8' to 'armv8-a'. gas/testsuite: * gas/aarch64/crypto.d (#as): Update for v8->v8-A change. * gas/aarch64/int-insns.d (#as): Likewise. * gas/aarch64/legacy_reg_names.s (.arch): Likewise. * gas/aarch64/neon-not.s (.arch): Likewise. * gas/aarch64/neon-vfp-reglist-post.s (.arch): Likewise. * gas/aarch64/neon-vfp-reglist.s (.arch): Likewise.
This commit is contained in:
parent
062f38fa2f
commit
5a1ad39d72
9 changed files with 20 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-09-17 Yufeng Zhang <yufeng.zhang@arm.com>
|
||||
|
||||
* config/tc-aarch64.c (aarch64_archs): Rename 'armv8' to 'armv8-a'.
|
||||
|
||||
2012-09-14 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
|
|
@ -7020,7 +7020,7 @@ struct aarch64_arch_option_table
|
|||
recognized by GCC. */
|
||||
static const struct aarch64_arch_option_table aarch64_archs[] = {
|
||||
{"all", AARCH64_ANY},
|
||||
{"armv8", AARCH64_ARCH_V8},
|
||||
{"armv8-a", AARCH64_ARCH_V8},
|
||||
{NULL, AARCH64_ARCH_NONE}
|
||||
};
|
||||
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
2012-09-17 Yufeng Zhang <yufeng.zhang@arm.com>
|
||||
|
||||
* gas/aarch64/crypto.d (#as): Update for v8->v8-A change.
|
||||
* gas/aarch64/int-insns.d (#as): Likewise.
|
||||
* gas/aarch64/legacy_reg_names.s (.arch): Likewise.
|
||||
* gas/aarch64/neon-not.s (.arch): Likewise.
|
||||
* gas/aarch64/neon-vfp-reglist-post.s (.arch): Likewise.
|
||||
* gas/aarch64/neon-vfp-reglist.s (.arch): Likewise.
|
||||
|
||||
2012-09-12 Chris Schlumberger-Socha <chris.schlumberger-socha@arm.com>
|
||||
|
||||
* gas/aarch64/reloc-insn.d
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#objdump: -dr
|
||||
#as: -march=armv8+crypto
|
||||
#as: -march=armv8-a+crypto
|
||||
|
||||
.*: file format .*
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#objdump: -dr
|
||||
#as: -march=armv8
|
||||
#as: -march=armv8-a
|
||||
|
||||
.*: file format .*
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
.text
|
||||
.arch armv8
|
||||
.arch armv8-a
|
||||
|
||||
dup v0.b, v1.b[7]
|
||||
mov r0.w, r1.w
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
.text
|
||||
.arch armv8
|
||||
.arch armv8-a
|
||||
|
||||
.irp r, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31
|
||||
not v\r\().8b, v\r\().8b
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# ARMv8 tests to test neon register
|
||||
# lists syntax.
|
||||
.text
|
||||
.arch armv8
|
||||
.arch armv8-a
|
||||
|
||||
# Post-index multiple elements
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
.endm
|
||||
|
||||
.text
|
||||
.arch armv8
|
||||
.arch armv8-a
|
||||
|
||||
ldnstn_reg_list type="8B", inst="ld" index="" rep=""
|
||||
ldnstn_reg_list type="8B", inst="st" index="" rep=""
|
||||
|
|
Loading…
Reference in a new issue