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

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


From: Hasso Tepper <hasso@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 14 Jul 2009 09:27:45 -0700 (PDT)

commit 7a045c67fcd319271fea59b66b99c5c979293e59
Author: Hasso Tepper <hasso@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



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