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

ld doesn't permit you to get the address of anything other than a section, so 
that
line is invalid.  When I removed it, my ld no longer crashed and my program 
linked.

-- 


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

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