mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-18 18:50:23 +08:00
outelf: change debug format default to dwarf
DWARF is by far the predominant format on ELF platforms these days. Catch up with the times. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
9084beb1bb
commit
14b16442ce
@ -2392,7 +2392,7 @@ const struct ofmt of_elf32 = {
|
||||
0,
|
||||
32,
|
||||
elf32_debugs_arr,
|
||||
&elf32_df_stabs,
|
||||
&elf32_df_dwarf,
|
||||
elf_stdmac,
|
||||
elf32_init,
|
||||
null_reset,
|
||||
@ -2444,7 +2444,7 @@ const struct ofmt of_elf64 = {
|
||||
0,
|
||||
64,
|
||||
elf64_debugs_arr,
|
||||
&elf64_df_stabs,
|
||||
&elf64_df_dwarf,
|
||||
elf_stdmac,
|
||||
elf64_init,
|
||||
null_reset,
|
||||
@ -2496,7 +2496,7 @@ const struct ofmt of_elfx32 = {
|
||||
0,
|
||||
64,
|
||||
elfx32_debugs_arr,
|
||||
&elfx32_df_stabs,
|
||||
&elfx32_df_dwarf,
|
||||
elf_stdmac,
|
||||
elfx32_init,
|
||||
null_reset,
|
||||
|
Loading…
x
Reference in New Issue
Block a user