]> gcc.gnu.org Git - gcc.git/commit
varasm.cc: refer to assemble_external_libcall only ifdef ASM_OUTPUT_EXTERNAL
authorJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 28 Nov 2023 18:21:32 +0000 (19:21 +0100)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 28 Nov 2023 18:21:32 +0000 (19:21 +0100)
commit880ae958fad072e8280e2a1ecca4a5d3de28b1e7
treec4888c0808d5e116e7958063f7668090a5b466a9
parent68ffaf839883253e0f288862ff20b8005c92df4e
varasm.cc: refer to assemble_external_libcall only ifdef ASM_OUTPUT_EXTERNAL

This fixes boostrap in targets where ASM_OUTPUT_EXTERNAL is not
defined.

gcc/ChangeLog

* varasm.cc (assemble_external_libcall): Refer in assert only ifdef
ASM_OUTPUT_EXTERNAL.
gcc/varasm.cc
This page took 0.061428 seconds and 5 git commands to generate.