Conditionalize for GCC's structure return convention:
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 5 Feb 1992 01:44:36 +0000 (01:44 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 5 Feb 1992 01:44:36 +0000 (01:44 +0000)
commitd1fd70c03e8c20cf7a59af0c16e899f1893223d8
treef43ce2dac65c3d878523e69c9577055fd90860f6
parent4585b97764a46bae34389d47daab5cca7b306374
Conditionalize for GCC's structure return convention:
On the HP-PA, GCC passes the address of the structure in r28 (ret0),
and the called procedure bashes the structure allocated by the caller.
What a lose!  GCC does this right on the 68k!
v7/src/microcode/cmpauxmd/hppa.m4
v8/src/microcode/cmpauxmd/hppa.m4