This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: [non-GCC] Writing a compiler-backend for Linux/PowerPC


Suriya Narayanan M S <suriya@cs.utexas.edu> writes:

> Could someone point me to some (authoritative) documents on writing a
> compiler/backend for Linux on PowerPC. I have the ISA manual. But I would
> like to have some information about the ABI for Linux (does Linux follow
> the System V ABI ?).

Linux usually more or less follows the SVR4 ABI.  For 64-bit PowerPC,
the ABI is here:
    http://www.linuxbase.org/spec/ELF/ppc64/PPC-elf64abi-1.7.html

Ian


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