blob: c131ab9353a731f83690b6e48daa6e4eaa5ffd56 [file] [log] [blame]
Patrick Williams01f14c82014-12-11 19:03:42 -06001From 7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b Mon Sep 17 00:00:00 2001
2From: Nick Clifton <nickc@redhat.com>
3Date: Mon, 7 Jan 2013 12:11:13 +0000
4Subject: [PATCH] * ld.texinfo: Replace @ with @@ when it is part of the
5 text. Correct ordering of M68HC11 entry.
6
7 * doc/binutils.texi: Fix ordering of top level nodes.
8 Replace erroneous uses of @itemx with @item.
9
10 * bfd.texinfo: Replace @ with @@ when it is part of the text.
11---
12 bfd/doc/bfd.texinfo | 12 +++++++-----
13 binutils/doc/binutils.texi | 8 ++++----
14 ld/ld.texinfo | 26 ++++++++++++++------------
15 6 files changed, 39 insertions(+), 21 deletions(-)
16
17diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo
18index 45ffa73..3aa3300 100644
19--- a/bfd/doc/bfd.texinfo
20+++ b/bfd/doc/bfd.texinfo
21@@ -322,7 +324,7 @@ All of BFD lives in one directory.
22 @printindex cp
23
24 @tex
25-% I think something like @colophon should be in texinfo. In the
26+% I think something like @@colophon should be in texinfo. In the
27 % meantime:
28 \long\def\colophon{\hbox to0pt{}\vfill
29 \centerline{The body of this manual is set in}
30@@ -333,7 +335,7 @@ All of BFD lives in one directory.
31 \centerline{{\sl\fontname\tensl\/}}
32 \centerline{are used for emphasis.}\vfill}
33 \page\colophon
34-% Blame: doc@cygnus.com, 28mar91.
35+% Blame: doc@@cygnus.com, 28mar91.
36 @end tex
37
38 @bye
39diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
40index 56a0510..fb1802b 100644
41--- a/binutils/doc/binutils.texi
42+++ b/binutils/doc/binutils.texi
43@@ -148,18 +148,18 @@ in the section entitled ``GNU Free Documentation License''.
44 * objcopy:: Copy and translate object files
45 * objdump:: Display information from object files
46 * ranlib:: Generate index to archive contents
47-* readelf:: Display the contents of ELF format files
48 * size:: List section sizes and total size
49 * strings:: List printable strings from files
50 * strip:: Discard symbols
51-* elfedit:: Update the ELF header of ELF files
52 * c++filt:: Filter to demangle encoded C++ symbols
53 * cxxfilt: c++filt. MS-DOS name for c++filt
54 * addr2line:: Convert addresses to file and line
55 * nlmconv:: Converts object code into an NLM
56-* windres:: Manipulate Windows resources
57 * windmc:: Generator for Windows message resources
58+* windres:: Manipulate Windows resources
59 * dlltool:: Create files needed to build and use DLLs
60+* readelf:: Display the contents of ELF format files
61+* elfedit:: Update the ELF header of ELF files
62 * Common Options:: Command-line options for all utilities
63 * Selecting the Target System:: How these utilities determine the target
64 * Reporting Bugs:: Reporting Bugs
65@@ -2907,7 +2907,7 @@ the Info entries for @file{binutils}.
66 @c man end
67 @end ignore
68
69-@node c++filt, addr2line, elfedit, Top
70+@node c++filt, addr2line, strip, Top
71 @chapter c++filt
72
73 @kindex c++filt
74diff --git a/ld/ld.texinfo b/ld/ld.texinfo
75index c7ae2a5..4777ad5 100644
76--- a/ld/ld.texinfo
77+++ b/ld/ld.texinfo
78@@ -142,12 +144,12 @@ in the section entitled ``GNU Free Documentation License''.
79 @ifset ARM
80 * ARM:: ld and the ARM family
81 @end ifset
82-@ifset HPPA
83-* HPPA ELF32:: ld and HPPA 32-bit ELF
84-@end ifset
85 @ifset M68HC11
86 * M68HC11/68HC12:: ld and the Motorola 68HC11 and 68HC12 families
87 @end ifset
88+@ifset HPPA
89+* HPPA ELF32:: ld and HPPA 32-bit ELF
90+@end ifset
91 @ifset M68K
92 * M68K:: ld and Motorola 68K family
93 @end ifset
94@@ -6012,6 +6014,9 @@ functionality are not listed.
95 @ifset I960
96 * i960:: @command{ld} and the Intel 960 family
97 @end ifset
98+@ifset M68HC11
99+* M68HC11/68HC12:: @code{ld} and the Motorola 68HC11 and 68HC12 families
100+@end ifset
101 @ifset ARM
102 * ARM:: @command{ld} and the ARM family
103 @end ifset
104@@ -6027,9 +6032,6 @@ functionality are not listed.
105 @ifset MSP430
106 * MSP430:: @command{ld} and MSP430
107 @end ifset
108-@ifset M68HC11
109-* M68HC11/68HC12:: @code{ld} and the Motorola 68HC11 and 68HC12 families
110-@end ifset
111 @ifset POWERPC
112 * PowerPC ELF32:: @command{ld} and PowerPC 32-bit ELF Support
113 @end ifset
114@@ -7877,7 +7879,7 @@ If you have more than one @code{SECT} statement for the same
115 @printindex cp
116
117 @tex
118-% I think something like @colophon should be in texinfo. In the
119+% I think something like @@colophon should be in texinfo. In the
120 % meantime:
121 \long\def\colophon{\hbox to0pt{}\vfill
122 \centerline{The body of this manual is set in}
123@@ -7888,7 +7890,7 @@ If you have more than one @code{SECT} statement for the same
124 \centerline{{\sl\fontname\tensl\/}}
125 \centerline{are used for emphasis.}\vfill}
126 \page\colophon
127-% Blame: doc@cygnus.com, 28mar91.
128+% Blame: doc@@cygnus.com, 28mar91.
129 @end tex
130
131 @bye
132--
1332.1.1
134