Received: by mail.netbsd.org (Postfix, from userid 605) id 1743385EDA; Thu, 16 Jun 2016 11:34:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96A2F85ED7 for ; Thu, 16 Jun 2016 11:34:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id q53odqDFsK2R for ; Thu, 16 Jun 2016 11:34:13 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 38DD985EA1 for ; Thu, 16 Jun 2016 11:34:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A095FBB5; Thu, 16 Jun 2016 11:34:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 16 Jun 2016 07:34:13 -0400 From: "Christos Zoulas" Subject: CVS commit: src/libexec/ld.elf_so To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160616113413.2A095FBB5@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: christos Date: Thu Jun 16 11:34:13 UTC 2016 Modified Files: src/libexec/ld.elf_so: Makefile map_object.c Log Message: Move relro after we've computed out relocbase and re-enable it. (Matthias Weckbecker) To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/libexec/ld.elf_so/Makefile cvs rdiff -u -r1.54 -r1.55 src/libexec/ld.elf_so/map_object.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.