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