diff --git a/tools/sdk/ld/eagle.app.v6.common.ld.h b/tools/sdk/ld/eagle.app.v6.common.ld.h index d72a95d308..aa4201221c 100644 --- a/tools/sdk/ld/eagle.app.v6.common.ld.h +++ b/tools/sdk/ld/eagle.app.v6.common.ld.h @@ -140,6 +140,8 @@ SECTIONS /* __FUNCTION__ locals */ *(.rodata._ZZ*__FUNCTION__) + *(.rodata._ZZ*__PRETTY_FUNCTION__) + *(.rodata._ZZ*__func__) /* std::* exception strings, in their own section to allow string coalescing */ *(.irom.exceptiontext)