bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/11219] LMA in link map versus object file disagrees


From: amodra at gmail dot com
Subject: [Bug ld/11219] LMA in link map versus object file disagrees
Date: 1 Feb 2010 22:27:33 -0000

------- Additional Comments From amodra at gmail dot com  2010-02-01 22:27 
-------
It wouldn't be correct to warn in the generic parts of the linker, and difficult
to correct the printed map value.  The right place for a warning is somewhere in
the ELF backend, perhaps assign_file_positions_except_relocs, because the
problem is really that the ELF linker is not respecting your user lma
assignments.  The tricky part is in coding up a warning that doesn't false
trigger, for instance on objcopy of a binary with p_paddr all zero as created by
some other linkers.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11219

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

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