From: Nick Clifton Date: Mon, 24 Feb 2020 14:39:34 +0000 (+0000) Subject: Fix a spelling mistake in the binutils documentation. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=83d4d556e29da05aa7aec28ae53be7524c05bedd;p=deliverable%2Fbinutils-gdb.git Fix a spelling mistake in the binutils documentation. PR 25499 * doc/binutils.texi (objdump): Fix typo in description of objdump's -g option. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5b2f876551..3cda3fd743 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2020-02-24 Nick Clifton + + PR 25499 + * doc/binutils.texi (objdump): Fix typo in description of + objdump's -g option. + 2020-02-20 Nelson Chu * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 289d7b14a3..3099e3f545 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2262,7 +2262,7 @@ possible and any bug reports about such an event will be rejected. @itemx --debugging Display debugging information. This attempts to parse STABS debugging format information stored in the file and print it out using -a C like syntax. If no STABS debuging was found this option +a C like syntax. If no STABS debugging was found this option falls back on the @option{-W} option to print any DWARF information in the file.