
15 Feb
2008
15 Feb
'08
9:43 a.m.
In message 19411A28-BCCB-46D1-A80A-6C31657757D2@kernel.crashing.org you wrote:
I guess the real question is whether it's acceptable to pass arguments on the stack to such subprograms. If the answer is yes, why not simply use varargs?
for my purposes the answer is no.
Then you cannot use C code. Or you rely on the ABI, and then you can use "go" as well.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Generally speaking, there are other ways to accomplish whatever it is
that you think you need ... - Doug Gwyn