diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-07 12:11:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-07 12:11:13 +0000 |
commit | 7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b (patch) | |
tree | 4e5e5d4bc151118f333137c1c1d5c37de9060e4d /binutils | |
parent | 4039cf45c25acfdfb362a14b518f48354abac920 (diff) | |
download | fsf-binutils-gdb-7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b.zip fsf-binutils-gdb-7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b.tar.gz fsf-binutils-gdb-7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b.tar.bz2 |
* ld.texinfo: Replace @ with @@ when it is part of the text.
Correct ordering of M68HC11 entry.
* doc/binutils.texi: Fix ordering of top level nodes.
Replace erroneous uses of @itemx with @item.
* bfd.texinfo: Replace @ with @@ when it is part of the text.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e8516c4..2f53ec2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2013-01-07 Patrice Dumas <pertusus@free.fr> + + * doc/binutils.texi: Fix ordering of top level nodes. + Replace erroneous uses of @itemx with @item. + 2013-01-04 Andreas Schwab <schwab@linux-m68k.org> * doc/binutils.texi (elfedit): Fix use of @itemx in @table. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 56a0510..fb1802b 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -148,18 +148,18 @@ in the section entitled ``GNU Free Documentation License''. * objcopy:: Copy and translate object files * objdump:: Display information from object files * ranlib:: Generate index to archive contents -* readelf:: Display the contents of ELF format files * size:: List section sizes and total size * strings:: List printable strings from files * strip:: Discard symbols -* elfedit:: Update the ELF header of ELF files * c++filt:: Filter to demangle encoded C++ symbols * cxxfilt: c++filt. MS-DOS name for c++filt * addr2line:: Convert addresses to file and line * nlmconv:: Converts object code into an NLM -* windres:: Manipulate Windows resources * windmc:: Generator for Windows message resources +* windres:: Manipulate Windows resources * dlltool:: Create files needed to build and use DLLs +* readelf:: Display the contents of ELF format files +* elfedit:: Update the ELF header of ELF files * Common Options:: Command-line options for all utilities * Selecting the Target System:: How these utilities determine the target * Reporting Bugs:: Reporting Bugs @@ -2907,7 +2907,7 @@ the Info entries for @file{binutils}. @c man end @end ignore -@node c++filt, addr2line, elfedit, Top +@node c++filt, addr2line, strip, Top @chapter c++filt @kindex c++filt |