mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00: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:
parent
a0e5c3d862
commit
7fb6030e05
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue