http://sourceware.org/ml/binutils/2006-07/msg00208.html
breaks --sort-section name:
[EMAIL PROTECTED] sort-1]$ cat x.c
void
foo ()
{
}
[EMAIL PROTECTED] sort-1]$ cat sort.t
SECTIONS
{
.text :
{
*(.text .text.*)
}
/DISCARD/ : { *(.*) }
}
[EMAIL PROTECTED] sort-1]$ gcc -c x.c
[EMAIL PROTECTED] sort-1]$ ./ld x.o --sort-section name -T sort.t
Segmentation fault
--
Summary: --sort-section name is brorken
Product: binutils
Version: 2.18 (HEAD)
Status: NEW
Severity: critical
Priority: P2
Component: ld
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=3006
------- 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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils