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:
2013-01-13 17:20:11 +01:00
parent b86af8be0b
commit b1c4ba4ab6
151 changed files with 2525 additions and 1315 deletions

View File

@@ -22,7 +22,7 @@
*/
.L_overflow:
#if !defined(_KERNEL) && !defined(_STANDALONE)
#if !defined(_KERNEL) && !defined(_STANDALONE) && !defined(__minix)
mov r0, #8 /* SIGFPE */
bl PIC_SYM(_C_LABEL(raise), PLT) /* raise it */
mov r0, #0