[PATCH] - Use of powerpc 64bit instructions in 32bit ABI

Richard Henderson rth@redhat.com
Tue Oct 14 22:16:00 GMT 2003


On Tue, Oct 14, 2003 at 02:36:25PM -0700, Fariborz Jahanian wrote:
>         (load_register_parameters): use of UNITS_PER_REGISTER_ARGUMENT 
> macro.

This is definitely wrong.

In 64-bit mode UNITS_PER_WORD is 64.  In 32-bit mode it's 32.
That you are trying to replace this value with something else
means there's a very fundamental misunderstanding somewhere.


r~



More information about the Gcc-patches mailing list