git: gold linker v2.22: Return to constructors in DT_INIT_ARRAY
John Marino
marino at crater.dragonflybsd.org
Sat Feb 11 14:26:53 PST 2012
commit 2bf6cefad57a8e6ec4cf888e68f55440210d96b3
Author: John Marino <draco at marino.st>
Date: Sat Feb 11 22:17:12 2012 +0100
gold linker v2.22: Return to constructors in DT_INIT_ARRAY
This commit effectively reverses 17078250df568635285cd6be4515d29ee8c1b72a.
At the time, DragonFly did not recognize .init_array sections in an elf
file, and the gold linker was lumping the contructors from gcc into this
array which was subsequently filtered out.
DT_INIT_ARRAY and friends are now fully supported since commit
b28bf640312db2b299faff75052fbb01d67fd821 so the local modification is
being removed in favor of a default build.
Summary of changes:
contrib/binutils-2.22/README.DRAGONFLY | 1 -
contrib/binutils-2.22/gold/options.h | 6 +++---
2 files changed, 3 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2bf6cefad57a8e6ec4cf888e68f55440210d96b3
--
DragonFly BSD source repository
More information about the Commits
mailing list