patches/binutils/2.20.1/190-use-new-ld-dtags.patch
changeset 2088 4f21ba5f8e91
parent 1614 3f76cdbceb6e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/binutils/2.20.1/190-use-new-ld-dtags.patch	Tue Aug 17 19:48:49 2010 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +
     1.5 +
     1.6 +diff -durN binutils-2.20.1.orig/ld/ldmain.c binutils-2.20.1/ld/ldmain.c
     1.7 +--- binutils-2.20.1.orig/ld/ldmain.c	2010-08-17 19:32:13.000000000 +0200
     1.8 ++++ binutils-2.20.1/ld/ldmain.c	2010-08-17 19:32:15.000000000 +0200
     1.9 +@@ -262,6 +262,7 @@
    1.10 + 
    1.11 +   link_info.allow_undefined_version = TRUE;
    1.12 +   link_info.keep_memory = TRUE;
    1.13 ++  link_info.new_dtags = TRUE;
    1.14 +   link_info.combreloc = TRUE;
    1.15 +   link_info.strip_discarded = TRUE;
    1.16 +   link_info.emit_hash = TRUE;