On Wed, May 14, 2008 at 10:28:57PM -0700, David Miller wrote:
The PPC32 ABI seems to (unfortunately) suggest that, with mcount, all
registers are callee-saved (except for the modifiable-during-function-linkage
registers like r0, r11, and r12) -- so mcount has to save the registers that
the callee won't (because they're normally volatile).
-Scott
--