Re: [Mspgcc-users] mailing list administrivia

2010-11-19 Thread Peter Bigot
Thanks for the responses. (1) has been implemented. Unsubscribed posters will promptly get a response saying: mspgcc-users does not accept postings from non-members. Please resubmit your post after subscribing at: https://lists.sourceforge.net/lists/listinfo/mspgcc-users If you think that

[Mspgcc-users] Right way to contribute patches to msp430-libc?

2010-11-19 Thread Ben Ransford
Hello, What's the right way to contribute patches to msp430-libc-ti_20101114, the version that mspgcc4's build script builds by default? For now, I've modified mspgcc4/do-libc.sh to optionally apply a patch after downloading the libc tarball from SourceForge, but I'd like to submit my changes as

Re: [Mspgcc-users] Right way to contribute patches to msp430-libc?

2010-11-19 Thread Peter Bigot
Create a Bugs tracker ticket on the mspgcc4 sourceforge project and attach your patch to that. If the changes are to the headers themselves, I may have to push them upstream to TI. Peter On Fri, Nov 19, 2010 at 2:57 PM, Ben Ransford ransf...@cs.umass.edu wrote: Hello, What's the right way

[Mspgcc-users] __no_init equivalent?

2010-11-19 Thread Mark J. Blair
I'm porting some TI example code which uses the __no_init keyword, and I'm having trouble figuring out whether there's an equivalent for it in GCC, and/or if it's something I can simply ignore/omit. Assuming that I correctly understand what __no_init does in IAR, will GCC automagically do the