CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/25 22:28:53
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elf32-arm.c
Log message:
Avoid an assertion failure in elf32_arm_size_dynamic_sections() when
building a static binary out of PIE objects; similar to the logic
found on other platforms, for some reason arm was lacking this fix.
