patches/binutils/2.20/220-use-relro.patch
author Zhuang Yuyao <mlistz@gmail.com>
Sun Feb 21 15:53:39 2010 +0100 (2010-02-21)
changeset 1816 ab179fab1409
permissions -rw-r--r--
binutils/binutils: add patch to default emulation for mips64
     1 --- binutils/ld/ldmain.c
     2 +++ binutils/ld/ldmain.c
     3 @@ -293,2 +293,3 @@ main (int argc, char **argv)
     4    link_info.combreloc = TRUE;
     5 +  link_info.relro = TRUE;
     6    link_info.strip_discarded = TRUE;