Subject: CVS commit: src/gnu/dist/binutils/bfd
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/11/2004 08:42:55
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.