search for: elfv2abi

Displaying 3 results from an estimated 3 matches for "elfv2abi".

Did you mean: elfosabi
2014 Jul 30
4
[LLVMdev] [PowerPC] ABI questions
Hi all, I'm trying to understand which ABIs are supported in the PowerPC backend and I'm getting a bit confused. Here's what I've gathered so far alongside with some questions. - In PPCSubtarget.h there's DarwinABI, SVR4ABI and ELFv2ABI. - The CodeGenerator documentation claims that the AIX PowerPC ABI is followed (with some deviations). Is this refering to the DarwinABI? - In a recent commit a TargetABI value and enumeration was added to PPCSubtarget which contains PPC_ABI_UNKNOWN, PPC_ABI_ELFv1 and PPC_ABI_ELFv2. For 64-bit non-...
2014 Jul 31
2
[LLVMdev] [PowerPC] ABI questions
...LFv1 is a recently introduced term to refer to what was previously > just called the ELF ABI (or equivalently SVR4 ABI); it is now used > to refer to the *old* variant of the ELF ABI as opposed to the new > one (ELFv2). > > > - In PPCSubtarget.h there's DarwinABI, SVR4ABI and ELFv2ABI. > > - The CodeGenerator documentation claims that the AIX PowerPC ABI > > is > > followed (with some deviations). Is this refering to the DarwinABI? > > No, that's the ELFv1 ABI. > > > - In a recent commit a TargetABI value and enumeration was added to > &...
2014 Jul 30
2
[LLVMdev] [PowerPC] ABI questions
...ELFv1 is a recently introduced term to refer to what was previously > just called the ELF ABI (or equivalently SVR4 ABI); it is now used > to refer to the *old* variant of the ELF ABI as opposed to the new > one (ELFv2). > >> - In PPCSubtarget.h there's DarwinABI, SVR4ABI and ELFv2ABI. >> - The CodeGenerator documentation claims that the AIX PowerPC ABI is >> followed (with some deviations). Is this refering to the DarwinABI? > > No, that's the ELFv1 ABI. > But it describes both 64-bit and 32-bit linkage areas. Doesn't that imply that it isn't E...