This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

EABI PowerPC - function without stack frame


 
Hi !!

I want to use a C function from the an exception vector (only this vector use this function). 
For this reason I need a function without a stack frame (during this time is no memory available).

How can I do this with gcc (I use the gcc for the target eabi-powerpc ) ? 

I dig under __attribute__ but I can't find anything (possible I'm blind ;o) )

	thank you
	Juergen

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]