]> git.ipfire.org Git - thirdparty/gcc.git/commit
x86: Correct ASM_OUTPUT_SYMBOL_REF
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 11 Feb 2025 05:47:54 +0000 (13:47 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 11 Feb 2025 21:22:49 +0000 (05:22 +0800)
commit5f47dc6e9aa82e1c00ed030cb9469cd84df8691d
treef879d3f3369fe278983eea4109152ae760395775
parentcec0326137ef91e2910a9c70eb9743f032e87137
x86: Correct ASM_OUTPUT_SYMBOL_REF

x is not a macro argument.  It just happens to work as final.cc passes
x for 2nd argument:

final.cc:      ASM_OUTPUT_SYMBOL_REF (file, x);

PR target/118825
* config/i386/i386.h (ASM_OUTPUT_SYMBOL_REF): Replace x with
SYM.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
(cherry picked from commit 7317fc0b03380a83ad03a5fc4fabef5f38c44c9d)
gcc/config/i386/i386.h