------- Additional Comments From hjl at lucon dot org  2006-09-02 00:55 -------
Here is a simple testcase:

[EMAIL PROTECTED] strip-9]$ cat group.s
        .section .text,"axG",%progbits,foo_group,comdat
        .global foo
foo:
        .word 0
        .section .data,"awG",%progbits,foo_group,comdat
        .global bar
bar:
        .word 0
[EMAIL PROTECTED] strip-9]$ make
as   -o group.o group.s
./strip --only-keep-debug group.o -o xxx.o
BFD: BFD 2.17.50 20060823 internal error, aborting at
/export/gnu/src/binutils-import/binutils/bfd/elf.c line 2976 in
bfd_elf_set_group_contents

BFD: Please report this bug.

make: *** [xxx.o] Error 1

I will look into it.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl at lucon dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=3166

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

Reply via email to