Gelbpunkt wrote:

> Is this no longer the case?

The page is probably correct in so far that glibc doesn't explicitly support 
it. However, out of the 64-bit big endian Linux distributions *using* glibc 
that I'm aware of (Arch Linux POWER, Void Linux for PowerPC, Gentoo), the first 
two use ELFv2 and Gentoo at least lists it as a theoretical option.

Also, this isn't exactly a fix limited to glibc target triples. It fixes the 
data layout on any target triple that defaults to ELFv1 when `-mabi=elfv2` is 
specified, which is a supported usecase and explicitly specified in the ABI 
document.

https://github.com/llvm/llvm-project/pull/149725
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to