This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: small struct bugs for ppc sysv4
> Whoever approved this for the Red Hat local tree is not being very
> careful.
that would be me :)
> How does this affect the Linux ABI? How does this affect the AIX
> ABI?
well, theoretically this only gets used if and only if small structures
are passed in registers, which is only the case for sysv4 (linux,
eabi, etc).
so it doesn't affect aix, and the linux abi is currently broken because
it should be putting the small structure values in little endian
mode.
> have great concern about how this patch interracts with existing system
wonder if geoff has further comments?
aldy