mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-29 21:04:22 +08:00
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:
@ -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>
|
2012-09-14 David Edelsohn <dje.gcc@gmail.com>
|
||||||
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
@ -7020,7 +7020,7 @@ struct aarch64_arch_option_table
|
|||||||
recognized by GCC. */
|
recognized by GCC. */
|
||||||
static const struct aarch64_arch_option_table aarch64_archs[] = {
|
static const struct aarch64_arch_option_table aarch64_archs[] = {
|
||||||
{"all", AARCH64_ANY},
|
{"all", AARCH64_ANY},
|
||||||
{"armv8", AARCH64_ARCH_V8},
|
{"armv8-a", AARCH64_ARCH_V8},
|
||||||
{NULL, AARCH64_ARCH_NONE}
|
{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>
|
2012-09-12 Chris Schlumberger-Socha <chris.schlumberger-socha@arm.com>
|
||||||
|
|
||||||
* gas/aarch64/reloc-insn.d
|
* gas/aarch64/reloc-insn.d
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#objdump: -dr
|
#objdump: -dr
|
||||||
#as: -march=armv8+crypto
|
#as: -march=armv8-a+crypto
|
||||||
|
|
||||||
.*: file format .*
|
.*: file format .*
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#objdump: -dr
|
#objdump: -dr
|
||||||
#as: -march=armv8
|
#as: -march=armv8-a
|
||||||
|
|
||||||
.*: file format .*
|
.*: file format .*
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
.text
|
.text
|
||||||
.arch armv8
|
.arch armv8-a
|
||||||
|
|
||||||
dup v0.b, v1.b[7]
|
dup v0.b, v1.b[7]
|
||||||
mov r0.w, r1.w
|
mov r0.w, r1.w
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.text
|
.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
|
.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
|
not v\r\().8b, v\r\().8b
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# ARMv8 tests to test neon register
|
# ARMv8 tests to test neon register
|
||||||
# lists syntax.
|
# lists syntax.
|
||||||
.text
|
.text
|
||||||
.arch armv8
|
.arch armv8-a
|
||||||
|
|
||||||
# Post-index multiple elements
|
# Post-index multiple elements
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
.endm
|
.endm
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.arch armv8
|
.arch armv8-a
|
||||||
|
|
||||||
ldnstn_reg_list type="8B", inst="ld" index="" rep=""
|
ldnstn_reg_list type="8B", inst="ld" index="" rep=""
|
||||||
ldnstn_reg_list type="8B", inst="st" index="" rep=""
|
ldnstn_reg_list type="8B", inst="st" index="" rep=""
|
||||||
|
Reference in New Issue
Block a user