From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NF9In-0001rL-SQ for garchives@archives.gentoo.org; Mon, 30 Nov 2009 16:40:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92FE9E09E6; Mon, 30 Nov 2009 16:40:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 72F43E09E2 for ; Mon, 30 Nov 2009 16:40:26 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id DF28367D52 for ; Mon, 30 Nov 2009 16:40:25 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NF9IX-0006bM-J4 for gentoo-commits@lists.gentoo.org; Mon, 30 Nov 2009 16:40:25 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/binutils/2.19.51.0.5: 78_all_use-relro.patch X-VCS-Repository: gentoo X-VCS-Files: 78_all_use-relro.patch X-VCS-Directories: src/patchsets/binutils/2.19.51.0.5 X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Mon, 30 Nov 2009 16:40:25 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5560bbee-c52b-4207-84ab-ddb6ebd710be X-Archives-Hash: c51f601da11670bd8cdc57ee116cd8b2 vapier 09/11/30 16:40:25 Modified: 78_all_use-relro.patch Log: link to relro background info Revision Changes Path 1.2 src/patchsets/binutils/2.19.51.0.5/78_all_use-relro.= patch file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils= /2.19.51.0.5/78_all_use-relro.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils= /2.19.51.0.5/78_all_use-relro.patch?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils= /2.19.51.0.5/78_all_use-relro.patch?r1=3D1.1&r2=3D1.2 Index: 78_all_use-relro.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.19.51.0.5/78_all_u= se-relro.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 78_all_use-relro.patch 26 May 2009 08:08:31 -0000 1.1 +++ 78_all_use-relro.patch 30 Nov 2009 16:40:25 -0000 1.2 @@ -1,3 +1,6 @@ +background: +http://www.airs.com/blog/archives/189 + --- binutils/ld/ldmain.c +++ binutils/ld/ldmain.c @@ -293,2 +293,3 @@ main (int argc, char **argv)