Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/gnu/dist/binutils/bfd
Module Name: src
Committed By: christos
Date: Sat Dec 11 08:42:55 UTC 2004
Modified Files:
src/gnu/dist/binutils/bfd: elflink.c
Log Message:
Only compile 64 bit relocations if we can build a 64 bit target (BFD64)
not if the 64 bit type is defined (BFD_HOST_64_BIT) because the second
is always defined, even if it falls back to a 32 bit type. In our case,
this was not the problem; the problem was that we bfd_vma is a 32 bit
type when BFD64 is not defined, so the shift was out of range.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/gnu/dist/binutils/bfd/elflink.c
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