]> git.pld-linux.org Git - packages/crossppc-binutils.git/blob - binutils-info.patch
- patch with fixes binutils info index entries.
[packages/crossppc-binutils.git] / binutils-info.patch
1 diff -Nru binutils-2.9.1.0.23/bfd/doc/bfd.texinfo binutils-2.9.1.0.23.new/bfd/doc/bfd.texinfo
2 --- binutils-2.9.1.0.23/bfd/doc/bfd.texinfo     Thu Jul 24 20:38:45 1997
3 +++ binutils-2.9.1.0.23.new/bfd/doc/bfd.texinfo Wed Apr  7 22:57:53 1999
4 @@ -19,9 +19,10 @@
5  
6  @ifinfo
7  @format
8 -START-INFO-DIR-ENTRY
9 -* Bfd: (bfd).                   The Binary File Descriptor library.
10 -END-INFO-DIR-ENTRY
11 +@dircategory Programming tools:
12 +@direntry
13 +* Bfd: (bfd)                           The Binary File Descriptor library
14 +@end direntry
15  @end format
16  @end ifinfo
17  
18 diff -Nru binutils-2.9.1.0.23/bfd/hash.c binutils-2.9.1.0.23.new/bfd/hash.c
19 --- binutils-2.9.1.0.23/bfd/hash.c      Wed Mar 26 03:05:38 1997
20 +++ binutils-2.9.1.0.23.new/bfd/hash.c  Thu Apr  8 00:46:11 1999
21 @@ -73,7 +73,7 @@
22         The function <<bfd_hash_table_init>> take as an argument a
23         function to use to create new entries.  For a basic hash
24         table, use the function <<bfd_hash_newfunc>>.  @xref{Deriving
25 -       a New Hash Table Type} for why you would want to use a
26 +       a New Hash Table Type}, for why you would want to use a
27         different value for this argument.
28  
29  @findex bfd_hash_allocate
30 diff -Nru binutils-2.9.1.0.23/bfd/linker.c binutils-2.9.1.0.23.new/bfd/linker.c
31 --- binutils-2.9.1.0.23/bfd/linker.c    Thu Jan 15 18:37:32 1998
32 +++ binutils-2.9.1.0.23.new/bfd/linker.c        Thu Apr  8 00:46:36 1999
33 @@ -74,7 +74,7 @@
34  @cindex target vector (_bfd_link_hash_table_create)
35         The linker routines must create a hash table, which must be
36         derived from <<struct bfd_link_hash_table>> described in
37 -       <<bfdlink.c>>.  @xref{Hash Tables} for information on how to
38 +       <<bfdlink.c>>.  @xref{Hash Tables}, for information on how to
39         create a derived hash table.  This entry point is called using
40         the target vector of the linker output file.
41  
42 diff -Nru binutils-2.9.1.0.23/binutils/binutils.texi binutils-2.9.1.0.23.new/binutils/binutils.texi
43 --- binutils-2.9.1.0.23/binutils/binutils.texi  Sat Apr  4 18:57:23 1998
44 +++ binutils-2.9.1.0.23.new/binutils/binutils.texi      Thu Apr  8 01:26:28 1999
45 @@ -4,11 +4,19 @@
46  
47  @ifinfo
48  @format
49 -START-INFO-DIR-ENTRY
50 -* Binutils: (binutils).         The GNU binary utilities "ar", "objcopy",
51 -                               "objdump", "nm", "nlmconv", "size", 
52 -                                "strings", "strip", and "ranlib".
53 -END-INFO-DIR-ENTRY
54 +@dircategory Programming tools:
55 +@direntry
56 +* Binutils: (binutils)                 The GNU binary utilities
57 +* ar: (binutils)ar                     Create, modify, and extract from archives
58 +* nm: (binutils)nm                     List symbols from object files
59 +* objcopy: (binutils)objcopy           Copy and translate object files
60 +* objdump: (binutils)objdump           Display information from object files
61 +* ranlib: (binutils)ranlib             Generate index to archive contents
62 +* size: (binutils)size                 List section sizes and total size
63 +* strings: (binutils)strings           List printable strings from files
64 +* strip: (binutils)strip               Discard symbols
65 +* nlmconv: (binutils)nlmconv           Converts object code into an NLM
66 +@end direntry
67  @end format
68  @end ifinfo
69  
70 diff -Nru binutils-2.9.1.0.23/etc/standards.texi binutils-2.9.1.0.23.new/etc/standards.texi
71 --- binutils-2.9.1.0.23/etc/standards.texi      Sat Apr  4 18:57:59 1998
72 +++ binutils-2.9.1.0.23.new/etc/standards.texi  Wed Apr  7 22:59:33 1999
73 @@ -8,9 +8,10 @@
74  
75  @ifinfo
76  @format
77 -START-INFO-DIR-ENTRY
78 -* Standards: (standards).        GNU coding standards.
79 -END-INFO-DIR-ENTRY
80 +@dircategory Miscellaneous:
81 +@direntry
82 +* Standards: (standards)               GNU coding standards
83 +@end direntry
84  @end format
85  @end ifinfo
86  
87 diff -Nru binutils-2.9.1.0.23/gas/doc/as.texinfo binutils-2.9.1.0.23.new/gas/doc/as.texinfo
88 --- binutils-2.9.1.0.23/gas/doc/as.texinfo      Wed Mar 31 19:34:16 1999
89 +++ binutils-2.9.1.0.23.new/gas/doc/as.texinfo  Wed Apr  7 23:01:41 1999
90 @@ -74,9 +74,10 @@
91  
92  @ifinfo
93  @format
94 -START-INFO-DIR-ENTRY
95 -* As: (as).                     The GNU assembler.
96 -END-INFO-DIR-ENTRY
97 +@dircategory Programming tools:
98 +@direntry
99 +* As: (as)                             The GNU assembler
100 +@end direntry
101  @end format
102  @end ifinfo
103  
104 diff -Nru binutils-2.9.1.0.23/gprof/gprof.texi binutils-2.9.1.0.23.new/gprof/gprof.texi
105 --- binutils-2.9.1.0.23/gprof/gprof.texi        Wed Mar 25 17:01:36 1998
106 +++ binutils-2.9.1.0.23.new/gprof/gprof.texi    Wed Apr  7 23:02:51 1999
107 @@ -7,9 +7,10 @@
108  @c This is a dir.info fragment to support semi-automated addition of
109  @c manuals to an info tree.  zoo@cygnus.com is developing this facility.
110  @format
111 -START-INFO-DIR-ENTRY
112 -* gprof: (gprof).                Profiling your program's execution
113 -END-INFO-DIR-ENTRY
114 +@dircategory Programming tools:
115 +@direntry
116 +* gprof: (gprof)                       Profiling your program's execution
117 +@end direntry
118  @end format
119  @end ifinfo
120  
121 diff -Nru binutils-2.9.1.0.23/ld/ld.texinfo binutils-2.9.1.0.23.new/ld/ld.texinfo
122 --- binutils-2.9.1.0.23/ld/ld.texinfo   Tue May  5 18:24:20 1998
123 +++ binutils-2.9.1.0.23.new/ld/ld.texinfo       Thu Apr  8 01:14:16 1999
124 @@ -8,9 +8,10 @@
125  
126  @ifinfo
127  @format
128 -START-INFO-DIR-ENTRY
129 -* Ld: (ld).                       The GNU linker.
130 -END-INFO-DIR-ENTRY
131 +@dircategory Programming tools:
132 +@direntry
133 +* Ld: (ld)                             The GNU linker
134 +@end direntry
135  @end format
136  @end ifinfo
137  
138 @@ -1837,11 +1838,11 @@
139  @table @code
140  @item Assignment
141  Semicolons must appear at the end of assignment expressions.
142 -@xref{Assignment}
143 +@xref{Assignment}.
144  
145  @item PHDRS
146  Semicolons must appear at the end of a @code{PHDRS} statement.
147 -@xref{PHDRS}
148 +@xref{PHDRS}.
149  @end table
150  
151  @node MEMORY
152 @@ -3330,7 +3331,7 @@
153  @node BFD outline
154  @section How it works: an outline of BFD
155  @cindex opening object files
156 -@include bfdsumm.texi
157 +@include ../bfd/doc/bfdsumm.texi
158  @end ifclear
159  
160  @node Reporting Bugs
This page took 0.093786 seconds and 3 git commands to generate.