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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #5 from Alan Modra <amodra at gmail dot com> ---
This does not look like a linker problem. dl_array is linked at 0x8020057.  The
symbol and debug info reflect this fact.  Now, examining dl_array under gdb
looks at 0x8020056.  This is wrong, so perhaps this is a gdb bug, triggered by
you putting .rodata into .text, an executable section.  Recall that arm uses
the low bit of executable symbol addresses as a flag to mark thumb code.

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

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

Reply via email to