This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: More PA64 infrastructure


> Two different object file formats (PA32 uses SOM, PA64 uses ELF).
> 
> Two radically different ABIs (arguments growing in opposite directions for
> example).
> 
> SUBREGs don't work worth a damn when you have registers that are smaller than
> word_size (FP registers on the PA have this property).

That's what SUBREG_BYTE patches are about...

I think we have similar situation with the BI_ARCH sparc compiler (the ABIs
are quite different as well, starting from word-size, calling convention,
etc.) and so far it seems to me like a win to have one compiler which works
for everything (ok, provided it is a 64bit application, so that it
HOST_WIDE_INT is not an long long to slow things down).
I should get some actual numbers soon though...

Cheers,
    Jakub
___________________________________________________________________
Jakub Jelinek | jakub@redhat.com | http://sunsite.mff.cuni.cz/~jj
Linux version 2.3.51 on a sparc64 machine (1343.49 BogoMips)
___________________________________________________________________

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]