Define __GLOBL1() and __GLOBL()

This commit is contained in:
Sebastian Huber 2013-11-06 16:14:38 +01:00
parent ef0c275331
commit ce96623934

View File

@ -43,6 +43,10 @@
/* FIXME: Update Newlib */ /* FIXME: Update Newlib */
#define MSIZE 256 #define MSIZE 256
/* FIXME: Update Newlib */
#define __GLOBL1(sym) __asm__(".globl " #sym)
#define __GLOBL(sym) __GLOBL1(sym)
/* General define to activate BSD kernel parts */ /* General define to activate BSD kernel parts */
#define _KERNEL 1 #define _KERNEL 1