Re: svn commit: r358902 - head/lib/libc/powerpc64/string

2020-03-12 Thread Brandon Bergren
To be clear here, I meant non qword-aligned, as it was the VSX implementation that was actually tripping up here. The problem manifested when the source and destination didn't match on the least significant nybble. Apparently it's also somewhat uncommon for programs to ever do anything with the

svn commit: r358902 - head/lib/libc/powerpc64/string

2020-03-11 Thread Brandon Bergren
Author: bdragon Date: Wed Mar 11 23:34:44 2020 New Revision: 358902 URL: https://svnweb.freebsd.org/changeset/base/358902 Log: Fix r358688 -- Remember to actually save r3 before processing. Crash was noticed by pkubaj building gcc9. Apparently non dword-aligned char pointers are somewh