]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/gdb/bfd/doc/ChangeLog
System Perl is now 5.00503! There is support for threads, but this is
[FreeBSD/FreeBSD.git] / contrib / gdb / bfd / doc / ChangeLog
1 Tue Jan 30 14:10:46 1996  Ian Lance Taylor  <ian@cygnus.com>
2
3         From Ronald F. Guilmette <rfg@monkeys.com>:
4         * Makefile.in (libbfd.h): Depend upon proto.str.
5         (libcoff.h, bfd.h): Likewise.
6
7 Fri Nov  3 14:46:48 1995  Fred Fish  <fnf@cygnus.com>
8
9         * Makefile.in (SRCDOC, SRCPROT, core.texi, bfd.h):  Use corefile.c, 
10         renamed from core.c.
11
12 Wed Nov  1 14:28:23 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
13
14         * chew.c: Include <ctype.h>.
15
16 Fri Oct  6 16:23:34 1995  Ken Raeburn  <raeburn@cygnus.com>
17
18         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19
20         * Makefile.in (Makefile): Only remake this Makefile.
21
22 Wed Oct  4 15:51:05 1995  Ken Raeburn  <raeburn@cygnus.com>
23
24         * chew.c: Include <stdio.h>.
25
26 Tue Sep 12 18:14:50 1995  Ian Lance Taylor  <ian@cygnus.com>
27
28         * Makefile.in (maintainer-clean): New target.
29
30 Thu Aug 31 12:18:43 1995  Ian Lance Taylor  <ian@cygnus.com>
31
32         * Makefile.in (bfd.h): Add additional #endif at end of bfd.h if
33         __cplusplus is defined.
34
35 Tue Nov 29 16:13:34 1994  Doug Evans  <dje@canuck.cygnus.com>
36
37         * chew.c (write_buffer): New argument `f', all callers changed.
38         (stdout, stderr, print, drop, idrop): New forth words.
39         * proto.str (COMMENT): New command.
40         * doc.str (COMMENT): Likewise.
41
42 Mon Sep 12 11:44:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
43
44         * Makefile.in (DOCFILES): Remove ctor.texi.
45         (IPROTOS): Remove ctor.ip.
46         (SRCIPROT): Remove $(srcdir)/../ctor.c.
47         (ctor.texi): Remove target.
48         (libbfd.h): Remove dependency on $(srcdir)/../ctor.c.  Remove
49         $(MKDOC) run on $(srcdir)/../ctor.c.
50         * bfd.texinfo (Constructors): Remove section.
51
52 Fri Sep  2 13:33:44 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
53
54         * chew.c: Include assert.h.  Added prototypes for most functions.
55         Changed most uses of int to long.  Do bounds checking on the
56         stacks.  Added comment at the beginning documenting most of the
57         intrinsics.  Lots of whitespace changes.  Re-ordered some
58         functions.
59         (die, check_range, icheck_range): New functions.
60         (strip_trailing_newlines, print_stack_level): New functions.
61         (translatecomments): Don't insert tab before "/*".
62         (iscommand): Minimum command length is now 4.
63         (nextword): Handle some \-sequences.
64         (push_addr): Deleted.
65         (main): Add new intrinsics strip_trailing_newlines and
66         print_stack_level.  Complain at end if stack contains more than
67         one element, or less.
68         (remchar): Make sure the string is not empty before chopping off a
69         character.
70
71         * doc.str, proto.str: Handle new commands SENUM, ENUM, ENUMX,
72         ENUMEQ, ENUMEQX, ENUMDOC.
73
74 Wed Jan 12 18:37:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
75
76         * bfd.texinfo: Added Linker Functions node.
77         * doc/Makefile.in (DOCFILES): Added linker.texi.
78         (SRCDOC): Added linker.c.
79         (linker.texi): New target.
80
81 Tue Jan  4 10:52:56 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
82
83         * chew.c: Don't rely on a correct declaration of exit.
84         (chew_exit): New function which just calls exit.
85         (main): Use it.
86
87 Mon Jan  3 11:40:40 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
88
89         * bfd.texinfo: Added Hash Tables node.
90         * Makefile.in (DOCFILES): Added hash.texi.
91         (SRCDOC): Added hash.c.
92         (hash.texi): New target.
93
94 Thu Dec 30 16:57:04 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
95
96         * Makefile.in: Delete all references to seclet.c, since it's just
97         been deleted.  Don't mention hash.c, linker.c, or genlink.h yet,
98         since they don't contain documentation yet (hint, hint!).
99
100 Fri Nov  5 10:58:53 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
101
102         * bfd.texinfo: Small cleanups.
103
104 Fri Nov 19 03:46:11 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
105
106         * Makefile.in (archures.texi): Depends on $(MKDOC).
107
108 Tue Aug 10 14:22:39 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
109
110         * bfd.texinfo (BFD back end): Don't include elfcode.texi, since
111         it's empty now and that triggers a makeinfo bug.
112
113 Mon Aug  9 16:27:30 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
114
115         * bfd.texinfo (BFD back end): New section on ELF, includes
116         elf.texi and elfcode.texi.
117         * Makefile.in (DOCFILES): Include elf.texi, elfcode.texi.
118         (SRCDOC): Include elfcode.h, elf.c.
119         (elf.texi, elfcode.texi): New intermediate targets.
120
121 Thu Jun 24 13:48:13 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
122
123         * Makefile.in (.c.o, chew.o): Put CFLAGS last.
124         * bfdsumm.texi: New file, broken out of bfd.texinfo, to share
125         with ld.texinfo.
126
127 Mon Jun 14 12:07:07 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
128
129         * Makefile.in (install-info): remove parentdir cruft, 
130
131 Wed Jun  9 16:00:32 1993  Jim Kingdon  (kingdon@cygnus.com)
132
133         * Makefile.in (mostlyclean): Remove chew.o.
134
135 Tue May 25 14:46:58 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
136
137         * Makefile.in (libbfd.h): Use elfcode.h, not elf32.c.
138
139 Mon May 24 15:50:07 1993  Ken Raeburn  (raeburn@cygnus.com)
140
141         * chew.c (compile): Add a couple of missing casts.
142
143 Wed May 12 14:45:14 1993  Ian Lance Taylor  (ian@cygnus.com)
144
145         * Makefile.in (CC_FOR_BUILD): New variable, define to be $(CC).
146         (chew.o, $(MKDOC)): Build using CC_FOR_BUILD rather than CC, since
147         it must run on the build machine.
148
149 Tue Apr  6 22:38:10 1993  John Gilmore  (gnu@cygnus.com)
150
151         * Makefile.in (chew):  Don't compile from .c to executable in a
152         single step; it puts a temporary .o filename into the executable,
153         which makes multi-stage comparisons fail.  Compile chew.c to
154         chew.o, and link that, which makes identical executables every time.
155
156 Wed Mar 24 17:26:29 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
157
158         * Makefile.in: fix typo (bfd.texinfo not bfd.texino)
159
160 Fri Mar 19 01:13:00 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
161
162         * bfd.texinfo: Since BFD version number has been bumped, do same
163         to "version number" on title page, and elsewhere.  Should be
164         fixed to extract real version number.
165
166 Tue Mar 16 12:15:13 1993  Per Bothner  (bothner@rtl.cygnus.com)
167
168         * Makefile.in:  Add *clean rules.
169
170 Mon Jan 11 18:43:56 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
171
172         * Makefile.in (libbfd.h): Removed duplicate init.c and libbfd.c.
173         Added seclet.c.
174         (bfd.h): Added dependency on bfd.c and seclet.c.  Added seclet.c
175         to build.
176
177 Thu Dec 17 19:35:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
178
179         * Makefile.in: added dvi target, define and use $(TEXI2DVI)
180
181 Thu Dec  3 17:42:48 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
182
183         * Makefile.in (TEXIDIR): New variable.
184         (bfd.dvi): Look for bfd.texinfo in $(srcdir).  Generate index.
185
186         * bfd.texinfo: Minor doc fixes.
187
188 Thu Nov  5 03:13:55 1992  John Gilmore  (gnu@cygnus.com)
189
190         Cleanup:  Replace all uses of EXFUN in the BFD sources, with PARAMS.
191
192         * doc/chew.c (exfunstuff):  Eliminate.
193         (paramstuff):  Replace exfunstuff with function to generate PARAMS.
194         * doc/proto.str:  Use paramstuff rather than exfunstuff.
195
196 Mon Aug 17 12:40:32 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
197
198         * chew.c: various patches provided by Howard Chu.
199
200 Fri Jun 19 18:59:54 1992  John Gilmore  (gnu at cygnus.com)
201
202         * Makefile.in (libbfd.h):  Add elf.c as a source of prototypes.
203
204 Mon May 11 18:55:59 1992  John Gilmore  (gnu at cygnus.com)
205
206         * chew.c:  exit() should be declared by config files, not by
207         portable source code.  Its type could be int or void function.  
208
209 Mon May  4 13:45:57 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
210
211         * Makefile.in: another CFLAGS correction.
212
213 Tue Apr 28 10:21:32 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
214
215         * Makefile.in: Do the CFLAGS thing.
216
217 Fri Apr 10 22:34:52 1992  Fred Fish  (fnf@cygnus.com)
218
219         * Makefile.in (MINUS_G):  Add macro and default to -g.
220
221 Fri Mar  6 18:53:18 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
222
223         * chew.c: now has -w switch turn on warnings
224
225 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
226
227         * Makefile.in, configure.in: removed traces of namesubdir,
228           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
229           copyrights to '92, changed some from Cygnus to FSF.
230
231 Tue Dec 10 22:11:05 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
232
233         * Makefile.in: build chew into the current directory.  Complete
234           the MKDOC macro transition.
235
236 Tue Dec 10 08:26:28 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
237
238         * chew.c: don't core dump when can't open file
239         * Makefile.in: get proto.str from the right place when built in
240         odd directories
241
242 Tue Dec 10 04:07:25 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
243
244         * Makefile.in: infodir belongs in datadir.
245
246 Sat Dec  7 17:01:23 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
247
248         * chew.c: Much modified
249         * proto.str, doc.str: New files for extracting to product
250         prototypes and documents respectively.
251
252
253 Fri Dec  6 22:57:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
254
255         * Makefile.in: added standards.text support, host/site/target
256           inclusion hooks, install using INSTALL_DATA rather than cp,
257           don't echo on install.
258
259 Thu Dec  5 22:46:17 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
260
261         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
262           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
263           and mandir now keyed off datadir by default.
264
265 \f
266 Local Variables:
267 version-control: never
268 End: