mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 02:49:45 +08:00
Define __GLOBL1() and __GLOBL()
This commit is contained in:
parent
ef0c275331
commit
ce96623934
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user