From owner-cvs-all Sun Sep 1 19:10:27 2002 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 C259A37B400; Sun, 1 Sep 2002 19:10:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82FF143E3B; Sun, 1 Sep 2002 19:10:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g822ANJU014165; Sun, 1 Sep 2002 19:10:23 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g822AN9t014164; Sun, 1 Sep 2002 19:10:23 -0700 (PDT) Message-Id: <200209020210.g822AN9t014164@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Sep 2002 19:10:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/alpha Makefile.inc ld.so.script reloc.c rtld_machdep.h rtld_start.S X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/01 19:10:23 PDT Modified files: (Branch: RELENG_4) libexec/rtld-elf/alpha Makefile.inc reloc.c rtld_machdep.h rtld_start.S Added files: (Branch: RELENG_4) libexec/rtld-elf/alpha ld.so.script Log: MFC: ld-elf.so.1 assumed a few too many things about the ordering of sections produced by ld(8) (ie: that _DYNAMIC immediately follows the _GOT). Update ld.so to deal with the new (faster) PLT format that gcc-3.1 and binutils can produce. Revision Changes Path 1.1.4.1 +3 -0 src/libexec/rtld-elf/alpha/Makefile.inc 1.1.2.1 +135 -0 src/libexec/rtld-elf/alpha/ld.so.script (new) 1.10.2.5 +14 -4 src/libexec/rtld-elf/alpha/reloc.c 1.3.2.2 +3 -0 src/libexec/rtld-elf/alpha/rtld_machdep.h 1.3.2.2 +110 -68 src/libexec/rtld-elf/alpha/rtld_start.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message