https://sourceware.org/bugzilla/show_bug.cgi?id=17492

            Bug ID: 17492
           Summary: ld segfault with --oformat=binary
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: doko at debian dot org

$ cat sample.c 
int main(void)
{
  return 0;
}

$ gcc -static -Xlinker --oformat=binary -Xlinker --format=elf64-x86-64 sample.c
collect2: error: ld terminated with signal 11 [Segmentation fault]

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

Reply via email to