gas/arm64: don't emit stack pointer symbol table entries
authorJan Beulich <jbeulich@novell.com>
Mon, 13 Nov 2017 11:27:45 +0000 (12:27 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 13 Nov 2017 11:27:45 +0000 (12:27 +0100)
commit5b2b928e83538b23eb1b3f585b14c3d6cf1bfd7e
treedd6ba54ecbc06cd414371aa9cfe8f1e4f3c2c742
parent6465780617638ce65bd7458e30b34ebdc1a99f52
gas/arm64: don't emit stack pointer symbol table entries

Without this change, all of

mov z0.b, p0/m, wsp
mov z0.b, wsp
mov z0.d, p0/m, sp
mov z0.d, sp

insert stray symbols into the symbol table.
gas/ChangeLog
gas/config/tc-aarch64.c