ARM updates
Due to the ABI we are using we have to use the earm architecture moniker for the build system to behave correctly. This involves then some headers to move around. There is also a few related Makefile updates as well as minor source code corrections.
This commit is contained in:
@@ -88,6 +88,12 @@
|
||||
#define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y))
|
||||
#define ASEND(y) _END(_ASM_LABEL(y))
|
||||
|
||||
#if defined(__minix)
|
||||
#define _LABEL(x) \
|
||||
.globl x; x:
|
||||
#define LABEL(y) _LABEL(_C_LABEL(y))
|
||||
|
||||
#endif /* defined(__minix) */
|
||||
#define ASMSTR .asciz
|
||||
|
||||
#if defined(PIC)
|
||||
|
||||
Reference in New Issue
Block a user