projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c869305
)
Default to DWARF level 3 for the assembler.
author
Nick Clifton
<nickc@redhat.com>
Thu, 30 Jul 2020 13:59:39 +0000
(14:59 +0100)
committer
Nick 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
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 2e52252db90e423cf3668ff04faac8a6a48d6073..5fd5779a605819dad2443416996ed742d7e71cbd 100644
(file)
--- 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>