Patch from Rob Boehne.
395709 PPC64 is missing support for the xvnegsp instruction
395682 Accept read-only PT_LOAD segments and .rodata by ld -z separate-code
== 384727
+396475 valgrind OS-X build: config.h not found (out-of-tree macOS builds)
396887 arch_prctl should return EINVAL on unknown option
397012 glibc ld.so uses arch_prctl on i386
BUILT_SOURCES += fixup_macho_loadcmds
fixup_macho_loadcmds: fixup_macho_loadcmds.c
- $(CC) -I $(top_srcdir) -g -Wall -o $@ $<
+ $(CC) -I$(top_srcdir) -I$(top_builddir) -g -Wall -o $@ $<
CLEANFILES += fixup_macho_loadcmds
396369 WARNING: unhandled amd64-linux syscall: 332
396415 Valgrind is not looking up $ORIGIN rpath of shebang programs
396452 none/test/arm/vfp.c doesn't build with binutils 2.31 gas
-396475 valgrind OS-X build: config.h not found
396476 Reading debug info of binaries with zero-size PT_LOAD segment
396656 Warnings while reading debug info
396706 VEX issue with AMD64 SHR instruction?