Default to DWARF level 3 for the assembler.
authorNick Clifton <nickc@redhat.com>
Thu, 30 Jul 2020 13:59:39 +0000 (14:59 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 30 Jul 2020 13:59:39 +0000 (14:59 +0100)
* as.c (dwarf_level): Initialise to 3 in case this is not set on
the command line.

gas/ChangeLog

index 2e52252db90e423cf3668ff04faac8a6a48d6073..5fd5779a605819dad2443416996ed742d7e71cbd 100644 (file)
@@ -15,7 +15,7 @@
 
 2020-07-30  Nick Clifton  <nickc@redhat.com>
 
-       * 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  <macro@linux-mips.org>