From f1cda422cd3917130da4df423c1fcb6927f0f8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 23 Nov 2024 01:19:51 +0100 Subject: i386, x86_64, x32: set the symbol type for the crt1 START function --- arch/x32/crt_arch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x32/crt_arch.h') diff --git a/arch/x32/crt_arch.h b/arch/x32/crt_arch.h index 3eec61bd..b1c9c476 100644 --- a/arch/x32/crt_arch.h +++ b/arch/x32/crt_arch.h @@ -1,6 +1,7 @@ __asm__( ".text \n" ".global " START " \n" +".type " START ",%function \n" START ": \n" " xor %rbp,%rbp \n" " mov %rsp,%rdi \n" -- cgit v1.2.1