Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: gnusrc/gnu/dist/toolchain/bfd



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@localhost>.


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.




Home | Main Index | Thread Index | Old Index