]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
revert r346588 for now
authorjhibbits <jhibbits@FreeBSD.org>
Sat, 11 May 2019 15:17:42 +0000 (15:17 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Sat, 11 May 2019 15:17:42 +0000 (15:17 +0000)
commitd2bcd1b66d375e1bdbde1ec3c2694340ec900298
tree82c106b5e661228dba3af5734ab3d4de6ab5843c
parent4aeb47277e62bd9a3d98e22d65ebe1c37f271668
revert r346588 for now

The rewrite of strcmp in assembly uses an instruction added in PowerISA
2.05, making it SIGILL on CPUs older than the POWER6, such as the PPC970 in
the PowerMac G5.  Revert this until we get clang+lld, or retire the in-tree
binutils in favor of newer binutils with IFUNC support, whichever comes
first.
lib/libc/powerpc64/string/Makefile.inc [deleted file]
lib/libc/powerpc64/string/strcmp.S [deleted file]