summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sparc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 18:57:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 18:57:15 +0000
commit64b2960089238e9b695c9cac0d6486aa5067411b (patch)
tree82aa48e3b350c07eeca6c188ca14ed66fd51940e /c/src/exec/score/cpu/sparc
parentAdded include/libcpu to list of directories made. (diff)
downloadrtems-64b2960089238e9b695c9cac0d6486aa5067411b.tar.bz2
Removed hack to set __USER_LABEL_PREFIX__ since late model gcc's and
egcs source tree handle this correctly. No one should be using gcc 2.7.2 anymore.
Diffstat (limited to 'c/src/exec/score/cpu/sparc')
-rw-r--r--c/src/exec/score/cpu/sparc/asm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/sparc/asm.h b/c/src/exec/score/cpu/sparc/asm.h
index b9a3aabeea..e76fc27182 100644
--- a/c/src/exec/score/cpu/sparc/asm.h
+++ b/c/src/exec/score/cpu/sparc/asm.h
@@ -44,7 +44,6 @@
/* XXX __USER_LABEL_PREFIX__ and __REGISTER_PREFIX__ do not work on gcc 2.7.0 */
/* XXX The following ifdef magic fixes the problem but results in a warning */
/* XXX when compiling assembly code. */
-#undef __USER_LABEL_PREFIX__
#ifndef __USER_LABEL_PREFIX__
#define __USER_LABEL_PREFIX__ _
#endif