mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2025-08-28 21:17:49 +00:00
MIPS: Fix exported symbols in public API.
This commit is contained in:
parent
5a2edb3f2c
commit
6d2cf40166
@ -72,7 +72,10 @@
|
||||
#define LEAF_MIPS32R2(symbol) \
|
||||
.globl symbol; \
|
||||
.align 2; \
|
||||
#ifdef __ELF__
|
||||
.hidden symbol; \
|
||||
.type symbol, @function; \
|
||||
#endif
|
||||
.ent symbol, 0; \
|
||||
symbol: .frame sp, 0, ra; \
|
||||
.set push; \
|
||||
|
Loading…
Reference in New Issue
Block a user