Deprecated libcall config option in the .conf file; this is ignore for the moment...
commitd929b3e61ce1ceeed69fa7ef2381e7e67ccb5ca1
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 22 Jan 2005 10:37:36 +0000 (22 10:37 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 22 Jan 2005 10:37:36 +0000 (22 10:37 +0000)
tree7b65225676a6ad115c2a376e572462c7d81f4e4e
parent6de56346f1eb6f744f3b27056790d83af3bc1f3d
Deprecated libcall config option in the .conf file; this is ignore for the moment. The type of function is automatically determined: using the AROS_LH macros select this argument passing, just a name in the functionlist is for stack based argument passing, a name with (...) is for register based argument passing. Different types can now be mixed in a module.

Updated the copyright notice.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@22733 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
13 files changed:
tools/genmodule/config.c
tools/genmodule/config.h
tools/genmodule/functionhead.c
tools/genmodule/functionhead.h
tools/genmodule/genlibdefs.c
tools/genmodule/genmodule.c
tools/genmodule/genmoduledummy.c
tools/genmodule/readref.c
tools/genmodule/writeincclib.c
tools/genmodule/writeincdefines.c
tools/genmodule/writeinclibdefs.c
tools/genmodule/writemccinit.c
tools/genmodule/writestart.c