CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/29 14:35:56
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elf64-ppc.c
Log message:
Adjust some PPC ELF code to return -1 instead of doing pointer
arithmetics on NULL, like we did in r1.21 on elflink.c, to stop
clang from complaining when setting up a cross-toolchain.
ok kettenis@
