bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/24065] 32-bit objcopy fails with '64-bit address ... out o


From: tnfchris at sourceware dot org
Subject: [Bug binutils/24065] 32-bit objcopy fails with '64-bit address ... out of range ...'
Date: Mon, 07 Jan 2019 17:33:12 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=24065

Tamar Christina <tnfchris at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2019-01-07
                 CC|                            |tnfchris at sourceware dot org
           Assignee|unassigned at sourceware dot org   |tnfchris at sourceware 
dot org
     Ever confirmed|0                           |1

--- Comment #1 from Tamar Christina <tnfchris at sourceware dot org> ---
Confirmed, this is caused by the change for PR/23699, the code assumes that
bfd_vma is always a 64bit value, but it's host dependent.

The result is that on a 32bit system, it always thinks the top bits are set as
the top mask bits are gone.

Testing patch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

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