summaryrefslogtreecommitdiff
path: root/patches/binutils/2.20.1a/190-use-new-ld-dtags.patch
blob: 9a4ea99012b26befbb87471eb443a07a5b24d07d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -durN binutils-2.20.1.orig/ld/ldmain.c binutils-2.20.1/ld/ldmain.c
--- binutils-2.20.1.orig/ld/ldmain.c	2010-08-17 19:32:13.000000000 +0200
+++ binutils-2.20.1/ld/ldmain.c	2010-08-17 19:32:15.000000000 +0200
@@ -262,6 +262,7 @@
 
   link_info.allow_undefined_version = TRUE;
   link_info.keep_memory = TRUE;
+  link_info.new_dtags = TRUE;
   link_info.combreloc = TRUE;
   link_info.strip_discarded = TRUE;
   link_info.emit_hash = TRUE;