Library stub code can be generated in C files with a simple macro during compile...
commit6bc39d1d33142889e0a514fa49ea9ab1249f7099
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 28 Apr 2011 19:26:25 +0000 (28 19:26 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 28 Apr 2011 19:26:25 +0000 (28 19:26 +0000)
tree1e96c072823df2d201bbfd01ea43af81b24972d2
parentc7b6ab9814f854280f8c6cc2da6d14f2522581ec
Library stub code can be generated in C files with a simple macro during compile time.
No need for archspecific.c files anymore for the code generation tools.

(m68k tested by Jason, arm and ppc currently untested)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@38415 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
13 files changed:
arch/arm-all/include/aros/cpu.h
arch/i386-all/include/aros/cpu.h
arch/m68k-all/include/aros/cpu.h
arch/ppc-all/include/aros/cpu.h
arch/x86_64-all/include/aros/cpu.h
compiler/clib/stubs/archspecific.c
compiler/clib/stubs/genstubs.c
compiler/clib/stubs/mmakefile.src
tools/genmodule/Makefile
tools/genmodule/archspecific.c
tools/genmodule/config.c
tools/genmodule/writemakefile.c
tools/genmodule/writestubs.c