>       Can gcc use the C procedure call varient with stack bounds
>checking? Or otherwise stated, how can I check for stack overrun with C
>code with ARM gcc.

There is an -mapcs-stack-check option but it isn't implemented at the 
moment.  The Acorn RISC OS port might have code to support this; I don't know 
of anybody else offhand who would be likely to use it.  As a last resort, I 
don't think the code would be very hard to add.

GCC does support a generic -fstack-check option but it may not do what you 
want.

p.



unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to