From: Sergey Bugaev Date: Tue, 14 Feb 2023 17:37:21 +0000 (+0300) Subject: mach: undef ENTRY2 X-Git-Tag: glibc-2.38~578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c57c53fa53dead8edb1ebef6e937bbb92dfe9d09;p=thirdparty%2Fglibc.git mach: undef ENTRY2 This macro from Mach headers conflicts with how sysdeps/x86_64/multiarch/strcmp-sse2.S expects it to be defined. Signed-off-by: Sergey Bugaev Message-Id: <20230214173722.428140-3-bugaevc@gmail.com> --- diff --git a/sysdeps/mach/sysdep.h b/sysdeps/mach/sysdep.h index fe26bcb384c..1c869f5cb20 100644 --- a/sysdeps/mach/sysdep.h +++ b/sysdeps/mach/sysdep.h @@ -30,6 +30,7 @@ /* For ELF we need to add the `.type' directive to make shared libraries work right. */ #undef ENTRY +#undef ENTRY2 #define ENTRY(name) \ .globl name; \ .align ALIGN; \