mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 15:19:18 +08:00
Define __GLOBL1() and __GLOBL()
This commit is contained in:
parent
ef0c275331
commit
ce96623934
@ -43,6 +43,10 @@
|
||||
/* FIXME: Update Newlib */
|
||||
#define MSIZE 256
|
||||
|
||||
/* FIXME: Update Newlib */
|
||||
#define __GLOBL1(sym) __asm__(".globl " #sym)
|
||||
#define __GLOBL(sym) __GLOBL1(sym)
|
||||
|
||||
/* General define to activate BSD kernel parts */
|
||||
#define _KERNEL 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user