Re: [PATCH 3/9] powerpc: Add TIF_ELF2ABI flag.

2013-12-01 Thread Rusty Russell
Michael Ellerman writes: > On Wed, Nov 20, 2013 at 10:15:00PM +1100, Anton Blanchard wrote: >> From: Rusty Russell >> >> Little endian ppc64 is getting an exciting new ABI. This is reflected >> by the bottom two bits of e_flags in the ELF header: >> >> 0 == legacy binaries (v1 ABI) >>

Re: [PATCH 3/9] powerpc: Add TIF_ELF2ABI flag.

2013-11-21 Thread Michael Ellerman
On Wed, Nov 20, 2013 at 10:15:00PM +1100, Anton Blanchard wrote: > From: Rusty Russell > > Little endian ppc64 is getting an exciting new ABI. This is reflected > by the bottom two bits of e_flags in the ELF header: > > 0 == legacy binaries (v1 ABI) > 1 == binaries using the old ABI

[PATCH 3/9] powerpc: Add TIF_ELF2ABI flag.

2013-11-20 Thread Anton Blanchard
From: Rusty Russell Little endian ppc64 is getting an exciting new ABI. This is reflected by the bottom two bits of e_flags in the ELF header: 0 == legacy binaries (v1 ABI) 1 == binaries using the old ABI (compiled with a new toolchain) 2 == binaries using the new ABI.