[Bug ld/3015] -z relro by default causes testsuite failures

2006-08-10 Thread hjl at lucon dot org

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


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

2006-08-10 Thread jeff dot lasslett at datataker dot com dot au

--- 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 
> object
> files if you make them available somehow.

I think I'm experiencing this problem as well.  I've tried binutils 2.17 and
binutils-060810.  Each one behaves identically.  My target is powerpc-eabi. My 
host is a linux PC.


-- 


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


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

2006-08-10 Thread jeff dot lasslett at datataker dot com dot au

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