bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/12652] New: gold doesn't recognise modifiers on memory LENGTHs


From: patrick at motec dot com.au
Subject: [Bug gold/12652] New: gold doesn't recognise modifiers on memory LENGTHs
Date: Fri, 8 Apr 2011 06:00:59 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12652

           Summary: gold doesn't recognise modifiers on memory LENGTHs
           Product: binutils
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
        AssignedTo: address@hidden
        ReportedBy: address@hidden


gold doesn't recognise modifiers on memory LENGTH attributes e.g.

MEMORY {
    flash (rx) :    ORIGIN = 0x00000000, LENGTH = 2M
    ram (wiax) :    ORIGIN = 0x20000000, LENGTH = 512k
}

error: syntax error, unexpected STRING, expecting ':'

I'm pretty sure bfd ld also supports mathematical expressions here such as 2 *
1024 * 1024.

Patrick

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]