mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
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 <bugaevc@gmail.com> Message-Id: <20230214173722.428140-3-bugaevc@gmail.com>
This commit is contained in:
parent
748511f0bb
commit
c57c53fa53
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user