diff packages/hal/sh/arch/current/include/arch.inc @ 139:79d72068f491 ecos-sw-2000-11-24

Merge from eCos master repository on 2000-11-24-16:52:55-GMT
author jlarmour
date Fri, 24 Nov 2000 17:42:47 +0000
parents 289bf90c6a9b
children e0c0827131d1
line wrap: on
line diff
--- a/packages/hal/sh/arch/current/include/arch.inc
+++ b/packages/hal/sh/arch/current/include/arch.inc
@@ -68,16 +68,16 @@ CYG_LABEL_DEFN(name):
 CYG_LABEL_DEFN(name):
 
 #define SYM_PTR_REF(name)	\
-        .globl CYG_LABEL_NAME(name);		\
-$##name:	.long	CYG_LABEL_NAME(name)
+        .globl CYG_LABEL_DEFN(name);		\
+$##name:	.long	CYG_LABEL_DEFN(name)
 
 # We need this macro because the SH assembler is lacking the nice
 # inline immediate constant feature of the ARM assembler. So we have
 # to define constants ourselves, and sometimes we need more than one of
 # the same type. This allows the symbols used to change.
 #define SYM_PTR_REFn(name,n)	\
-        .globl CYG_LABEL_NAME(name);		\
-$##name##n:	.long	CYG_LABEL_NAME(name)
+        .globl CYG_LABEL_DEFN(name);		\
+$##name##n:	.long	CYG_LABEL_DEFN(name)
 
 #include <cyg/hal/platform.inc>