Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/binutils/2.20.51.0.3: 78_all_use-relro.patch
Date: Mon, 30 Nov 2009 16:40:50
Message-Id: E1NF9IZ-0006dZ-WA@stork.gentoo.org
1 vapier 09/11/30 16:40:27
2
3 Modified: 78_all_use-relro.patch
4 Log:
5 link to relro background info
6
7 Revision Changes Path
8 1.2 src/patchsets/binutils/2.20.51.0.3/78_all_use-relro.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.20.51.0.3/78_all_use-relro.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.20.51.0.3/78_all_use-relro.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.20.51.0.3/78_all_use-relro.patch?r1=1.1&r2=1.2
13
14 Index: 78_all_use-relro.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.20.51.0.3/78_all_use-relro.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 78_all_use-relro.patch 21 Nov 2009 05:07:24 -0000 1.1
21 +++ 78_all_use-relro.patch 30 Nov 2009 16:40:27 -0000 1.2
22 @@ -1,3 +1,6 @@
23 +background:
24 +http://www.airs.com/blog/archives/189
25 +
26 --- binutils/ld/ldmain.c
27 +++ binutils/ld/ldmain.c
28 @@ -293,2 +293,3 @@ main (int argc, char **argv)