From 09417af04f46fa1ededea103b9c46ee846ac65ff Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 26 Jan 2006 23:50:01 +0000 Subject: remove things that libc-symbols.h already defines for us --- libc/sysdeps/linux/cris/sysdep.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/sysdeps/linux/cris') 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 -- cgit v1.2.3