bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/16804] New: gold rejects kernel linker script


From: markus at trippelsdorf dot de
Subject: [Bug gold/16804] New: gold rejects kernel linker script
Date: Thu, 03 Apr 2014 08:27:09 +0000

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

            Bug ID: 16804
           Summary: gold rejects kernel linker script
           Product: binutils
           Version: 2.25 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ian at airs dot com
          Reporter: markus at trippelsdorf dot de
                CC: ccoutant at google dot com

The current git kernel doesn't build with gold:

address@hidden tmp % ld -v
GNU gold (GNU Binutils 2.24.51.20140401) 1.11
address@hidden tmp % cat vdso.lds
SECTIONS
{
 .text : { *(.text*) } :text =0x90909090
 /DISCARD/ : {
  *(.discard)
  *(.discard.*)
 }
}
address@hidden tmp % ld -T vdso.lds
ld: error: vdso.lds:4:12: syntax error, unexpected ':'
ld: fatal error: unable to parse script file vdso.lds
address@hidden tmp % ld.bfd -T vdso.lds
ld.bfd: no input files
address@hidden tmp %

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



reply via email to

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