[Bug ld/7031] New linker command file function: REGION_ALIAS

2009-03-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-03-02 17:26 --- Hi Sebastian, Thanks for the revised patch. I have applied it along with this changelog entry. Cheers Nick ld/ChangeLog 2009-03-02 Sebastian Huber sebastian.hu...@embedded-brains.de * ldgram.y:

[Bug ld/7031] New linker command file function: REGION_ALIAS

2009-03-02 Thread sebastian dot huber at embedded-brains dot de
--- Additional Comments From sebastian dot huber at embedded-brains dot de 2009-03-02 21:01 --- Hi Nick, thank you very much for your benevolence. Have a nice day! -- http://sourceware.org/bugzilla/show_bug.cgi?id=7031 --- You are receiving this mail because: --- You are

[Bug ld/7031] New linker command file function: REGION_ALIAS

2009-02-19 Thread sebastian dot huber at embedded-brains dot de
--- Additional Comments From sebastian dot huber at embedded-brains dot de 2009-02-19 08:48 --- Created an attachment (id=3752) -- (http://sourceware.org/bugzilla/attachment.cgi?id=3752action=view) REGION_ALIAS implementation, documentation and test cases. The copyright assignment

[Bug ld/7031] New linker command file function: REGION_ALIAS

2009-01-06 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-01-06 16:36 --- Hi Sebastian, The patch looks good - thanks very much for persevering with this. In answer to your questions: * Yes stat_alloc() is the right function to use. * Quoting names like this is preferred. * You are

[Bug ld/7031] New linker command file function: REGION_ALIAS

2009-01-05 Thread sebastian dot huber at embedded-brains dot de
--- Additional Comments From sebastian dot huber at embedded-brains dot de 2009-01-05 20:13 --- Created an attachment (id=3637) -- (http://sourceware.org/bugzilla/attachment.cgi?id=3637action=view) Patch that adds the REGION_ALIAS() script function This is patch that implements the

[Bug ld/7031] New linker command file function: REGION_ALIAS

2008-12-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-12-02 08:59 --- Subject: Re: New linker command file function: REGION_ALIAS Hi Sebastian, Yes or no? Yes. What happens if we implement this feature and provide a patch? Then we will review it and assuming that it is OK,

Re: [Bug ld/7031] New linker command file function: REGION_ALIAS

2008-12-02 Thread Nick Clifton
Hi Sebastian, Yes or no? Yes. What happens if we implement this feature and provide a patch? Then we will review it and assuming that it is OK, it will be accepted into the sources. Cheers Nick ___ bug-binutils mailing list

[Bug ld/7031] New linker command file function: REGION_ALIAS

2008-11-18 Thread sebastian dot huber at embedded-brains dot de
--- Additional Comments From sebastian dot huber at embedded-brains dot de 2008-11-18 09:15 --- Hi Nick, we could of course use the C pre-processor or a billion other tools to generate a linker command file, but the linker should do its job without the need of external tools. The

[Bug ld/7031] New linker command file function: REGION_ALIAS

2008-11-17 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-11-17 16:34 --- Hi Sebastian, Why not use a pre-processor instead ? For example your board specific file could look like this: MEMORY { ROM_REGION (RX) : ORIGIN = 0x1000, LENGTH = 256M RAM_REGION (AIW)