Fix a spelling mistake in the binutils documentation.

PR 25499
	* doc/binutils.texi (objdump): Fix typo in description of
	objdump's -g option.
This commit is contained in:
Nick Clifton 2020-02-24 14:39:34 +00:00
parent a88ef40d0f
commit 83d4d556e2
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2020-02-24 Nick Clifton <nickc@redhat.com>
PR 25499
* doc/binutils.texi (objdump): Fix typo in description of
objdump's -g option.
2020-02-20 Nelson Chu <nelson.chu@sifive.com> 2020-02-20 Nelson Chu <nelson.chu@sifive.com>
* dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR

View file

@ -2262,7 +2262,7 @@ possible and any bug reports about such an event will be rejected.
@itemx --debugging @itemx --debugging
Display debugging information. This attempts to parse STABS Display debugging information. This attempts to parse STABS
debugging format information stored in the file and print it out using 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 falls back on the @option{-W} option to print any DWARF information in
the file. the file.