bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/3181] New: strip generates bad output on .o file with sect


From: hjl at lucon dot org
Subject: [Bug binutils/3181] New: strip generates bad output on .o file with section group
Date: 6 Sep 2006 23:17:27 -0000

I am not sure what we can do here if any:

address@hidden strip-10]$ 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-10]$ make
as   -o group.o group.s
./strip group.o -o x.o
readelf -g x.o
readelf: Error: Bad sh_link in group section `foo_group'
address@hidden strip-10]$

-- 
           Summary: strip generates bad output on .o file with section group
           Product: binutils
           Version: 2.18 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: hjl at lucon dot org
                CC: bug-binutils at gnu dot org


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

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