bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems in objcopy.1, objdump.1, x86_64-linux-gnu-objcopy.1, x86_64


From: Nick Clifton
Subject: Re: Problems in objcopy.1, objdump.1, x86_64-linux-gnu-objcopy.1, x86_64-linux-gnu-objdump.1
Date: Wed, 13 Jun 2018 11:58:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Hi Eric,

> Problems with objcopy.1:

> -        [\fB\-\-add\-symbol\fR 
> \fIname\fR=[\fIsection\fR:]\fIvalue\fR[,\fIflags\fR]
> +        [\fB\-\-add\-symbol\fR 
> \fIname\fR=[\fIsection\fR:]\fIvalue\fR[,\fIflags\fR]]

This one has already been fixed in the development sources:

2018-02-20  Ronald Hoogenboom  <address@hidden>

        * doc/binutils.texi (objcopy): Add missing closing square
        parenthesis to listing of objcopy's command line options.


> Problems with objdump.1:

> -         
> \fB\-\-dwarf\fR[=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]
> +         
> \fB\-\-dwarf\fR[=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]]

This one has now been fixed.

Cheers
  Nick

binutils/ChangeLog
2018-06-13  Nick Clifton  <address@hidden>

        * doc/binutils.texi (objdump): Add missing closing square
        parenthesis to listing of objcopy's command line options.

diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 863ef31e36..b87b1341fc 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -2077,7 +2077,7 @@ objdump address@hidden|@option{--archive-headers}]
         address@hidden|@option{--dynamic-reloc}]
         address@hidden|@option{--full-contents}]
         address@hidden|
-         
@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]]
         address@hidden|@option{--stabs}]
         address@hidden|@option{--syms}]
         address@hidden|@option{--dynamic-syms}]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]