patches/binutils/2.20/190-use-new-ld-dtags.patch
author "Frederic Roussel" <fr.frasc@gmail.com>
Wed Nov 11 14:44:53 2009 -0800 (2009-11-11)
changeset 1621 60446d2e5660
permissions -rw-r--r--
patches/binutils/2.20: make patches appliable

Fix filenames in patch files for binutils-2.20.
Some patch files were only usable with patch argument '-p0'.
Fix the diff context to match 2.20 release.

Signed-off-by: Frederic Roussel <fr.frasc@gmail.com>
     1 --- binutils/ld/ldmain.c
     2 +++ binutils/ld/ldmain.c
     3 @@ -296,6 +296,7 @@ main (int argc, char **argv)
     4  
     5    link_info.allow_undefined_version = TRUE;
     6    link_info.keep_memory = TRUE;
     7 +  link_info.new_dtags = TRUE;
     8    link_info.combreloc = TRUE;
     9    link_info.strip_discarded = TRUE;
    10    link_info.callbacks = &link_callbacks;