bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/2112] Binutils LD fails at line 6419 of elflink.c


From: jeff dot lasslett at datataker dot com dot au
Subject: [Bug ld/2112] Binutils LD fails at line 6419 of elflink.c
Date: 11 Aug 2006 04:32:16 -0000

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




reply via email to

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