Subject: CVS commit: basesrc/libexec/ld.elf_so
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/14/2001 00:34:53
Module Name:	basesrc
Committed By:	thorpej
Date:		Thu Dec 13 22:34:53 UTC 2001

Modified Files:
	basesrc/libexec/ld.elf_so: reloc.c rtld.h
	basesrc/libexec/ld.elf_so/arch/alpha: Makefile.inc rtld_start.S
Added Files:
	basesrc/libexec/ld.elf_so/arch/alpha: alpha_reloc.c

Log Message:
Supply two lazy binding routines for Alpha: one that works with the
old PLT format, and one that works with the new.

XXX We currently always use _rtld_bind_start_old() in
_rtld_setup_alpha_pltgot().  We need to add code to peek
into one of the PLT entries to see which format it's in
and pick the correct binding routine.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 basesrc/libexec/ld.elf_so/reloc.c
cvs rdiff -r1.30 -r1.31 basesrc/libexec/ld.elf_so/rtld.h
cvs rdiff -r1.4 -r1.5 basesrc/libexec/ld.elf_so/arch/alpha/Makefile.inc
cvs rdiff -r0 -r1.1 basesrc/libexec/ld.elf_so/arch/alpha/alpha_reloc.c
cvs rdiff -r1.6 -r1.7 basesrc/libexec/ld.elf_so/arch/alpha/rtld_start.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.