From owner-cvs-all@FreeBSD.ORG Tue Nov 2 09:42:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB59416A4CE; Tue, 2 Nov 2004 09:42:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA02F43D48; Tue, 2 Nov 2004 09:42:21 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA29gLqO008732; Tue, 2 Nov 2004 09:42:21 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA29gL7m008731; Tue, 2 Nov 2004 09:42:21 GMT (envelope-from ssouhlal) Message-Id: <200411020942.iA29gL7m008731@repoman.freebsd.org> From: Suleiman Souhlal Date: Tue, 2 Nov 2004 09:42:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 09:42:22 -0000 ssouhlal 2004-11-02 09:42:21 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: Do the TLS offset allocations before relocations, as otherwise there can be overlap in the TLS offsets, if the relocations are done in a certain order. Approved by: dfr, grehan (mentor) Revision Changes Path 1.101 +11 -11 src/libexec/rtld-elf/rtld.c