From owner-cvs-all Mon Nov 18 14:11:48 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 8F4F737B404; Mon, 18 Nov 2002 14:11:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0471D43E6E; Mon, 18 Nov 2002 14:11:45 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAIM8omV023671; Mon, 18 Nov 2002 14:08:50 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAIM8okQ023665; Mon, 18 Nov 2002 14:08:50 -0800 (PST) Message-Id: <200211182208.gAIM8okQ023665@repoman.freebsd.org> From: Thomas Moestl Date: Mon, 18 Nov 2002 14:08:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c src/libexec/rtld-elf/alpha reloc.c rtld_machdep.h src/libexec/rtld-elf/i386 reloc.c rtld_machdep.h src/libexec/rtld-elf/ia64 reloc.c rtld_machdep.h src/libexec/rtld-elf/sparc64 reloc.c rtld_machdep.h rtld_start.S X-FreeBSD-CVS-Branch: HEAD 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 tmm 2002/11/18 14:08:50 PST Modified files: libexec/rtld-elf rtld.c libexec/rtld-elf/alpha reloc.c rtld_machdep.h libexec/rtld-elf/i386 reloc.c rtld_machdep.h libexec/rtld-elf/ia64 reloc.c rtld_machdep.h libexec/rtld-elf/sparc64 reloc.c rtld_machdep.h rtld_start.S Log: Fix the handling of high PLT entries (> 32764) on sparc64. This requires additional arguments to reloc_jmpslot(), which is why MI code and MD code of other platforms had to be changed. Reviewed by: jake Approved by: re Revision Changes Path 1.17 +4 -3 src/libexec/rtld-elf/alpha/reloc.c 1.8 +3 -1 src/libexec/rtld-elf/alpha/rtld_machdep.h 1.11 +1 -1 src/libexec/rtld-elf/i386/reloc.c 1.8 +2 -1 src/libexec/rtld-elf/i386/rtld_machdep.h 1.10 +4 -3 src/libexec/rtld-elf/ia64/reloc.c 1.3 +2 -1 src/libexec/rtld-elf/ia64/rtld_machdep.h 1.70 +1 -1 src/libexec/rtld-elf/rtld.c 1.5 +192 -179 src/libexec/rtld-elf/sparc64/reloc.c 1.3 +3 -1 src/libexec/rtld-elf/sparc64/rtld_machdep.h 1.3 +31 -24 src/libexec/rtld-elf/sparc64/rtld_start.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message