patches/binutils/2.20/190-use-new-ld-dtags.patch
changeset 1614 3f76cdbceb6e
     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	Tue Oct 27 20:06:46 2009 +0100
     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;