mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[SDK] Properly put assembly debug info into .debug_frame section
For some reason, the default is to put it into .eh_frame where objcopy & al happily ignore them
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user