diff options
Diffstat (limited to 'patches/binutils/2.20.1a/220-use-relro.patch')
-rw-r--r-- | patches/binutils/2.20.1a/220-use-relro.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/binutils/2.20.1a/220-use-relro.patch b/patches/binutils/2.20.1a/220-use-relro.patch new file mode 100644 index 00000000..490d0a2d --- /dev/null +++ b/patches/binutils/2.20.1a/220-use-relro.patch @@ -0,0 +1,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:17.000000000 +0200 ++++ binutils-2.20.1/ld/ldmain.c 2010-08-17 19:32:18.000000000 +0200 +@@ -264,6 +264,7 @@ + link_info.keep_memory = TRUE; + link_info.new_dtags = TRUE; + link_info.combreloc = TRUE; ++ link_info.relro = TRUE; + link_info.strip_discarded = TRUE; + link_info.emit_hash = TRUE; + #ifndef __mips__ |