summaryrefslogtreecommitdiff
path: root/ext/systemc/src/sysc/qt/md/axp.README
blob: b6a705c07c752739bcafc4a7353c601da3caffaf (plain)
1
2
3
4
5
6
7
8
9
10
The handling of varargs is platform-dependent.  Assar Westerlund
stared at the problem for a while and deduces the following table:

vers / compiler         cc              gcc
----------------------------------------------------------------------
1.3                     a0, offset      __base, __offset
2.0                     _a0, _offset    __base, __offset

The current code should handle both cc and gcc versions, provided
you configure for the correct compiler.