diff options
author | Nick Clifton <nickc@redhat.com> | 2020-07-30 14:59:39 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-07-30 14:59:39 +0100 |
commit | f291783b26b68e08df5e3a06abd77674b86057c0 (patch) | |
tree | f12708f9db923b9900aff1028c6e78b903cfe77f | |
parent | c8693053f895626ae90b7856d3738de47d14d52c (diff) | |
download | gdb-f291783b26b68e08df5e3a06abd77674b86057c0.zip gdb-f291783b26b68e08df5e3a06abd77674b86057c0.tar.gz gdb-f291783b26b68e08df5e3a06abd77674b86057c0.tar.bz2 |
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.
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2e52252d..5fd5779 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> |