Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 12/08/1999 00:47:12
Module Name:	basesrc
Committed By:	itohy
Date:		Wed Dec  8 08:47:12 UTC 1999

Modified Files:
	basesrc/libexec/ld.elf_so: reloc.c

Log Message:
Use "addend" for R_68K_GOT32, R_68K_PC32, and R_68K_32 relocations.
I'm not sure whether R_68K_GOT32 relocatations appear in shared
objects, though....

Example:
	lea	%pc@(got+0x1234@GOTPC),%a0	| R_68K_GOT32
	bsrl	foo+0x5678			| R_68K_PC32
	lea	bar+0x9abc,%a1			| R_68K_32


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 basesrc/libexec/ld.elf_so/reloc.c

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