mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
/* For ELF we need to add the `.type' directive to make shared libraries
|
/* For ELF we need to add the `.type' directive to make shared libraries
|
||||||
work right. */
|
work right. */
|
||||||
#undef ENTRY
|
#undef ENTRY
|
||||||
|
#undef ENTRY2
|
||||||
#define ENTRY(name) \
|
#define ENTRY(name) \
|
||||||
.globl name; \
|
.globl name; \
|
||||||
.align ALIGN; \
|
.align ALIGN; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue