David Kelly <[EMAIL PROTECTED]> wrote: > Would not be surprised if there are gcc targets which require this > pragma.
GCC never uses pragmas except where mandated by the C standard. If at all, it would be a function attribute. However, als already mentioned, GCC-compiled functions are as reentrant as the developer designed them by default. There are occasionally /negative/ attributes that affect reentrancy, like the new OS_main and OS_task attributes in AVR-GCC. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
