Hi. Now the abort() is declared as inline function (which makes infinite loop). Such declaration does not give a possibility to the user to link the program with the own version of abort() function.
What about to declare the abort() as a normal extern function? The library realization will as: load 1 to r24:r25 and jmp to exit(). Dmitry. _______________________________________________ AVR-libc-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
