Browse Source

remove things that libc-symbols.h already defines for us

Mike Frysinger 19 years ago
parent
commit
09417af04f
1 changed files with 0 additions and 3 deletions
  1. 0 3
      libc/sysdeps/linux/cris/sysdep.h

+ 0 - 3
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