patches/binutils/2.19.1/160-use-new-ld-dtags.patch
author Darcy Watkins <dwatkins@tranzeo.com>
Thu Aug 05 18:19:07 2010 +0200 (2010-08-05)
changeset 2070 bcd33fce4db9
permissions -rw-r--r--
cc/gcc: with static ppl, correctly link with libm

On some Fedora boxen (at least FC13), it is also required
to link with libm when static ppl is used.
     1 Original patch from: ../crosstool-NG/ct-ng.trunk/patches/binutils/2.19/160-use-new-ld-dtags.patch
     2 
     3 -= BEGIN original header =-
     4 Original patch from Gentoo:
     5 gentoo/src/patchsets/binutils/2.19/76_all_use-new-ld-dtags.patch
     6 
     7 -= END original header =-
     8 
     9 diff -durN binutils-2.19.1.orig/ld/ldmain.c binutils-2.19.1/ld/ldmain.c
    10 --- binutils-2.19.1.orig/ld/ldmain.c	2009-03-08 11:57:03.000000000 +0100
    11 +++ binutils-2.19.1/ld/ldmain.c	2009-03-08 11:57:03.000000000 +0100
    12 @@ -262,6 +262,7 @@
    13  
    14    link_info.allow_undefined_version = TRUE;
    15    link_info.keep_memory = TRUE;
    16 +  link_info.new_dtags = TRUE;
    17    link_info.combreloc = TRUE;
    18    link_info.strip_discarded = TRUE;
    19    link_info.emit_hash = TRUE;