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

            Bug ID: 17556
           Summary: crashing when mixing SHF_ALLOC and non SHF_ALLOC
                    sections
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ccoutant at google dot com
          Reporter: rafael.espindola at gmail dot com
                CC: ian at airs dot com

$ cat test.s
        .section .foo,""

$ cat test2.s
    .section    .foo,"a"
bar:
$ gcc -c test.s
$ gcc -c test2.s
$ ld -shared -o test.so test.o test2.o
ld: internal error in add_output_section_to_load, at
../../binutils/gold/output.cc:4093

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