[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/17556] New: crashing when mixing SHF_ALLOC and non SHF_ALLOC s
From: |
rafael.espindola at gmail dot com |
Subject: |
[Bug gold/17556] New: crashing when mixing SHF_ALLOC and non SHF_ALLOC sections |
Date: |
Wed, 05 Nov 2014 13:38:23 +0000 |
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gold/17556] New: crashing when mixing SHF_ALLOC and non SHF_ALLOC sections,
rafael.espindola at gmail dot com <=