finally
| | | KPIT Cummins Infosystems Limited is releasing the GNUSH v13.01, a cross compiler tool for Renesas SH micro-controllers. SALIENT FEATURES: 1. The GNUSH v13.01 toolchain is based on, GCC 4.7.2 [Released] Binutils 2.23.1 [Released] Newlib 2.0.0 [Released] and GDB 7.5.1 [Released] 2. The latest patches are applied to gcc, binutils and newlib sources. Please visit the following link for the patches applied to the GNUSH toolchain, http://www.kpitgnut ools.com/phpmyfaq/in dex.php[question_mark]aktion=artik el&rubrik=002004 &id=78&lang= en 3. The GNUSH toolchain now supports the ‘naked’ attribute. This attribute can be used to indicate to the toolchain, that the specified function does not need prologue/epilogue sequences generated by the compiler. void INT_MTU2_1_TGIA1(void) __attribute__ ((interrupt_handler,naked)); void INT_MTU2_1_TGIA1(void) { // function definition } |
|