[PATCH] gold: don't invoke IA32 syscall in x86_64 assembly testcase

Jan Beulich jbeulich@suse.com
Thu Mar 31 10:41:31 GMT 2022


On 12.03.2022 15:21, Xi Ruoyao via Binutils wrote:
> pr17704a_test.s is a x86_64 assembly file, but it invokes IA32 exit
> syscall with "int 0x80".  This causes a segfault on kernels with
> CONFIG_IA32_EMULATION disabled.
> 
> gold/
> 
> 	* testsuite/pr17704a_test.s (_start): Invoke x86_64 exit syscall
> 	instead of its IA32 counterpart.

Okay.

Thanks, Jan



More information about the Binutils mailing list