Hello, this patch finally throws the switch and enables the ELFv2 ABI by default on powerpc64le-linux.
Bye, Ulrich ChangeLog: 2013-11-11 Ulrich Weigand <ulrich.weig...@de.ibm.com> * config/rs6000/sysv4le.h (LINUX64_DEFAULT_ABI_ELFv2): Define. Index: gcc/gcc/config/rs6000/sysv4le.h =================================================================== --- gcc.orig/gcc/config/rs6000/sysv4le.h +++ gcc/gcc/config/rs6000/sysv4le.h @@ -34,3 +34,7 @@ #undef MULTILIB_DEFAULTS #define MULTILIB_DEFAULTS { "mlittle", "mcall-sysv" } + +/* Little-endian PowerPC64 Linux uses the ELF v2 ABI by default. */ +#define LINUX64_DEFAULT_ABI_ELFv2 + -- Dr. Ulrich Weigand GNU/Linux compilers and toolchain ulrich.weig...@de.ibm.com