]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
GAS: Allow AArch64 pseudo-ops to accept the command line separator character.
authorNick Clifton <nickc@redhat.com>
Thu, 25 Aug 2022 10:39:50 +0000 (11:39 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 25 Aug 2022 10:39:50 +0000 (11:39 +0100)
commite8f20526238199c18afe163a230eafe19b51fca0
tree5fa760d8bc29cd1e8c5fac78131ad40d89c64edf
parent5a3ca6e319583a49310067a4b47d7b0dd080c2cd
GAS: Allow AArch64 pseudo-ops to accept the command line separator character.

PR 29519
* config/tc-aarch64.c (s_unreq): Use find_end_of_line().
(s_aarch64_cpu): Likewise.
(s_aarch64_arch): Likewise.
(s_aarch64_arch_extension): Likewise.
* testsuite/gas/aarch64/pr29519.d: New test driver file.
* testsuite/gas/aarch64/pr29519.s: New test source file.
gas/ChangeLog
gas/config/tc-aarch64.c
gas/testsuite/gas/aarch64/pr29519.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/pr29519.s [new file with mode: 0644]