diff options
Diffstat (limited to 'patches/binutils/2.20/220-use-relro.patch')
-rw-r--r-- | patches/binutils/2.20/220-use-relro.patch | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/patches/binutils/2.20/220-use-relro.patch b/patches/binutils/2.20/220-use-relro.patch deleted file mode 100644 index abd5187c..00000000 --- a/patches/binutils/2.20/220-use-relro.patch +++ /dev/null @@ -1,6 +0,0 @@ ---- binutils/ld/ldmain.c -+++ binutils/ld/ldmain.c -@@ -293,2 +293,3 @@ main (int argc, char **argv) - link_info.combreloc = TRUE; -+ link_info.relro = TRUE; - link_info.strip_discarded = TRUE; |