public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Why no expressions in MEMORY command?
@ 2005-04-12  3:41 Charles Manning
  2005-04-12  8:40 ` Alan Modra
  2005-04-13 23:30 ` Peter Barada
  0 siblings, 2 replies; 6+ messages in thread
From: Charles Manning @ 2005-04-12  3:41 UTC (permalink / raw)
  To: binutils

It seems you can only use hard-coded values in a MEMORY command. 

Why can't you use scripts ike:


EXT_RAM_START = ...
EXT_RAM_SIZE = ......

MEMORY
{
    ext_ram:  ORIGIN = EXT_RAM_START, LENGTH = EXT_RAM_SIZE
}

This can make things a lot easier...

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-04-13 23:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-12  3:41 Why no expressions in MEMORY command? Charles Manning
2005-04-12  8:40 ` Alan Modra
2005-04-12 13:02   ` Dave Korn
2005-04-12 20:22     ` Linus Nielsen Feltzing
2005-04-12 21:47     ` Charles Manning
2005-04-13 23:30 ` Peter Barada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).