[binutils-gdb] Default to DWARF level 3 for the assembler.

Nick Clifton nickc@sourceware.org
Thu Jul 30 13:59:59 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f291783b26b68e08df5e3a06abd77674b86057c0

commit f291783b26b68e08df5e3a06abd77674b86057c0
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Jul 30 14:59:39 2020 +0100

    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:
---
 gas/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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  <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>


More information about the Binutils-cvs mailing list