bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/3006] New: --sort-section name is brorken


From: hjl at lucon dot org
Subject: [Bug ld/3006] New: --sort-section name is brorken
Date: 7 Aug 2006 16:53:28 -0000

http://sourceware.org/ml/binutils/2006-07/msg00208.html

breaks --sort-section name:

address@hidden sort-1]$ cat x.c
void
foo ()
{
}
address@hidden sort-1]$ cat sort.t
SECTIONS
{
  .text           :
  {
    *(.text .text.*)
  }
  /DISCARD/ : { *(.*) }
}
address@hidden sort-1]$ gcc -c x.c
address@hidden 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]