[Bug gold/6927] New: qt 4.5 does not build due to missing cli option

2008-10-01 Thread bofruchtel at hotmail dot com
--dynamic-list seems unsupported by gold -- Summary: qt 4.5 does not build due to missing cli option Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: gold AssignedTo: ian a

[Bug ld/6931] New: COMDAT group is broken

2008-10-01 Thread hjl dot tools at gmail dot com
This patch: http://sourceware.org/ml/binutils/2008-09/msg00214.html may have caused: [EMAIL PROTECTED] tmp]$ cat foo.c extern int foo; int * foo1 () { return &foo; } [EMAIL PROTECTED] tmp]$ cat bar.c extern int bar; int * bar1 () { return &bar; } [EMAIL PROTECTED] tmp]$ gcc -fPIC -c bar.c fo

[Bug ld/6931] COMDAT group is broken

2008-10-01 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-10-01 19:18 --- It happens on Linux/ia32 with gcc 4.3. -- http://sourceware.org/bugzilla/show_bug.cgi?id=6931 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching som

[Bug binutils/6934] New: binutils stabs does not read SUNPro C++ namespace stab

2008-10-01 Thread andrew at ishiboo dot com
stabs.c is missing support for many SUNPro C++ stabs. This patch will add support for reading the "=Yn0;" stab so that basic C++ objects can be used with objdump. Upon adding this support, I was able to read full C++ objects without adding any of the other missing stabs. -- Summary: bi

[Bug binutils/6934] binutils stabs does not read SUNPro C++ namespace stab

2008-10-01 Thread andrew at ishiboo dot com
--- Additional Comments From andrew at ishiboo dot com 2008-10-01 21:37 --- Created an attachment (id=2972) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2972&action=view) Add support for "=Yn0;" stab This patch adds just one of the missing SUNPro Y stab types. I've noted the o

[Bug binutils/6934] binutils stabs does not read SUNPro C++ namespace stab

2008-10-01 Thread andrew at ishiboo dot com
--- Additional Comments From andrew at ishiboo dot com 2008-10-01 21:38 --- The patch allows objdump -G to read the following stab generated by SUNPro C++: __1n9uX__unnamed_2WQdDEsI794I2IM_:T(0,19)=Yn0; -- http://sourceware.org/bugzilla/show_bug.cgi?id=6934 --- You are receivi

[Bug ld/6931] COMDAT group is broken

2008-10-01 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-10-01 23:15 --- The bug is in bfd_elf_set_group_contents: symindx = 0; if (elf_group_id (sec) != NULL) symindx = elf_group_id (sec)->udata.i; if (symindx == 0) { /* If called from the assembler, swap_

[Bug gas/6935] New: gas hangs when assembling g++ generated code

2008-10-01 Thread cayminfo-ec at yahoo dot com
I compiled a C++ file with g++ and the compile hung and took up 100% of the CPU when assembling the file. The problem seems to have to do with an ".align" directive. If I comment the ".align" (which was generated by the compiler) out, it no longer hangs. Additionally, if I manually add three ".byt

[Bug gas/6935] gas hangs when assembling g++ generated code

2008-10-01 Thread cayminfo-ec at yahoo dot com
--- Additional Comments From cayminfo-ec at yahoo dot com 2008-10-02 00:44 --- Created an attachment (id=2973) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2973&action=view) This is the ZIPed assembly file that seems to hang the assembler on my linux system This is the ZIPed a

[Bug ld/6931] COMDAT group is broken

2008-10-01 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-10-02 01:09 --- Created an attachment (id=2974) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2974&action=view) Testcases Those tests failed: FAIL: ld-elf/group4 FAIL: ld-elf/group5 FAIL: ld-elf/group6 -- htt

[Bug gas/6935] gas hangs when assembling g++ generated code

2008-10-01 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-10-02 04:57 --- Already fixed mainline. -- What|Removed |Added Status|NEW