* relax.c (build_it): re-enable the processing of data_statements
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
cd98a82f
MW
1Thu Nov 5 10:38:46 1992 Michael Werner (mtw@rtl.cygnus.com)
2
3 * ./deja-gnu/gdb.t21/.Sanitize & ./deja-gnu/gdb.t22/.Sanitize
4 Changed .Sanitize files to reflect earlier change of
5 in-gdbme.C filename to in-gdbme.cc .
6
df93a6c1
MW
7Wed Nov 4 17:57:47 1992 Michael Werner (mtw@rtl.cygnus.com)
8
9 * Makefile.in: Added stuff for building deja-gnu.
10 * ./deja-gnu/gdb.t21/ & ./deja-gnu/gdb.t22/:
11 Moved in-gdbme.C file to in-gdbme.cc because gcc was changed to
12 not recognize .C extensions anymore. Changed the configure.in
13 file to reflect the filename extension change.
14
15Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16
17 * Makefile.in: Added separate definitions for C++.
18
7a8d10ce
FF
19Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
20
21 * configure.in (configdirs): Add deja-gnu.
22
23Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
24
25 * README: Update for configure.texi and gdb-4.7 release.
26
27Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
28
29 * Makefile.in: Move "all" target to top of file.
30 Previously, first target was ".PHONY" which caused BSD4.4 make
31 to build .PHONY when make was run without arguments.
32
33Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
34
35 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
36 Library-copylefted code in libiberty.
37
ee3b893b
JG
38Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
39
40 * config.sub: Replace m68kmote with plain old m68k.
41
5a63b336
JG
42Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
43
44 * Makefile.in: Remove space from blank line, avoid Make complaints.
45
23ab00aa
KR
46Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
47
48 * config.sub: Complain if no argument is given. Added support for
49 386bsd as OS and target alias.
50
9d401625
ILT
51Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
52
53 * Makefile.in (XTRAFLAGS): include newlib directories if
54 newlib/Makefile exists, rather than if host != target.
55
fb90daeb
ME
56Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
57
58 * config.sub: recognize sparclite-wrs-vxworks.
59
60 * Makefile.in (install-xiberty): added *-xiberty make rules (from
61 p3.) Added clean-xiberty to clean.
62
63Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
64
65 * configure.in: use *-*-* instead of nested cases for host and target
66
ab96cdfc
ILT
67Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
68
69 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
70 from the same source tree and not building a cross-compiler. This
71 matters for the libg++ configuration if reconfiguring a tree that
72 has already been installed.
73
74Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
75
76 * config.sub (i486v/i486v4): Merge in from FSF version.
77
2ec3d07c
ME
78Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
79
80 * configure: only set PWD if it is already set.
81
fc11b71a
ME
82Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
83
84 * configure: just set PWD=`pwd` at the top, since Ultrix sh
85 doesn't have unset and all success paths (and most error paths)
86 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
87 to just ${PWD} to avoid confusion.)
88
c5108322
ILT
89Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
90
91 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
92 even for a native compilation.
93
4a63dfde
JG
94Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
95
96 Changes to make the gdb.tar.Z rule work better.
97
98 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
99 (DEVO_SUPPORT): Add configure.texi.
100 (bfd-ilrt.tar.Z): Remove ancient rule.
101
440868a0
ILT
102Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
103
0012a471
ILT
104 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
105 pick up the machine and system specific header files.
106
f68be6f0
ILT
107 * configure.in, config.sub: added new target m68010-adobe-scout,
108 with alias of adobe68k. Changed configure.in to check for
109 -scout before -sco* to avoid a false match.
110
440868a0
ILT
111 * Makefile.in: added AS_FOR_TARGET, passed down in
112 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
113 the C compiler to use to create programs which are run in the
114 build environment, set it to default to $(CC), and passed it down
115 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
116
51489233
ILT
117Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
118
119 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
120 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
121 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
122 FOR_TARGET variants, to newlib and libg++.
123
a904db53
KR
124Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
125
126 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
127 first.
128
129Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
130
131 * config.sub: Accept `elf' as an environment.
132
319a021e
SC
133Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
134
a904db53 135 * Makefile.in (all-opcodes): cd into the right directory
319a021e 136
d257b46f
ILT
137Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
138
139 * configure: added -program_transform_name option, used as
140 argument to sed when installing programs.
141 configure.texi: added documentation for -program_prefix,
142 -program_suffix and -program_transform_name.
143
6e122179
JG
144Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
145
146 * config.sub: Accept i486 where i386 ok.
147
de0f17d8
BK
148Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
149
150 * config.sub: accept we32k
151
56dcef3c
ILT
152Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
153
de0f17d8
BK
154 * config.sub, configure.in: accept OSE68000 and OSE68k.
155
56dcef3c
ILT
156 * Makefile.in: don't create all directories for ``make install'';
157 let the subdirectories create the ones they need.
158
159Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
160
161 * COPYING: new file, GPL v2
162
01b8752d
DZ
163Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
164
165 * Makefile.in: use the new gen-info-dir, which needs a template
166 argument (which also lives in texinfo)
167
168 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
169
dfa891fc
DZ
170Mon Aug 3 15:41:28 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
171
172 * config/mh-solaris: removed the -xs from CFLAGS (let the people
173 with Sun's C compiler deal with it themselved)
174
26fe0d7d
FF
175Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
176
177 * config.sub (ncr3000): Change i386 to i486.
178
dfa891fc
DZ
179Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
180
181 * Makefile.in: add install-rcs, install-grep to
182 install-no-fixedincludes, removed install-bison and install-libgcc
183
26fe0d7d
FF
184Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
185
186 * configure.in: grab the HPUX makefile fragment if on HPUX
187
188Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
189
190 * Makefile.in: eradicate bison spoor (ditto libgcc).
191 configure.in: recognise m68{k,000}-ericsson-OSE.
192 es1800 is alias for m68k-ericsson-OSE
193
194Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
195
196 * configure.in: rearrange the parts that remove programs from
197 configdirs, based now on HOST==TARGET or by canonical triple.
198
846b9d7b
RP
199Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
200
201 * test-build.mk: recurse explicitly with -f test-build.mk when
dae8a4cf
RP
202 appropriate. predicate stage3 and comparison on the existence
203 of gcc. That is, if gcc isn't around, we aren't three-staging.
b4edd969
RP
204 On very clean, also remove ...stamp-co. Build in-place before
205 doing other builds.
846b9d7b 206
3ad0ef37
SC
207Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
208
209 * Makefile.in, configure.in: add tgas
210
67b36a23
RP
211Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
212
06a07944
RP
213 * Makefile.in: a number of changes merged in from progressive.
214
2d115749
RP
215 * configure.in: add libm.
216
67b36a23
RP
217 * .cvsignore: ignore some stuff that comes from test-build.mk.
218
179798e1
SG
219Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
220
221 * config/mh-solaris: Use -xs when compiling so that Sun-C puts
222 a symbol-table into the executable.
223
a4168049
FF
224Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
225
226 * config.sub: Add es1800 (m68k-ericsson-es1800).
227
1775539e
RP
228Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
229
230 * configure: Add program_suffix (parallel to program_prefix)
231 * Makefile.in: adjust directory-creting script for losing decstation
232 * .Sanitize: don't nuke byacc!
233
a4168049
FF
234Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
235
236 * configure: Minor $subdir-related fixes.
237
4347369f
SC
238Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
239
240 * configure: fix various problems with propogating
241 makefile_target_frag in subdirs.
242 * configure.in: config libgcc if its there
243
7d87ec82
SG
244Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
245
246 * config.sub: HPPA merge.
247
65f14e33
FF
248Mon Jun 15 12:31:52 1992 Fred Fish (fnf@cygnus.com)
249
250 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
251 it is broken on ncr 3000's.
252
253Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
254
255 * Makefile.in: Replace all-bison with all-byacc in all
256 dependency lines for other tools (which now use byacc).
257
18eb7bad
JG
258Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
259
260 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
261
262Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
263
264 * config/{mh-ncr3000, mh-sysv4}: Add INSTALL.
265
266Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
267
268 * Makefile.in: make gprof rules similar to byacc rules (instead of
269 vestigal $(unsubdir) that didn't work...)
270
f0e9ba1e
PB
271Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
272
273 * config.sub: Add support for Linux.
274 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
275 (at least for libg++).
276
72754842
DZ
277Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
278
279 * configure.texi: fix doc for the -nfp option to configure
280
2198e4ba
MT
281Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
282
283 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
284
285Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
286
287 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
288 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
289 * configure.in: added solaris* host_makefile_frag hook.
290
a5992d11
DZ
291Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
292
293 * config.sub: changed recognition of m68000 so that various
294 m68k types can be specified via m680[01234]0
295
07f1d175
DZ
296Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
297
298 * config.sub (basic_machine): fix sed so that '-foo' isn't
299 completely substituted out while .+'-foo' loses the '-foo'
300
49df2308
MT
301Thu May 28 19:48:35 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
302
303 * .Sanitize: Add flex to the list of keepers. flex is needed to
304 build GNU ld.
305
ad1f7512
MT
306Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
307
308 * config.sub ($os): Add -aout.
309
310Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
311
312 * configure: If host_makefile_frag is absolute, don't
313 prefix ${invsubdir} (relevant to libg++ auto-configure).
314
11ad114b
MT
315Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
316
317 * Makefile.in (tooldir): Define it.
318 (all-ld): Depend on all-flex.
319
320Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
321
322 * Makefile.in (check): Fix libg++ special case.
323
a60ff512
RP
324Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
325
9dba22c6
RP
326 * configure: do not bury `pwd` into config.status, thus do fewer
327 pwd's.
328
3b6f914f
RP
329 * configure: print the "Building in" message only when building in
330 other than "." AND verbose.
331
a98e98d3
RP
332 * configure: remove -s, rework -v to better accomodate guested
333 configures.
334
a60ff512
RP
335 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
336
337Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
338
339 * Makefile.in: macroize flags passed on recursion. remove
340 fileutils.
341
5bdf762b
RP
342Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
343
a60ff512
RP
344 * configure: get makesrcdir right for subdirs deeper than 1.
345
5bdf762b
RP
346 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
347 install.
348
1dbe4d41
RP
349Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
350
351 * Makefile.in: don't print subdir_do or recursion lines.
352
5bdf762b
RP
353Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
354
355 * standards.texi: added menu item.
356
357 * Makefile.in: build and install standards.info.
358
359 * standards.texi: new file.
360
92b9ed40
RP
361Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
362
363 * configure: test for and move config.status pieces from
364 ${subdir}/.
365
58760cda
FF
366Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
367
368 * config/mh-delta88, config/mh-ncr3000: Replace MINUS_G with
369 CFLAGS per new configuration strategy.
370 * configure: Test for existance of files before trying to mv
371 them, to avoid numerous non-existance messages.
372
94c7ae21
RP
373Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
374
53988f33
RP
375 * configure: correct final line of config.status.
376
86112802
RP
377 * configure: patch from eggert. Avoids a protection problem if
378 the original Makefile.in is read only.
379
196377ee
RP
380 * configure: use move-if-change from gcc to create config.status.
381 Some makefiles depend on config.status to tell if a directory
382 has been reconfigured for a different host. This change
383 prevents those directories from remaking everything in the case
384 where the reconfig was only intended to rebuild a Makefile.
385
94c7ae21
RP
386 * configure: test for config.sub with "config.sub sun4" rather
387 than "config.sub ${host_alias}". Otherwise we can't tell a bad
388 host alias from a missing config.sub.
389
9546e9b4
RP
390Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
391
392 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
393 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
394
395Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
396
397 * configure: mkdir ${subdir} as needed.
398
618f57a9
RP
399Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
400
401 * Makefile.in,configure.in: added autoconf.
402
ee1dc1b7
RP
403Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
404
9546e9b4
RP
405 * Makefile.in: no longer pass against on recursion.
406
e1ca0072
RP
407 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
408 definitions are not inherited.
409
ee1dc1b7
RP
410 * configure: correct makesrcdir when subdir is .
411
8becd045
PB
412Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
413
414 * configure: Add support for 'subdirs' variable, which is
415 like 'configdirs', except that configure doesn't re-invoke
416 itself for subdirs, it just creates a Makefile for each subdir.
417 * configure.texi: Document subdirs.
418
6adac399
DZ
419Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
420
421 * configure.in: added flex to configdirs
422
64d424c6
RP
423Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
424
425 * Makefile.in: remove clean-stamps from clean.
426
347e3a00
JG
427Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
428
429 * configure.in: Add gdbtest to configdirs.
430
c4fb14b7
FF
431Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
432
433 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
434 to recursive makes.
435 * configure.in: Recognize new ncr3000 config.
436
437Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
438
439 * Makefile.in, configure.in: removed references to gdbm.
440
6910a5ac
PB
441Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
442
443 * config.sub: Don't canonicalize os value
444 newsos* to bsd (readline needs to check for newsos).
445 (This fix was earlier made Jan 31, but got re-broken.)
446
dd7368a7
SG
447Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
448
27c28d61
SG
449 * configure.in: sco is an os, not a vendor!
450
dd7368a7
SG
451 * configure: Quote $( better. Keep various shells happy.
452
453Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
454
455 * Makefile.in: eliminate stamp-files.
456
079b2abe
RP
457Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
458
459 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
460 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
461
462Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
463
464 * config.sub: fix iris/iris3.
465
88578a2a
RP
466Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
467
468 * configure: re-add -rm.
469
b4e2a59b
RP
470Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
471
e855b0f8
RP
472 * Maskefile.in: add .stmp-rcs to all.
473
b4e2a59b
RP
474 * configure.in: remove gas from rs6000 build, use aix host fragment.
475
0e693d0b
RP
476Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
477
478 * configure: pass down site_option during recursion.
479
66cfe047
SG
480Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
481
52963fb7 482 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
66cfe047
SG
483
484Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
485
486 * configure: Change exec_prefix so that it really defaults to prefix.
487
bb24c7e6
FF
488Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
489
490 * Makefile.in, configure.in: Add support for mmalloc library.
491
b7dd30ab
RP
492Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
493
494 * Makefile.in: add stmp dependencies for a few more things.
495
1cb49e87
RP
496Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
497
b7dd30ab
RP
498 * configure: adjusted error message on objdir/srcdir configure
499 collision, per john's suggestion.
500
1cb49e87
RP
501 * Makefile.in: add libiberty stmp to all and all.cross.
502
02a7ba9a
RP
503Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
504
505 * Makefile.in: remove force dependencies, add grep to all.
506
c1e4672c
RP
507Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
508
9d98d2ac
RP
509 * Makefile.in: drop flex. make stamp files work.
510
8fd24008
RP
511 * configure: added test for conflicting configuration in srcdir,
512 remove trailing slashes from srcdir. Otherwise emacs gdb mode
513 gets cranky. use relative paths for configure and srcdir
514 whenever possible. Send some error messages to stderr that were
515 going to stdout.
c1e4672c
RP
516
517Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
518
519 * Makefile.in: Fix libg++ rule to check for gcc directory
520 before using gcc/gcc. Also pass XTRAFLAGS.
521
522Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
523
524 * Makefile.in: added stmp-files so that directories aren't polled
525 when they are already built.
526
527 * configure.texi: fixed a node pointer problem.
528
529Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
530
531 * config.sub configure.in config/.Sanitize config/mh-irix4
532 gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
533 gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
534 gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3
535 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
536
537Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
538
539 * configure: -recurring becomes -silent. corrected help message
540 for -site= option.
541
542 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
543
544Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
545
546 * configure: when building Makefile for crosses, replace
547 tooldir and program_prefix. default srcdir from location of
548 config.sub. remove "for host in hosts" and "for target in
549 targets" loops.
550
551Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
552
553 * Makefile.in: Do not pass bindir or mandir to cvs.
554
555Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
556
557 * Makefile.in, configure.in: removed traces of namesubdir,
558 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
559 copyrights to '92, changed some from Cygnus to FSF.
560
561 * configure.texi: remove most references to multiple hosts,
562 multiple targets, subdirs, etc.
563
564 * configure.man: removed rcsid. reference config.sub not
565 config.subr.
b74fd080
RP
566
567 * Makefile.in: mkdir $(infodir) on install-info.
568
569Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
570
571 * configure.texi: Explain better about .gdbinit and about
572 the environment that configure.in sections run in.
573
574Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
575
576 * configure.in: Ultrix is only a decstation if it's a MIPS.
577
578Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
579
580 * README: DOC.configure => cfg-paper.texi.
581
b0606560
SG
582Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
583
584 * config.sub (near case $os): Don't convert newsos* to bsd!
585
586Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
587
588 * Makefile.in: Reinstall change from gdb-4.3 that reduces
589 the number of copies of COPYING that go into the GDB tar file.
590
92732c27
SG
591Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
592
593 * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
594 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
595 Fix SCO configuration stuff.
596
4cc027e1
PB
597Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
598
599 * Makefile.in: For libg++, make sure the -I pointing
600 to the gcc directory goes *after* all the libg++-local -I flags.
601 Also, move just-gcc dependency from just-libg++ to all-libg++.
602
603Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
604
605 * configure: Change -x to -f to keep Ultrix /bin/test happy.
606
607Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
608
609 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
610
aa2e8c1c
FF
611Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
612
613 * config.sub: Add stratus configuration frags. Also
614 submitted to FSF.
615
c1e296fc
SG
616Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
617
1a7cac26
SG
618 * Makefile.in (DEV_SUPPORT): add configure.man.
619
c1e296fc
SG
620 * config.sub(Decode manufacturer-specific): add -none*.
621
23e3e7f9
SG
622Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
623
624 * Makefile.in: remove form feeds to make Sun's make happy.
625 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
626
627Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
628
629 * Makefile.in (AR_FLAGS): Make quieter.
630
631Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
632
633 * configure.in: Add libg++.
634 * configure: When verbose, don't output the command line at each
635 level; it will be unremarkably the same as the previous version,
636 which will be the same as what the user typed.
637
e488e581
RP
638Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
639
079399f6
RP
640 * configure.in, Makefile.in: fix clean-info, add flex. add
641 fileutils.
25113b46 642
079399f6
RP
643 * configure: be less sensitive to spaces in Makefile.in. Do not
644 look for sources in "..". Doing so breaks subdirectories that
645 might have their own configure. If a subdir has it's own
646 configure script, use it.
e488e581 647
62ddb92b
RP
648Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
649
650 * cfg-paper.texi: some changes suggested by rms.
651
7dac6086
FF
652Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
653
654 * config.sub: Merge in some small additions from the FSF version,
655 taken from the gcc distribution, to bring the Cygnus and FSF
656 versions into closer sync.
657
5f32984e
FF
658Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
659
660 * configure.in: Changed svr4 references to sysv4.
661
0c72405d
RP
662Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
663
664 * configure: added -V for version number option.
665
7d283cc1
RP
666Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
667
668 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
669 renamed from DOC.configure to cfg-paper.texi.
670
671Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
672
673 * configure, config.subr, config.sub: config.subr is now
674 config.sub again.
675
f6031817
RP
676Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
677
7d283cc1
RP
678 * configure.texi: new file, in progress.
679
680 * Makefile.in: build info file and install the man page for
681 configure.
682
683 * configure.man: new file, first cut.
684
7da1d334 685 * configure: find config.subr again now that configuration "none"
7d283cc1
RP
686 has gone. removed all traces of the -ansi option. removed all
687 traces of the -languages option.
7da1d334 688
f6031817
RP
689 * config.subr: resync from rms.
690
9a9e8e7f
RP
691Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
692
475576ae
RP
693 * configure, config.sub, config.subr: merge config.sub into
694 config.subr, call the result config.subr, remove config.sub, use
695 config.subr.
696
9a9e8e7f
RP
697 * Makefile.in: revised install for dir.info.
698
e9712bee
RP
699Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
700
806fd9fc
RP
701 * configure.in: add decstation host makefile frag.
702
bb07ee3e 703 * Makefile.in: BISON now bison -y again. also install-gcc on
c466cfab 704 install. clean-gdbm on clean. infodir belongs in datadir.
9a9e8e7f
RP
705 Make directories for info install. Build dir.info here then
706 install it.
e9712bee 707
b26ff9d8
RP
708Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
709
710 * Makefile.in: fix for bad directory tests.
711
098676c9
RP
712Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
713
0e0643c7 714 * configure: \{1,2\} appears to be a sysv'ism. Use a different
b26ff9d8 715 regexp. -srcdir relative was being handled incorrectly.
0e0643c7 716
098676c9
RP
717 * Makefile.in: unwrapped some for loops so that parallel makes
718 work again and so one can focus one's attention on a particular
719 package.
720
721Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
722
723 * configure: added PWD as a stand in for `pwd` (for speed). use
724 elif wherever possible. make -srcdir work without -objdir.
725 -objdir= commented out.
726
727Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
728
729 * configure: +options become --options. -subdirs commented out.
730 added -host, -datadir. Renamed -destdir to -prefix. Comment in
731 Makefile now at top of generated Makefile. Removed cvs log
732 entries. added -srcdir. create .gdbinit only if there is one
733 in ${srcdir}.
734
735 * Makefile.in: idestdir and ddestdir go away. Added copyrights
736 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
737 and mandir now keyed off datadir by default.
738
739Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
740
741 * Freshly created ChangeLog.
742
This page took 0.077463 seconds and 4 git commands to generate.