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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to