Index: apps/codecs/libffmpegFLAC/arm.S =================================================================== --- apps/codecs/libffmpegFLAC/arm.S (revision 14038) +++ apps/codecs/libffmpegFLAC/arm.S (working copy) @@ -26,7 +26,7 @@ loops, while every order above this is handled by a slower default routine. */ #ifdef USE_IRAM - .section .icode,"ax",%progbits + .section .text,"ax",%progbits #else .text #endif Index: firmware/target/arm/memset-arm.S =================================================================== --- firmware/target/arm/memset-arm.S (revision 14038) +++ firmware/target/arm/memset-arm.S (working copy) @@ -18,7 +18,7 @@ ****************************************************************************/ #include "config.h" - .section .icode,"ax",%progbits + .section .text,"ax",%progbits .align 2