diff options
author | Nick Clifton <nickc@redhat.com> | 2018-06-13 11:51:15 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-06-13 11:51:15 +0100 |
commit | 7a486e6d2ec4aff56cf280dbad18f3f651f45714 (patch) | |
tree | 26f4b858d75a5a8a6251419ed6b549011e477e32 /binutils | |
parent | 62c808aef64d77d5585f54c792ebe3f388a960a9 (diff) | |
download | gdb-7a486e6d2ec4aff56cf280dbad18f3f651f45714.zip gdb-7a486e6d2ec4aff56cf280dbad18f3f651f45714.tar.gz gdb-7a486e6d2ec4aff56cf280dbad18f3f651f45714.tar.bz2 |
Fix problems with objdump.1: Unbalanced group in command synopsis. You probably forgot to open or close a [ ] or { } group properly.
* doc/binutils.texi (objdump): Add missing closing square
parenthesis to listing of objcopy's command line options.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b7f7d1c..9d7232d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2018-06-13 Nick Clifton <nickc@redhat.com> + + * doc/binutils.texi (objdump): Add missing closing square + parenthesis to listing of objcopy's command line options. + 2018-06-11 Nick Clifton <nickc@redhat.com> * po/es.po: Updated Spanish translation. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 863ef31..b87b134 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2077,7 +2077,7 @@ objdump [@option{-a}|@option{--archive-headers}] [@option{-R}|@option{--dynamic-reloc}] [@option{-s}|@option{--full-contents}] [@option{-W[lLiaprmfFsoRtUuTgAckK]}| - @option{--dwarf}[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index,=addr,=cu_index,=links,=follow-links] + @option{--dwarf}[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index,=addr,=cu_index,=links,=follow-links]] [@option{-G}|@option{--stabs}] [@option{-t}|@option{--syms}] [@option{-T}|@option{--dynamic-syms}] |