r4576@vps: verhaegs | 2007-04-27 16:41:09 -0400
commit7fa2f80c2163077ab39a403a31d46bd2c396e4f1
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 28 Apr 2007 00:14:49 +0000 (28 00:14 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 28 Apr 2007 00:14:49 +0000 (28 00:14 +0000)
tree975077ec5310583a0868d77f0a632f8586bc4148
parentc8554db595bcdb93e239d117f7222a1478c07706
 r4576@vps:  verhaegs | 2007-04-27 16:41:09 -0400
 Replaced all geninc.c files with one asm.c file in arch/common/include.
 Adapted metadependencies in mmakefiles. Replace machine.i with
 $(GENINCDIR)/aros/$(CPU)/asm.h. Update assembly files with new name and
 location of the include. No executable is needed anymore to generate
 the include file; bringing us closer to having real cross-compilable.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@25924 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
42 files changed:
arch/common/include/asm.c [new file with mode: 0644]
arch/common/include/mmakefile.src [new file with mode: 0644]
arch/i386-all/clib/longjmp.s
arch/i386-all/clib/mmakefile.src
arch/i386-all/clib/setjmp.s
arch/i386-all/exec/execstubs.s
arch/i386-all/exec/mmakefile.src
arch/i386-all/geninc.c [deleted file]
arch/i386-all/include/mmakefile.src
arch/i386-all/mmakefile.src [deleted file]
arch/i386-pc/exec/coldreboot.S
arch/i386-pc/exec/corelow.S
arch/i386-pc/exec/mmakefile.src
arch/i386-pc/exec/stackswap.S
arch/i386-pc/include/geninc.c [deleted file]
arch/i386-pc/include/mmakefile.src
arch/m68k-mac/clib/longjmp.s
arch/m68k-mac/clib/mmakefile.src
arch/m68k-mac/clib/setjmp.s
arch/m68k-mac/exec/coldreboot.S
arch/m68k-mac/exec/execstubs.S
arch/m68k-mac/exec/mmakefile.src
arch/m68k-mac/exec/setsr.S
arch/m68k-mac/exec/stackswap.S
arch/m68k-mac/exec/superstate.S
arch/m68k-mac/exec/supervisor.S
arch/m68k-mac/exec/userstate.S
arch/ppc-all/clib/longjmp.s
arch/ppc-all/clib/mmakefile.src
arch/ppc-all/clib/setjmp.s
arch/ppc-all/exec/execstubs.s
arch/ppc-all/exec/mmakefile.src
arch/ppc-all/include/geninc.c [deleted file]
arch/ppc-all/include/mmakefile.src
arch/x86_64-all/clib/longjmp.s
arch/x86_64-all/clib/mmakefile.src
arch/x86_64-all/clib/setjmp.s
arch/x86_64-all/exec/execstubs.s
arch/x86_64-all/exec/mmakefile.src
arch/x86_64-all/geninc.c [deleted file]
arch/x86_64-all/include/mmakefile.src
arch/x86_64-all/mmakefile.src [deleted file]