DragonFly BSD
DragonFly commits List (threaded) for 2012-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: gold linker v2.22: Return to constructors in DT_INIT_ARRAY


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 11 Feb 2012 14:26:53 -0800 (PST)

commit 2bf6cefad57a8e6ec4cf888e68f55440210d96b3
Author: John Marino <draco@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]