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

[EMAIL PROTECTED] 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
[EMAIL PROTECTED] 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'
[EMAIL PROTECTED] 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to