CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/05 14:23:01
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elf32-ppc.c
Log message:
Fix addend handling for relaxing R_PPC_PLTREL24 relocations. This issue has
been fixed in a much more complicated way upstream which we can't easily
backport and involves GPLv3 code as well. So instead simply nuke the addend
in the most convenient spot. Makes -Wl,-relax work well enough to link
base clang.
ok guenther@
