mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Strange - my previous commit to as.c to set the default dwarf level to 3 seems to have disappeared. So here is the commit again.
This commit is contained in:
5
gas/as.c
5
gas/as.c
@ -102,8 +102,9 @@ int verbose = 0;
|
|||||||
MD_AFTER_PARSE_ARGS. */
|
MD_AFTER_PARSE_ARGS. */
|
||||||
int flag_dwarf_cie_version = -1;
|
int flag_dwarf_cie_version = -1;
|
||||||
|
|
||||||
/* The maximum level of DWARF DEBUG information we should manufacture. */
|
/* The maximum level of DWARF DEBUG information we should manufacture.
|
||||||
unsigned int dwarf_level = 4;
|
This defaults to 3 unless overridden by a command line option. */
|
||||||
|
unsigned int dwarf_level = 3;
|
||||||
|
|
||||||
#if defined OBJ_ELF || defined OBJ_MAYBE_ELF
|
#if defined OBJ_ELF || defined OBJ_MAYBE_ELF
|
||||||
int flag_use_elf_stt_common = DEFAULT_GENERATE_ELF_STT_COMMON;
|
int flag_use_elf_stt_common = DEFAULT_GENERATE_ELF_STT_COMMON;
|
||||||
|
Reference in New Issue
Block a user