112027Sjungma@eit.uni-kl.deThe handling of varargs is platform-dependent.  Assar Westerlund
212027Sjungma@eit.uni-kl.destared at the problem for a while and deduces the following table:
312027Sjungma@eit.uni-kl.de
412027Sjungma@eit.uni-kl.devers / compiler         cc              gcc
512027Sjungma@eit.uni-kl.de----------------------------------------------------------------------
612027Sjungma@eit.uni-kl.de1.3                     a0, offset      __base, __offset
712027Sjungma@eit.uni-kl.de2.0                     _a0, _offset    __base, __offset
812027Sjungma@eit.uni-kl.de
912027Sjungma@eit.uni-kl.deThe current code should handle both cc and gcc versions, provided
1012027Sjungma@eit.uni-kl.deyou configure for the correct compiler.
11