Also import WEAK_ALIAS() from the MIPS code.
This commit is contained in:
parent
8f5aa976d7
commit
30b42655cf
@ -89,6 +89,13 @@
|
||||
#define ENTRY(x) _ENTRY(x)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* WEAK_ALIAS: create a weak alias.
|
||||
*/
|
||||
#define WEAK_ALIAS(alias,sym) \
|
||||
.weak alias; \
|
||||
alias = sym
|
||||
|
||||
/*
|
||||
* STRONG_ALIAS: create a strong alias.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user