Mercurial > flash_v2
diff packages/hal/powerpc/arch/current/include/ppc.inc @ 16:4f2df4ab82c8 ecos-sw-1999-06-18
Merge from eCos master repository on 1999-06-18-15:25:04-BST
| author | jlarmour |
|---|---|
| date | Fri, 18 Jun 1999 07:59:09 +0000 |
| parents | 443894e2e912 |
| children | c38311975d4f |
line wrap: on
line diff
--- a/packages/hal/powerpc/arch/current/include/ppc.inc +++ b/packages/hal/powerpc/arch/current/include/ppc.inc @@ -98,6 +98,14 @@ .endm #endif +#define FUNC_START(name) \ + .type name,@function; \ + .globl name; \ +name: + +#define FUNC_END(name) \ + /* nothing for now */ + #------------------------------------------------------------------------------ # Exception, interrupt and thread context save area layout # The layout of this structure is also defined in "hal_arch.h", for C
