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