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