diff --git a/sdk/include/asm/asm.inc b/sdk/include/asm/asm.inc index b3b265ef4f3..d13b06e8ead 100644 --- a/sdk/include/asm/asm.inc +++ b/sdk/include/asm/asm.inc @@ -235,6 +235,9 @@ ENDM /* Force intel syntax */ .intel_syntax noprefix +/* Put dwarf debug info in the .dwarf_debug section, which will be properly stripped */ +.cfi_sections .debug_frame + .altmacro /* Explicit radix in GAS syntax */