--- Additional Comments From hjl at lucon dot org 2006-08-10 15:34 ---
I would suggest you create a separate testcase with -z relro so that this linker
bug is caught.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3015
--- You are receiving this mail because: ---
You are o
--- Additional Comments From jeff dot lasslett at datataker dot com dot au
2006-08-11 02:13 ---
(In reply to comment #1)
> It is possible that this problem has been fixed in current CVS trunk
> binutils.
> Please try a newer binutils, and if that fails I'll take a looks at your
> obje
--- Additional Comments From jeff dot lasslett at datataker dot com dot au
2006-08-11 04:32 ---
I can now get this problem to occur at will.
I had a line similar to ...
SYM = ADDR(mem);
... in my ld script. mem is a defined memory region in the MEMORY{} section
of aforementioned ld sc