From 64b2960089238e9b695c9cac0d6486aa5067411b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 1 Jul 1999 18:57:15 +0000 Subject: 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. --- c/src/exec/score/cpu/sparc/asm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/exec/score/cpu/sparc') 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 -- cgit v1.2.3