From: Nick Clifton Date: Thu, 30 Jul 2020 13:59:39 +0000 (+0100) Subject: Default to DWARF level 3 for the assembler. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f291783b26b68e08df5e3a06abd77674b86057c0;p=binutils-gdb.git Default to DWARF level 3 for the assembler. * as.c (dwarf_level): Initialise to 3 in case this is not set on the command line. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 2e52252db90..5fd5779a605 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -15,7 +15,7 @@ 2020-07-30 Nick Clifton - * as.c (dwarf_level): Initialise to 4 in case this is not set on + * as.c (dwarf_level): Initialise to 3 in case this is not set on the command line. 2020-07-29 Maciej W. Rozycki