Re: [U-Boot] [SOT] linker scripts

2012-04-26 Thread Mike Frysinger
On Thursday 26 April 2012 00:16:24 Jason wrote: > I know this is a little off topic, but u-boot is the only project I've > found implementing a feature I'd like to add to a project. > Specifically, the macro U_BOOT_CMD() and it's use of > section(".u_boot_cmd"). what is it you want to do ? a list

[U-Boot] [SOT] linker scripts

2012-04-25 Thread Jason
All, I know this is a little off topic, but u-boot is the only project I've found implementing a feature I'd like to add to a project. Specifically, the macro U_BOOT_CMD() and it's use of section(".u_boot_cmd"). I'd like to implement something similar in a userspace C program, but I can't get it