bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/3166] aborting at elf.c line 2971 in bfd_elf_set_group_con


From: hjl at lucon dot org
Subject: [Bug binutils/3166] aborting at elf.c line 2971 in bfd_elf_set_group_contents during stripping.
Date: 2 Sep 2006 00:55:17 -0000

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

address@hidden 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
address@hidden 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]