patches/binutils/2.20/190-use-new-ld-dtags.patch
changeset 2662 e7266674d492
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/binutils/2.20/190-use-new-ld-dtags.patch	Sun Sep 11 18:28:45 2011 +0200
     1.3 @@ -0,0 +1,10 @@
     1.4 +--- binutils/ld/ldmain.c
     1.5 ++++ binutils/ld/ldmain.c
     1.6 +@@ -296,6 +296,7 @@ main (int argc, char **argv)
     1.7 + 
     1.8 +   link_info.allow_undefined_version = TRUE;
     1.9 +   link_info.keep_memory = TRUE;
    1.10 ++  link_info.new_dtags = TRUE;
    1.11 +   link_info.combreloc = TRUE;
    1.12 +   link_info.strip_discarded = TRUE;
    1.13 +   link_info.callbacks = &link_callbacks;