Subject: CVS commit: basesrc/libexec/ld.elf_so/arch/powerpc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/04/2002 03:19:38
Module Name:	basesrc
Committed By:	thorpej
Date:		Wed Dec  4 01:19:38 UTC 2002

Modified Files:
	basesrc/libexec/ld.elf_so/arch/powerpc: rtld_start.S

Log Message:
Bintuils-current initializes the GOT entries to 0 (instead of the
base-relative offsets that were placed there previously), so we
must use a different mechanism to compute our reloc base.

Patch from Charles Hannum.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/libexec/ld.elf_so/arch/powerpc/rtld_start.S

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