patches/binutils/2.19.1/160-use-new-ld-dtags.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 25 19:48:42 2009 +0000 (2009-05-25)
branchgcc-4.4
changeset 1387 a52504ffac55
permissions -rw-r--r--
/devel/gcc-4.4:
- TODO: remove completed items

-------- diffstat follows --------
/devel/gcc-4.4/TODO | 1 0 1 0 -
1 file changed, 1 deletion(-)
     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;