diff options
-rw-r--r-- | libc/sysdeps/linux/cris/sysdep.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/cris/sysdep.h b/libc/sysdeps/linux/cris/sysdep.h index b441ff122..51a6bbf52 100644 --- a/libc/sysdeps/linux/cris/sysdep.h +++ b/libc/sysdeps/linux/cris/sysdep.h @@ -40,8 +40,6 @@ #define END(sym) #endif -#define C_SYMBOL_NAME(name) name - #ifdef __ASSEMBLER__ /* Syntactic details of assembly-code. */ @@ -54,7 +52,6 @@ of relying on hearsay. */ #define ALIGNARG(log2) log2 -#define ASM_GLOBAL_DIRECTIVE .globl #define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg #define ASM_SIZE_DIRECTIVE(name) .size name,.-name |