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: Chris Metcalf
Subject: Re: bug in bfd relocation overflow handling
Date: Thu, 01 Dec 2005 01:09:24 -0500
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

It's not a 32-bit relocation, it's a 16-bit relocation.

Chris

On 12/1/2005 12:27 AM, Alan Modra wrote:

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.





reply via email to

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