OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [final_interface/] [gdb-5.0/] [bfd/] [doc/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.