On 27 Oct 2022 07:01, Cui, Lili via Binutils wrote: > + as_warn (_("only support RIP-relative address"), i.tm.name); this doesn't compile CC config/tc-i386.o In file included from ../../../gas/as.h:133, from ../../../gas/config/tc-i386.c:28: ../../../gas/config/tc-i386.c: In function ‘md_assemble’: ../../../gas/asintl.h:54:20: error: too many arguments for format [-Werror=format-extra-args] 54 | # define _(String) (String) | ^~~~~~~~ ../../../gas/config/tc-i386.c:5039:14: note: in expansion of macro ‘_’ 5039 | as_warn (_("only support RIP-relative address"), i.tm.name); | ^ -mike