bug-binutils
[Top][All Lists]
Advanced

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

Re: bug in bfd relocation overflow handling


From: Alan Modra
Subject: Re: bug in bfd relocation overflow handling
Date: Thu, 1 Dec 2005 15:57:40 +1030
User-agent: Mutt/1.4i

On Wed, Nov 30, 2005 at 03:02:25PM -0500, Chris Metcalf wrote:
> It appears that if you have a 64-bit host targetting a 32-bit platform, 
> the complain_overflow_bitfield case in _bfd_relocate_contents() will 

The real bug is the 32-bit target using complain_overflow_bitfield on a
32-bit relocation.  It should just simply use complain_overflow_dont.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre




reply via email to

[Prev in Thread] Current Thread [Next in Thread]