diff options
author | Renlin Li <renlin.li@arm.com> | 2016-02-16 10:00:29 +0000 |
---|---|---|
committer | Renlin Li <renlin.li@arm.com> | 2016-02-16 10:04:41 +0000 |
commit | 671eeb286f0523f13ee8a16a9a1900bb656496ca (patch) | |
tree | 6db2e94bab199ff179b1bcfcd5c14cd43be72e46 /gas/ChangeLog | |
parent | 64bfc2584c013e7c60caceeffbad8250558e3cd2 (diff) | |
download | gdb-671eeb286f0523f13ee8a16a9a1900bb656496ca.zip gdb-671eeb286f0523f13ee8a16a9a1900bb656496ca.tar.gz gdb-671eeb286f0523f13ee8a16a9a1900bb656496ca.tar.bz2 |
[PR19620][GAS][AArch64]Remove mov[z,k,n] relocation symbol name restriction.
In AArch64 gas, register name or string starts with valid register name
is not allowed as symbol name for mov[z,k,n] instruction.
This patch removes the restriction.
gas/
PR gas/19620
* config/tc-aarch64.c (parse_half): Remove restrictions on symbol name.
* testsuite/gas/aarch64/movw_label.d: New.
* testsuite/gas/aarch64/movw_label.s: New.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c4bd331..f018268 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2016-02-16 Renlin Li <renlin.li@arm.com> + + PR gas/19620 + * config/tc-aarch64.c (parse_half): Remove restrictions on symbol name. + * testsuite/gas/aarch64/movw_label.d: New. + * testsuite/gas/aarch64/movw_label.s: New. + 2016-02-15 Vinay Kumar G. <Vinay.G@kpit.com> PR gas/19556 |