From b73e57bffe6cf60b1817bb2fc244a2f0c602bd5c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 9 Jul 1999 17:08:48 +0000 Subject: Patch from Jiri Gaisler : + interrupt masking correction + FPU rev.B workaround + minor erc32 related fixes --- cpukit/score/cpu/sparc/asm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/cpu/sparc/asm.h') diff --git a/cpukit/score/cpu/sparc/asm.h b/cpukit/score/cpu/sparc/asm.h index e76fc27182..cdb906af58 100644 --- a/cpukit/score/cpu/sparc/asm.h +++ b/cpukit/score/cpu/sparc/asm.h @@ -44,6 +44,7 @@ /* 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. */ + #ifndef __USER_LABEL_PREFIX__ #define __USER_LABEL_PREFIX__ _ #endif -- cgit v1.2.3