DragonFly-2.3.1.906.g7a045c master gnu/usr.bin/cc41/cc_prep dragonfly-native.h

Hasso Tepper hasso at crater.dragonflybsd.org
Tue Jul 14 09:29:31 PDT 2009


commit 7a045c67fcd319271fea59b66b99c5c979293e59
Author: Hasso Tepper <hasso at estpak.ee>
Date:   Tue Jul 14 19:14:15 2009 +0300

    Fix randomly seen problems with linking C++ programs.
    
    Binutils 2.17 supports COMDAT groups and .nsubspa comdat option. It should
    fix randomly seen linking errors like:
    
    `.gnu.linkonce.t.something' referenced in section `.gnu.linkonce.r.something'
    of some_object: defined in discarded section `.gnu.linkonce.t.something'
    of some_object.
    
    Digged-out-by: corecode@

Summary of changes:
 gnu/usr.bin/cc41/cc_prep/dragonfly-native.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7a045c67fcd319271fea59b66b99c5c979293e59


-- 
DragonFly BSD source repository





More information about the Commits mailing list