aarch64: fix asm visibility for extern symbols
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 4 Jun 2019 16:16:52 +0000 (16:16 +0000)
committerSzabolcs Nagy <nsz@gcc.gnu.org>
Tue, 4 Jun 2019 16:16:52 +0000 (16:16 +0000)
commite8c470690a80a39b11255ca192694848857ee0c8
tree572f73c0afbc8f5936d0dd6bbd0b3688c72f035d
parent4ebcf1c2194569884858b65454ec6cf479efc680
aarch64: fix asm visibility for extern symbols

Commit r271869 broke visibility declarations in asm for extern symbols, because
the new ASM_OUTPUT_EXTERNAL hook failed to call the default hook for elf.

gcc/ChangeLog:

* config/aarch64/aarch64-protos.h (aarch64_asm_output_external): Remove
const.
* config/aarch64/aarch64.c (aarch64_asm_output_external): Call
default_elf_asm_output_external.

From-SVN: r271913
gcc/ChangeLog
gcc/config/aarch64/aarch64-protos.h
gcc/config/aarch64/aarch64.c