genmodule: Add 'oopbase_field' config item
commit63c260f957446561848b3cc5658143303339c6a4
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 24 Oct 2011 14:31:44 +0000 (24 14:31 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 24 Oct 2011 14:31:44 +0000 (24 14:31 +0000)
treebf2d0a7262b48a2172109b610b83ab5a51979194
parent252ae9bb68aa6abc5a0dffde94c3b1fe61b3be2b
genmodule: Add 'oopbase_field' config item

This is used for libraries that need to be pure (ie on m68k, where
.bss accesses can be up to 5x slower than struct Library * accesses)

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@41995 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
tools/genmodule/config.c
tools/genmodule/config.h
tools/genmodule/oopsupport.c
tools/genmodule/writeinclibdefs.c
tools/genmodule/writestart.c