------- 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to