bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/16804] gold rejects kernel linker script


From: ccoutant at google dot com
Subject: [Bug gold/16804] gold rejects kernel linker script
Date: Thu, 03 Apr 2014 17:07:16 +0000

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

Cary Coutant <ccoutant at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
           Assignee|ian at airs dot com                |ccoutant at google dot 
com

--- Comment #1 from Cary Coutant <ccoutant at google dot com> ---
You need a semicolon after the fill constant:

 .text : { *(.text*) } :text =0x90909090;
 /DISCARD/ : {

Otherwise, gold attempts to parse the fill spec as an expression: "0x90909090 /
DISCARD ...".

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