summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-26 23:50:01 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-26 23:50:01 +0000
commit09417af04f46fa1ededea103b9c46ee846ac65ff (patch)
treee90e1732cba5848bd67665a43991ebad30c6c3b2 /libc/sysdeps/linux/cris
parent3745467698ba2d740eef77d3f625005534c1682a (diff)
remove things that libc-symbols.h already defines for us
Diffstat (limited to 'libc/sysdeps/linux/cris')
-rw-r--r--libc/sysdeps/linux/cris/sysdep.h3
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