Re: atomic accesses

2008-03-05 Thread kai-gcc
On Tue, Mar 04, 2008 at 04:41:16PM -0500, Paul Koning wrote: > > "Segher" == Segher Boessenkool <[EMAIL PROTECTED]> writes: > Segher> I disagree. People are relying on this undocumented GCC > Segher> behaviour already, and when things break, chaos ensues. If > Segher> we change this to be

Re: How to stop gcc from not calling noinline functions

2008-01-12 Thread kai-gcc
On Sat, Jan 12, 2008 at 07:20:03AM +0100, Hans-Peter Nilsson wrote: > Or, another attribute. Name? Maybe "always_extern", but I'm > not sure that's as intuitive and obvious as "noinline". I don't > like the perhaps immediately obvious "always_call", because I > think the calls should be deleted

A script to create templates for a new port

2007-09-02 Thread kai-gcc
I hope this will be of use to someone. (At least it already helped find some bugs in tm.texi.) Usage: Run the script on a mainline GCC source directory. You'll get two comment-only files, MACHINE.c and MACHINE.h. When you've converted these into an actual working port, please eliminate *ALL* of th