Mercurial > flash_v2
diff packages/hal/sh/arch/current/src/context.S @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 435cced73e2f |
| children | 289bf90c6a9b |
line wrap: on
line diff
--- a/packages/hal/sh/arch/current/src/context.S +++ b/packages/hal/sh/arch/current/src/context.S @@ -47,7 +47,7 @@ #include <cyg/hal/arch.inc> #include <cyg/hal/sh_offsets.inc> -#include <cyg/hal/basetype.h> // CYG_LABEL_NAME +#include <cyg/hal/basetype.h> // CYG_LABEL_DEFN #------------------------------------------------------------------------------ # Register allocation for the Hitachi calling convention: @@ -75,9 +75,9 @@ # function declaration macro #define FUNC_START(name) \ - .type CYG_LABEL_NAME(name),@function; \ - .globl CYG_LABEL_NAME(name); \ -CYG_LABEL_NAME(name): + .type CYG_LABEL_DEFN(name),@function; \ + .globl CYG_LABEL_DEFN(name); \ +CYG_LABEL_DEFN(name): #------------------------------------------------------------------------------ # hal_thread_switch_context
