From owner-cvs-src-old@FreeBSD.ORG Sun Oct 18 13:09:01 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8AF7106566B for ; Sun, 18 Oct 2009 13:09:01 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D670D8FC15 for ; Sun, 18 Oct 2009 13:09:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9ID91nl088811 for ; Sun, 18 Oct 2009 13:09:01 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9ID91nN088810 for cvs-src-old@freebsd.org; Sun, 18 Oct 2009 13:09:01 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200910181309.n9ID91nN088810@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 18 Oct 2009 13:08:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/include elf.h src/sys/sun4v/include elf.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2009 13:09:02 -0000 marius 2009-10-18 13:08:15 UTC FreeBSD src repository Modified files: sys/sparc64/include elf.h sys/sun4v/include elf.h Log: SVN rev 198203 on 2009-10-18 13:08:15Z by marius Change the load base to below 2GB so PIE binaries work including when compiled to use the Medium/Low code model, which we currently default to for the userland. GNU/Linux has moved their default to Medium/Middle some time ago, which probably explains why the current GNU ld(1) uses a base in the range between 32 and 44 bits instead. Submitted by: kib Revision Changes Path 1.19 +1 -1 src/sys/sparc64/include/elf.h 1.6 +1 -1 src/sys/sun4v/include/elf.h