|
@@ -45,8 +45,7 @@
|
|
.align ALIGNARG(2); \
|
|
.align ALIGNARG(2); \
|
|
LITERAL_POSITION; \
|
|
LITERAL_POSITION; \
|
|
C_LABEL(name) \
|
|
C_LABEL(name) \
|
|
- abi_entry(sp, FRAMESIZE); \
|
|
+ abi_entry(sp, FRAMESIZE);
|
|
- CALL_MCOUNT
|
|
|
|
|
|
|
|
#define HIDDEN_ENTRY(name) \
|
|
#define HIDDEN_ENTRY(name) \
|
|
.globl C_SYMBOL_NAME(name); \
|
|
.globl C_SYMBOL_NAME(name); \
|
|
@@ -55,8 +54,7 @@
|
|
.align ALIGNARG(2); \
|
|
.align ALIGNARG(2); \
|
|
LITERAL_POSITION; \
|
|
LITERAL_POSITION; \
|
|
C_LABEL(name) \
|
|
C_LABEL(name) \
|
|
- abi_entry(sp, FRAMESIZE); \
|
|
+ abi_entry(sp, FRAMESIZE);
|
|
- CALL_MCOUNT
|
|
|
|
|
|
|
|
#undef END
|
|
#undef END
|
|
#define END(name) ASM_SIZE_DIRECTIVE(name)
|
|
#define END(name) ASM_SIZE_DIRECTIVE(name)
|
|
@@ -92,8 +90,6 @@
|
|
#error Unsupported Xtensa ABI
|
|
#error Unsupported Xtensa ABI
|
|
#endif
|
|
#endif
|
|
#endif
|
|
#endif
|
|
-#define CALL_MCOUNT /* Do nothing. */
|
|
|
|
-
|
|
|
|
|
|
|
|
/* Linux uses a negative return value to indicate syscall errors,
|
|
/* Linux uses a negative return value to indicate syscall errors,
|
|
unlike most Unices, which use the condition codes' carry flag.
|
|
unlike most Unices, which use the condition codes' carry flag.
|