Patch joins devo.
[external/binutils.git] / ChangeLog
1 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
2
3         * config.sub (near case $os):  Don't convert newsos* to bsd!
4
5 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
6
7         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
8         the number of copies of COPYING that go into the GDB tar file.
9
10 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
11
12         * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
13         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14         Fix SCO configuration stuff.
15
16 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17
18         * Makefile.in:  For libg++, make sure the -I pointing
19         to the gcc directory goes *after* all the libg++-local -I flags.
20         Also, move just-gcc dependency from just-libg++ to all-libg++.
21
22 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
23
24         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
25
26 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
27
28         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
29
30 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
31
32         * config.sub:  Add stratus configuration frags.  Also 
33         submitted to FSF.
34
35 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
36
37         * Makefile.in (DEV_SUPPORT):  add configure.man.
38
39         * config.sub(Decode manufacturer-specific):  add -none*.
40
41 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
42
43         * Makefile.in:  remove form feeds to make Sun's make happy.
44         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
45
46 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
47
48         * Makefile.in (AR_FLAGS):  Make quieter.
49
50 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
51
52         * configure.in:  Add libg++.
53         * configure:  When verbose, don't output the command line at each
54         level; it will be unremarkably the same as the previous version,
55         which will be the same as what the user typed.
56
57 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
58
59         * configure.in, Makefile.in: fix clean-info, add flex.  add
60           fileutils.
61
62         * configure: be less sensitive to spaces in Makefile.in.  Do not
63           look for sources in "..".  Doing so breaks subdirectories that
64           might have their own configure.  If a subdir has it's own
65           configure script, use it.
66
67 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
68
69         * cfg-paper.texi: some changes suggested by rms.
70
71 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
72
73         * config.sub:  Merge in some small additions from the FSF version,
74         taken from the gcc distribution, to bring the Cygnus and FSF
75         versions into closer sync.
76
77 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
78
79         * configure.in:  Changed svr4 references to sysv4.
80
81 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
82
83         * configure: added -V for version number option.
84
85 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
86
87         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
88           renamed from DOC.configure to cfg-paper.texi.
89
90 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
91
92         * configure, config.subr, config.sub: config.subr is now
93           config.sub again.
94
95 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
96
97         * configure.texi: new file, in progress.
98
99         * Makefile.in: build info file and install the man page for
100           configure.
101
102         * configure.man: new file, first cut.
103
104         * configure: find config.subr again now that configuration "none"
105           has gone.  removed all traces of the -ansi option.  removed all
106           traces of the -languages option.
107
108         * config.subr: resync from rms.
109
110 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
111
112         * configure, config.sub, config.subr: merge config.sub into
113           config.subr, call the result config.subr, remove config.sub, use
114           config.subr.
115
116         * Makefile.in: revised install for dir.info.
117
118 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
119
120         * configure.in: add decstation host makefile frag.
121
122         * Makefile.in: BISON now bison -y again.  also install-gcc on
123           install.  clean-gdbm on clean.  infodir belongs in datadir.
124           Make directories for info install.  Build dir.info here then
125           install it.
126
127 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
128
129         * Makefile.in: fix for bad directory tests.
130
131 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
132
133         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
134           regexp.  -srcdir relative was being handled incorrectly.
135
136         * Makefile.in: unwrapped some for loops so that parallel makes
137           work again and so one can focus one's attention on a particular
138           package.
139
140 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
141
142         * configure: added PWD as a stand in for `pwd` (for speed). use
143           elif wherever possible.  make -srcdir work without -objdir.
144           -objdir= commented out. 
145
146 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
147
148         * configure: +options become --options.  -subdirs commented out.
149           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
150           Makefile now at top of generated Makefile.  Removed cvs log
151           entries.  added -srcdir.  create .gdbinit only if there is one
152           in ${srcdir}.
153
154         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
155           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
156           and mandir now keyed off datadir by default.
157
158 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
159
160         * Freshly created ChangeLog.
161