[Bug ld/815] [C-api - C++ lib] undefined symbol _Unwind*

2005-04-15 Thread pluto at pld-linux dot org
--- Additional Comments From pluto at pld-linux dot org 2005-04-15 07:20 --- (In reply to comment #11) full link command: /usr/bin/ld --eh-frame-hdr -m elf_i386 -shared -o .libs/wmfthumbnail.so -z combreloc -L/usr/lib/gcc/i686-pld-linux/4.0.0

[Bug ld/850] linker issued assertion failure elf64-ppc.c:7771

2005-04-15 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-04-15 10:49 --- Subject: Re: New: linker issued assertion failure elf64-ppc.c:7771 Hi Robert, The problem caught is about error during linking of executable. /usr/bin/ld: BFD 041202 20041202 assertion fail elf64-ppc.c:7771

[Bug gas/848] gas testsuite FAIL: macros dot

2005-04-15 Thread jbeulich at novell dot com
--- Additional Comments From jbeulich at novell dot com 2005-04-15 13:34 --- This is more wide-spread, other affected targets are hppa, ns32k, and vax. Slightly different reasons cause d30v, dlx, i860, and or32 to fail. For these, the testcase output expectation needs to be adjusted; I

Re: [Bug gas/847] New: Error: Zero-length symbol is illegal

2005-04-15 Thread Ian Lance Taylor
Nick Clifton [EMAIL PROTECTED] writes: The ia64 assembler is choking on `.file ' with the error message Zero-length symbol is illegal. According to the GAS manual this should be allowed. The problem is that gcc 3.4 and later now uses `.file ' instead of `.file stdin' when input comes

[Bug gas/847] Error: Zero-length symbol is illegal

2005-04-15 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-04-15 16:35 --- My point is that symbols like the STT_FILE symbol or STT_SECTION symbols do not need to have a name. It is not a bug to have a symbol with no name. The macro tc_canonicalize_symbol_name applies to all symbols. That