[Bug gas/7026] ARM target wont build, error: format not a string literal and no format arguments

2008-11-12 Thread pwjansen at yahoo dot com
--- Additional Comments From pwjansen at yahoo dot com 2008-11-12 09:46 --- Created an attachment (id=3058) -- (http://sourceware.org/bugzilla/attachment.cgi?id=3058action=view) patch to fix Simple fix to ass %s as format string, problem with compiling with gcc-4.3.2 --

[Bug ld/7027] New: 64-bit libstdc++.so fails to link on Solaris 11/SPARC: could not read symbols: Bad value

2008-11-12 Thread ro at TechFak dot Uni-Bielefeld dot DE
Trying to build current gcc mainline with GNU ld 2.19 fails linking the 64-bit libstdc++.so. When I retried with binutils mainline, the problems persists: % /vol/gcc/obj/binutils-2.19.50-g/ld/ld-new -V -G -dy -z text -m elf64_sparc -Y P,/usr/lib/sparcv9 -rpath-link /usr/lib/sparcv9 -Qy -o

[Bug ld/7023] ld is unable to link 32 bit libffi.so on gcc mainline: Memory exhausted

2008-11-12 Thread ro at TechFak dot Uni-Bielefeld dot DE
--- Additional Comments From ro at TechFak dot Uni-Bielefeld dot DE 2008-11-12 18:16 --- Subject: Re: ld is unable to link 32 bit libffi.so on gcc mainline: Memory exhausted amodra at bigpond dot net dot au writes: --- Additional Comments From amodra at bigpond dot net dot au

[Bug ld/7028] New: valgrind complaints running ld-elf/header

2008-11-12 Thread hp at sourceware dot org
For all the targets above, I see in ld.log: Executing on host: sh -c {valgrind -q /home/hp/binutils/obj/l/ld/ld-new -L/home/hp/binutils/src/ld/testsuite/ld-elf -T header.t -z max-page-size=0x100 -o tmpdir/dump tmpdir/dump0.o 21} /dev/null ld.tmp (timeout = 300) ==2996== Syscall param write(buf)

[Bug ld/7023] ld is unable to link 32 bit libffi.so on gcc mainline: Memory exhausted

2008-11-12 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-11-12 22:07 --- http://sourceware.org/ml/binutils-cvs/2008-11/msg00052.html http://sourceware.org/ml/binutils/2008-11/msg00123.html -- What|Removed |Added

[Bug ld/7028] valgrind complaints running ld-elf/header

2008-11-12 Thread hp at sourceware dot org
--- Additional Comments From hp at sourceware dot org 2008-11-13 00:52 --- Looks like SIZEOF_HEADERS oscillating between 32 and 64 is part of the problem, see ld/emultempl/elf-generic.em:gld${EMULATION_NAME}_map_segments. Then, the place that allocates space for headers allocates a

[Bug ld/7028] valgrind complaints running ld-elf/header

2008-11-12 Thread hp at sourceware dot org
-- What|Removed |Added AssignedTo|unassigned at sources dot |hp at sourceware dot org |redhat dot com |

[Bug ld/7028] valgrind complaints running ld-elf/header

2008-11-12 Thread hp at sourceware dot org
--- Additional Comments From hp at sourceware dot org 2008-11-13 03:10 --- Committed http://sourceware.org/ml/binutils/2008-11/msg00125.html. -- What|Removed |Added