Fix typo.
[external/binutils.git] / bfd / doc / ChangeLog
1 2000-04-17  Ben Elliston  <bje@redhat.com>
2
3         * bfdint.texi (BFD_JUMP_TABLE macros): Fix typo.
4
5 Fri Apr  7 17:54:38 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6
7         * Makefile.in: Rebuild with current autoconf/automake.
8
9 Thu Feb  4 23:21:36 1999  Ian Lance Taylor  <ian@cygnus.com>
10
11         * Makefile.in: Rebuild with current autoconf/automake.
12
13 Thu Jul 23 09:36:44 1998  Nick Clifton  <nickc@cygnus.com>
14
15         * bfdint.texi (BFD ELF processor required): Add paragraph
16         describing the necessity to create "include/elf/CPU.h".
17
18 Thu May  7 14:45:43 1998  Ian Lance Taylor  <ian@cygnus.com>
19
20         * Makefile.am (chew.o): Add -I options for intl srcdir and
21         objdir.
22         * Makefile.in: Rebuild.
23
24 Mon Apr 27 20:19:24 1998  Ian Lance Taylor  <ian@cygnus.com>
25
26         * bfdint.texi: New file.
27         * Makefile.am (noinst_TEXINFOS): New variable.
28         * Makefile.in: Rebuild.
29
30 Mon Apr 13 16:48:56 1998  Ian Lance Taylor  <ian@cygnus.com>
31
32         * Makefile.in: Rebuild.
33
34 Mon Apr  6 14:06:55 1998  Ian Lance Taylor  <ian@cygnus.com>
35
36         * Makefile.am (STAGESTUFF): Remove variable.
37         (CLEANFILES): Don't remove $(STAGESTUFF).
38         (DISTCLEANFILES, MAINTAINERCLEANFILES): New variables.
39         * Makefile.in: Rebuild.
40
41 Fri Mar 27 16:25:25 1998  Ian Lance Taylor  <ian@cygnus.com>
42
43         * chew.c (skip_white_and_starts): Remove unused declaration.
44         (skip_white_and_stars): Add casts to avoid warnings.
45         (skip_trailing_newlines, paramstuff, courierize): Likewise.
46         (bulletize, do_fancy_stuff, iscommand): Likewise.
47         (kill_bogus_lines, nextword, main): Likewise.
48         (manglecomments): Comment out.
49         (outputdots, kill_bogus_lines): Remove unused local variables.
50         (perform, compile): Likewise.
51         (courierize): Fully parenthesize expression.
52         (copy_past_newline): Declare return value.
53         (print): Change printf format string.
54         (main): Call usage for an unrecognized option.
55
56 Fri Feb 13 14:37:14 1998  Ian Lance Taylor  <ian@cygnus.com>
57
58         * Makefile.am (AUTOMAKE_OPTIONS): Define.
59         * Makefile.in: Rebuild.
60
61 Mon Jan 26 15:38:36 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
62
63         * doc.str (bodytext): Don't output @* at the end.
64         * chew.c (kill_bogus_lines): Make sure that a period at the
65         beginning is recognized.
66         (indent): Don't put indentation at the end.
67         (copy_past_newline): Expand tabs.
68         * Makefile.am (s-reloc, s-syms): Depend on doc.str.
69         * Makefile.in: Rebuild.
70
71 Wed Oct  1 14:41:28 1997  Ian Lance Taylor  <ian@cygnus.com>
72
73         * Makefile.am (libbfd.h): Don't use cpu-h8300.c, cpu-i960.c, or
74         elfcode.h as input files; they don't contribute anything.
75         * Makefile.in: Rebuild.
76
77 Fri Aug 15 04:55:15 1997  Doug Evans  <dje@canuck.cygnus.com>
78
79         * Makefile.am (libbfd.h, libcoff.h): Invoke $(MKDOC) as ./$(MKDOC).
80         * Makefile.in: Rebuild.
81
82 Fri Aug  1 12:59:58 1997  Ian Lance Taylor  <ian@cygnus.com>
83
84         * Makefile.am (CC_FOR_BUILD): Don't set explicitly.
85         * Makefile.in: Rebuild.
86
87 Thu Jul 31 20:00:12 1997  Ian Lance Taylor  <ian@cygnus.com>
88
89         * Makefile.am: New file, based on old Makefile.in.
90         * Makefile.in: Now built with automake.
91
92 Tue Jul 22 14:44:00 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
93
94         * Makefile.in: Change stamp-* files to s-* files.  Use bfdt.texi
95         rather than bfd.texi.
96         (DOCFILES): Change bfd.texi to bfdt.texi.
97         * bfd.texinfo: Include bfdt.texi, not bfd.texi.
98
99 Mon Jun 16 15:33:15 1997  Ian Lance Taylor  <ian@cygnus.com>
100
101         * Makefile.in (CC, CFLAGS): Substitute from configure script.
102         From Jeff Makey <jeff@cts.com>.
103
104 Tue Apr 15 12:37:41 1997  Ian Lance Taylor  <ian@cygnus.com>
105
106         * Makefile.in (install-info): Use mkinstalldirs to build
107         $(infodir).
108
109 Tue Apr  8 12:49:46 1997  Ian Lance Taylor  <ian@cygnus.com>
110
111         * Makefile.in (install-info): Permit info files to be in srcdir.
112         (stamp-*): Add a stamp-X target for each X.texi target.
113         (*.texi): Just depend upon stamp-X.
114         (clean): Remove stamp-*.
115         (distclean): Depend upon mostlyclean.  Remove stamp-*.  Don't
116         remove $(DOCFILES).
117
118 Mon Apr  7 15:23:26 1997  Ian Lance Taylor  <ian@cygnus.com>
119
120         * Makefile.in (distclean): Don't remove *.info files.
121
122 Thu Feb 13 20:50:02 1997  Klaus Kaempf  (kkaempf@progis.de)
123
124         * makefile.vms: New file.
125
126 Tue Jun 18 18:32:28 1996  Ian Lance Taylor  <ian@cygnus.com>
127
128         * chew.c (kill_bogus_lines): Reset sl when not at the start of a
129         line.  From Uwe Ohse <uwe@tirka.gun.de>.
130
131 Tue Jan 30 14:10:46 1996  Ian Lance Taylor  <ian@cygnus.com>
132
133         From Ronald F. Guilmette <rfg@monkeys.com>:
134         * Makefile.in (libbfd.h): Depend upon proto.str.
135         (libcoff.h, bfd.h): Likewise.
136
137 Fri Nov  3 14:46:48 1995  Fred Fish  <fnf@cygnus.com>
138
139         * Makefile.in (SRCDOC, SRCPROT, core.texi, bfd.h):  Use corefile.c, 
140         renamed from core.c.
141
142 Wed Nov  1 14:28:23 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
143
144         * chew.c: Include <ctype.h>.
145
146 Fri Oct  6 16:23:34 1995  Ken Raeburn  <raeburn@cygnus.com>
147
148         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
149
150         * Makefile.in (Makefile): Only remake this Makefile.
151
152 Wed Oct  4 15:51:05 1995  Ken Raeburn  <raeburn@cygnus.com>
153
154         * chew.c: Include <stdio.h>.
155
156 Tue Sep 12 18:14:50 1995  Ian Lance Taylor  <ian@cygnus.com>
157
158         * Makefile.in (maintainer-clean): New target.
159
160 Thu Aug 31 12:18:43 1995  Ian Lance Taylor  <ian@cygnus.com>
161
162         * Makefile.in (bfd.h): Add additional #endif at end of bfd.h if
163         __cplusplus is defined.
164
165 Tue Nov 29 16:13:34 1994  Doug Evans  <dje@canuck.cygnus.com>
166
167         * chew.c (write_buffer): New argument `f', all callers changed.
168         (stdout, stderr, print, drop, idrop): New forth words.
169         * proto.str (COMMENT): New command.
170         * doc.str (COMMENT): Likewise.
171
172 Mon Sep 12 11:44:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
173
174         * Makefile.in (DOCFILES): Remove ctor.texi.
175         (IPROTOS): Remove ctor.ip.
176         (SRCIPROT): Remove $(srcdir)/../ctor.c.
177         (ctor.texi): Remove target.
178         (libbfd.h): Remove dependency on $(srcdir)/../ctor.c.  Remove
179         $(MKDOC) run on $(srcdir)/../ctor.c.
180         * bfd.texinfo (Constructors): Remove section.
181
182 Fri Sep  2 13:33:44 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
183
184         * chew.c: Include assert.h.  Added prototypes for most functions.
185         Changed most uses of int to long.  Do bounds checking on the
186         stacks.  Added comment at the beginning documenting most of the
187         intrinsics.  Lots of whitespace changes.  Re-ordered some
188         functions.
189         (die, check_range, icheck_range): New functions.
190         (strip_trailing_newlines, print_stack_level): New functions.
191         (translatecomments): Don't insert tab before "/*".
192         (iscommand): Minimum command length is now 4.
193         (nextword): Handle some \-sequences.
194         (push_addr): Deleted.
195         (main): Add new intrinsics strip_trailing_newlines and
196         print_stack_level.  Complain at end if stack contains more than
197         one element, or less.
198         (remchar): Make sure the string is not empty before chopping off a
199         character.
200
201         * doc.str, proto.str: Handle new commands SENUM, ENUM, ENUMX,
202         ENUMEQ, ENUMEQX, ENUMDOC.
203
204 Wed Jan 12 18:37:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
205
206         * bfd.texinfo: Added Linker Functions node.
207         * doc/Makefile.in (DOCFILES): Added linker.texi.
208         (SRCDOC): Added linker.c.
209         (linker.texi): New target.
210
211 Tue Jan  4 10:52:56 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
212
213         * chew.c: Don't rely on a correct declaration of exit.
214         (chew_exit): New function which just calls exit.
215         (main): Use it.
216
217 Mon Jan  3 11:40:40 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
218
219         * bfd.texinfo: Added Hash Tables node.
220         * Makefile.in (DOCFILES): Added hash.texi.
221         (SRCDOC): Added hash.c.
222         (hash.texi): New target.
223
224 Thu Dec 30 16:57:04 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
225
226         * Makefile.in: Delete all references to seclet.c, since it's just
227         been deleted.  Don't mention hash.c, linker.c, or genlink.h yet,
228         since they don't contain documentation yet (hint, hint!).
229
230 Fri Nov  5 10:58:53 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
231
232         * bfd.texinfo: Small cleanups.
233
234 Fri Nov 19 03:46:11 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
235
236         * Makefile.in (archures.texi): Depends on $(MKDOC).
237
238 Tue Aug 10 14:22:39 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
239
240         * bfd.texinfo (BFD back end): Don't include elfcode.texi, since
241         it's empty now and that triggers a makeinfo bug.
242
243 Mon Aug  9 16:27:30 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
244
245         * bfd.texinfo (BFD back end): New section on ELF, includes
246         elf.texi and elfcode.texi.
247         * Makefile.in (DOCFILES): Include elf.texi, elfcode.texi.
248         (SRCDOC): Include elfcode.h, elf.c.
249         (elf.texi, elfcode.texi): New intermediate targets.
250
251 Thu Jun 24 13:48:13 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
252
253         * Makefile.in (.c.o, chew.o): Put CFLAGS last.
254         * bfdsumm.texi: New file, broken out of bfd.texinfo, to share
255         with ld.texinfo.
256
257 Mon Jun 14 12:07:07 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
258
259         * Makefile.in (install-info): remove parentdir cruft, 
260
261 Wed Jun  9 16:00:32 1993  Jim Kingdon  (kingdon@cygnus.com)
262
263         * Makefile.in (mostlyclean): Remove chew.o.
264
265 Tue May 25 14:46:58 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
266
267         * Makefile.in (libbfd.h): Use elfcode.h, not elf32.c.
268
269 Mon May 24 15:50:07 1993  Ken Raeburn  (raeburn@cygnus.com)
270
271         * chew.c (compile): Add a couple of missing casts.
272
273 Wed May 12 14:45:14 1993  Ian Lance Taylor  (ian@cygnus.com)
274
275         * Makefile.in (CC_FOR_BUILD): New variable, define to be $(CC).
276         (chew.o, $(MKDOC)): Build using CC_FOR_BUILD rather than CC, since
277         it must run on the build machine.
278
279 Tue Apr  6 22:38:10 1993  John Gilmore  (gnu@cygnus.com)
280
281         * Makefile.in (chew):  Don't compile from .c to executable in a
282         single step; it puts a temporary .o filename into the executable,
283         which makes multi-stage comparisons fail.  Compile chew.c to
284         chew.o, and link that, which makes identical executables every time.
285
286 Wed Mar 24 17:26:29 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
287
288         * Makefile.in: fix typo (bfd.texinfo not bfd.texino)
289
290 Fri Mar 19 01:13:00 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
291
292         * bfd.texinfo: Since BFD version number has been bumped, do same
293         to "version number" on title page, and elsewhere.  Should be
294         fixed to extract real version number.
295
296 Tue Mar 16 12:15:13 1993  Per Bothner  (bothner@rtl.cygnus.com)
297
298         * Makefile.in:  Add *clean rules.
299
300 Mon Jan 11 18:43:56 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
301
302         * Makefile.in (libbfd.h): Removed duplicate init.c and libbfd.c.
303         Added seclet.c.
304         (bfd.h): Added dependency on bfd.c and seclet.c.  Added seclet.c
305         to build.
306
307 Thu Dec 17 19:35:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
308
309         * Makefile.in: added dvi target, define and use $(TEXI2DVI)
310
311 Thu Dec  3 17:42:48 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
312
313         * Makefile.in (TEXIDIR): New variable.
314         (bfd.dvi): Look for bfd.texinfo in $(srcdir).  Generate index.
315
316         * bfd.texinfo: Minor doc fixes.
317
318 Thu Nov  5 03:13:55 1992  John Gilmore  (gnu@cygnus.com)
319
320         Cleanup:  Replace all uses of EXFUN in the BFD sources, with PARAMS.
321
322         * doc/chew.c (exfunstuff):  Eliminate.
323         (paramstuff):  Replace exfunstuff with function to generate PARAMS.
324         * doc/proto.str:  Use paramstuff rather than exfunstuff.
325
326 Mon Aug 17 12:40:32 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
327
328         * chew.c: various patches provided by Howard Chu.
329
330 Fri Jun 19 18:59:54 1992  John Gilmore  (gnu at cygnus.com)
331
332         * Makefile.in (libbfd.h):  Add elf.c as a source of prototypes.
333
334 Mon May 11 18:55:59 1992  John Gilmore  (gnu at cygnus.com)
335
336         * chew.c:  exit() should be declared by config files, not by
337         portable source code.  Its type could be int or void function.  
338
339 Mon May  4 13:45:57 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
340
341         * Makefile.in: another CFLAGS correction.
342
343 Tue Apr 28 10:21:32 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
344
345         * Makefile.in: Do the CFLAGS thing.
346
347 Fri Apr 10 22:34:52 1992  Fred Fish  (fnf@cygnus.com)
348
349         * Makefile.in (MINUS_G):  Add macro and default to -g.
350
351 Fri Mar  6 18:53:18 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
352
353         * chew.c: now has -w switch turn on warnings
354
355 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
356
357         * Makefile.in, configure.in: removed traces of namesubdir,
358           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
359           copyrights to '92, changed some from Cygnus to FSF.
360
361 Tue Dec 10 22:11:05 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
362
363         * Makefile.in: build chew into the current directory.  Complete
364           the MKDOC macro transition.
365
366 Tue Dec 10 08:26:28 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
367
368         * chew.c: don't core dump when can't open file
369         * Makefile.in: get proto.str from the right place when built in
370         odd directories
371
372 Tue Dec 10 04:07:25 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
373
374         * Makefile.in: infodir belongs in datadir.
375
376 Sat Dec  7 17:01:23 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
377
378         * chew.c: Much modified
379         * proto.str, doc.str: New files for extracting to product
380         prototypes and documents respectively.
381
382
383 Fri Dec  6 22:57:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
384
385         * Makefile.in: added standards.text support, host/site/target
386           inclusion hooks, install using INSTALL_DATA rather than cp,
387           don't echo on install.
388
389 Thu Dec  5 22:46:17 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
390
391         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
392           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
393           and mandir now keyed off datadir by default.
394
395 \f
396 Local Variables:
397 version-control: never
398 End: