[Bug ld/6931] COMDAT group is broken

2008-10-04 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-10-04 07:03 --- http://sourceware.org/ml/binutils-cvs/2008-10/msg00022.html http://sourceware.org/ml/binutils/2008-10/msg00045.html -- What|Removed |Added -

[Bug ld/6931] COMDAT group is broken

2008-10-03 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-10-03 15:16 --- It still isn't right: bash-3.2$ cat /export/gnu/src/binutils/binutils/binutils/testsuite/binutils-all/group.s .section .text.foo,"axG",%progbits,foo_group,comdat .global foo foo: .wo

[Bug ld/6931] COMDAT group is broken

2008-10-03 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-10-03 10:11 --- http://sourceware.org/ml/binutils-cvs/2008-10/msg00013.html http://sourceware.org/ml/binutils/2008-10/msg00030.html HJ, please commit the new tests. -- What|Removed |A

[Bug ld/6931] COMDAT group is broken

2008-10-02 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-10-02 14:42 --- Testing a fix. I know now why I hacked the group signature into the SEC_GROUP name... -- What|Removed |Added --

[Bug ld/6931] COMDAT group is broken

2008-10-02 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at sources dot |amodra at bigpond dot net |redhat dot com |dot au http://sourceware.org/bugzil

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