Subject: CVS commit: gnusrc/gnu/dist/toolchain/bfd
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/03/2001 02:35:02
Module Name:	gnusrc
Committed By:	bjh21
Date:		Thu Aug  2 23:35:01 UTC 2001

Modified Files:
	gnusrc/gnu/dist/toolchain/bfd: elf32-arm.h

Log Message:
Correct resolution of R_ARM_REL32 relocations.  They were being resolved
relative to the start of the section rather than the location of the
relocation.  This made differences of two symbols in different files stop
working.

I believe GCC never generates this kind of relocation, which is why this bug
hasn't surfaced before.

This patch has been sent to <bug-gnu-utils@gnu.org>.


To generate a diff of this commit:
cvs rdiff -r1.1.1.3 -r1.2 gnusrc/gnu/dist/toolchain/bfd/elf32-arm.h

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