Makefile.in: Delete all references to seclet.c, since it's just been deleted.
[binutils-gdb.git] / bfd / doc / ChangeLog
1 Thu Dec 30 16:57:04 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
2
3 * Makefile.in: Delete all references to seclet.c, since it's just
4 been deleted. Don't mention hash.c, linker.c, or genlink.h yet,
5 since they don't contain documentation yet (hint, hint!).
6
7 Fri Nov 5 10:58:53 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8
9 * bfd.texinfo: Small cleanups.
10
11 Fri Nov 19 03:46:11 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12
13 * Makefile.in (archures.texi): Depends on $(MKDOC).
14
15 Tue Aug 10 14:22:39 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16
17 * bfd.texinfo (BFD back end): Don't include elfcode.texi, since
18 it's empty now and that triggers a makeinfo bug.
19
20 Mon Aug 9 16:27:30 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21
22 * bfd.texinfo (BFD back end): New section on ELF, includes
23 elf.texi and elfcode.texi.
24 * Makefile.in (DOCFILES): Include elf.texi, elfcode.texi.
25 (SRCDOC): Include elfcode.h, elf.c.
26 (elf.texi, elfcode.texi): New intermediate targets.
27
28 Thu Jun 24 13:48:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
29
30 * Makefile.in (.c.o, chew.o): Put CFLAGS last.
31 * bfdsumm.texi: New file, broken out of bfd.texinfo, to share
32 with ld.texinfo.
33
34 Mon Jun 14 12:07:07 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
35
36 * Makefile.in (install-info): remove parentdir cruft,
37
38 Wed Jun 9 16:00:32 1993 Jim Kingdon (kingdon@cygnus.com)
39
40 * Makefile.in (mostlyclean): Remove chew.o.
41
42 Tue May 25 14:46:58 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
43
44 * Makefile.in (libbfd.h): Use elfcode.h, not elf32.c.
45
46 Mon May 24 15:50:07 1993 Ken Raeburn (raeburn@cygnus.com)
47
48 * chew.c (compile): Add a couple of missing casts.
49
50 Wed May 12 14:45:14 1993 Ian Lance Taylor (ian@cygnus.com)
51
52 * Makefile.in (CC_FOR_BUILD): New variable, define to be $(CC).
53 (chew.o, $(MKDOC)): Build using CC_FOR_BUILD rather than CC, since
54 it must run on the build machine.
55
56 Tue Apr 6 22:38:10 1993 John Gilmore (gnu@cygnus.com)
57
58 * Makefile.in (chew): Don't compile from .c to executable in a
59 single step; it puts a temporary .o filename into the executable,
60 which makes multi-stage comparisons fail. Compile chew.c to
61 chew.o, and link that, which makes identical executables every time.
62
63 Wed Mar 24 17:26:29 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
64
65 * Makefile.in: fix typo (bfd.texinfo not bfd.texino)
66
67 Fri Mar 19 01:13:00 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
68
69 * bfd.texinfo: Since BFD version number has been bumped, do same
70 to "version number" on title page, and elsewhere. Should be
71 fixed to extract real version number.
72
73 Tue Mar 16 12:15:13 1993 Per Bothner (bothner@rtl.cygnus.com)
74
75 * Makefile.in: Add *clean rules.
76
77 Mon Jan 11 18:43:56 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
78
79 * Makefile.in (libbfd.h): Removed duplicate init.c and libbfd.c.
80 Added seclet.c.
81 (bfd.h): Added dependency on bfd.c and seclet.c. Added seclet.c
82 to build.
83
84 Thu Dec 17 19:35:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
85
86 * Makefile.in: added dvi target, define and use $(TEXI2DVI)
87
88 Thu Dec 3 17:42:48 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
89
90 * Makefile.in (TEXIDIR): New variable.
91 (bfd.dvi): Look for bfd.texinfo in $(srcdir). Generate index.
92
93 * bfd.texinfo: Minor doc fixes.
94
95 Thu Nov 5 03:13:55 1992 John Gilmore (gnu@cygnus.com)
96
97 Cleanup: Replace all uses of EXFUN in the BFD sources, with PARAMS.
98
99 * doc/chew.c (exfunstuff): Eliminate.
100 (paramstuff): Replace exfunstuff with function to generate PARAMS.
101 * doc/proto.str: Use paramstuff rather than exfunstuff.
102
103 Mon Aug 17 12:40:32 1992 Steve Chamberlain (sac@thepub.cygnus.com)
104
105 * chew.c: various patches provided by Howard Chu.
106
107 Fri Jun 19 18:59:54 1992 John Gilmore (gnu at cygnus.com)
108
109 * Makefile.in (libbfd.h): Add elf.c as a source of prototypes.
110
111 Mon May 11 18:55:59 1992 John Gilmore (gnu at cygnus.com)
112
113 * chew.c: exit() should be declared by config files, not by
114 portable source code. Its type could be int or void function.
115
116 Mon May 4 13:45:57 1992 K. Richard Pixley (rich@rtl.cygnus.com)
117
118 * Makefile.in: another CFLAGS correction.
119
120 Tue Apr 28 10:21:32 1992 K. Richard Pixley (rich@rtl.cygnus.com)
121
122 * Makefile.in: Do the CFLAGS thing.
123
124 Fri Apr 10 22:34:52 1992 Fred Fish (fnf@cygnus.com)
125
126 * Makefile.in (MINUS_G): Add macro and default to -g.
127
128 Fri Mar 6 18:53:18 1992 Steve Chamberlain (sac@thepub.cygnus.com)
129
130 * chew.c: now has -w switch turn on warnings
131
132 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
133
134 * Makefile.in, configure.in: removed traces of namesubdir,
135 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
136 copyrights to '92, changed some from Cygnus to FSF.
137
138 Tue Dec 10 22:11:05 1991 K. Richard Pixley (rich at rtl.cygnus.com)
139
140 * Makefile.in: build chew into the current directory. Complete
141 the MKDOC macro transition.
142
143 Tue Dec 10 08:26:28 1991 Steve Chamberlain (sac at rtl.cygnus.com)
144
145 * chew.c: don't core dump when can't open file
146 * Makefile.in: get proto.str from the right place when built in
147 odd directories
148
149 Tue Dec 10 04:07:25 1991 K. Richard Pixley (rich at rtl.cygnus.com)
150
151 * Makefile.in: infodir belongs in datadir.
152
153 Sat Dec 7 17:01:23 1991 Steve Chamberlain (sac at rtl.cygnus.com)
154
155 * chew.c: Much modified
156 * proto.str, doc.str: New files for extracting to product
157 prototypes and documents respectively.
158
159
160 Fri Dec 6 22:57:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
161
162 * Makefile.in: added standards.text support, host/site/target
163 inclusion hooks, install using INSTALL_DATA rather than cp,
164 don't echo on install.
165
166 Thu Dec 5 22:46:17 1991 K. Richard Pixley (rich at rtl.cygnus.com)
167
168 * Makefile.in: idestdir and ddestdir go away. Added copyrights
169 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
170 and mandir now keyed off datadir by default.
171