OSDN Git Service

* MAINTAINERS (Write After Approval): Add myself.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2
3         * MAINTAINERS (Write After Approval): Add myself.
4
5 2008-04-04  Nick Clifton  <nickc@redhat.com>
6
7         PR binutils/4334
8         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
9         builds.
10         * configure: Regenerate.
11
12 2008-04-04  NightStrike  <NightStrike@gmail.com>
13
14         PR other/35151
15         * configure.ac: Combine rules for mingw32 and mingw64.
16         * configure: Regenerate.
17
18 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
19
20         * MAINTAINERS (Write After Approval): Add myself.
21
22 2008-04-01  Seongbae Park <seongbae.park@gmail.com>
23
24         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
25         * Makefile.in (.NOTPARALLEL): Ditto.
26
27 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
28
29         * MAINTAINERS (Write After Approval): Add myself.
30
31 2008-03-31  Seongbae Park <seongbae.park@gmail.com>
32
33         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
34         * Makefile.in (.NOTPARALLEL): Regenerate.
35
36 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
37
38         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
39         * Makefile.in: Regenerate.
40
41 2008-03-26  Jakub Staszak  <kuba@et.pl>
42
43         * MAINTAINERS (Write After Approval): Add myself.
44
45 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
46
47         * MAINTAINERS:  Update e-mail address.
48
49 2008-03-20  Ian Lance Taylor  <iant@google.com>
50
51         * configure.ac: Add support for --enable-gold.
52         * Makefile.def: Add gold as a directory like ld.
53         * configure, Makefile.in: Regenerate.
54
55 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
56
57         * configure.ac: m4_include config/proginstall.m4.
58         * configure: Regenerate.
59
60         Backport from upstream Libtool:
61         
62         2007-10-12  Eric Blake  <ebb9@byu.net>
63         
64         Deal with Autoconf 2.62's semantic change in m4_append.
65         * ltsugar.m4 (lt_append): Replace broken versions of
66         m4_append.
67         (lt_if_append_uniq): Don't require separator to be overquoted,
68         and avoid broken m4_append.
69         (lt_dict_add): Fix typo.
70         * libtool.m4 (_LT_DECL): Don't overquote separator.
71
72 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
73
74         * config.rpath: Add AIX 6 support.
75
76 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
77
78         * Makefile.def (stageprofile).  Remove -fprofile-generate
79         from stage_libcflags.
80         * Makefile.in: Regenerate.
81
82 2008-03-13  Ben Elliston  <bje@au.ibm.com>
83
84         * config.sub, config.guess: Update from upstream sources.
85
86 2008-03-06  Tom Tromey  <tromey@redhat.com>
87
88         * MAINTAINERS: Update for treelang deletion.
89
90 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
91
92         * MAINTAINERS: Update my email address.
93
94 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
95
96         * MAINTAINERS (darwin port): Add myself as a maintainer.
97         (objective-c/c++): Add myself as a maintainer.
98
99 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
100
101         * MAINTAINERS (Write After Approval): Update my email address.
102
103 2008-02-25  Tomas Bily  <tbily@suse.cz>
104
105         * MAINTAINERS (Write After Approval): Add myself.
106
107 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
108
109         * MAINTAINERS (OpenMP): Add myself.
110
111 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
112
113         PR bootstrap/32009
114         PR bootstrap/32161
115
116         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
117         * configure: Regenerate.
118
119         * Makefile.def: Define stage_libcflags for all bootstrap stages.
120         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
121         STAGE4_LIBCFLAGS): New.
122         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
123         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
124         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
125         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
126         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
127         for target modules.  Don't export LIBCFLAGS.
128         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
129         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
130         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
131         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
132         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
133         * Makefile.in: Regenerate.
134
135 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
136
137         PR libgcj/33085
138         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
139         Do not use -DDLL_EXPORT.  Backport from upstream.
140
141 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
142
143         * MAINTAINERS (Write After Approval): Add myself.
144
145 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
146
147         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
148         * configure: Regenerate.
149
150 2008-01-31  Marc Gauthier  <marc@tensilica.com>
151
152         * configure.ac (xtensa*-*-*): Recognize processor variants.
153         * configure: Regenerate.
154
155 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
156
157         PR bootstrap/34922
158         * configure.ac (PARSE_ARGS): Push suitable setting of
159         ac_subdirs_all, for `./configure --help=recursive'.
160         Handle `+' in generic toplevel directory disabling.
161         * configure: Regenerate.
162
163 2008-01-28  Nick Clifton  <nickc@redhat.com>
164
165         * MAINTAINERS (xstormy16): Take over maintainership.
166
167 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
168
169         * MAINTAINERS (c4x port): Remove.
170
171 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
172
173         * libtool.m4: Backport AIX 6 support from ToT Libtool.
174
175 2008-01-23  Ben Elliston  <bje@au.ibm.com>
176
177         * config.sub, config.guess: Update from upstream sources.
178
179 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
180
181         * MAINTAINERS (Write After Approval): Add myself.
182
183 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
184
185         * MAINTAINERS: Update my email address.
186
187 2008-01-09  Raksit Ashok  <raksit@google.com>
188
189         * MAINTAINERS (Write After Approval): Add myself.
190
191 2008-01-09  Raksit Ashok  <raksit@google.com>
192
193         * MAINTAINERS (Write After Approval): Add myself.
194
195 2008-01-08  Ben Elliston  <bje@au.ibm.com>
196
197         * config.sub, config.guess: Update from upstream sources.
198
199 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
200
201         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
202         Change recommended MPFR from 2.2.1 -> 2.3.0.
203         * configure: Regenerate.
204
205 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
206
207         * MAINTAINERS: Update my email address.
208
209 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
210
211         * MAINTAINERS: Update my email address.
212
213 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
214
215         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
216         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
217         * Makefile.in: Regenerate.
218
219 2007-12-10  Mark Heffernan <meheff@google.com>
220
221         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
222         misplaced entries.
223
224 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
225
226         * configure.ac: Enable libjava for x86_64-*-darwin9.
227         * configure: Regenerate.
228
229 2007-12-07  Bill Maddox <maddox@google.com>
230
231         * MAINTAINERS (Write After Approval): Add myself.
232
233 2007-12-05  Ben Elliston  <bje@au.ibm.com>
234
235         * config.sub, config.guess: Update from upstream sources.
236
237 2007-12-02  Matthias Klose  <doko@ubuntu.com>
238
239         * config-ml.in: Remove 64bit configure tests.
240
241 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
242
243         * config-ml.in: Robustify against white space in absolute file
244         names.
245
246         * config-ml.in (multi-clean): Substitute ${Makefile}.
247         Remove superfluous ${Makefile} in list.
248
249 2007-11-19  Thiemo Seufer  <ths@mips.com>
250
251         * config-ml.in: Don't hardcode the Makefile name.
252
253 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
254
255         * MAINTAINERS (Write After Approval): Add myself.
256
257 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
258
259         * MAINTAINERS (Write After Approval): Add myself.
260
261 2007-11-06  Doug Kwan <dougkwan@google.com>
262
263         * MAINTAINERS (Write After Approval): Add myself.
264
265 2007-10-25  Ben Elliston  <bje@au.ibm.com>
266
267         * MAINTAINERS (mercury): Remove entry.
268         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
269
270 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
271
272         * Makefile.def (dependencies): Make configure-gdb depend on
273         all-intl.
274         * Makefile.in: Regenerated.
275
276 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
277
278         * MAINTAINERS (Fortran maintainer): Remove myself.
279
280 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
281
282         * Makefile.def: To avoid problems running with parallel makes,
283         build newlib before libgloss so that target specific header
284         files are availble.
285         * Makefile.in: Regenerate
286
287 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
288
289         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
290         * Makefile.in: Regenerate.
291
292 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
293
294         * MAINTAINERS (Register allocation reviewer): Add myself.
295
296 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
297
298         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
299         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
300         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
301         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
302         * configure: Regenerate.
303
304 2006-10-04  Seongbae Park <seongbae.park@gmail.com>
305
306         * MAINTAINERS (Register allocation reviewer): Add myself.
307
308 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
309
310         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
311         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
312         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
313         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
314         * configure.ac: Default them to host tools for $host = $build.
315         Subst them.
316
317         * configure: Regenerate.
318         * Makefile.in: Regenerate.
319
320 2006-09-24  Peter Bergner <bergner@vnet.ibm.com>
321
322         * MAINTAINERS (Register allocation reviewer): Add myself.
323
324 2006-09-24  Kenneth Zadeck <zadeck@naturalbridge.com>
325
326         * MAINTAINERS (Register allocation reviewer): Add myself.
327
328 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
329
330         * MAINTAINERS (Write After Approval): Fix typo.
331
332 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
333
334         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
335         * configure: Regenerate.
336
337 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
338
339         PR bootstrap/31906
340         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
341         they're already prefixed.
342
343 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
344
345         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
346         libstdc++.
347         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
348         * configure: Regenerate.
349         * Makefile.in: Regenerate.
350         
351 2007-09-17  Andreas Schwab  <schwab@suse.de>
352
353         * configure.ac: Raise minimum makeinfo version to 4.6.
354         * configure: Regenerate.
355
356 2007-09-17  Johannes Singler <singler@ira.uka.de>
357
358         * MAINTAINERS (write-after-approval) add myself
359
360 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
361
362         * configure.ac: Correct makeinfo version check.
363         * configure: Regenerate.
364
365 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
366
367         * MAINTAINERS: Update my email address.
368
369 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
370
371         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
372         to $skipdirs and only disable gprof for newlib.  Use the normal
373         mips*-elf* handling in other respects.
374         * configure: Regnerate.
375
376 2007-09-12  David Daney  <ddaney@avtrex.com>
377
378         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
379         enabling libgcj.
380         * configure: Regenerate.
381
382 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
383
384         PR other/32154
385         * configure.ac: For libgloss targets, point the linker to the linker
386         script, startup code and simulator library.
387         * configure: Regenerate.
388
389 2007-09-07  Andrew Haley  <aph@redhat.com>
390
391         * configure.ac (noconfigdirs): Remove target-libffi and
392         target-libjava.
393         * configure: Regenerate.
394
395 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
396
397         PR target/33281
398         * configure.ac: Use config/mh-mingw on mingw.
399         * configure: Regenerate.
400
401 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
402
403         * MAINTAINERS (Write After Approval): Add myself.
404
405 2007-09-05  Richard Guenther  <rguenther@suse.de>
406
407         * configure.ac (--enable-stage1-checking): If neither --enable-checking
408         nor --disable-checking is provided also turn on yes and types
409         checking for stage1.
410         * configure: Re-generate.
411
412 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
413
414         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
415         (Write After Approval): Remove myself.
416
417 2007-08-29  Nick Clifton  <nickc@redhat.com>
418
419         * config.sub, config.guess: Update from upstream sources.
420
421 2007-08-22  Bud Davis  <jmdavis@link.com>
422
423         * MAINTAINERS (Write After Approval): Added myself.
424         * MAINTAINERS (Reviewers): Removed myself.
425
426 2007-08-18  Paul Brook  <paul@codesourcery.com>
427             Joseph Myers  <joseph@codesourcery.com>
428
429         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
430         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
431         * Makefile.in: Regenerate.
432         * configure.ac (--with-debug-prefix-map): New.
433         * configure: Regenerate.
434
435 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
436             Nigel Stephens  <nigel@mips.com>
437
438         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
439         as target_makefile_frag.
440         * configure: Regenerate.
441
442 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
443
444         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
445         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
446         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
447         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
448         (do-compare, do-compare3, do-compare-debug): New.
449         ([+compare-target+]): Use them.
450
451 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
452
453         * MAINTAINERS (Write After Approval): Change my email address.
454
455 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
456             Ben Elliston  <bje@au.ibm.com>
457
458         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
459         --silent if $silent.
460         * configure: Regenerate.
461
462 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
463
464         * MAINTAINERS (Various Maintainers): Add myself as
465         loop infrastructure maintainer.  Update my e-mail
466         address.
467
468 2007-07-31  Diego Novillo  <dnovillo@google.com>
469
470         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
471         Adjust description.
472
473 2007-07-26  Richard Guenther  <rguenther@suse.de>
474
475         * configure.ac: Add types checking to stage1 checking flags.
476         * configure: Regenerate.
477
478 2007-07-17  Nick Clifton  <nickc@redhat.com>
479
480         * COPYING3: New file.  Contains version 3 of the GNU General
481         Public License.
482         * COPYING3.LIB: New file.  Contains version 3 of the GNU
483         Lesser General Public License.
484
485 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
486
487         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
488
489 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
490
491         * MAINTAINERS (S/390 co-maintainer): Add myself.
492         (Write After Approval): Remove myself.
493
494 2007-07-13  Dan Hipschman  <dsh@google.com>
495
496         * MAINTAINERS (Write After Approval): Add myself.
497
498 2007-07-11  Nick Clifton  <nickc@redhat.com>
499
500         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
501         WINDRES export.
502         * Makefile.in: Regenerate.
503
504 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
505
506         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
507         maintainer.
508
509 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
510
511         * lt~obsolete.m4: New. Import from 20070318 libtool.
512
513 2007-07-03  Julian Brown  <julian@codesourcery.com>
514
515         * MAINTAINERS (Write After Approval): Add myself.
516
517 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
518
519         * configure.ac: Rewrite 'configure --help' strings to look nicer.
520         * configure: Regenerate.
521
522 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
523
524         * configure.ac: Add some missing m4 quotation.
525         * configure: Regenerate.
526
527 2007-07-02  Simon Baldwin  <simonb@google.com>
528
529         * MAINTAINERS (Write After Approval): Add myself.
530
531 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
532
533         * configure: Regenerate.
534
535 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
536
537         * Makefile.def: Add windmc tool to build.
538         * Makefile.tpl: Likewise.
539         * configure.ac: Likewise.
540         * Makefile.in: Regenerate.
541         * configure: Regenerate.
542                                                 
543 2007-06-28  DJ Delorie  <dj@redhat.com>
544
545         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
546         not building newlib.
547         * configure: Regenerated.
548         
549 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
550
551         * MAINTAINERS (Write After Approval): Add myself.
552
553 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
554
555         * MAINTAINERS (Write After Approval): Add myself.
556
557 2007-06-19  Chris Matthews  <chrismatthews@google.com>
558
559         * MAINTAINERS (Write After Approval): Add myself.
560
561 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
562
563         * MAINTAINERS (Write After Approval): Add myself.
564
565 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
566
567         * Makefile.def: Add dependency from configure-gdb to all-bfd.
568         * Makefile.in: Regenerated.
569
570 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
571
572         * configure.ac: Don't add target-libmudflap to noconfigdirs for
573         bfin*-*-uclinux* targets.
574         * configure: Regenerate.
575
576 2007-06-14  Ian Lance Taylor  <iant@google.com>
577
578         * MAINTAINERS: Add myself as non-algorithmic global write
579         maintainer.
580
581 2007-06-14  Diego Novillo  <dnovillo@google.com>
582
583         * MAINTAINERS: Add self as middle-end maintainer and
584         non-algorithmic global write maintainer.
585
586 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
587
588         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
589         Move all Fortran maintainers except Paul Brook into the
590         Non-Autopoiesis section.
591
592 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
593
594         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
595         (distclean-stage[+id+]): Possibly delete stage_last.
596         * Makefile.in: Regenerate.
597
598 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
599
600         * MAINTAINERS (Various Maintainer): Fix typo.
601
602 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
603
604         * MAINTAINERS (Various Maintainer): Add myself as
605         dataflow maintainer.
606
607 2007-06-07  Ben Elliston  <bje@au.ibm.com>
608
609         * config.sub, config.guess: Update from upstream sources.
610
611 2007-06-07  Ben Elliston  <bje@au.ibm.com>
612
613         * Makefile.tpl: Fix spelling error.
614         * Makefile.in: Regenerate.
615
616 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
617
618         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
619         lt_cv_sys_max_cmd_len.
620
621 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
622
623         * MAINTAINERS (Various Maintainers): Add myself as
624         auto-vectorizer maintainer.
625
626 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
627
628         PR libjava/32098
629         * libtool.m4: Revert previous change.
630         * ltgcc.m4: Put it here.
631
632 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
633
634         * MAINTAINERS (Various Maintainers): Add myself as
635         auto-vectorizer maintainer.
636
637 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
638
639         PR libjava/32098
640         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
641
642 2007-05-30  Richard Guenther  <rguenther@suse.de>
643
644         * MAINTAINERS (Various Maintainers): Add myself as
645         auto-vectorizer maintainer.
646
647 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
648
649         PR bootstrap/29382
650         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
651         * configure: Rebuilt.
652
653 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
654
655         * MAINTAINERS (Write After Approval): Removed my name.
656
657 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
658
659         * MAINTAINERS (Write After Approval): Remove myself.
660
661 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
662
663         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
664
665 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
666
667         * ltmain.sh: Update from ToT Libtool.
668         * libtool.m4: Update from ToT Libtool.
669         * ltsugar.m4: New. Update from ToT Libtool.
670         * ltversion.m4: New. Update from ToT Libtool.
671         * ltoptions.m4: New. Update from ToT Libtool.
672         * ltconfig: Remove.
673         * ltcf-c.sh: Remove.
674         * ltcf-cxx.sh: Remove.
675         * ltcf-gcj.sh: Remove.
676
677 2007-05-22  Ollie Wild  <aaw@google.com>
678
679         * MAINTAINERS (Write After Approval): Add myself.
680
681 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
682
683         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
684         stage_cflags.
685         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
686         Remove CFLAGS/LIBCFLAGS.
687         (configure-stage[+id+]-[+prefix+][+module+],
688         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
689         * Makefile.in: Regenerate.
690
691 2007-05-15  Diego Novillo  <dnovillo@google.com>
692
693         * MAINTAINERS: Update e-mail address.
694
695 2007-05-15  Revital Eres  <eres@il.ibm.com>
696
697         * MAINTAINERS (Write After Approval): Add myself.
698
699 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
700
701         * MAINTAINERS (Write After Approval): Updated my address.
702
703 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
704
705         * MAINTAINERS (Write After Approval): Add myself.
706
707 2007-05-11  Silvius Rus  <rus@google.com>
708
709         * MAINTAINERS (Write After Approval): Add myself.
710
711 2007-04-23  Tom Tromey  <tromey@redhat.com>
712
713         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
714
715 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
716
717         * MAINTAINERS (cpplib): Rename to ...
718         (libcpp): ... this.  Add C/C++ front end maintainers.
719
720 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
721
722         * config-ml.in: Pass ${ml_config_env} to configure calls.
723
724 2007-04-04  Christian Bruel  <christian.bruel@st.com>
725
726         * MAINTAINERS (Write After Approval): Add myself.
727         
728 2007-04-02  Dave Korn  <dave.korn@artimi.com>
729
730         * MAINTAINERS (Write After Approval): Add myself.
731
732 2007-03-31  Tobias Burnus  <burnus@net-b.de>
733
734         * MAINTAINERS (fortran 95 front end): Add myself.
735
736 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
737
738         * MAINTAINERS (Write After Approval): Add myself.
739         
740 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
741
742         * MAINTAINERS (Modulo Scheduler): Add myself.
743
744 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
745
746         * MAINTAINERS (fortran 95 front end): Add myself.
747         (c++ front end): whitespace fix.
748
749 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
750
751         * MAINTAINERS (Write After Approval): Add myself.
752
753 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
754
755         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
756         of glob.  Quote arguments with single quotes too.
757         * configure: Regenerate.
758
759 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
760
761         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
762         * Makefile.in: Regenerate
763
764 2007-03-07  Andreas Schwab  <schwab@suse.de>
765
766         * configure: Regenerate.
767
768 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
769
770         * configure.ac: Add "--with-pdfdir" configure option,
771         which defines pdfdir variable.
772         * Makefile.def (target=fixincludes): Add install-pdf to
773         missing targets.
774         (recursive_targets): Add install-pdf target.
775         (flags_to_pass): Add pdfdir.
776         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
777         target.
778         * configure: Regenerate
779         * Makefile.in: Regenerate
780
781 2007-02-28  Eric Christopher  <echristo@apple.com>
782
783         Revert:
784         2006-12-07  Mike Stump  <mrs@apple.com>
785
786         * Makefile.def (dependencies): Add dependency for
787         install-target-libssp and install-target-libgomp on
788         install-gcc.
789         * Makefile.in: Regenerate.
790
791 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
792
793         * configure: Regenerate.
794         * configure.ac: Move statements after variable declarations.
795
796 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
797
798         * MAINTAINERS: Add myself as sh maintainer.
799
800 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
801
802         * configure.ac: Adjust for loop syntax.
803         * configure: Regenerate.
804
805 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
806
807         * configure: Rebuilt.
808
809 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
810
811         * configure.ac: Drop multiple occurrences of --enable-languages,
812         and fix its quoting.
813         * configure: Rebuilt.
814
815 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
816             Nathan Sidwell  <nathan@codesourcery.com>
817             Vladimir Prus  <vladimir@codesourcery.com>
818             Joseph Myers  <joseph@codesourcery.com>
819
820         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
821         * configure: Regenerate.
822
823 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
824
825         * ltconfig (freebsd*): Default to elf.
826
827 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
828
829         * configure.ac (target_libraries): Move libgcc before libiberty.
830         * configure: Regenerated.
831
832 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
833             Paolo Bonzini  <bonzini@gnu.org>
834
835         PR bootstrap/30753
836         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
837         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
838         * configure: Regenerated.
839
840 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
841
842         * MAINTAINERS (Language Front End Maintainers): Update my mail
843         address.
844
845 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
846
847         PR bootstrap/30748
848         * configure.ac: Correct syntax for Solaris ksh.
849         * configure: Regenerated.
850
851 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
852
853         * configure.ac: Sync with src.
854         * configure: Regenerate.
855
856 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
857
858         * Makefile.in: Regenerate.
859
860 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
861
862         * config.sub: Sync with src.
863
864 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
865
866         * Makefile.tpl (build_alias, host_alias, target_alias): Use
867         noncanonical equivalents.
868         * configure.in: Rename to...
869         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
870         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
871         target_noncanonical.  Use them.  Rewrite removal of configure
872         arguments for autoconf 2.59.  Discard variable settings.  Force
873         program_transform_name for native tools.
874
875         * Makefile.in: Regenerated.
876         * configure: Regenerated with autoconf 2.59.
877
878 2007-02-07  Roman Zippel <zippel@linux-m68k.org>
879
880         * MAINTAINERS (Write After Approval): Add myself.
881
882 2007-01-31  Andreas Schwab  <schwab@suse.de>
883
884         * Makefile.tpl (LDFLAGS): Substitute it.
885         * Makefile.in: Regenerate.
886
887 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
888
889         * MAINTAINERS (Write After Approval): Add myself.
890
891 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
892
893         * MAINTAINERS (spu port): Add myself.
894
895 2007-01-23  Richard Guenther  <rguenther@suse.de>
896
897         PR bootstrap/30541
898         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
899         * Makefile.tpl (GNATBIND): Substitute it.
900         (GNATMAKE): Likewise.
901         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
902         of STAGE_PREFIX.
903         * Makefile.in: Regenerate.
904         * configure: Regenerate.
905
906 2007-01-18  Mike Stump  <mrs@apple.com>
907
908         * configure.in: Re-enable -Werror for gcc builds.
909
910 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
911
912         * MAINTAINERS (Write After Approval): Add myself.
913
914 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
915
916         * configure.in: Change == to = in test command.
917         * configure: Regenerate.
918
919 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
920             Nick Clifton  <nickc@redhat.com>
921             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
922
923         * configure.in (build_configargs, host_configargs, target_configargs):
924         Remove build/host/target parameters.
925         (host_libs): Add gmp and mpfr.
926         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
927         * Makefile.def (gmp, mpfr): New.
928         (gcc): Remove target.
929         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
930         target_os, target_vendor): New.
931         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
932         * configure: Regenerate.
933         * Makefile.in: Regenerate.
934
935 2007-01-11  Matt Fago  <fago@earthlink.net>
936
937         * configure.in: Try to link to functions only in mpfr 2.2.x
938         to improve robustness of configure tests.
939         * configure: Regenerate.
940
941 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
942
943         * MAINTAINERS: Add myself as i386 maintainer.
944
945 2007-01-08  Jan Hubicka  <jh@suse.cz>
946
947         * MAINTAINERS: Add myself as i386 maintainer.
948
949 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
950
951         * configure.in: Add support for an x86_64-mingw* target.
952         * configure: Regenerate.
953
954 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
955
956         * Makefile.tpl (all-target): Correct @if conditional for target
957         modules.
958         * configure.in: Omit libiberty if building only target libgcc.
959         * configure, Makefile.in: Regenerated.
960
961 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
962
963         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
964         * configure: Regenerate.
965
966 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
967
968         * Makefile.def (target_modules): Add libgcc.
969         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
970         * Makefile.tpl (clean-target-libgcc): Delete.
971         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
972         on gcc even for bootstrapped modules.  Rewrite handling of
973         lang_env_dependencies to loop over target_modules.
974         * configure.in (target_libraries): Add target-libgcc.
975         * Makefile.in, configure: Regenerated.
976
977 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
978
979         * configure.in: Reorganize recognition of languages.  Add
980         --enable-stage1-languages.  Show supported languages for the chosen
981         target rather than all recognized languages.
982         * configure: Regenerate.
983
984 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
985
986         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
987         * Makefile.in: Regenerate.
988
989 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
990
991         * configure.in: Warn that MPFR 2.2.0 is buggy.
992         * configure: Regenerate.
993
994 2006-12-27  Ian Lance Taylor  <iant@google.com>
995
996         * configure.in: When removing Makefiles to force a reconfigure, also
997         remove prev-DIR*/Makefile.
998         * configure: Regenerate.
999
1000 2006-12-22  Andreas Schwab  <schwab@suse.de>
1001
1002         * configure: Regenerate with correct autoconf version.
1003
1004 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
1005
1006         * configure.in: add AC_SUBST for *_FOR_TARGET.
1007         * configure: Regenerate.
1008
1009 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1010
1011         * configure.in: Simplify logic for rejecting languages that cannot
1012         be built.  Separate the case when a language is unsupported,
1013         from the case when the user chooses not to build a language.
1014
1015 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1016
1017         * configure.in: Remove "$build" case for powerpc-*-darwin* since
1018         it only affects bootstrap and could be tested on "$host" as well.
1019         * configure: Regenerate.
1020         * config/mh-ppc-darwin: Add to the stage1 cflags here.
1021
1022 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1023
1024         PR bootstrap/29544
1025         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1026         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1027         move here comment from Makefile.tpl.
1028         * Makefile.tpl: Move some definitions higher in the file.
1029         (STAGE1_CHECKING): New.
1030         * configure.in: Add --enable-stage1-checking.
1031         * configure: Regenerate.
1032         * Makefile.in: Regenerate.
1033
1034 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1035
1036         * MAINTAINERS: Add myself as build system maintainer.
1037
1038 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
1039
1040         * MAINTAINERS (Write After Approval): Add myself.
1041
1042 2006-12-13  Eric Christopher  <echristo@apple.com>
1043
1044         * MAINTAINERS: Add myself as darwin maintainer.
1045
1046 2006-12-11  Ian Lance Taylor  <ian@airs.com>
1047
1048         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
1049
1050 2006-12-11  Joern Rennecke <joern.rennecke@arc.com>
1051
1052         MAINTAINERS: Update my entry.
1053
1054 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
1055
1056         * configure.in:  Handle spu makefile frag.
1057         * Makefile.tpl (MAINT): Define
1058         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1059         * configure: Regenerate.
1060         * Makefile.in: Regenerate.
1061
1062 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1063
1064         * config.guess: Import latest version.
1065         * config.sub: Likewise.
1066
1067 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1068
1069         * configure.in (spu-*-*): Don't skip target-libiberty.
1070         * configure: Regenerate.
1071
1072 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1073
1074         PR bootstrap/30134
1075         * configure.in: Correct x86 darwin support for libjava to powerpc
1076         and i?86 only.
1077         * configure: Regenerate.
1078
1079 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
1080
1081         * configure.in: Add x86 darwin support for libjava.
1082         * configure: Regenerate.
1083
1084 2006-12-07  Mike Stump  <mrs@apple.com>
1085
1086         * Makefile.def (dependencies): Add dependency for
1087         install-target-libssp and install-target-libgomp on
1088         install-gcc.
1089         * Makefile.in: Regenerate.
1090
1091 2006-12-04  Richard Guenther  <rguenther@suse.de>
1092
1093         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
1094         (Non-Algorithmic Maintainers): Move over non-algorithmic
1095         loop optimizer maintainers, add myself as a non-algorithmic
1096         middle-end maintainer.
1097
1098 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
1099
1100         * MAINTAINERS (Write After Approval): Add myself.
1101
1102 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1103
1104         * configure.in: Update error message for missing GMP/MPFR.
1105
1106         * configure: Regenerate.
1107
1108 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1109
1110         * configure.in: Update MPFR version in error message.
1111
1112         * configure: Regenerate.
1113
1114 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1115
1116         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1117         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1118         --with-gmp-lib): New flags.
1119
1120         * configure: Regenerate.
1121
1122 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
1123
1124         * MAINTAINERS (Write After Approval): Change my email address.
1125
1126 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1127
1128         * MAINTAINERS (Write After Approval): Add myself.
1129
1130 2006-11-22  Philipp Thomas <pth@suse.de>
1131
1132         * MAINTAINERS (i18n): Update e-mail address.
1133
1134 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
1135
1136         * MAINTAINERS (spu port): Add myself as maintainer.
1137         (Write After Approval): Remove myself.
1138
1139 2006-11-22  Ben Elliston  <bje@au.ibm.com>
1140
1141         * configure.in (skipdirs): Don't build libssp for SPU.
1142         * configure: Regenerate.
1143
1144 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1145
1146         * MAINTAINERS (spu port): Add myself as maintainer.
1147         (libobjc): Update my email address.
1148
1149 2006-11-21  Andrea Bona  <andrea.bona@st.com>
1150
1151         * MAINTAINERS (Write After Approval): Add myself.
1152
1153 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1154
1155         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
1156         * configure : Rebuilt.
1157
1158 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1159
1160         * MAINTAINERS (Write After Approval): Add myself.
1161
1162 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
1163
1164         * MAINTAINERS (Write After Approval): Add myself.
1165
1166 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1167
1168         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
1169         libmpfr.a.
1170         * configure: Regenerate.
1171
1172 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
1173
1174         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1175         (unstage): Test for stage_last presence.
1176
1177         PR bootstrap/29802
1178         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1179         * Makefile.in: Regenerate.
1180
1181 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
1182
1183         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
1184         maintainers.
1185
1186 2006-11-14  Erven Rohou  <erven.rohou@st.com>
1187
1188         * MAINTAINERS (Write After Approval): Add myself.
1189
1190 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
1191
1192         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
1193         and stageN-package/Makefile.
1194         * Makefile.in: Regenerated.
1195
1196 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
1197
1198         * configure.in: Remove target-libgloss from noconfigdirs for
1199         bfin-*-*.
1200         * configure: Regenerated.
1201
1202 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1203
1204         * configure.in (have_gmp): Only error if the gcc directory exists.
1205
1206         * configure: Regenerate.
1207
1208 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1209
1210         * configure.in: Robustify error message for missing GMP/MPFR.
1211
1212         * configure: Regenerate.
1213
1214 2006-10-31  Stephen M. Webb <stephen.webb@bregmasoft.com>
1215
1216         * MAINTAINERS (Write After Approval): Add myself.
1217
1218 2006-10-30  Uros Bizjak <ubizjak@gmail.com>
1219
1220         * MAINTAINERS: Change email address.
1221
1222 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
1223
1224         * MAINTAINERS (Write After Approval): Add myself.
1225
1226 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
1227
1228         * MAINTAINERS (Write After Approval): Add myself.
1229
1230 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
1231
1232         * MAINTAINERS (Write After Approval): Move myself to
1233         Write After Approval section.
1234
1235 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1236
1237         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
1238         need_gmp anymore.
1239         * configure: Regenerate.
1240
1241 2006-10-16  Tobias Burnus  <burnus@net-b.de>
1242
1243         * MAINTAINERS (Write After Approval): Add myself.
1244
1245 2006-10-16  Ben Elliston  <bje@au.ibm.com>
1246
1247         * config.guess: Import latest version.
1248         * config.sub: Likewise.
1249
1250 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1251
1252         * Makefile.def: Added pdf target handling.
1253         * Makefile.tpl: Added pdf target handling.
1254         * Makefile.in: Regenerated.
1255
1256 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
1257
1258         * MAINTAINERS: Add self as score port maintainer.
1259
1260 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
1261
1262         * MAINTAINERS (Write After Approval): Add myself.
1263
1264 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
1265
1266         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
1267         or newer.
1268         * configure: Regenerated.
1269
1270 2006-09-27  Dave Brolley  <brolley@redhat.com>
1271
1272         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
1273         $s instead of $r.
1274         * configure: Regenerated.
1275
1276 2006-09-26  Thiemo Seufer  <ths@mips.com>
1277
1278         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
1279         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
1280         * configure: Regenerate.
1281
1282 2006-09-24  Graeme Peterson <gridly@gmail.com>
1283
1284         * MAINTAINERS (Write After Approval): Remove myself.
1285
1286 2006-09-22  Chao-ying Fu  <fu@mips.com>
1287
1288         * MAINTAINERS (Write After Approval): Add myself.
1289
1290 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
1291
1292         * MAINTAINERS: Add self as soft-fp maintainer.
1293
1294 2006-09-09  Anatoly Sokolov <aesok@post.ru>
1295
1296         * MAINTAINERS: Add myself as avr maintainer.
1297         Remove Marek Michalkiewicz as avr maintainer.
1298
1299 2006-09-07  Roberto Costa  <roberto.costa@st.com>
1300
1301         * MAINTAINERS (Write After Approval): Add myself.
1302
1303 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
1304
1305         * configure.in: Never build newlib for a Mingw host.
1306         Never build newlib as Mingw target library.
1307         Test the existence of winsup/cygwin for building a Cygwin newlib,
1308         rather than just winsup.
1309         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
1310         building a Mingw target.
1311         * configure: Regenerate.
1312
1313 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
1314
1315         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
1316
1317 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
1318
1319         * config.guess: Import from src (was more updated).
1320         * config.sub: Likewise.
1321
1322 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
1323
1324         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
1325         * configure: Regenerated.
1326
1327 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
1328
1329         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
1330         for stages after the first.
1331
1332 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
1333
1334         * Makefile.def: Add dependencies for configure-opcodes
1335         on configure-intl and all-opcodes on all-intl.
1336         * Makefile.in: Regenerated.
1337
1338 2006-07-13  Ben Elliston  <bje@au.ibm.com>
1339
1340         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
1341
1342 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
1343
1344         Port to hosts whose 'sort' and 'tail' implementations
1345         treat operands with leading '+' as file names, as POSIX
1346         has required since 2001.  However, make sure the code still
1347         works on pre-POSIX hosts.
1348         * ltmain.sh: Don't assume "sort +2" is equivalent to
1349         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
1350
1351 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
1352
1353         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
1354
1355 2006-07-04  Peter O'Gorman  <peter@pogma.com>
1356
1357         * ltconfig: chmod 644 before ranlib during install.
1358
1359 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1360
1361         PR bootstrap/18058
1362         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
1363         if the bootstrap compiler is a GCC version that supports it.
1364         * configure: Regenerate.
1365
1366 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1367
1368         * configure.in: Fix thinkos in previous check-in.
1369         * configure: Regenerate.
1370
1371 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1372
1373         PR other/27063
1374         * configure.in: Test subdir_requires and give an appropriate
1375         error message.
1376         * configure: Regenerate.
1377
1378 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
1379
1380         * MAINTAINERS (Write After Approval): Add myself.
1381
1382 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
1383
1384         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
1385
1386 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
1387
1388         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
1389
1390 2006-06-20  David Ayers  <d.ayers@inode.at>
1391
1392         PR bootstrap/28072
1393         * configure.in: Add target-boehm-gc to noconfigdirs depending on
1394         whether target-libjava is being configured instead of whether the
1395         java front end is enabled.
1396         * configure: Regenerate.
1397
1398 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1399
1400         PR target/27540
1401         * configure.in: Only enable libgomp on IRIX 6.
1402         * configure: Regenerate.
1403
1404 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
1405
1406         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
1407         too.
1408         * Makefile.in: Regenerate.
1409
1410 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
1411
1412         * config-ml.in: Alter CCASFLAGS to include special
1413         multilib options the same as is done for CFLAGS.
1414
1415 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1416
1417         * configure.in: Don't enable libgomp on hpux10.
1418         * configure: Rebuilt.
1419
1420 2006-06-12  David Ayers  <d.ayers@inode.at>
1421
1422         PR bootstrap/27963
1423         PR target/19970
1424         * configure.in: Remove target-boehm-gc from noconfigdirs where
1425         ${libgcj} is specified.
1426         * configure: Regenerate.
1427
1428 2006-06-06  Carlos O'Donell <carlos@codesourcery.com>
1429
1430         Sync from src:
1431
1432         * configure.in: Sync.
1433         * configure: Regenerated.
1434
1435         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
1436
1437         * Makefile.def: Added dependencies from sim and gdb on intl, and
1438         added configure dependencies to everything with an all dependency
1439         on intl.
1440         * Makefile.in: Regenerated.
1441
1442 2006-06-06  David Ayers  <d.ayers@inode.at>
1443
1444         PR libobjc/13946
1445         * Makefile.def: Add dependencies for libobjc which boehm-gc.
1446         * Makefile.in: Regenerate.
1447         * configure.in: Add --enable-objc-gc at toplevel and have it
1448         enable boehm-gc for Objective-C.
1449         Remove target-boehm-gc from libgcj.
1450         Add target-boehm-gc to target_libraries.
1451         Add target-boehm-gc to noconfigdirs where ${libgcj}
1452         is specified.
1453         Assert that boehm-gc is supported when requested for Objective-C.
1454         Only build boehm-gc if needed either for Java or Objective-C.
1455         * configure: Regenerate.
1456
1457 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
1458
1459         PR 27674
1460         * Makefile.tpl (configure-[+prefix+][+module+],
1461         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
1462         Remove rule to unstage bootstrapped modules.
1463         (stage_current): New.
1464         * Makefile.in: Regenerate.
1465
1466 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1467
1468         * MAINTAINERS (Write After Approval): Update my e-mail address.
1469
1470 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
1471
1472         * include/libiberty.h: Declare pex_run_in_environment.
1473
1474 2006-05-31  Asher Langton  <langton2@llnl.gov>
1475
1476         * MAINTAINERS (Write After Approval): Add myself.
1477
1478 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
1479
1480         * Makefile.def (bfd, opcodes): Fix lib_path.
1481         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
1482         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
1483         * Makefile.in: Regenerate.
1484
1485 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
1486
1487         * Makefile.in: Regenerate.
1488
1489 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
1490
1491         * Makefile.def: Add install-html target. Add datarootdir
1492         docdir and htmldir to flags_to_pass.
1493         * Makefile.tpl: Add install-html target.
1494         * Makefile.in: Regenerate.
1495         * configure.in: Add --with-datarootdir, --with-docdir, and
1496         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
1497         * configure: Regenerate.
1498
1499 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
1500
1501         * configure.in: Enable gprof for cross builds.
1502         * configure: Regenerate.
1503
1504 2006-05-22  Richard Guenther  <rguenther@suse.de>
1505
1506         Revert
1507         2006-01-31  Richard Guenther  <rguenther@suse.de>
1508         Paolo Bonzini  <bonzini@gnu.org>
1509
1510         * Makefile.def (target_modules): Add libgcc-math target module.
1511         * configure.in (target_libraries): Add libgcc-math target library.
1512         (--enable-libgcc-math): New configure switch.
1513         * Makefile.in: Re-generate.
1514         * configure: Re-generate.
1515         * libgcc-math: New toplevel directory.
1516
1517 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1518             Andreas Tobler  <a.tobler@schweiz.ch>
1519
1520         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
1521         * configure: Rebuilt.
1522
1523 2006-05-12  Sandra Loosemore <sandra@codesourcery.com>
1524
1525         * MAINTAINERS (Write After Approval): Add myself.
1526
1527 2006-05-01  DJ Delorie  <dj@redhat.com>
1528
1529         * configure.in: Restore CFLAGS if GMP isn't present.
1530         * configure: Regenerate.
1531
1532 2006-05-01  Richard Guenther  <rguenther@suse.de>
1533
1534         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
1535         maintainer.
1536
1537 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>
1538
1539         * MAINTAINERS (Write After Approval): Add myself.
1540
1541 2006-04-28  Jan Beulich  <jbeulich@novell.com>
1542
1543         * MAINTAINERS (Write After Approval): Add myself.
1544
1545 2006-04-18  DJ Delorie  <dj@redhat.com>
1546
1547         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
1548         reference libgloss so that libssp can be built in a combined
1549         tree.
1550         * configure: Regenerate.
1551
1552 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
1553
1554         * MAINTAINERS (Write After Approval): Add myself.
1555
1556 2006-04-05  Ben Elliston  <bje@au.ibm.com>
1557
1558         * configure.in: Require makeinfo 4.4 or higher.
1559         * configure: Regenerate.
1560
1561 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
1562
1563         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
1564         Rearrange the entries of other libraries to have them in one place.
1565
1566 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
1567
1568         * MAINTAINERS (Write After Approval): Remove myself.
1569         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
1570
1571 2006-03-14  Richard Guenther  <rguenther@suse.de>
1572
1573         * configure: Regenerate with autoconf 2.13.
1574
1575 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
1576
1577         * MAINTAINERS: Use my work address.
1578
1579         * MAINTAINERS: Update my E-mail address.
1580
1581 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
1582
1583         * configure.in: Handle --disable-<component> generically.
1584         * configure: Regenerate.
1585
1586 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
1587
1588         PR libgcj/17311
1589         * ltmain.sh: Don't use "$finalize_rpath" for compile.
1590
1591 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
1592
1593         * MAINTAINERS (Write After Approval):  Remove myself.
1594         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
1595
1596 2006-02-21  Rafael Avila de Espindola <rafael.espindola@gmail.com>
1597
1598         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
1599         (TARGET_CONFIGDIRS): Remove.
1600         * configure.in: Remove AC_SUBST(target_configdirs).
1601         * Makefile.in, configure: Regenerated.
1602
1603 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
1604
1605         * MAINTAINERS (Write After Approval):  Remove myself.
1606         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
1607
1608 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
1609
1610         PR bootstrap/25670
1611
1612         * Makefile.tpl ([+compare-target+]): Print explanation messages.
1613
1614         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
1615         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
1616         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
1617         BUILD_PREFIX, BUILD_PREFIX_1.
1618         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
1619
1620         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
1621         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
1622
1623         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
1624         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
1625         of `cat stage_current`.  Always provide the `r' and `s' variables.
1626         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
1627         a single shell execution.
1628         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
1629         bootstrapped modules, make the stage1 module if the build was not
1630         started yet, else build the current stage.
1631         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
1632         (all-build, all-host, all-target, [+make_target+]-host,
1633         [+make_target+]-target): Do not use \-continued lines.
1634         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
1635         (current_stage, restrap, stage_last): New.
1636
1637         * Makefile.in: Regenerate.
1638         * configure: Regenerate.
1639
1640 2006-02-19  Bud Davis  <jmdavis@link.com>
1641
1642         * MAINTAINERS (Write After Approval):  Remove myself.
1643         (Language Front End Maintainers):  Add myself as fortran 95
1644         maintainer and update e-mail address.
1645
1646 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1647
1648         * MAINTAINERS (Write After Approval):  Remove myself.
1649         (Language Front End Maintainers):  Add myself as fortran 95
1650         maintainer.
1651
1652 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
1653
1654         * MAINTAINERS (Write After Approval): Add myself.
1655
1656 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
1657
1658         * MAINTAINERS (Write After Approval):  Remove myself.
1659         (Language Front End Maintainers):  Add myself as
1660         fortran 95 maintainer.
1661
1662 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1663
1664         Sync from src:
1665
1666         2005-12-27  Leif Ekblad  <leif@rdos.net>
1667
1668         * configure.in: Add support for RDOS target.
1669         * configure: Regenerate.
1670
1671 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1672             Andreas Schwab  <schwab@suse.de>
1673
1674         * configure: Regenerate.
1675
1676 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
1677
1678         * configure.in (enable_libgomp): Add AIX.
1679         * configure: Regenerate.
1680
1681 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
1682
1683         * MAINTAINERS (Write After Approval): Add myself.
1684
1685 2006-02-03  Lee Millward  <lee.millward@gmail.com>
1686
1687         * MAINTAINERS (Write After Approval): Add myself.
1688
1689 2006-01-31  Richard Guenther  <rguenther@suse.de>
1690         Paolo Bonzini  <bonzini@gnu.org>
1691
1692         * Makefile.def (target_modules): Add libgcc-math target module.
1693         * configure.in (target_libraries): Add libgcc-math target library.
1694         (--enable-libgcc-math): New configure switch.
1695         * Makefile.in: Re-generate.
1696         * configure: Re-generate.
1697         * libgcc-math: New toplevel directory.
1698
1699 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
1700
1701         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1702         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1703         the assembler, linker and binutils.
1704         * configure: Regenerate.
1705
1706 2006-01-22  Dirk Mueller  <dmueller@suse.de>
1707
1708         * MAINTAINERS (Write After Approval): Add myself.
1709
1710 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
1711
1712         * configure: Regenerate.
1713
1714 2006-01-18  Richard Henderson  <rth@redhat.com>
1715             Jakub Jelinek  <jakub@redhat.com>
1716             Diego Novillo  <dnovillo@redhat.com>
1717
1718         * libgomp: New directory.
1719         * Makefile.def: Add target_module libgomp.
1720         * Makefile.in: Regenerate.
1721         * configure.in (target_libraries): Add target-libgomp.
1722         * configure: Regenerate.
1723
1724 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
1725
1726         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1727         @ from continuation.
1728         * Makefile.in: Rebuilt.
1729
1730 2006-01-04  Chris Lattner  <sabre@gnu.org>
1731
1732         * MAINTAINERS (Write After Approval): Add myself.
1733
1734 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1735
1736         PR bootstrap/24252
1737
1738         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1739         * Makefile.tpl (OBJDUMP): New.
1740         (EXTRA_HOST_FLAGS): Add it.
1741         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
1742
1743         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1744         to use symbolic links between directories.  Avoid race conditions
1745         or make them harmless.
1746         * configure.in: Do not try to use symbolic links between directories.
1747
1748         * Makefile.def (LEAN): Pass.
1749         * Makefile.tpl (LEAN): Define.
1750         (stage[+id+]-start): Accept that the previous directory does not
1751         exist, if the bootstrap is lean.
1752         (stage[+id+]-bubble): Invoke lean bootstrap commands after
1753         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
1754         configure substitution.
1755         ([+compare-target+]): Likewise.
1756         ([+bootstrap-target+]-lean): New.
1757         * configure.in: Remove lean bootstrap support from here.
1758
1759         * Makefile.in: Regenerate.
1760         * configure: Regenerate.
1761
1762 2006-01-04  Ben Elliston  <bje@au.ibm.com>
1763
1764         * MAINTAINERS (libdecnumber): Add myself.
1765
1766 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
1767
1768         * libtool-ldflags: New script.
1769
1770 2006-01-02  Andreas Schwab  <schwab@suse.de>
1771
1772         * configure.in: When reconfiguring remove Makefile in
1773         all stage directories.
1774         * configure: Regenerate.
1775
1776 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
1777
1778         * MAINTAINERS: Update my email address.
1779
1780 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
1781
1782         Revert Ada-related part of the previous change.
1783
1784         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
1785         Do not pass.
1786         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
1787         * Makefile.in: Regenerate.
1788         * configure.in: Do not include mt-ppc-aix target fragment.
1789         * configure: Regenerate.
1790
1791 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
1792
1793         * configure.in: Select appropriate fragments for PowerPC/AIX.
1794         * configure: Regenerate.
1795
1796         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
1797         BOOT_CFLAGS, BOOT_LDFLAGS.
1798         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
1799         BOOT_CFLAGS, BOOT_LDFLAGS.
1800         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
1801         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
1802         (stage): Fail if we cannot complete the work.
1803         * Makefile.in: Regenerate.
1804
1805 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1806
1807         * configure.in: Replace ms1 with mt.
1808         * configure: Rebuilt.
1809
1810 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
1811
1812         * MAINTAINERS: Update my email address.
1813
1814 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
1815
1816         * Makefile.tpl (all, do-[+make_target+], do-check, install,
1817         install-host-nogcc): Don't invoke $(stage) at the end.
1818         * Makefile.in: Regenerate.
1819
1820 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
1821
1822         * configure.in: Flip the top-level bootstrap switch.
1823         * configure: Regenerate.
1824
1825 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
1826
1827         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1828         $(stage) and $(unstage).
1829         (EXTRA_TARGET_FLAGS): Correct double-quoting.
1830         (all): Remove stray semicolon.
1831         (local-distclean): Don't handle multilib.tmp and multilib.out.
1832         (install.all): Set $s for consistency.
1833         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
1834         check_multilibs setting.  Always make the install directory.
1835         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
1836         Correct @if/@endif.
1837         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
1838         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
1839         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
1840         (multilib.out): Remove.
1841         * Makefile.in: Regenerated.
1842
1843 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
1844
1845         * MAINTAINERS (Write After Approval): Add myself.
1846
1847 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1848
1849         * MAINTAINERS: Add myself as mt maintainer.
1850
1851         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
1852
1853 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
1854
1855         * MAINTAINERS: Change email address.
1856
1857 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1858
1859         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1860         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1861         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
1862         Find in-tree tools if available.
1863         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
1864         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
1865         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
1866         (COMPILER_*_FOR_TARGET): New.
1867         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
1868         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
1869         (CONFIGURED_*, USUAL_*): Remove.
1870         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1871         STRIP): Use autoconf substitutions.
1872         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
1873         COMPILER_NM_FOR_TARGET): New.
1874         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
1875
1876         (all): Make all-host and all-target in parallel.
1877         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
1878         that $$r and $$s are set before invoking a recursive make.
1879         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1880         ([+bootstrap-target+]): Inline most of the `all' target.
1881
1882 2005-11-29  Ben Elliston  <bje@au.ibm.com>
1883
1884         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1885         from the gcc build directory.
1886         * Makefile.in: Regenerate.
1887
1888 2005-11-29  Ben Elliston  <bje@au.ibm.com>
1889
1890         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
1891         depend on all-libdecnumber.
1892         * configure.in (host_libs): Include libdecnumber.
1893         * Makefile.in: Regenerate.
1894         * configure: Likewise.
1895
1896 2005-11-29  Ben Elliston  <bje@au.ibm.com>
1897
1898         * libdecnumber: Import decNumber sources from the dfp-branch.
1899
1900 2005-11-21  Kean Johnston  <jkj@sco.com>
1901
1902         * config.sub, config.guess: Sync from upstream sources.
1903
1904 2005-11-21  Ben Elliston  <bje@au.ibm.com>
1905
1906         Import from Autoconf sources:
1907
1908         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1909         * config/move-if-change: Don't output "$2 is unchanged";
1910         suggested by Ben Elliston.  Handle weird characters correctly.
1911
1912 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
1913
1914         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
1915         to match upstream libtool for darwin.
1916
1917 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
1918
1919         * Makefile.def: Remove gdb dependencies for gdbtk.
1920         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
1921         (configure-gdb, install-gdb): New rules.
1922         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1923         * Makefile.in, configure: Regenerated.
1924
1925 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
1926
1927         * MAINTAINERS (Write After Approval): Add myself.
1928
1929 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
1930
1931         * MAINTAINERS (Write After Approval): Add myself.
1932
1933 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
1934
1935         * MAINTAINERS (alias analysis): Add Daniel Berlin and
1936         Diego Novillo.
1937
1938 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
1939
1940         PR bootstrap/24297
1941         * Makefile.tpl (do-[+make-target+], do-check, install,
1942         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
1943         are set before recursing.
1944         * Makefile.in: Regenerate.
1945
1946 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
1947
1948         PR bootstrap/18939
1949         * Makefile.def (gcc) <target>: Fix thinko.
1950         * Makefile.in: Regenerate.
1951
1952 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
1953
1954         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1955         * configure: Regenerate.
1956
1957 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
1958
1959         * MAINTAINERS (Write After Approval): Add self.
1960
1961 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
1962
1963         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1964         target-libffi, target-qthreads, target-libjava, and
1965         targetlibobjc.
1966         * configure: Regenerate.
1967
1968 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
1969
1970         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1971         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1972         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1973         (USUAL_OBJDUMP_FOR_TARGET): New.
1974         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1975         * configure.in: Check for $OBJDUMP_FOR_TARGET.
1976         * configure, Makefile.in: Regenerated.
1977
1978 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1979
1980         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1981         before other host packages.
1982
1983 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
1984
1985         * MAINTAINERS: Add self as sh libraries/configury maintainer.
1986
1987 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1988
1989         PR bootstrap/22340
1990
1991         * configure.in (default_target): Remove.
1992         * Makefile.tpl (all): Do not use prerequisites as subroutines
1993         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1994         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1995         use prerequisites as subroutines.
1996         (check-host, check-target): New.
1997         (bootstrap configure & all targets): Do not use stage*-start
1998         if the directory layout is already ok.
1999         (non-bootstrap configure & all targets): Prepend a $(unstage).
2000         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
2001         (NOTPARALLEL): Remove.
2002         (unstage, stage variables): New variables.
2003         (unstage, stage targets): Simply expand to those variables.
2004
2005         * configure: Regenerate.
2006         * Makefile.in: Regenerate.
2007
2008 2005-10-04  James E Wilson  <wilson@specifix.com>
2009
2010         * Makefile.def (lang_env_dependencies): Add libmudflap.
2011         * Makefile.in: Regenerate.
2012
2013 2005-10-03  Andreas Schwab  <schwab@suse.de>
2014
2015         Backport from libtool CVS:
2016         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
2017
2018         * ltmain.sh: add support for installing into temporary
2019         staging area (e.g. 'make install DESTDIR=...')
2020
2021 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2022
2023         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2024         * configure: Regenerated.
2025
2026 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
2027
2028         * configure: Regenerate with the correct
2029         autoconf version.
2030
2031 2005-09-30  Catherine Moore  <clm@cm00re.com>
2032
2033         * configure.in (bfin-*-*): New.
2034         * configure: Regenerated.
2035
2036 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
2037
2038         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2039         (LIPO_FOR_TARGET): New.
2040         (CONFIGURED_LIPO_FOR_TARGET): New.
2041         (USUAL_LIPO_FOR_TARGET): New.
2042         (STRIP_FOR_TARGET): New.
2043         (CONFIGURED_STRIP_FOR_TARGET): New.
2044         (USUAL_STRIP_FOR_TARGET): New.
2045         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2046         STRIP_FOR_TARGET.
2047         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2048         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2049         * Makefile.in: Regenerate.
2050         * configure: Regenerate.
2051
2052 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
2053
2054         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2055         (rs6000-*-aix*): Same.
2056         * configure: Regenerate.
2057
2058 2005-09-16  Tom Tromey  <tromey@redhat.com>
2059
2060         * MAINTAINERS: Add self as java maintainer.
2061
2062 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2063
2064         * configure.in: Recognize f95 in the --enable-languages option,
2065         and substitute it for fortran, issuing a warning.
2066         * configure: Regenerate.
2067
2068 2005-08-30  Phil Edwards  <phil@codesourcery.com>
2069
2070         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
2071         * configure:  Regenerated.
2072
2073 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
2074
2075         * MAINTAINERS: Add self as ms1 maintainer.
2076
2077 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
2078
2079         * Makefile.def (libssp): Add to lang_env_dependencies.
2080         * Makefile.in: Regenerate.
2081
2082 2005-08-18  Ian Lance Taylor  <ian@airs.com>
2083
2084         * MAINTAINERS: Add myself as middle-end maintainer.
2085
2086 2005-08-17  Christian Groessler  <chris@groessler.org>
2087
2088         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2089         * Makefile.in: Regenerate.
2090
2091 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
2092
2093         * MAINTAINERS (write after approval): Added myself.
2094
2095 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
2096
2097         * MAINTAINERS (Write After Approval): Add myself.
2098
2099 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
2100
2101         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2102         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2103         Look for alternate names of the target cc and c++
2104         * configure: Regenerate.
2105
2106 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
2107
2108         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2109         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2110         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2111         tools; remove code to manually set them.
2112         (Target tools): Look in the environment for them.
2113         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2114         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
2115         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
2116         build directory.
2117         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
2118         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
2119         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
2120         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2121         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
2122         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
2123         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
2124         * configure: Regenerate.
2125         * Makefile.in: Regenerate.
2126
2127 2005-07-28  Ben Elliston  <bje@au.ibm.com>
2128
2129         * MAINTAINERS: Update for removed CPU targets.
2130
2131 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
2132
2133         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
2134         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
2135         * Makefile.in: Regenerated.
2136
2137 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
2138
2139         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
2140         (CFLAGS_FOR_TARGET): Use it.
2141         (CXXFLAGS_FOR_TARGET): Likewise.
2142         * Makefile.in: Regenerated.
2143         * configure.in (--with-build-sysroot): New option.
2144         * configure: Regenerated.
2145
2146 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
2147
2148         * Makefile.tpl: Wrap install between unstage and stage
2149         * Makefile.in: Regenerate.
2150
2151 2005-07-21  Eric Christopher  <echristo@apple.com>
2152
2153         * MAINTAINERS: Update affiliation.
2154
2155 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
2156
2157         * MAINTAINERS: Add self as crx port maintainer.
2158
2159 2005-07-20  DJ Delorie  <dj@redhat.com>
2160
2161         * MAINTAINERS: Add self as m32c maintainer.
2162
2163 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
2164
2165         * all files: Update FSF address.
2166
2167 2005-07-15  Eric Christopher  <echristo@redhat.com>
2168
2169         * MAINTAINERS: Change affiliation.
2170
2171 2005-07-14  Jim Blandy  <jimb@redhat.com>
2172
2173         * configure.in: Add cases for Renesas m32c.
2174         * configure: Regenerated.
2175
2176 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
2177
2178         * COPYING.LIB: Update from fsf.org.
2179
2180 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
2181
2182         * COPYING, compile, config.guess,
2183         config.sub, install-sh, missing, mkinstalldirs,
2184         symlink-tree, ylwrap: Sync from upstream sources.
2185         * config-ml.in: Update FSF address.
2186
2187 2005-07-13  Eric Christopher  <echristo@redhat.com>
2188
2189         * configure.in: Add toplevel noconfigdir support for tpf.
2190         * configure: Regenerate.
2191
2192 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
2193
2194         PR ada/22340
2195
2196         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
2197         * Makefile.in: Regenerate.
2198
2199 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
2200
2201         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
2202         Brolley to write-after-approval.
2203
2204 2005-07-07  Andreas Schwab  <schwab@suse.de>
2205
2206         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
2207         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
2208         * Makefile.in: Regenerated.
2209
2210 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
2211
2212         * configure.in: Don't build sim or rda when targetting darwin.
2213         * configure: Regenerate.
2214
2215 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
2216
2217         * configure.in: Add --enable-libssp and --disable-libssp.
2218         * configure: Regenerate with autoconf-2.13.
2219
2220 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
2221
2222         * Makefile.def (target_modules): Add libssp.
2223         * configure.in (target_libraries): Add target-libssp.
2224         * configure: Rebuilt.
2225         * Makefile.in: Rebuilt.
2226
2227 2005-07-01  Zack Weinberg  <zackw@panix.com>
2228
2229         * MAINTAINERS: Change email address.  Resign from maintainership.
2230
2231 2005-07-01  Richard Guenther  <rguenther@suse.de>
2232
2233         * MAINTAINERS: Change my e-mail address and affiliation.
2234
2235 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
2236
2237         * Makefile.def (stagefeedback): Come after profile.
2238         Define profiledbootstrap target.
2239         * Makefile.tpl (profiledbootstrap): Remove.
2240         (stageprofile-end): Zap stagefeedback.
2241         (stagefeedback-start): Copy all .gcda files, not only GCC's.
2242         * Makefile.in: Regenerate.
2243
2244 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
2245
2246         * MAINTAINERS: Update my email address.
2247
2248 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
2249
2250         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
2251         In 'cpp' stanza, support '#line' as well as '# '.
2252
2253 2005-06-08  Andreas Schwab  <schwab@suse.de>
2254
2255         * MAINTAINERS: Move myself from 'Write After Approval' to
2256         'CPU Port Maintainers' section as m68k maintainer.
2257
2258 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
2259
2260         * configure.in (unsupported_languages): New macro.
2261         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
2262         non-ported target libraries in noconfigdirs.
2263         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
2264         non-linux-gnu.  Remove libgcj_ex_libffi.
2265         <lang_frag loop>: Set add_this_lang=no if the language is in
2266         unsupported_languages.
2267         * configure: Regenerate.
2268
2269 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
2270
2271         * configure.in: Fix typo in handling of --with-mpfr-dir.
2272         * configure: Regenerate.
2273
2274 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
2275
2276         * MAINTAINERS: Update my email address.
2277
2278 2005-06-02  Jim Blandy  <jimb@redhat.com>
2279
2280         * config.sub: Add cases for the Renesas m32c.  (This patch has been
2281         accepted into the master sources.)
2282
2283 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
2284             Michael Snyder  <msnyder@redhat.com>
2285             Stan Cox  <scox@redhat.com>
2286
2287         * configure.in: Set noconfigdirs for ms1.
2288
2289         * configure: Regenerate.
2290
2291 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
2292
2293         * MAINTAINERS (Write After Approval): Add self.
2294
2295 2005-06-01  Josh Conner  <jconner@apple.com>
2296
2297         * MAINTAINERS (Write After Approval): Add self.
2298
2299 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
2300
2301         * MAINTAINERS: Update my email address.
2302
2303 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
2304
2305         * MAINTAINERS (Write After Approval): Add self.
2306
2307 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
2308
2309         * MAINTAINERS (Write After Approval): Remove self.
2310
2311 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
2312
2313         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
2314         (Dependencies): Consider target modules for bootstrap dependencies.
2315         Make target bootstrap modules depend on each stage's gcc.
2316         * Makefile.in: Regenerate.
2317
2318 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
2319
2320         * Makefile.def (configure-gcc): Depend on binutils having been built.
2321         (all-gcc): No need to do it here.
2322         * Makefile.in: Regenerate.
2323
2324 2005-05-19  Paul Brook  <paul@codesourcery.com>
2325
2326         * configure.in: Rewrite misleading error message when requested
2327         language cannot be built.
2328         * configure: Regenerate.
2329
2330 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
2331
2332         * ylwrap: Import from Automake 1.9.5.
2333
2334 2005-05-13  David Ung  <davidu@mips.com>
2335
2336         * MAINTAINERS (Write After Approval): Add self.
2337
2338 2005-05-09  Mike Stump  <mrs@apple.com>
2339
2340         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
2341         lt_cv_sys_max_cmd_len for now.
2342
2343 2005-05-09  Stan Cox  <scox@redhat.com>
2344
2345         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
2346
2347 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
2348
2349         * README.SCO: Update the URL.
2350
2351 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
2352
2353         * ltconfig: Define file_list_spec.  Pass file_list_spec and
2354         with_gnu_ld to libtool.
2355         * ltcf-c.sh (aix[45]): Define file_list_spec.
2356         * ltcf-cxx.sh (aix[45]): Same.
2357         * ltcf-gcj.sh (aix[45]): Same.
2358         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
2359         exists, write list of input files to temporary file.
2360
2361 2005-05-04  Mike Stump  <mrs@apple.com>
2362
2363         * configure.in: Always pass --target to target configures as
2364         otherwise rebuilds that do --recheck will fail.
2365         * confiugure: Rebuilt.
2366
2367 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
2368
2369         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
2370         STAGE_HOST_EXPORTS.
2371         (configure, all): Add bootstrap support.
2372         (Host modules, target modules): Pass post-stage1 flags and exports.
2373         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
2374         * Makefile.in: Regenerate.
2375
2376 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
2377
2378         * configure: Regenerate.
2379
2380 2005-04-27  Mike Stump  <mrs@apple.com>
2381
2382         * MAINTAINERS: Add self as darwin maintainer.
2383
2384 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
2385
2386         * config.sub: Update from master copy.
2387
2388 2005-04-21  Mike Stump  <mrs@apple.com>
2389
2390         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
2391         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
2392
2393 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
2394
2395         * configure.in <crisv32-*-*, cris-*-*>: New local variable
2396         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
2397         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
2398         "*-*-elf" and "*-*-linux*".
2399         * configure: Regenerate.
2400
2401 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
2402
2403         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
2404
2405 2005-04-12  Mike Stump  <mrs@apple.com>
2406
2407         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
2408
2409 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
2410
2411         * MAINTAINERS (Write After Approval): Add myself.
2412
2413 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
2414
2415         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
2416
2417 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
2418
2419         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
2420         (TARGET_CONFIGARGS): Include --with-target-subdir.
2421         (configure, all): New macros.  Use them throughout.
2422         * Makefile.in: Regenerate.
2423
2424 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
2425
2426         * MAINTAINERS (Write After Approval): Add myself.
2427
2428 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2429
2430         * MAINTAINERS: Remove 'loop unrolling' maintainer.
2431
2432 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
2433
2434         * MAINTAINERS: Move John Carr to Write After Approval.
2435
2436 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
2437
2438         * config/mh-mingw32: Delete.
2439         * configure.in: Don't use it.
2440         * configure: Regenerate.
2441
2442 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
2443
2444         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
2445         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
2446         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
2447         (HOST_LIB_PATH): Generate from Makefile.def.
2448         (TARGET_LIB_PATH): Likewise.
2449         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
2450         * Makefile.in: Regenerate.
2451         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
2452         (RPATH_ENVVAR): Include Darwin case.
2453         * configure: Regenerate.
2454
2455 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
2456
2457         * MAINTAINERS (Various Maintainers): Remove self.
2458         (Write After Approval): Add self.
2459
2460 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
2461
2462         * MAINTAINERS (Various Maintainers): Add self.
2463
2464 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
2465
2466         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
2467         * configure: Regenerate.
2468
2469 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
2470
2471         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
2472         gcc_version, and gcc_version_trigger from set of flags to pass.
2473         * Makefile.tpl: Remove definitions of above variables.
2474         (config.status): Remove dependency on $(gcc_version_trigger).
2475         * Makefile.in: Regenerate.
2476         * configure.in: Do not reference config/gcc-version.m4 nor
2477         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
2478         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
2479         * configure: Regenerate.
2480
2481 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
2482             Andrew Pinski <pinskia@physics.uc.edu>
2483
2484         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
2485         * Makefile.in: Regenerate.
2486
2487 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
2488
2489         * MAINTAINERS (Write After Approval): Add myself.
2490
2491 2005-03-03  David Ayers  <d.ayers@inode.at>
2492
2493         * MAINTAINERS (Write After Approval): Add myself.
2494
2495 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
2496
2497         PR libgcj/20160
2498         * ltmain.sh: Avoid creating archives with components that have
2499         duplicate basenames.
2500
2501 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
2502
2503         PR bootstrap/20250
2504         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
2505         instead of check.
2506         * Makefile.in: Regenerate.
2507
2508 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2509
2510         * Makefile.in: Regenerate to fix conflict between the previous two
2511         patches.
2512
2513 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2514
2515         PR bootstrap/17383
2516         * Makefile.def (target_modules): Remove "stage", now unnecessary.
2517         * Makefile.tpl (HOST_SUBDIR): New substitution.
2518         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
2519         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2520         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
2521         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
2522         (Host modules, Bootstrapped modules): Use it.
2523         (Build modules, Target modules): Do not create symlink trees,
2524         always configure out-of-srcdir.
2525         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
2526         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
2527         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
2528         $(HOST_SUBDIR).  Create a symlink for host_subdir.
2529
2530         * Makefile.in: Regenerate.
2531         * configure: Regenerate.
2532
2533 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2534
2535         Merged from libada-gnattools-branch:
2536         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2537
2538         * gnattools: New directory.
2539         * Makefile.def: Add gnattools as a module, depending on target-libada.
2540         * Makefile.in: Regenerate.
2541         * configure.in: Include gnattools in host_tools; disable it if ada
2542         is disabled.
2543         * configure: Regenerate.
2544
2545 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
2546
2547         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
2548         treelang maintainer.
2549         (Write After Approval): Remove myself.
2550
2551 2005-02-23  Paul Schlie  <schlie@comcast.net>
2552
2553         * configure.in: Allow darwin targeted ports to build tk, itcl and
2554         libgui.
2555         * configure: Regenerate.
2556
2557 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2558
2559         PR libgcj/10353
2560         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
2561         * configure: Regenerate.
2562
2563 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
2564
2565         * MAINTAINERS (Write After Approval): Add myself.
2566
2567 2005-02-10  Ian Lance Taylor  <ian@airs.com>
2568
2569         * MAINTAINERS: Update my e-mail address.
2570
2571 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
2572
2573         * MAINTAINERS (Write After Approval): Add myself.
2574
2575 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
2576
2577         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
2578         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
2579         target-libgloss when not *-*-elf and *-*-aout.
2580         * configure: Regenerate.
2581
2582 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
2583
2584         * MAINTAINERS: Remove obsolete entries.
2585
2586         * MAINTAINERS (Write After Approval): Add Michael Matz.
2587
2588 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
2589
2590         * MAINTAINERS: Remove self as cpplib maintainer.
2591
2592 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
2593
2594         * install-sh, config.sub: Import from upstream.
2595
2596 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
2597
2598         PR bootstrap/18222
2599         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
2600         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
2601         * Makefile.in: Regenerate.
2602
2603 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
2604
2605         * MAINTAINERS: Update my email address.
2606
2607 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
2608             Andreas Schwab  <schwab@suse.de>
2609
2610         PR bootstrap/18033
2611         * config-ml.in: Eval option if surrounded by single quotes.
2612
2613 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
2614
2615         Revert 2004-12-28 Makefile changes, a better fix will be
2616         applied to mainline and src after GCC 4.0 branches.
2617
2618 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
2619
2620         PR bootstrap/17383
2621
2622         * Makefile.def (target_modules): Remove stage parameter,
2623         it is always true now.
2624         * Makefile.tpl (configure-build-[+module+],
2625         configure-target-[+module+]): Always build symlink tree
2626         for the directory and for include.  BUILD_SUBDIR and
2627         TARGET_SUBDIR cannot be . anymore.
2628         * Makefile.in: Regenerate.
2629
2630 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
2631
2632         Revert 2004-12-08 Makefile changes.
2633
2634 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
2635
2636         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
2637         cygwin, mingw.
2638
2639 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
2640
2641         * configure.in (sh64-*-*): Reenable gprof.
2642         * configure: Regenerate.
2643
2644 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
2645
2646         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
2647         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
2648         (EXTRA_TARGET_FLAGS): Add PICFLAG.
2649         * Makefile.in: Regenerate.
2650
2651 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
2652
2653         * MAINTAINERS: Update my email address.
2654
2655 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
2656
2657         * Makefile.tpl: Generate normal dependencies if the LHS module is
2658         not bootstrapped.
2659         * Makefile.in: Regenerate.
2660
2661 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2662
2663         * configure.in: Include config/gxx-include-dir.m4.  Use
2664         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
2665         * configure: Regenerate.
2666
2667 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2668
2669         * config.if: Delete.
2670         * configure.in: Set libstdcxx_incdir directly.
2671         * configure: Regenerate.
2672
2673 2004-12-02  Eric Christopher  <echristo@redhat.com>
2674
2675         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
2676         * Makefile.in: Regenerate.
2677
2678 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
2679
2680         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
2681         * configure: Regenerate.
2682
2683 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
2684
2685         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
2686         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
2687         * configure: Regenerate.
2688
2689 2004-12-01  Eric Christopher  <echristo@redhat.com>
2690
2691         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
2692         of things to remove.
2693
2694 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
2695
2696         * MAINTAINERS (Write After Approval): Update my e-mail address.
2697
2698 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
2699
2700         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
2701         from CVS libtool to always pass_all.
2702
2703 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2704
2705         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
2706         (hppa*64*-*-*): Delete incorrect comment.
2707         * configure: Rebuilt.
2708
2709 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
2710
2711         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
2712
2713 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
2714
2715         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
2716         from CVS libtool to always pass_all.
2717
2718 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
2719
2720         * install-sh, compile: Import from automake.
2721
2722 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
2723
2724         * config.guess, config.sub:  Import from savannnah.
2725
2726 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
2727
2728         * MAINTAINERS (Write After Approval): Add myself
2729
2730 2004-11-12  Mike Stump  <mrs@apple.com>
2731
2732         * Makefile.def: Add html support.
2733         * Makefile.tpl: Likewise.
2734         * Makefile.in: Regenerate.
2735
2736 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
2737
2738         PR 18423
2739         * configure.in: Remove all instances of build-fixincludes from
2740         noconfigdirs.
2741         (build_configargs): Supply --target to subdirectories.
2742         * configure: Regenerate.
2743
2744         * Makefile.def: Make gcc install depend on fixincludes install.
2745         * Makefile.in: Regenerate.
2746
2747 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
2748
2749         * MAINTAINERS: Add myself as gcc testsuite maintainer.
2750
2751 2004-11-11  Paul Brook  <paul@codesourcery.com>
2752
2753         * MAINTAINERS: Add self as arm maintainer.  Update email address.
2754
2755 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
2756
2757         * configure.in (noconfigdirs) [mmix-*-*]: Disable
2758         target-libgfortran.
2759         * configure: Regenerate.
2760
2761 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
2762
2763         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
2764         like CC.
2765
2766 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
2767
2768         * Makefile.def (host fixincludes): Specify missing targets.
2769         * Makefile.in: Regenerate.
2770
2771 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
2772
2773         * MAINTAINERS: Add myself
2774
2775 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
2776
2777         * MAINTAINERS (Write After Approval): Add myself.
2778
2779 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
2780
2781         * Makefile.def: Build fixincludes for the host, too.
2782         * Makefile.in: Regenerate.
2783         * configure.in (host_tools): Add fixincludes.
2784         * configure: Regenerate.
2785
2786 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
2787
2788         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2789         * configure: Regenerated.
2790
2791 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
2792
2793         PR other/17783
2794         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2795         * configure: Regenerated.
2796
2797 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
2798
2799         * README.SCO: Update per FSF instructions.
2800
2801 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
2802
2803         PR target/18151
2804         * configure.in (case ${target}): Do not build fixincludes for avr.
2805         * configure: Regenerated.
2806
2807 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
2808
2809         * configure.in (case ${target}): Do not build fixincludes
2810         on platforms where it is not used.
2811         * configure: Regenerated.
2812
2813 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
2814
2815         * configure.in: Use an absolute path to install-sh.
2816         * configure: Regenerated.
2817
2818 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2819
2820         * MAINTAINERS (Write After Approval): Add myself.
2821
2822 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
2823
2824         * MAINTAINERS: Remove from Write After Approval those that are
2825         already maintainers.
2826
2827 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
2828
2829         * MAINTAINERS:  Update my email address.
2830
2831 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2832
2833         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
2834         * configure: Regenerate.
2835
2836 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
2837
2838         * MAINTAINERS:  Update my email address.
2839
2840 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
2841
2842         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
2843         entries belonging to this category.
2844
2845 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
2846
2847         * MAINTAINERS: Update my e-mail address.
2848
2849 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
2850
2851         Fix wrong conflict resolution in:
2852
2853         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
2854
2855         * Makefile.in: Regenerate.
2856         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2857         in the recursive `make', instead of hardwiring `all'.
2858         (Autogenerated TARGET-* variables): New.
2859
2860 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
2861
2862         * configure.in: Enable target-libgloss for crx-*-*.
2863         * configure: Regenerate.
2864
2865 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
2866
2867         * MAINTAINERS (Various Maintainers): Move the "windows,
2868         cygwin, mingw" maintainer to ...
2869         (OS Port Maintainers): ... here.
2870
2871 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
2872
2873         * MAINTAINERS (Write After Approval): Remove those that are
2874         maintainers of some subsystem.
2875
2876 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
2877
2878         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
2879         * ltcf-cxx.sh (tpf*): Likewise.
2880         * ltconfig (tpf*): Add TPF OS configuration support.
2881
2882 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
2883
2884         * MAINTAINERS: Change my email address to my new work account.
2885
2886 2004-09-24  Michael Roth  <mroth@nessie.de>
2887
2888         * configure.in (--without-headers): Add missing double quotes.
2889         * configure: Regenerate.
2890
2891 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
2892
2893         * ylwrap: Revert to previous version.
2894
2895 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
2896
2897         PR bootstrap/17369
2898         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
2899         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
2900         SET_GCC_LIB_PATH_CMD.
2901         (BASE_TARGET_EXPORTS): Likewise.
2902         * Makefile.in: Regenerated.
2903
2904         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
2905         * configure: Regenerated.
2906
2907 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
2908
2909         * config.guess: New upstream version
2910         * compile, depcomp, install-sh, ylwrap: Likewise.
2911
2912 2004-09-19  Roger Sayle  <roger@eyesopen.com>
2913
2914         * config/mh-x86omitfp: New host makefile fragment.  Add
2915         -fomit-frame-pointer to the default BOOT_CFLAGS.
2916         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
2917         * configure: Regenerate.
2918
2919 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
2920
2921         PR target/11572
2922         * configure.in (*-*-darwin*): Renable libobjc.
2923         * configure: Regenerate.
2924
2925 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
2926
2927         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
2928
2929 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
2930
2931         * Makefile.def: Remove libbanshee.
2932         * Makefile.tpl: Ditto.
2933         * configure.in: Ditto.
2934         * Makefile.in: Regen.
2935         * configure: Ditto.
2936
2937 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
2938
2939         * ltmain.sh: Use $pic_object as $non_pic_object if
2940         $non_pic_object=none.
2941
2942 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
2943
2944         * missing: Import latest version from master repository.
2945
2946 2004-09-06  Nick Clifton  <nickc@redhat.com>
2947
2948         * config.sub: Import latest version from master repository.
2949         * config.guess: Likewise.
2950         This includes these changes:
2951
2952         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
2953
2954         * config.sub: Handle crisv32, alias etraxfs.
2955         * config.guess (crisv32:Linux:*:*): Handle.
2956
2957         2004-08-13  Brad Smith  <brad@comstyle.com>
2958
2959         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
2960         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2961
2962         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2963
2964         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
2965         assume the processor is a powerpc.  This is because coreutils
2966         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
2967         in this case, due to a MacOS X bug that causes
2968         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
2969         to return a negative number.
2970         Problem reported by Petter Reinholdtsen in:
2971         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2972
2973         2004-07-19  Ben Elliston  <bje@gnu.org>
2974
2975         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
2976
2977         2004-06-24  Ben Elliston  <bje@gnu.org>
2978
2979         * config.guess: Update copyright years.
2980         * config.sub: Likewise.
2981
2982         2004-06-22  Robert Millan  <robertmh@gnu.org>
2983
2984         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2985         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2986
2987         2004-06-22  Stanley F. Quayle <stan@stanq.com>
2988
2989         * config.guess (*:*VMS:*:*): New entry. Replaces
2990         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2991         manufacturer.
2992
2993         2004-06-22  Ben Elliston  <bje@gnu.org>
2994
2995         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2996         * config.sub: Likewise.
2997
2998         2004-06-22  Ben Elliston  <bje@gnu.org>
2999
3000         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3001         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3002
3003         2004-06-11  Ben Elliston  <bje@gnu.org>
3004
3005         * config.guess (pegasos:OpenBSD:*:*): Remove.
3006
3007         2004-06-11  Ben Elliston  <bje@gnu.org>
3008
3009         From Wouter Verhelst <wouter@grep.be>:
3010         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3011
3012         2004-06-11  Ben Elliston  <bje@gnu.org>
3013
3014         * config.guess (luna88k:OpenBSD:*:*): New.
3015
3016         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3017
3018         * config.guess (m32r*:Linux:*:*): New case.
3019         * config.sub: Handle m32rle.
3020
3021         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
3022
3023         From Jens Petersen  <petersen@redhat.com>:
3024         * config.sub: Handle sparcv8.
3025
3026         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
3027
3028         From Tom Smith <smith@cag.lkg.hp.com>:
3029         * config.guess: Version suffixes are equally significant on Tru64
3030         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
3031         prefix of "P" (patched kernel).
3032
3033         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
3034
3035         * config.sub: Add support for National Semiconductor CRX target.
3036
3037 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
3038
3039         * MAINTAINERS (Various Maintainers): Remove myself as web page
3040         maintainer, add myself as maintainer of build status lists.
3041
3042 2004-09-03  Jan Beulich  <jbeulich@novell.com>
3043
3044         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3045         *-*-netware, but add target-libmudflap.
3046         Consolidate *-*-netware targets (of which really only i?86 exists)
3047         into a single entry.
3048         * configure: Likewise.
3049
3050 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
3051
3052         * Makefile.tpl (sorry): Remove.
3053         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3054         (cleanstrap targets): Depend on distclean, not distclean-stage1.
3055         (do-clean): Clean per-stage directories too.
3056         (do-distclean): Run distclean-stage1 too.
3057         (.NOTPARALLEL): Enable during toplevel bootstrap.
3058         (stage[+id+]-bubble): Enable parallel execution during
3059         the recursive invocation.
3060         * Makefile.in: Regenerate.
3061
3062         Fix previous checkin:
3063
3064         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3065         include.
3066         * configure.in: Fix indentation.
3067         * configure: Regenerate.
3068
3069 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
3070
3071         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3072         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3073         * configure: regenerate
3074         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3075         -mdynamic-no-pic
3076
3077
3078 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
3079
3080         * Makefile.def (build_modules): Add fixincludes.
3081         (dependencies): Make gcc depend on fixincludes.
3082         * configure.in (build_tools): Add fixincludes.
3083         (build_configdirs): Always include build_libs.
3084         * Makefile.in: Regenerate.
3085         * configure: Regenerate.
3086
3087 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
3088
3089         * Makefile.def (bootstrap stages): Add 'lean' parameter.
3090         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3091         phony targets; do not generate timestamp files.
3092         (distclean-stageN): Remove references to their timestamp files.
3093         (restageN, touch-stageN): Remove.
3094         (stageN-bubble): Rewritten.
3095         (compare): Support lean bootstraps.
3096         * Makefile.in: Regenerate.
3097
3098         * configure.in: Only warn when bootstrapping but
3099         build != host or build != target.  Support lean bootstraps.
3100         * configure: Regenerate.
3101
3102 2004-08-26  Phil Edwards  <phil@codesourcery.com>
3103
3104         * configure.in:  Give a better error message if GMP/MPFR are missing
3105         and a language needing them has been requested.
3106         * configure:  Regenerated.
3107
3108 2004-08-25  Phil Edwards  <phil@codesourcery.com>
3109
3110         * configure.in:  Print a list of available language front-ends if
3111         a requested one is missing.  Tidy stray tab characters.
3112         * configure:  Regenerated.
3113
3114 2004-08-19  Michael Koch  <konqueror@gmx.de>
3115
3116         * gcc/doc/install.texi: Update entry about automake for libjava.
3117
3118 2004-08-17  Robert Millan  <robertmh@gnu.org>
3119
3120         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3121         (instead of FreeBSD).
3122         * configure: Regenerate.
3123
3124 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
3125
3126         * Makefile.in: Regenerate.
3127         * configure: Regenerate.
3128
3129         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3130         stage_*_flags.
3131         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3132         for bootstrapped modules if toplevel bootstrap is going.
3133         (GCC bootstrap): Generate per-stage targets for all bootstrapped
3134         modules.  Adjust for changes in Makefile.def.  Enable several
3135         rules even in non-bootstrap mode, just to avoid peppering the
3136         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3137         (stage-[+prev+]-bubble): Remove.
3138
3139         * Makefile.def (Dependencies): Depend on all-build-bison,
3140         all-build-flex, all-build-byacc, all-build-texinfo, rather
3141         than the host variations.
3142         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
3143         with BUILD_SUBDIR.
3144         (BISON): Update for recent Bisons.
3145         (YACC): Fix typo.
3146         (cross): Depend on all-build.
3147         (all): Do not depend on all-build.
3148         (prebootstrap): Remove.
3149         (dep-kind): Accept separate prefixes for MODULE and ON variables.
3150         (Prebootstrap dependencies): Add them to the per-stage targets
3151         and to all-prebootstrap.
3152         * configure.in (build_configdirs): Always enable build_tools.
3153         (BUILD_DIR_PREFIX): Remove.
3154
3155         * Makefile.def (gcc): Add target variable.
3156         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3157         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3158         in the recursive `make', instead of hardwiring `all'.
3159         (Autogenerated TARGET-* variables): New.
3160
3161 2004-08-13  Brian Booth  <bbooth@redhat.com>
3162
3163         * MAINTAINERS: Remove myself from write-after-approval.
3164
3165 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3166
3167         * src-release: Stop distributing mmalloc with gdb (which doesn't
3168         use it).
3169         * Makefile.def: GDB doesn't depend on mmalloc anymore.
3170         * Makefile.in: Regenerate.
3171
3172 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
3173
3174         * configure.in (arm*-*-eabi*): New target.
3175         * configure: Regenerate.
3176
3177 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
3178
3179         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
3180         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
3181         (Dependencies): New section.
3182         * Makefile.tpl (Dependencies): Generate from Makefile.def.
3183         (configure-target-[+module+]): Depend on maybe-all-gcc
3184         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
3185         (toplevel profiledbootstrap): Fix dependencies.
3186         * Makefile.in: Regenerate.
3187
3188 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
3189
3190         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
3191         target-libiberty to noconfigdirs.
3192         * configure: Regenerate.
3193
3194 2004-08-03  Paul Brook  <paul@codesourcery.com>
3195
3196         * configure.in: Check for MPFR as well as GMP.
3197         * configure: Regenerate.
3198
3199 2004-08-01  Robert Millan  <robertmh@gnu.org>
3200
3201         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
3202         libmudflap for all GNU-based systems (with Glibc).
3203         * configure: Regenerate.
3204
3205 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
3206
3207         * Makefile.def (host-modules): Add gcc.
3208         * Makefile.in: Regenerate.
3209         * Makefile.tpl (sorry): New rule.
3210         (configure-host, all-host, [+make_target+]-host, do-check,
3211         install-host): Do not add gcc as a special case.
3212         (host modules): Add a small special-casing for gcc.  Export
3213         extra_make_flags through the environment.
3214         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
3215         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
3216         other recursive targets for gcc): Remove.
3217
3218         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
3219         (stage, unstage): New rules.
3220         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
3221         distclean-stage[+id+]): Use stage_current.
3222         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
3223         the stage*-start rules.
3224
3225 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
3226
3227         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
3228         use -all_load flag.
3229
3230 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
3231
3232         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
3233         * configure: Regenerate.
3234
3235 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
3236
3237         * maintainer-scripts/gcc_release: Revert yesterday's change.
3238
3239 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
3240
3241         * MAINTAINERS: Add myself to write-after-approval.
3242
3243 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
3244
3245         * libf2c: Removed.
3246         * gcc/gccbug.in: Updated because of libf2c removal.
3247         * maintainer-scripts/gcc_release: Ditto.
3248
3249 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
3250
3251         * configure.in: Build libmudflap by default on FreeBSD.
3252         * configure: Regenerated.
3253
3254 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
3255
3256         * configure.in: Do not build libmudflap by default on non-GNU/Linux
3257         systems.
3258         * configure: Regenerated.
3259
3260 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3261
3262         PR target/16344
3263         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
3264         feedback based compiler.
3265         * Makefile.in: Rebuilt.
3266
3267 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
3268
3269         * Makefile.def (host_modules): Set bootstrap=true for flex.
3270         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
3271         * Makefile.in: Rebuilt.
3272
3273 2004-07-07  Jan Hubicka  <jh@suse.cz>
3274
3275         * MAINTAINERS: Add self as a profile feedback maintainer.
3276
3277 2004-07-05  Phil Edwards  <phil@codesourcery.com>
3278
3279         * configure.in:  Do not prepend $srcdir to /dev/null in
3280         makefile fragments.
3281         * configure:  Regenerate.
3282
3283 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
3284
3285         * Makefile.def (build_modules): Add bison, byacc, flex,
3286         m4, texinfo.
3287         (flags_to_pass): Add FLEX.
3288         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
3289         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
3290         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
3291         DEFAULT_MAKEINFO): Remove.
3292         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
3293         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
3294         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
3295         objdir or else use configured tool.
3296         (all-build): New.
3297         (all): Depend on it.
3298         (Build module dependencies): Add.
3299         * Makefile.in: Regenerate.
3300         * configure.in: Better support for multiple build modules,
3301         matching what is done for host/target modules.  Do not look
3302         for "plausible" locations of build tools if Canadian cross.
3303         Use autoconf's AC_PROG_CC to find a C compiler.  Define
3304         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
3305         * configure: Regenerate.
3306
3307 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
3308
3309         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
3310         * Makefile.in: Regenerate.
3311
3312 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
3313
3314         * Makefile.tpl (configure-build-[+module+],
3315         configure-[+module+], configure-target-[+module+]): Pass
3316         [+extra_configure_args+].
3317         (all-build-[+module+], all-[+module+], check-[+module+],
3318         install-[+module+], [+make_target+]-[+module+],
3319         all-target-[+module+], check-target-[+module+],
3320         install-target-[+module+], [+make_target+]-target-[+module+]):
3321         Pass [+extra_make_args+].
3322         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
3323         (GCC_HOST_EXPORTS): Remove.
3324         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
3325         cross, check-gcc, check-gcc-c++, install-gcc,
3326         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
3327         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
3328         * Makefile.in: Regenerate.
3329
3330 2004-06-21  Matthew Sachs  <msachs@apple.com>
3331
3332         * MAINTAINERS: Added self to write-after-approval.
3333
3334 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
3335
3336         * configure.in: Check for srcdir/winsup rather than build directory
3337         winsup.
3338         * configure: Regenerate.
3339
3340 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
3341
3342         * configure.in: Don't build Cygwin native newlib if winsup
3343         directory is missing.  Emit warning instead.
3344         * configure: Regenerate.
3345
3346 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
3347
3348         * Makefile.tpl (touch-stage[+id+]): New.
3349         (restage[+prev+]): Depend on touch-stage[+id+].
3350
3351         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
3352         Use it throughout.
3353
3354         * Makefile.def: Add profile and feedback bootstrap stages.
3355         Remove next field from bootstrap stages.
3356         * Makefile.tpl (LN, LN_S): Substitute.
3357         (stageN-start, stageN-end): Use double-colon rules, to
3358         provide a hook for additional setup commands.
3359         (distclean-stageN-gcc, restageN): Create dependencies from
3360         [+prev+], not from [+next+].
3361         (stageN-bubble): Add commands for successive stages from
3362         [+prev+], using double-colon rules.
3363         (all-stageN-gcc): Fix typo.
3364         (stagefeedback-start, profiledbootstrap): New.
3365         * Makefile.in: Regenerate.
3366         * configure.in: Call ACX_PROG_LN.
3367         * configure: Regenerate.
3368
3369 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
3370
3371         * MAINTAINERS (Write After Approval): Add myself.
3372
3373 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
3374
3375         * MAINTAINERS (Write After Approval): Add myself.
3376
3377 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
3378
3379         * configure.in: Fix --enable-bootstrap breakage introduced in trees
3380         without gcc.
3381         * configure: Regenerate.
3382
3383 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
3384
3385         * Makefile.tpl: Fix typo.
3386         * Makefile.in: Regenerate.
3387
3388 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
3389
3390         * configure.in: Remove new- prefix from toplevel
3391         bootstrap targets.
3392         * configure: Regenerate.
3393
3394 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
3395
3396         * Makefile.tpl (all.normal): Rename to all.
3397         (all): Replace with a rule to pick the default
3398         target from configure.
3399         (all-gcc, configure-gcc): Use conditionals to
3400         do nothing when toplevel bootstrap is going on.
3401         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
3402         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
3403         * configure.in: Support --enable-bootstrap.
3404
3405         * Makefile.def: Remove new- prefix from toplevel
3406         bootstrap targets.
3407         * Makefile.tpl: Likewise.
3408
3409         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
3410         target.
3411
3412         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
3413         $(RECURSE_FLAGS) to recursive invocation of make.
3414
3415         * Makefile.in: Regenerate.
3416         * configure: Regenerate.
3417
3418 2004-05-30  Andreas Jaeger  <aj@suse.de>
3419             Jim Wilson <wilson@specifixinc.com>
3420
3421         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
3422         like CC.
3423
3424 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
3425
3426         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
3427         * configure: Regenerate.
3428
3429 2004-05-25  Daniel Jacobowitz  <drow@false.org>
3430
3431         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
3432         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
3433         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
3434         targets.
3435         * Makefile.in: Regenerate.
3436
3437 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
3438
3439         * configure.in: Test the ability to symlink directories.
3440         * configure: Regenerate.
3441
3442         * Makefile.def (bootstrap-stage): New definitions.
3443         * Makefile.tpl (configure-stage1-gcc,
3444         configure-stage2-gcc, configure-stage3-gcc,
3445         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
3446         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
3447         new-restage3, compare): Autogenerate, see Makefile.in
3448         entry for behavioral changes.
3449         (distclean-stage1, new-stage1-start, new-stage1-end,
3450         new-stage1-bubble, distclean-stage2, new-stage2-start,
3451         new-stage2-end, new-stage2-bubble, distclean-stage3,
3452         new-stage3-start, new-stage3-end): New autogenerated targets.
3453         (objext, prebootstrap, BOOT_CFLAGS,
3454         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
3455         targets.
3456
3457         * Makefile.in: Regenerate.
3458         (distclean-stage1, new-stage1-start, new-stage1-end,
3459         new-stage1-bubble, distclean-stage2, new-stage2-start,
3460         new-stage2-end, new-stage2-bubble, distclean-stage3,
3461         new-stage3-start, new-stage3-end): New targets.
3462         (all-stage1-gcc): Move prebootstrap dependency from here...
3463         (configure-stage1-gcc): ...to here.
3464         (new-bootstrap): Use bubble targets.
3465         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3466         Use per-stage distclean targets.
3467         (configure-stage1-gcc, configure-stage2-gcc,
3468         configure-stage3-gcc, all-stage1-gcc,
3469         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
3470         Use new-stageN-start to prepare the tree.
3471
3472 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
3473
3474         * Makefile.def (host_modules): add libcpp.
3475         * Makefile.tpl: Add dependencies on and for libcpp.
3476         * Makefile.in: Regenerate.
3477         * configure.in: Add libcpp host module.
3478         * configure: Regenerate.
3479
3480 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
3481
3482         * Makefile.tpl: Whenever a recursive target is defined, wrap
3483         it in a special @if/@endif block, and prepare its maybe
3484         dependency in the @if/@endif block
3485         * configure.in: Instead of writing maybe dependencies, remove
3486         the @if/@endif statements, and remove the @if/@endif blocks
3487         that remain.
3488         * configure: Regenerate.
3489         * Makefile.in: Regenerate.
3490
3491 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
3492
3493         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
3494
3495 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
3496
3497         PR bootstrap/15120
3498         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
3499         * */configure: Rebuilt.
3500
3501 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
3502
3503         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
3504         of libf2c.
3505         * configure, Makefile.in: Regenerate.
3506
3507 2004-05-13  Tobias SchlÃÂüter  <tobi@gcc.gnu.org>
3508
3509         * MAINTAINERS (Write After Approval): Add myself.
3510
3511 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
3512
3513         Merge from tree-ssa-20020619-branch.
3514
3515         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
3516         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
3517         (HOST_GMPLIBS): Define.
3518         (HOST_GMPINC): Define.
3519         (TARGET_LIB_PATH): Add libmudflap.
3520         (GFORTRAN_FOR_TARGET): Define.
3521         (configure-build*): Export GFORTRAN.
3522         (configure-gcc): Export GMPLIBS and GMPINC.
3523         (all-gcc): Add maybe-all-libbanshee.
3524         (configure-target-libgfortran): Define.
3525         * Makefile.in: Regenerate.
3526         * configure.in (host_libs): Add libbanshee.
3527         (target_libraries): Add target-libmudflap and target-libgfortran.
3528         Add --with-libbanshee.
3529         Handle --disable-libmudflap.
3530         (*-*-freebsd*): Use with_gmp.
3531         Add $(libgcj) to noconfigdirs.
3532         * configure: Regenerate.
3533         * depcomp: New file.
3534         * MAINTAINERS: Add tree-ssa maintainers.
3535
3536 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
3537
3538         * MAINTAINERS (Various Maintainers): Add myself.
3539
3540 2004-04-30  Brian Ford  <ford@vss.fsi.com>
3541
3542         * MAINTAINERS (Write After Approval): Add myself.
3543
3544 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
3545
3546         * MAINTAINERS (Write After Approval): Add myself.
3547
3548 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
3549
3550         * config/acx.m4: Fix fastcompare support for new-bootstrap.
3551         * configure: Regenerate.
3552
3553 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
3554
3555         Revert:
3556         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3557
3558         * Makefile.def (flags_to_pass): Remove *dir variables that
3559         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3560         as well as prefix and exec_prefix.
3561         * Makefile.in: Regenerate.
3562
3563 2004-04-26  Robert Millan  <robertmh@gnu.org>
3564
3565         Add patches from libtool CVS.
3566         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
3567         * ltconfig: Likewise.
3568         * ltcf-c.sh: Likewise.
3569         * ltcf-cxx.sh: Likewise.
3570         * ltcf-gcj.sh: Likewise.
3571
3572 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3573
3574         * Makefile.def (host_modules): Mark with the bootstrap
3575         flag packages on which gcc depends.
3576         * Makefile.tpl (all-bootstrap): Use it.
3577         * Makefile.in: Regenerate.
3578
3579 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3580
3581         * Makefile.def (flags_to_pass): Remove *dir variables that
3582         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3583         as well as prefix and exec_prefix.
3584         * Makefile.in: Regenerate.
3585
3586 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3587
3588         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
3589         * configure: Regenerate.
3590         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
3591         * gcc/Makefile.tpl (compare): Use the result of the test.
3592         * gcc/Makefile.in: Regenerate.
3593
3594 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
3595
3596         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
3597         Always relocate gcc and prev-gcc to the original names, even
3598         if the build fails.
3599         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3600         New targets.
3601
3602 2004-04-23  Laurent GUERBY <laurent@guerby.net>
3603
3604         * MAINTAINERS: Update my email address.
3605
3606 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3607
3608         * configure.in (mips*-*-irix5*): Enable ld.
3609         * configure: Regenerate.
3610
3611 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3612
3613         * configure: Regenerate.
3614
3615 2004-04-15  James E Wilson  <wilson@specifixinc.com>
3616
3617         * Makefile.tpl (configure-[+module+], configure-gcc,
3618         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
3619         Set and export LDFLAGS.
3620         * Makefile.in: Regenerate.
3621
3622 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
3623
3624         * MAINTAINERS: Add myself to write-after-approval.
3625
3626 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3627
3628         PR bootstrap/14871
3629         * Makefile.tpl: If we don't have built-in-tree target tools,
3630         use the ones found by configure rather than hacking around with
3631         program_transform_name.
3632         * configure.in: Give Makefile.tpl the information necessary
3633         to do that.
3634         * Makefile.in: Regenerate.
3635         * configure: Regenerate.
3636
3637 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
3638
3639         PR bootstrap/14760
3640         * configure.in: When computing baseargs, strip *all* copies of
3641         offending options.  Also, don't match/substitute the trailing space,
3642         so that this actually works when two similar options are separated by
3643         only one space.
3644         * configure: Regenerate.
3645
3646 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
3647
3648         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
3649         (rs6000-*-aix*): Same.
3650         * configure: Regenerate.
3651
3652 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
3653
3654         * MAINTAINERS: Add myself to write-after-approval.
3655
3656 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
3657
3658         * MAINTAINERS: Add myself to write-after-approval.
3659
3660 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3661
3662         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
3663         STRICT_WARN, WARN_CFLAGS flags passed down to make.
3664         * Makefile.in: Regenerate.
3665
3666         * configure.in (top level bootstrap support): Rework --enable-werror
3667         to set @stage2_werror_flag@.
3668         * configure: Regenerate.
3669         * Makefile.tpl (top level bootstrap support): Pass
3670         @stage2_werror_flag@ down to configure in stages 2 and 3.
3671         * Makefile.in: Regenerate.
3672
3673 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3674
3675         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
3676         for stages 2 and 3 as well as in make.  As a consequence, remove
3677         OUTPUT_OPTION (now detected by configure) from the flags passed down
3678         to make.
3679         * Makefile.in: Regenerate.
3680
3681         * Makefile.tpl (new-bootstrap): Fix typo.
3682         * Makefile.in: Regenerate.
3683
3684 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3685
3686         * Makefile.tpl: Rearrange by moving recursive_targets rules
3687         into their proper sections.
3688         * Makefile.tpl (top level bootstrap support): Move disabling
3689         of coverage flags from 'make' to 'configure'; improve comments.
3690         * Makefile.in: Regenerate.
3691
3692         * Makefile.tpl (experimental top level bootstrap) Move stage1
3693         language setting from all- target to configure- target; disable
3694         intermodule optimization in stage 1; prevent gratuitous rebuilds
3695         of stage 1.
3696         * Makefile.in: Regenerate.
3697         * configure.in: Comma-separate stage 1 language list for top
3698         level bootstrap.
3699         * configure: Regenerate.
3700
3701         * Makefile.tpl: Clean up experimental top level bootstrap support:
3702         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
3703         prev-gcc in configure- targets as well as all- targets.
3704         * Makefile.in: Regenerate.
3705
3706 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
3707
3708         * compile: New file imported from automake.
3709
3710 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
3711
3712         * configure.in: Remove symbolic link section.
3713         * configure: Regenerate.
3714         * Makefile.tpl (links): Remove.
3715         * Makefile.in: Regenerate.
3716
3717 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
3718             Nathanael Nerode  <neroden@gcc.gnu.org>
3719
3720         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
3721         Set with AC_CHECK_PROGS.
3722         * configure.in: Fix comment typo from last patch.
3723         * configure: Regenerate.
3724
3725 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
3726
3727         * Makefile.tpl: Introduce experimental top level bootstrap support.
3728         * Makefile.in: Regenerate.
3729         * configure.in: Introduce support for top level bootstrap.
3730         * configure: Regenerate.
3731
3732 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
3733             Paolo Bonzini  <bonzini@gnu.org>
3734
3735         PR bootstrap/14522
3736         * configure.in: Cope with shells that do not support unquoted ^
3737         * configure: Regenerate.
3738
3739 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
3740             Paolo Bonzini  <bonzini@gnu.org>
3741
3742         PR bootstrap/14522
3743         * configure.in: Cope with shells that do not support nesting
3744         quotes inside quoted backquote substitutions.
3745         * configure: Regenerate.
3746
3747 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
3748
3749         PR bootstrap/14522
3750         * configure.in: Fix escaping of $.
3751         * configure: Regenerate.
3752
3753 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3754
3755         * configure: Regenerate, since I forgot to while committing Paolo's
3756         changes.
3757
3758 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
3759
3760         PR ada/14131
3761         Move language detection to the top level.
3762         * configure.in: Find default values for the tools as
3763         soon as possible.  Disable ada if GNAT is not found.
3764         Emit error message about missing languages.  Expand
3765         --enable-languages=all for the gcc subdirectory.
3766
3767 2004-03-10  Ben Elliston  <bje@gnu.org>
3768
3769         * MAINTAINERS: Update my email address.
3770
3771 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
3772
3773         * ltconfig: Disable building static libraries if building shared
3774         libraries on AIX 5L.
3775
3776 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
3777
3778         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
3779         and disable libgcj.
3780         * configure: Regenerated.
3781
3782 2004-03-01  Brian Booth  <bbooth@redhat.com>
3783
3784         * MAINTAINERS: Add myself to write-after-approval.
3785
3786 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
3787
3788         * MAINTAINERS: Add myself to write-after-approval.
3789
3790 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3791
3792         PR bootstrap/7087
3793         * Makefile.tpl: Guard XFOO sed statements better.
3794         * Makefile.tpl: Add dependency for configure-target-libada.
3795         * Makefile.in: Regenerate (incidentally fixes broken
3796         commit when libada-branch was merged).
3797
3798 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
3799
3800         * MAINTAINERS: Add myself to write-after-approval.
3801
3802 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
3803
3804         * MAINTAINERS: Add Nicola Pero and myself as libobjc
3805         maintainers.
3806
3807 2004-02-20  Andrew Cagney  <cagney@redhat.com>
3808
3809         * config.guess: Update from version 2003-10-16 to 2004-02-16.
3810         * config.sub: Update from version 2003-11-03 to 2004-02-16.
3811
3812 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3813
3814         PR bootstrap/11932
3815         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
3816
3817 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
3818
3819         * MAINTAINERS: Added myself to write-after-approval.
3820
3821 2004-02-14  Michael Koch  <konqueror@gmx.de>
3822
3823         * MAINTAINERS: Added myself to write-after-approval.
3824
3825 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
3826
3827         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
3828         some OS port maintainers to OS port maintainers section.
3829
3830 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
3831
3832         * MAINTAINERS: Add self.
3833
3834 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
3835
3836         * MAINTAINERS: Alphabetize.
3837
3838 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
3839
3840         * MAINTAINERS: Remove myself.
3841
3842 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
3843
3844         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
3845         (rs6000-*-aix*): Same.
3846         * configure: Regenerate.
3847
3848 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
3849
3850         * configure.in (host): Add in missing $noconfigdirs to defines.
3851         * configure: Regenerate.
3852
3853 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
3854             Nathanael Nerode  <neroden@gcc.gnu.org>
3855
3856         PR ada/6637, PR ada/5911
3857         Merge with libada-branch:
3858         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
3859         with appropriate dependencies. Add --enable-libada configure switch.
3860         * configure, Makefile.in: Regenerate.
3861
3862 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
3863
3864         * MAINTAINERS: Add myself to write-after-approval.
3865
3866 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3867
3868         * configure.in: Don't pass --with-stabs on IRIX 5 either.
3869         * configure: Regenerate.
3870
3871 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
3872
3873         Merge from upstream:
3874
3875         * ltmain.in: When setting IFS to '~', be careful about user
3876         arguments that contain '~'.
3877
3878         2004-02-04  Peter O'Gorman  <peter@pogma.com>
3879
3880         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
3881         Also test $base_compile against $CC with escaped arguments. Bug
3882         reported by Geoff Keating <geoffk@apple.com>.
3883
3884 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
3885
3886         * MAINTAINERS: Remove i960 port.
3887
3888 2004-01-23  DJ Delorie  <dj@redhat.com>
3889
3890         * Makefile.def (target_modules) [libiberty]: Don't stage.
3891         * Makefile.in: Rebuilt.
3892
3893 2004-01-20  Caroline Tice  <ctice@apple.com>
3894
3895         * MAINTAINERS: Add myself to write-after-approval.
3896
3897 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
3898
3899         * MAINTAINERS: Update my email address.
3900
3901 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
3902
3903         * MAINTAINERS: Add myself to write-after-approval.
3904
3905 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3906
3907         * MAINTAINERS: Remove entries without email address.
3908
3909 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
3910
3911         * MAINTAINERS: Add myself to write-after-approval.
3912
3913 2004-01-15  Steven Bosscher  <stevenb@suse.de>
3914
3915         * MAINTAINERS: Update my email address.
3916
3917 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
3918
3919         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
3920         * Makefile.tpl (configure-target-[+module+]): Support stage.
3921         * Makefile.in: Rebuilt.
3922
3923 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
3924
3925         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
3926
3927 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
3928
3929         * MAINTAINERS: Add myself as a MIPS maintainer.
3930
3931 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3932
3933         * configure.in: Use ./config.cache, not config.cache.
3934         * configure: Regenerate.
3935         * Makefile.tpl: Special-casing not needed for GCC any more.
3936         * Makefile.in: Regenerate.
3937
3938         * configure.in: Don't share a cache file for host dirs.
3939         * configure: Regenerate.
3940
3941         * config-ml.in: Don't mess with the cache file.
3942
3943 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3944
3945         * MAINTAINERS: Move myself from 'Write After Approval' to
3946         'CPU Port Maintainers' section as SPARC maintainer.
3947
3948 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3949
3950         * Makefile.tpl: Make GCC use a separate config.cache.
3951         * Makefile.in: Regenerate.
3952
3953         PR bootstrap/11932, PR bootstrap/11933
3954         (I don't know if it will fix either of them, but it relates
3955         to them.)
3956         * configure.in: Don't use shared config.cache for target
3957         directories.
3958         * configure: Regenerate.
3959
3960 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
3961
3962         * MAINTAINERS: Add myself to 'Write After Approval' section.
3963
3964 2003-12-31  Roger Sayle  <roger@eyesopen.com>
3965
3966         * configure.in (ia64*-*-hpux*): Disable building java libraries.
3967         * configure: Regenerated.
3968
3969 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
3970
3971         * MAINTAINERS: Remove the mn10200 maintainer.
3972
3973 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
3974
3975         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
3976         * configure: Regenerated.
3977
3978 2003-12-16  Jan Hubicka  <jh@suse.cz>
3979
3980         * MAINTAINERS: Add myself as callgraph maintainer.
3981
3982 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
3983
3984         * configure.in (raw_libstdcxx_flags): Remove the leading space.
3985         * configure: Regenerate.
3986
3987 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3988
3989         * MAINTAINERS: Move myself from 'Bug database only accounts' to
3990         'Write After Approval' section. Update email.
3991
3992 2003-12-01  James Lemke <jim@wasabisystems.com>
3993
3994         * MAINTAINERS (Write After Approval): Add myself.
3995
3996 2003-11-20  Matt Thomas  <matt@3am-software.com>
3997
3998         * MAINTAINERS: Add myself as a vax port maintainer.
3999
4000 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
4001
4002         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
4003         (configure-build-[+module+], configure-[+module+]): Likewise.
4004         (configure-target-[+module+], configure-gcc, config.status): Likewise.
4005         * Makefile.in: Regenerate.
4006
4007 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
4008
4009         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
4010         shared/dylibed libraries.
4011         * ltmain.sh: Likewise.
4012         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
4013         * ltcf-cxx.sh: Likewise.
4014         * ltcf-gcj.sh: Likewise.
4015         * ltconfig: Likewise.
4016
4017 2003-11-17  Stan Cox  <scox@redhat.com>
4018
4019         * MAINTAINERS: Add myself as iq2000 port maintainer.
4020
4021 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
4022
4023         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
4024         * Makefile.in: Regenerate.
4025
4026 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
4027
4028         * config.sub: Update to 2003-11-03 version.
4029
4030 2003-10-20  Phil Edwards  <phil@codesourcery.com>
4031
4032         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
4033         * configure:  Regenerate.
4034
4035 2003-10-20  Nicolas Pitre <nico@cam.org>
4036
4037         * MAINTAINERS: Add myself to 'Write After Approval' section.
4038
4039 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
4040
4041         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4042
4043 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
4044
4045         * MAINTAINERS: Update my email address.
4046
4047 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4048
4049         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
4050
4051 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
4052
4053         * MAINTAINERS: Add myself to 'Write After Approval' section.
4054
4055 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
4056
4057         * config.guess: Update to 2003-10-16 version.
4058         * config.sub: Update to 2003-10-16 version.
4059
4060 2003-10-15 David Daney  <ddaney@avtrex.com>
4061
4062         * MAINTAINERS: Added myself to 'Write After Approval' section.
4063
4064 2003-10-15  Falk Hueffner  <falk@debian.org>
4065
4066         * MAINTAINERS: Move myself from 'Bug database only accounts' to
4067         'Write After Approval' section. Update email.
4068
4069 2003-10-14  Roger Sayle  <roger@eyesopen.com>
4070
4071         * MAINTAINERS: Move myself from 'Write After Approval' to
4072         'Various Maintainers' section as middle-end maintainer.
4073
4074 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4075
4076         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
4077         HOST_FLAGS_TO_PASS.
4078         * Makefile.in: Regenerate.
4079
4080 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
4081
4082         * config.guess: Update to 2003-10-07 version.
4083         * config.sub: Update to 2003-10-07 version.
4084
4085 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4086
4087         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
4088         * ltconfig (irix5*, irix6*): Don't override version_type.
4089
4090 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
4091
4092         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
4093         * configure: Rebuilt
4094         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
4095         * Makefile.in: Rebuilt
4096
4097 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4098
4099         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
4100
4101 2003-09-30  Carlo Wood  <carlo@alinoe.com>
4102
4103         * MAINTAINERS (Write After Approval): Add myself.
4104
4105 2003-09-29  Paul Koning  <ni1d@arrl.net>
4106
4107         * MAINTAINERS: Move myself from "Write After Approval"
4108         to CPU platform maintainers for pdp11 platform.
4109
4110 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
4111
4112         * MAINTAINERS: Move myself from 'Write After Approval' to
4113         'Various Maintainers' section as libffi testsuite maintainer.
4114
4115 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
4116
4117         * configure.in: Pass a computed --program-transform-name
4118         to subconfigures.
4119         * configure: Regenerated.
4120
4121 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
4122
4123         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
4124         * Makefile.in: Regenerate.
4125
4126         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
4127         * Makefile.in: Regenerate.
4128
4129 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
4130
4131         * MAINTAINERS: Move myself from 'Write After Approval'
4132         to 'Various Maintainers' (objective-c) section.
4133
4134 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
4135
4136         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
4137         quoting.
4138         * configure: Regenerated.
4139
4140 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
4141
4142         * MAINTAINERS (Write After Approval): Add myself to write after
4143         approval list.
4144
4145 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
4146
4147         * MAINTAINERS (Write After Approval): Add myself.
4148
4149 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
4150
4151         * MAINTAINERS: Update my e-mail address.
4152
4153 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
4154
4155         * libtool.m4 (LD): Correct powerpc64 host match.
4156
4157 2003-09-06  James E Wilson  <wilson@tuliptree.org>
4158
4159         * MAINTAINTERS: Update my affiliation and email address.
4160
4161 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4162
4163         * MAINTAINERS (Write After Approval): Add myself.
4164
4165 2003-09-04  DJ Delorie  <dj@redhat.com>
4166
4167         * configure: Regenerate.
4168
4169 2003-09-04  Robert Millan  <robertmh@gnu.org>
4170
4171         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
4172
4173 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4174
4175         * configure.in: Ensure arguments to sed are properly spaced.
4176         * configure: Regenerate.
4177
4178 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
4179
4180         * MAINTAINERS: Update my e-mail address.
4181
4182 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
4183
4184         * MAINTAINERS (Write After Approval): Add myself.
4185
4186 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
4187
4188         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
4189         * configure: Regenerated.
4190
4191 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4192
4193         * MAINTAINERS: Update my email address.
4194
4195 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
4196
4197         * configure.in:  Use newline instead of semicolon when assuming
4198         shell arguments in a for loop.
4199         * configure:  Regenerated.
4200
4201 2003-08-22  Jason Eckhardt  <jle@rice.edu>
4202
4203         * MAINTAINERS: Resurrect the i860 maintainer.
4204
4205 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
4206
4207         PR 8180
4208         * configure.in: When testing with_libs and with_headers, treat
4209         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
4210         * configure: Regenerate.
4211
4212         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
4213         make, shell, etc.
4214         (baseargs): Likewise.
4215         * configure: Regenerate.
4216
4217 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
4218
4219         * MAINTAINERS (Write After Approval): Add myself.
4220
4221 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
4222
4223         * configure.in: Disable libgcj for darwin not on powerpc.
4224         * configure: Rebuild.
4225
4226 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
4227
4228         * config-ml.in, symlink-tree: Add license.
4229
4230 2003-08-03  Richard Stallman  <rms@gnu.org>
4231             Eben Moglen  <moglen@columbia.edu>
4232
4233         * README.SCO: New file.
4234
4235 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
4236
4237         * Makefile.tpl (check, check-c++): Express dependencies using
4238         dependencies rather than commands.
4239         * Makefile.in: Regenerate.
4240
4241 2003-08-01  Andrew Cagney  <cagney@redhat.com>
4242
4243         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
4244         * configure: Ditto.
4245
4246 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
4247
4248         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
4249         * Makefile.in: Update.
4250
4251 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
4252
4253         * configure.in: Enable libgcj for darwin.
4254         * configure: Rebuild.
4255
4256 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
4257
4258         * config-ml.in:  Use ac_configure_args directly instead of
4259         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
4260         actually seen.
4261
4262 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4263
4264         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
4265         creating target and build subdirs to build all parent dirs as needed.
4266         * Makefile.in: Rebuild.
4267         * configure.in: Don't build dirs explicitly here.
4268         * configure: Rebuild.
4269
4270 2003-07-26  Paul Brook  <paul@nowt.org>
4271
4272         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
4273
4274 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
4275
4276         * Makefile.tpl (all-make): Depend on intl.
4277         * Makefile.in: Rebuilt.
4278
4279 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
4280
4281         * install-sh:  Update to newer upstream versions (associated with
4282         aclocal 1.7).
4283         * mkinstalldirs:  Likewise.
4284         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
4285
4286 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
4287
4288         * MAINTAINERS: Move self from Bug database only accounts
4289         to write-after-approval.
4290
4291 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4292
4293         * config.if: Remove unused libc_interface determination.
4294
4295 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4296
4297         * MAINTAINERS: Move self from write-after-approval to
4298         build machinery (*.in).
4299
4300 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4301
4302         PR bootstrap/11273
4303         PR bootstrap/11408
4304         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
4305         unused INSTALL_PROGRAM_ARGS.
4306         * configure.in: Use AC_PROG_INSTALL.
4307         * Makefile.in: Regenerate.
4308         * configure: Regenerate.
4309
4310 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
4311
4312         * MAINTAINERS: Alphabetize.
4313
4314 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
4315
4316         * configure: Rebuilt.
4317         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4318         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
4319         newlib nor libgloss.
4320         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
4321         * configure.in (am33_2.0-*-linux*): Added.
4322
4323 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
4324
4325         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
4326         * configure: Regenerate.
4327
4328 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
4329
4330         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
4331         * Makefile.in: Regenerate.
4332
4333 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
4334
4335         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
4336         * Makefile.in: Regenerate.
4337
4338 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
4339
4340         * Makefile.tpl: Replace PWD with PWD_COMMAND.
4341         * Makefile.in: Regenerated.
4342
4343         * config-ml.in: Replace PWD with PWD_COMMAND.
4344
4345 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
4346
4347         * intl: New directory; see intl/ChangeLog for details.
4348         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
4349         * Makefile.tpl: all-gcc depends on maybe-all-intl.
4350         * Makefile.in: Regenerate.
4351
4352 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4353
4354         * configure.in: Clean up config-lang.in handling.  Delete
4355         useless assignment to "subdirs".
4356         * configure: Regenerate.
4357
4358 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
4359
4360         * configure.in: Rename 'target_libs' to 'target_libraries'.
4361         Remove useless reference to 'target_libs'.
4362         * configure: Regenerate.
4363
4364 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
4365
4366         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
4367         * Makefile.in: Regenerate.
4368
4369 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4370
4371         * Makefile.def: Introduce flags_to_pass.
4372         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
4373         * Makefile.in: Regenerate.
4374
4375 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
4376
4377         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
4378         and target-libgloss.
4379         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
4380         <h8300*-*-*>: Disable libf2c and ${libgcj}.
4381         * configure: Regenerate.
4382
4383 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
4384
4385         * configure.in: Update testsuite_flags to new location.
4386         * configure. Regenerate.
4387
4388 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4389
4390         * Makefile.tpl: Remove BUILD_CC stuff.
4391         * Makefile.in: Regenerate.
4392
4393 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4394
4395         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
4396
4397 2003-06-16  Graeme Peterson <gp@qnx.com>
4398
4399         * MAINTAINERS (Write After Approval): Add myself.
4400
4401 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
4402
4403         * config.guess: Update to 2003-06-12 version.
4404         * config.sub: Update to 2003-06-13 version.
4405
4406 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
4407
4408         * config.guess: Update to 2003-06-06 version.
4409         * config.sub: Update to 2003-06-06 version.
4410
4411 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4412
4413         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
4414         * configure. Regenerate.
4415
4416 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4417
4418         * configure.in: Disable serial configure by default.
4419         * configure: Regenerate.
4420         * Makefile.tpl: Abolish .NOTPARALLEL.
4421         * Makefile.in: Regenerate.
4422
4423         * Makefile.tpl: Replace {build,host,target}_canonical by
4424         {build,host,target}.
4425         * Makefile.in: Regenerate.
4426
4427         * Makefile.tpl: Fix stupid pasto.
4428         * Makefile.in: Regenerate.
4429
4430 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4431
4432         * Makefile.tpl: Remove bogus conditional.
4433         * Makefile.in: Regenerate.
4434
4435 2003-06-05  Jan Hubicka  <jh@suse.cz>
4436
4437         * Makefile.tpl (profiledbootstrap): New target.
4438         * Makefile.in (profiledbootstrap): New target.
4439
4440 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
4441
4442         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
4443         Pinski. Remove user names from other bugzilla-only maintainers.
4444
4445 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4446
4447         * Makefile.tpl: Make 'recursive targets' using autogen rather
4448         than shell loop.  Remove duplicate 'clean' targets and false
4449         comments.
4450         * Makefile.def: Add systematic dependencies to 'recursive' targets.
4451         Add systematic method of specifying missing targets in subdirs.
4452         Add copyright boilerplate.
4453         * Makefile.in: Regenerate.
4454         * configure.in: Add 'recursive targets' to maybe list.
4455         * configure: Regenerate.
4456
4457         * MAINTAINERS: "GNATS only" -> "Bug database only".
4458
4459         * Makefile.tpl: Rename [+target+] to [+make_target+].
4460         * Makefile.def: Rename 'target' to 'make_target'.
4461
4462 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
4463
4464         * MAINTAINERS: Add self as options handling maintainer.
4465
4466 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
4467
4468         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
4469         been too long since I touched those ports.
4470
4471 2003-05-28  DJ Delorie  <dj@redhat.com>
4472
4473         * Makefile.tpl: Make maybe-check-gcc .PHONY.
4474         * Makefile.in: Regenerate.
4475
4476 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4477
4478         * configure.in: Use curly braces in the definition of tooldir.
4479         * configure: Regenerate.
4480
4481 2003-05-21  DJ Delorie  <dj@redhat.com>
4482
4483         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
4484         newlib or libgloss.
4485         * Makefile.in: Regenerate.
4486
4487 2003-05-21  DJ Delorie  <dj@redhat.com>
4488
4489         * Makefile.tpl: Add missing empty maybe-check-gcc target.
4490         * Makefile.in: Regenerate.
4491
4492 2003-05-20  Ian Lance Taylor  <ian@airs.com>
4493
4494         * MAINTAINERS: Update my e-mail address.
4495
4496 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4497
4498         * configure.in: Switch more things to use maybe dependencies.
4499         * Makefile.tpl: Switch more things to use maybe dependencies.
4500         Factor out common code from autogen IF statements.
4501         * configure: Regenerate.
4502         * Makefile.in: Regenerate.
4503
4504 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
4505
4506         * configure.in: Accept i[3456789]86 for machine type.
4507         * configure: Regenerate.
4508
4509 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4510
4511         * configure.in: Switch more things to use maybe dependencies.
4512         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
4513         * configure: Regenerate.
4514         * Makefile.tpl: Switch more things to use maybe dependencies.
4515         * Makefile.in: Regenerate.
4516
4517 2003-05-16  Andreas Schwab  <schwab@suse.de>
4518
4519         * Makefile.tpl (install-opcodes): Define.
4520         * Makefile.in: Rebuild.
4521
4522 2003-05-13  Andreas Jaeger  <aj@suse.de>
4523
4524         * config.guess: Update to 2003-05-09 version.
4525         * config.sub: Update to 2003-05-09 version.
4526
4527 2003-05-13  Michael Eager <eager@mvista.com>
4528
4529         * configure.in: Correct sed script so that options in quotes are not
4530         deleted.
4531         * configure: Rebuild.
4532
4533 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
4534
4535         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
4536         and $$s/newlib/libc/sys/cygwin32 include paths.
4537         * configure: Ditto.
4538
4539 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
4540
4541         * MAINTAINERS: Update my email addresses.
4542
4543 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
4544
4545         * config-ml.in: Propagate INSTALL variables.
4546
4547 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4548
4549         * MAINTAINERS: Remove duplicate entries in Write After Approval.
4550
4551 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
4552
4553         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
4554         * Makefile.in: Regenerate.
4555
4556 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
4557
4558         * MAINTAINERS (GNATS only): Add Falk Hueffner.
4559
4560 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
4561
4562         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
4563
4564 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
4565
4566         * Makefile.tpl: Clean $(BUILD_SUBDIR).
4567         * Makefile.in: Regenerated.
4568
4569 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
4570
4571         * MAINTAINERS (Write After Approval): Upgrade myself from
4572         GNATS only to write-after-approval. Update my mail address.
4573
4574 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
4575
4576         (OS Port Maintainers: freebsd): Add myself.
4577
4578 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
4579
4580         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
4581
4582 2003-04-22  Kean Johnston  <jkj@sco.com>
4583
4584         * MAINTAINERS (SCO ports): Added myself.
4585
4586 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
4587
4588         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
4589
4590 2003-04-19  Kean Johnston  <jkj@sco.com>
4591
4592         * MAINTAINERS (Write After Approval): Add myself.
4593
4594 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4595
4596         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
4597         * Makefile.in: Regenerate.
4598
4599 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
4600
4601         * configure.in (powerpc64*-*-linux*): Remove.
4602         * configure: Rebuilt.
4603
4604 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
4605
4606         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
4607         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
4608         and restrap.
4609         * Makefile.in:  Regenerate.
4610
4611 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
4612
4613         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
4614         * configure: Regenerated.
4615
4616 2003-04-15  DJ Delorie  <dj@redhat.com>
4617
4618         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
4619
4620 2003-04-13  Nick Clifton  <nickc@redhat.com>
4621
4622         * config-ml.in: Remove support for --disable-aix removing
4623         call-aix multilibs.
4624
4625 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
4626
4627         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
4628         * */configure: Rebuilt.
4629
4630 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
4631
4632         * MAINTAINERS: Add my email address.
4633
4634 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
4635
4636         * MAINTAINERS (Write After Approval): Add myself.
4637
4638 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4639
4640         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
4641         * Makefile.in: Regenerate.
4642
4643 2003-03-14  Michael Chastain  <mec@shout.net>
4644
4645         * Makefile.in: Regenerate with correct Makefile.def.
4646
4647 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4648
4649         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
4650         Make macro.
4651         * Makefile.in: Regenerate.
4652         * configure.in: Clean up gxx_include_dir logic.
4653         * configure: Regenerate.
4654
4655 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
4656
4657         * MAINTAINERS (Write After Approval): Add myself.
4658
4659 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
4660
4661         * MAINTAINERS: Update my mail address.
4662
4663 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4664
4665         * configure.in (gxx_include_dir): Fix typo.
4666         * configure: Regenerated.
4667
4668 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
4669
4670         * Makefile.tpl: Reindent.
4671         * Makefile.in: Regenerate.
4672         * configure.in: Reindent.  Don't set unused variables.
4673         * configure: Regenerate.
4674
4675 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
4676
4677         * configure.in: Include $(build_tooldir)/sys-include in
4678         FLAGS_FOR_TARGET.
4679         * configure: Regenerated.
4680
4681 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
4682
4683         * Makefile.tpl: Always pass down RANLIB.
4684         * Makefile.in: Regenerate.
4685
4686         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
4687         * Makefile.in: Regenerate.
4688         * configure.in: Remove unused logic relating to --enable-shared
4689         and --enable-threads.  Remove bogus comments.  Remove redundant
4690         noconfigdirs.
4691         * configure: Regenerate.
4692
4693         * configure.in: Replace ${libstdcxx_version} by its value.
4694         Remove reference to mh-dgux.
4695         * configure: Regenerate.
4696
4697 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
4698
4699         * MAINTAINERS (Write After Approval): Add myself.
4700
4701 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4702
4703         * Makefile.tpl: Rearrange.
4704         * Makefile.in: Regenerate.
4705
4706 2003-02-25  Uwe Stieber <uwe@wwws.de>
4707
4708         * configure.in: Add support for kaOS as cross build target system.
4709         * configure: Regenerated.
4710
4711 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
4712
4713         * MAINTAINERS (Write after approval): Add myself.
4714
4715 2003-02-21  James E Wilson  <wilson@tuliptree.org>
4716
4717         * MAINTAINERS: Update my email address.
4718
4719 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
4720
4721         * MAINTAINERS: Add self to blanket write privs. section.
4722
4723 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
4724
4725         * Makefile.tpl: Add definition of CPPFLAGS to pass into
4726         configure-target-* as some target builds may require additional
4727         flags for preprocessor tests.
4728         * Makefile.in: Regenerated.
4729
4730 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
4731
4732         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
4733         * ltconfig: Handle it.
4734         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
4735         auto-detecting it.
4736
4737         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
4738         it is used as argument to $CC.
4739         * ltcf-gcj.sh: Likewise.
4740
4741         * configure.in: Introduce --enable-maintainer-mode.
4742         * configure: Rebuilt.
4743         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
4744         for maintainer mode.
4745         * Makefile.in: Rebuilt.
4746
4747 2003-02-18  Jason Merrill  <jason@redhat.com>
4748
4749         * Makefile.tpl (check-c++): Allow parallelism.
4750
4751 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4752
4753         * MAINTAINERS: Remove John Carr (who never actually had access to
4754         gcc.gnu.org).
4755
4756 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
4757
4758         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
4759         don't configure target-libobjc.
4760         * configure: Regenerate.
4761
4762 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4763
4764         * Makefile.tpl (RANLIB): Define.
4765         * Makefile.in: Regenerate.
4766
4767 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
4768
4769         * MAINTAINERS: Update my email.
4770
4771 2003-02-06  Keith R Seitz  <keiths@redhat.com>
4772
4773         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
4774         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
4775         * Makefile.in: Regenerated.
4776         * configure.in: Remove all traces of snavigator, db, and grep.
4777         * configure: Regenerated.
4778
4779 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4780
4781         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
4782         After Approval.
4783
4784 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
4785
4786         * MAINTAINERS (Write after approval): Add myself.
4787
4788 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
4789
4790         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
4791         * Makefile.in: Regenerated.
4792
4793 2003-01-30  Roger Sayle  <roger@eyesopen.com>
4794
4795         * config.guess: Updated to 2003-01-30's version.
4796         * config.sub: Updated to 2003-01-28's version.
4797
4798 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
4799
4800         * config.if: If gcc_version is already set, just use it.  Don't set
4801         gcc_version_trigger if it's already set, otherwise set it to
4802         gcc/version.c, but only if the file exists.  If it is not set and
4803         gcc/version.c does not exist, try to extract the version number from
4804         $CC.
4805
4806 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
4807
4808         * MAINTAINERS: Add myself to write-after-approval list.
4809
4810 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
4811
4812         * configure.in:  Revert 24Jan change.
4813         * configure:  Regenerate.
4814
4815 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4816
4817         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
4818         entry of HJ Lu.
4819
4820 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4821
4822         * configure.in: Revert previous change.
4823         * configure: Regenerate.
4824
4825 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4826
4827         * configure.in: Make rda native-only.
4828         * configure: Regenerate.
4829
4830 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4831
4832         * MAINTAINERS: Move myself from GNATS-only-accounts to
4833         write-after-approval.
4834
4835 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4836
4837         * configure.in: Add missing \.
4838         * configure: Rebuilt.
4839
4840 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
4841
4842         * configure.in (baseargs): Avoid using \| in sed regular
4843         expressions.
4844         * configure: Rebuilt.
4845
4846 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
4847
4848         * configure.in (baseargs): Remove all supported forms of
4849         --cache-file, --srcdir, --host, --build and --target options
4850         from argument lists.
4851         * configure: Rebuilt.
4852
4853 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
4854
4855         * MAINTAINERS: Add myself to write-after-approval list.
4856
4857 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
4858
4859         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
4860         * configure: Rebuilt.
4861
4862 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4863
4864         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
4865         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
4866         * Makefile.in: Regenerate.
4867         * configure: Regenerate.
4868
4869 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
4870
4871         * configure.in: Remove Makefile in build, host and target modules
4872         unless configure was run with --no-recursion.
4873         * configure: Rebuilt.
4874
4875 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
4876
4877         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
4878         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
4879         * Makefile.in: Regenerate.
4880
4881 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
4882
4883         * config.guess: Update to 2003-01-03 version.
4884         * config.sub: Update to 2003-01-03 version.
4885
4886 2003-01-07  Christopher Faylor  <cgf@redhat.com>
4887
4888         * configure: Regenerate with proper autoconf 2.13.
4889
4890 2003-01-07  Christopher Faylor  <cgf@redhat.com>
4891
4892         * configure.in: Add AC_PREREQ for consistency.
4893         * configure: Regenerate.
4894
4895 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
4896
4897         * configure.in (GDB_TK): Add tcl directories conditional on
4898         gdb/gdbtk directory being present.
4899         * configure: Regenerate.
4900
4901 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
4902
4903         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
4904         by gcc if LD is not defined and we are not doing a Canadian Cross.
4905         * configure: Rebuilt.
4906
4907 2002-12-31  Tom Tromey  <tromey@redhat.com>
4908
4909         * Makefile.in: Rebuilt.
4910         * Makefile.def (target_modules) [libffi]: Allow installation.
4911
4912 2002-12-31  Andreas Schwab  <schwab@suse.de>
4913
4914         * configure.in: Fix use of $program_transform_name.
4915         * configure: Regenerated.
4916
4917 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
4918
4919         * configure.in (baseargs): Don't remove first configure argument.
4920         * configure: Regenerated.
4921
4922 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
4923
4924         * Makefile.tpl (local-distclean): Don't remove...
4925         (multilib.ts): ... this.  Moved into...
4926         (multilib.out): ... this.  Don't use sub-make.
4927         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
4928         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
4929         (configure-build-[+module+], configure-[+module+],
4930         configure-target-[+module+], configure-gcc): ... these.  Test
4931         for Makefile existence.  Drop config.status from dependencies.
4932         * Makefile.in: Rebuilt.
4933         * configure.in: Move gcc-version-trigger to the end of
4934         ac_configure_args.  Add comments to maybedep.tmp and
4935         serdep.tmp.  Introduce --disable-serial-configure.  Remove
4936         nonopt from baseargs, matching and removing corresponding
4937         whitespace while at it.
4938         * configure: Rebuilt.
4939
4940 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4941
4942         * configure.in (host_configargs): Replace reference to
4943         no-longer-defined buildopts with --build=${build_alias}.
4944         * configure: Rebuilt.
4945
4946         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
4947         program_transform_name to standard idiom.
4948         (AUTOGEN, AUTOCONF): Define.
4949         (Makefile.in): Use $(AUTOGEN).
4950         (Makefile): Depend on config.status, and use autoconf-style rule to
4951         build it.  Move original commands to...
4952         (config.status): ... this new target.
4953         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
4954         $(AUTOCONF).
4955         * Makefile.in: Rebuilt.
4956
4957 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4958
4959         * Makefile.tpl: Fix dramatic bustage due to change in
4960         program_transform_name.
4961         * Makefile.in: Regenerate.
4962
4963         * configure.in: Remove unnecessary PATH setting.
4964         * configure: Regnerate.
4965
4966         * configure.in: Don't default to unprefixed tools unless
4967         the native tools will work.
4968         * configure: Regenerate.
4969
4970         * configure.in: Convert to autoconf script.  Blow away lots
4971         of now-redundant Makefile fragments.
4972         * configure: Generate using Autoconf.
4973         * Makefile.tpl: Rewrite to reflect autoconfiscation.
4974         * Makefile.in: Regenerate.
4975
4976 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4977
4978         * configure: Fix stupid bug where RANLIB was mistakenly included.
4979
4980         * configure.in: Rename (buildargs, hostargs, targargs) to
4981         (build_configargs, host_configargs, target_configargs).
4982
4983         * configure.in: Move logic out of sed statement.
4984
4985         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
4986         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
4987
4988 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
4989
4990         * config.sub: Import from master repository
4991         * config.guess: Ditto
4992
4993 2002-12-24  Andreas Schwab  <schwab@suse.de>
4994
4995         * Makefile.tpl (multilib.out): Fix missing space.
4996         * Makefile.in: Regenerate.
4997
4998 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4999
5000         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
5001         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
5002         * Makefile.in: Regenerate.
5003         * configure.in: Remove unnecessary leftovers.
5004
5005 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
5006
5007         * configure.in (extra_ranlibflags_for_target): New variable.
5008         (*-*-darwin): Add -c to ranlib commands.
5009         * configure (tooldir): Handle extra_ranlibflags_for_target.
5010
5011 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5012
5013         * Makefile.tpl: Revert HJL's change.
5014         * Makefile.in: Regenerated.
5015         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5016         always.
5017
5018 2002-12-19  Andreas Schwab  <schwab@suse.de>
5019
5020         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5021         * Makefile.in: Regenerate.
5022
5023 2002-12-18  H.J. Lu <hjl@gnu.org>
5024
5025         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5026         * Makefile.in: Regenerated.
5027
5028         * configure.in (build_prefix): New. Substitute.
5029
5030 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5031
5032         * Makefile.tpl: Don't let real targets depend on phony targets.
5033         * Makefile.in: Regenerate.
5034
5035         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5036         * Makefile.in: Regenerate.
5037
5038 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
5039
5040         * config.sub: Import from master repository
5041         * config.guess: Ditto
5042
5043 2002-12-16  Jason Merrill  <jason@redhat.com>
5044
5045         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5046         previous 'make bootstrap'.
5047         * Makefile.in: Regenerate.
5048
5049 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
5050
5051         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5052
5053 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5054
5055         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5056         * Makefile.in: Regenerate.
5057
5058 2002-12-13  Jason Merrill  <jason@redhat.com>
5059
5060         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
5061         library tests.
5062         (check-c++): Just depend on it and check-target-libstdc++-v3.
5063         * Makefile.in: Regenerate.
5064
5065 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5066
5067         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5068         * Makefile.in: Rebuilt.
5069
5070 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5071
5072         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
5073
5074 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5075
5076         * configure: Fix bug put in by gremlins.
5077
5078         * Makefile.tpl: Substitute more autoconfily.
5079         * configure: Substitute more autoconfily.
5080         * Makefile.in: Regenerate.
5081
5082 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
5083
5084         * config.sub: Import from master repository
5085         * config.guess: Ditto
5086         * MAINTAINERS: Added Svein Seldal under write after approval
5087
5088 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
5089
5090         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5091         * Makefile.in (all-sim): Ditto.
5092
5093 2002-12-06  DJ Delorie  <dj@redhat.com>
5094
5095         * Makefile.tpl: Change configure dependencies to not have real
5096         targets depend on phony targets.
5097
5098 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
5099
5100         * configure.in: Revert unintentional change.
5101
5102         * Makefile.tpl: Change dependency for */multilib.out so that
5103         it works when gcc isn't in the tree.
5104
5105         * configure.in: Substitute more.
5106         * configure: Run subconfigures from the Makefile.
5107         * Makefile.tpl: Run subconfigures from the Makefile; add a few
5108         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
5109
5110 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5111
5112         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
5113
5114 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5115
5116         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5117         and corresponding dependencies.
5118         * Makefile.in: Regenerate.
5119
5120         * configure.in (host_tools): Order binutils, gas and ld for
5121         convenience in running the testsuites.
5122
5123         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5124         * Makefile.in: Regenerate.
5125         * configure.in: Introduce rules to serialize subconfigure runs.
5126
5127         * configure.in: Introduce BASE_CC_FOR_TARGET.
5128         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
5129         Realize configure-build-* targets.  Realize configure-target-* targets.
5130         * Makefile.in: Regenerate.
5131
5132 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5133
5134         * configure: Move gcc_version_trigger stuff from here...
5135         * configure.in: ...to here.
5136
5137         * configure.in: Separate subconfigure options added by this file from
5138         options given by the user.  Add machinery to put args for host
5139         subconfigures into the Makefile.
5140
5141         * Makefile.tpl: Remove 'vault' targets.
5142         * Makefile.tpl: Reorder and comment dependencies.
5143         * Makefile.in: Regenerate.
5144
5145 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5146         * configure.in: Fix my broken commit of previous patch. (sigh)
5147
5148 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
5149
5150         * configure.in: Move host-specific darwin noconfigdirs into
5151         the host-specific section.
5152
5153 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
5154
5155         * configure.in: Move host-specific darwin noconfigdirs into
5156         the host-specific section.
5157
5158 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5159
5160         * configure: Remove skip-this-dir support.
5161         * Makefile.tpl: Remove skip-this-dir support.
5162
5163         * Makefile.tpl: Remove leftover support for non-autoconfiscated
5164         subdirectories.
5165         * Makefile.in: Regenerate.
5166
5167         * Makefile.tpl: Strip out useless setting of 'dir'.
5168         * Makefile.in: Regenerate.
5169
5170 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5171
5172         * configure.in: Fix deeply stupid bug.
5173
5174         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5175         shell code in CXX_FOR_TARGET
5176         * Makefile.def: Introduce raw_cxx.
5177         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
5178         RAW_CXX_FOR_TARGET.
5179         * Makefile.in: Regenerate.
5180
5181 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
5182
5183         * Makefile.tpl: Remove unnecessary ifs.
5184         * Makefile.in: Regenerate.
5185
5186         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
5187         dependencies.  Maybe-ize build-libiberty.  Create dummy install
5188         targets for 'no_install' modules.
5189         * configure: Move GDB_TK substitution to configure.in.  Move
5190         build_modules stuff to configure.in.
5191         * configure.in: Implement soft dependency machinery.  Maybe-ize
5192         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
5193         * Makefile.in: Regenerate.
5194
5195 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5196
5197         * Makefile.tpl: Make all-target, install-target behave similarly
5198         to all, install (only hitting configured targets).  Eliminate
5199         unused macro defintions.
5200
5201         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
5202         build != host.
5203
5204         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
5205
5206         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
5207
5208         * configure.in: Produce lists of subdir targets we're actually
5209         configuring.  Remove references to "dosrel".
5210         * Makefile.tpl: Let configure set which subdir targets are hit.
5211         Remove install-cross; clean up install; remove ALL.  Remove
5212         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
5213         Autogenerate host module targets.  Remove empty dependency lines
5214         and redundant dependency; rearrange slightly.
5215         * Makefile.def: Add host-side libtermcap, utils.
5216
5217         * Makefile.in: Regenerate.
5218
5219 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5220
5221         * ltconfig (osf[345]): Append $major to soname_spec.
5222         Reflect this in library_names_spec.
5223         * ltmain.sh (osf): Prefix $major with . for use as extension.
5224
5225 2002-11-19  Andreas Jaeger  <aj@suse.de>
5226
5227         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
5228         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
5229         and sparc64 GNU/Linux systems.
5230
5231 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
5232
5233         * MAINTAINERS: Update email.
5234
5235 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5236
5237         * MAINTAINERS: Complete James Dennett's entry.
5238
5239 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
5240
5241         * MAINTAINERS (Write After Approval): Add myself.
5242
5243 2002-11-13  Bruce Korb  <bkorb@gnu.org>
5244
5245         * Makefile.tpl: syntactic cleanup
5246
5247 2002-11-13 Stuart Hastings <stuart@apple.com>
5248
5249         * MAINTAINERS: Add myself to write-after-approval list.
5250
5251 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5252
5253         * Makefile.def: Add list of recursive targets to autogenerate.
5254         Add build_modules.
5255         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
5256         targets.  Autogenerate *-build-* targets.
5257         * Makefile.in: Regenerate.
5258
5259 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5260
5261         * configure: More autoconf-style substitutions.
5262         * Makefile.tpl: More autoconf-style substitutions.
5263         * Makefile.in: Regenerate.
5264
5265 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5266
5267         * configure: Substitute more variables in a more autoconf-friendly
5268         way.  Simplify slightly.
5269         * Makefile.tpl: Make more variables substitutable in an
5270         autoconf-friendly way.
5271         * Makefile.in: Regenerate.
5272
5273 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
5274
5275         * MAINTAINERS (Write After Approval): Add myself.
5276
5277 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5278
5279         * configure.in (v810*): Remove special setting of tools.
5280
5281         * configure: Add support for extra required flags for ar or nm.
5282         * configure.in (aix4.3+): Use above support for target-specific
5283         issues, rather than using config/mt-aix43.
5284
5285 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5286
5287         * configure: Remove 'removing', which doesn't work.  Replace $subdir
5288         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
5289         with $srcdir.  Reformat indentation.  Substitute some variables
5290         formerly hard-coded in the Makefile for build=host.
5291         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
5292         * Makefile.def: Autogenerate more.
5293         * Makefile.in: Regenerate.
5294
5295 2002-11-04  Adam Nemet  <anemet@lnxw.com>
5296
5297         * MAINTAINERS (Write After Approval): Add myself.
5298
5299 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
5300
5301         * Makefile.def (host_modules): Add rda.
5302         * Makefile.in: Regenerate.
5303         * configure.in (target_tool): Add target-rda to list.
5304
5305 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5306
5307         * MAINTAINERS: Remove "co-maintainer" note for web pages.
5308
5309 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
5310
5311         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
5312         and restrap targets to this rule.
5313         * Makefile.in:  Regenerate.
5314
5315 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5316
5317         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
5318         GNATS only accounts.
5319
5320 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
5321
5322         * configure.in (i[3456]86-*-linux*): Add check to disable
5323         ${libgcj} for glibc1.
5324
5325 2002-10-24  Denis Chertykov  <denisc@overta.ru>
5326
5327         * MAINTAINERS: Add myself as ip2k port maintainer.
5328
5329 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
5330
5331         * configure.in: Add tic4x target.
5332
5333 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5334
5335         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
5336         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
5337         * Makefile.in: Regenerate.
5338
5339         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
5340         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
5341         * Makefile.in: Regenerate.
5342
5343 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
5344
5345         * MAINTAINERS: Add myself as web pages co-maintainer.
5346
5347 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5348
5349         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
5350         * Makefile.in: Regenerate.
5351
5352 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
5353
5354         * MAINTAINERS: Add myself and Nathan Sidwell
5355         <nathan@codesourcery.com> as VxWorks maintainers.
5356
5357 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5358
5359         * Makefile.def: Remove order dependency comments.
5360         * Makefile.tpl: Add explicit install-install dependencies.
5361         * Makefile.in: Regenerate.
5362
5363         * Makefile.tpl: Remove material now in src-release.  (Finally!)
5364         * Makefile.in: Regenerate.
5365
5366         * Makefile.tpl: Add configure-target (for src-release in src)
5367         * Makefile.in: Regenerate.
5368
5369 2002-09-30  Nick Clifton  <nickc@redhat.com>
5370
5371         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
5372
5373 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
5374
5375         * configure.in (s390*-*-linux*): Enable libgcj.
5376
5377 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5378
5379         * configure: Revert accidentally applied changes.
5380
5381         * Makefile.tpl: Make more autoconf-friendly.
5382         * Makefile.in: Regenerate.
5383         * configure: Make substitution more autoconf-like.
5384
5385 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
5386
5387         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
5388         single entry to handle all these.
5389         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
5390         libjava on arm-*-elf.
5391
5392 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
5393
5394         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
5395         things that depend on them.
5396
5397 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
5398
5399         * Makefile.tpl: Make subsituted variables more autoconfy.
5400         * Makefile.in: Regenerate.
5401         * configure: Make seds more autoconfy.
5402
5403 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
5404
5405         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
5406         * Makefile.in: Regenerate.
5407         * configure.in: Rewrite sed statements to look autoconfy.
5408
5409         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
5410         all-target-foo on configure-target-foo.
5411         * Makefile.def: Ditto.
5412         * Makefile.in: Rebuild.
5413
5414 2002-09-25  Andrew Haley  <aph@redhat.com>
5415
5416         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
5417
5418 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5419
5420         * Makefile.def: New file.
5421         * Makefile.tpl: New file.
5422         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
5423         * contrib/gcc_update: Note that Makefile.in is a generated file.
5424
5425         * configure.in: Minor rearrangement.  Simplify tests.
5426
5427 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
5428
5429         * configure.in (with_headers): Skip copy if value is "yes".
5430         (with_libs): Likewise.
5431
5432 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5433
5434         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
5435         * configure.in (sh*-*-pe*): Ditto.
5436         * configure.in (mips*-*-pe*): Ditto.
5437         * configure.in (*arm-wince-pe): Ditto.
5438
5439         * configure.in: Rearrange.
5440
5441 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
5442
5443         * MAINTAINERS: Update my email address.
5444
5445 2002-08-30  Paul Koning  <pkoning@equallogic.com>
5446
5447         * MAINTAINERS: (Write After Approval): Add myself.
5448
5449 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
5450
5451         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
5452
5453 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
5454
5455         * MAINTAINERS: Change my mailing address.
5456
5457 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
5458
5459         * MAINTAINERS (Write After Approval): Remove myself.
5460         (Various Maintainers: c++ runtime libs): Add myself.
5461
5462 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
5463
5464         * MAINTAINERS (Write After Approval): Remove myself.
5465         (Various Maintainers: c++ runtime libs): Add myself.
5466
5467 2002-08-15  Eric Christopher  <echristo@redhat.com>
5468
5469         * config.sub: Import from master repository.
5470         * config.guess: Ditto.
5471
5472 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
5473
5474         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
5475         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
5476         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
5477
5478 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
5479
5480         * MAINTAINERS: Add self to rs6000 vector extensions.
5481
5482 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
5483
5484         * libiberty/configure: Reverted unintended yesterday's check in.
5485
5486 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
5487
5488         * boehm-gc/configure, libf2c/configure: Rebuilt.
5489         * libffi/configure, libiberty/configure: Ditto.
5490         * libjava/configure, libobjc/configure: Ditto.
5491         * libstdc++-v3/configure, zlib/configure: Ditto.
5492         Merged from binutils:
5493         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
5494         From Steve Ellcey <sje@cup.hp.com>:
5495         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
5496         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
5497         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
5498         IA64.
5499         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
5500         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
5501         soname_spec, sys_lib_search_path_spec): Ditto.
5502
5503 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
5504
5505         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
5506
5507 2002-08-04  H.J. Lu  (hjl@gnu.org)
5508
5509         * configure.in (mips*-*-linux*): Don't skip target-libffi.
5510
5511 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
5512
5513         * MAINTAINERS (Write After Approval): Add myself.
5514
5515 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
5516
5517         * configure.in: Move generic linux case to end.  Copy generic
5518         linux noconfigdirs to mips*-*-linux* entry and new
5519         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
5520
5521 2002-07-19  Michael Matz  <matz@suse.de>
5522
5523         * MAINTAINERS: Add myself as ra* maintainer.
5524
5525 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
5526
5527         * config.guess: Update to 2002-07-09 version.
5528         * config.sub: Update to 2002-07-03 version.
5529
5530 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
5531
5532         * MAINTAINERS: Fix typo in a maintainer email address.
5533
5534 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5535
5536         * configure.in: Remove two redundant tests.
5537
5538 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5539
5540         * configure.in (mips*-*-irix6*o32): Enable stabs.
5541
5542 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
5543
5544         * configure.in: Don't build grez.
5545         * Makefile.in: Ditto.
5546
5547         * Makefile.in: Remove references to bsp, cygmon, libstub.
5548         * configure.in: Ditto.
5549
5550         * configure.in: Remove leftover reference to gdbtest.
5551
5552 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
5553
5554         * configure.in (gxx_include_dir):  Change to match versioned
5555         C++ headers if --enable-version-specific-runtime-libs is used.
5556
5557 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
5558
5559         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
5560
5561 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5562
5563         * configure.in: Make --without-x work.
5564
5565 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5566
5567         * configure.in: Rearrange target Makefile fragment collection.
5568
5569         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
5570         cvs[src].
5571         * configure.in: Ditto.
5572
5573 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
5574
5575         * MAINTAINERS (Write After Approval): Update my e-mail address.
5576
5577 2002-06-24  Ben Elliston  <bje@redhat.com>
5578
5579         * configure.in (host_tools): Remove cgen.
5580
5581         * Makefile.in (all-cgen): Remove; runs from its source directory.
5582         (check-cgen, install-cgen, clean-cgen): Likewise.
5583         (all-opcodes): Do not depend on all-cgen.
5584         (all-sim): Likewise.
5585
5586 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
5587
5588         * Makefile.in: Eliminate 'apache' targets.
5589         * configure.in: Eliminate 'apache' targets.
5590
5591         * configure.in: Eliminate redundant tests.  Reorganize.
5592
5593         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
5594
5595         * config-ml.in: Eliminate references to Cygnus configure.
5596
5597         * Makefile.in: Eliminate references to building emacs.
5598
5599 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
5600
5601         * MAINTAINERS: Update my email address.
5602
5603 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
5604
5605         * config.if (libstdcxx_incdir): Version C++ headers.
5606         (cxx_incdir): Remove.
5607
5608 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
5609
5610         * MAINTAINERS (Write After Approval): Add self.
5611
5612 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
5613
5614         * configure.in: Add support for ip2k.
5615
5616 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
5617
5618         * configure.in: Fix AIX configury bug.
5619
5620 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
5621
5622         * MAINTAINERS (Write After Approval): Add self.
5623
5624 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
5625
5626         * configure.in: replace ${topsrcdir} with ${srcdir}
5627
5628         * configure.in: Move definition of libstdcxx_flags
5629         right above usage, rather than waaay earlier.
5630
5631         * configure.in: Pull definition of is_cross_compiler earlier.
5632
5633         * configure.in: Rearrange a little.
5634
5635         * configure.in: Remove references to librx.
5636         * Makefile.in: Remove references to librx.
5637
5638 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
5639
5640         * config.sub: Add support for avr target.
5641         Import from master sources, rev 1.255
5642
5643 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
5644
5645         * configure, .cvsignore:  Revert previous change...
5646         * Makefile:  ...delete.
5647
5648 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
5649
5650         * configure.in: Eliminate ${gasdir} variable.
5651
5652 2002-06-18  Dave Brolley  <brolley@redhat.com>
5653
5654         * configure.in: Add support for frv.
5655         * config.sub: Add support for frv.
5656
5657 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
5658
5659         * configure:  Remove garbage from previous commit.
5660
5661 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
5662
5663         * configure:  For in-source builds, make a subdir and re-exec there.
5664         * Makefile:  New file.  Pass targets through to build directory.
5665         * .cvsignore:  No longer ignore "Makefile".
5666
5667 2002-06-16  Douglas Rupp  <rupp@gnat.com>
5668
5669         * MAINTAINERS (Write After Approval): Add self.
5670
5671 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5672
5673         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
5674
5675 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
5676
5677         * configure.in (vax-*-netbsd*): Re-enable gas.
5678
5679 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
5680
5681         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
5682         BUILD_PREFIX_1, to correct nomenclature.
5683         * configure: Likewise.
5684
5685         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
5686         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
5687
5688 2002-05-31  Olaf Hering  <olh@suse.de>
5689
5690         * config-ml.in: Propogate DESTDIR also.
5691
5692 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
5693
5694         * configure.in (vax-*-netbsd*): Don't build gas for this
5695         platform.
5696
5697 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5698
5699         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5700         and libgcj for AVR.
5701
5702 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
5703
5704         * MAINTAINERS (Write After Approval): Add myself.
5705
5706 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
5707
5708         * config.guess: Update to 2002-05-22 version.
5709         * config.sub: Likewise.
5710
5711 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5712
5713         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
5714         * config-ml.in: Likewise.
5715         * configure: Likewise.
5716         * configure.in: Likewise.
5717
5718 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
5719
5720         * MAINTAINERS: Update my email address.
5721
5722 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
5723
5724         * configure.in: Simplify makefile fragment collection.
5725
5726         * configure.in: Remove code to build emacs.
5727
5728         * configure.in : Remove --srcdir argument from targargs and buildargs
5729         (it's always overridden in the Makefile anyway).  Rearrange a bit.
5730
5731         * configure: Move some logic to configure.in.
5732         * configure.in: Move some logic from configure.
5733
5734 2002-05-11  Tom Tromey  <tromey@redhat.com>
5735
5736         * MAINTAINERS: Reflect libgcj reality.
5737
5738 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
5739
5740         * Makefile.in: Honour DESTDIR.
5741
5742 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
5743
5744         * config.guess: Import 2002-03-20 version.
5745         * config.sub: Import 2002-04-26 version.
5746
5747 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5748
5749         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
5750
5751 2002-05-07  Tim Josling  <tej@melbpc.org.au>
5752
5753         * MAINTAINERS: Add self.
5754
5755 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
5756
5757         * ltmain.sh: Detect and handle object name conflicts
5758         while piecewise linking a static library.
5759
5760 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
5761
5762         * configure.in (noconfigdirs): Don't disable libgcj on
5763         sparc64-*-solaris* and sparcv9-*-solaris*.
5764
5765 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
5766
5767         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
5768
5769 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
5770
5771         * configure.in (FLAGS_FOR_TARGET): Do not add
5772         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
5773         on i[3456]86-*-linux*.
5774
5775 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
5776
5777         * configure.in (noconfigdirs): Replace [ ] with test.
5778
5779         * configure.in (noconfigdirs): Do not add target-newlib if
5780         target == i[3456]86-*-linux*, and host == target.
5781
5782 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
5783
5784         * configure.in: delete reference to absent file
5785
5786         * configure.in: replace '[' with 'test'
5787
5788         * configure.in: Eliminate references to gash.
5789         * Makefile.in: Eliminate references to gash.
5790
5791         * configure.in: remove useless references to 'pic' makefile fragments.
5792
5793         * configure.in: (*-*-windows*) Finish removing.
5794
5795         * configure.in: Eliminate redundant test for libgui.
5796
5797 2002-04-29  Roger Sayle  <roger@eyesopen.com>
5798
5799         * MAINTAINERS: Add self and realphabetize.  Update entries
5800         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
5801         entry for a29k port maintainer.
5802
5803 2002-04-26      Joel Sherrill <joel@OARcorp.com>
5804
5805         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
5806         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
5807
5808 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
5809
5810         * configure.in: remove references to dead files
5811
5812 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
5813
5814         * MAINTAINERS: Add information about purpose of this file.
5815
5816 2002-04-18  Tom Tromey  <tromey@redhat.com>
5817
5818         * configure.in: Disallow configuring libgcj when it is already
5819         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
5820         Solaris 2.8 by default.  For PR libgcj/6158.
5821
5822 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
5823
5824         * configure.in:  Move default CC setting out of config/mh-* fragments
5825         directly into here.
5826
5827 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
5828
5829         * configure.in: don't even try to configure or make a subdirectory
5830         if there's no configure script for it.
5831
5832 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
5833
5834         * MAINTAINERS: Remove chill maintainers.
5835         * Makefile.in (CHILLFLAGS): Remove.
5836         (CHILL_LIB): Remove.
5837         (TARGET_CONFIGDIRS): Remove libchill.
5838         (CHILL_FOR_TARGET): Remove.
5839         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
5840         CHILL_LIB.
5841         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
5842         (CHECK_TARGET_MODULES): Likewise.
5843         (INSTALL_TARGET_MODULES): Likewise.
5844         (CLEAN_TARGET_MODULES): Likewise.
5845         (configure-target-libchill): Remove.
5846         (all-target-libchill): Remove.
5847         * configure.in (target_libs): Remove target-libchill.
5848         Do not compute CHILL_FOR_TARGET.
5849         * libchill: Remove directory.
5850
5851 2002-04-11  DJ Delorie  <dj@redhat.com>
5852
5853         * Makefile.in, configure.in: Sync with binutils, entries
5854         follow...
5855
5856 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5857
5858         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
5859         (do-tar, do-bz2): New rules.
5860         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
5861         (gdb-tar): New rule.
5862         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
5863         (insight_dejagnu.tar): New rule.
5864         (insight.tar): New rule.
5865         (gdb+dejagnu.tar): New rule.
5866         (gdb.tar): New rule.
5867
5868 2002-02-01  Mo DeJong  <supermo@bayarea.net>
5869
5870         * Makefile.in: Add all-tix to deps for all-snavigator
5871         so that tix is built when building snavigator.
5872
5873 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
5874
5875         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
5876         ld and gdb are not supported.
5877
5878 2002-01-07  Mark Salter  <msalter@redhat.com>
5879
5880         * configure.in: Remove target-bsp and target-cygmon from arm builds.
5881         Allow target-libgloss to be built for arm, strongarm, and xscale.
5882
5883 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
5884
5885         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
5886         options for i[3456]86-pc-linux* native builds.
5887
5888 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
5889
5890         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
5891         files from .po files for a distribution.
5892
5893 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
5894
5895         * configure.in: Enable libstdc++-v3 for h8300 targets.
5896
5897 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
5898
5899         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
5900         version from bfd/.
5901
5902 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
5903
5904         * Makefile.in (VER): When present, extract the version number from
5905         the file version.in.
5906
5907 2001-05-24  Tom Rix <trix@redhat.com>
5908
5909         * configure.in : enable ld for aix
5910
5911 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5912
5913         * config.guess: Add linux target for S/390.
5914
5915 2000-11-07  Philip Blundell  <pb@futuretv.com>
5916
5917         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
5918
5919 2000-11-03  Philip Blundell  <pb@futuretv.com>
5920
5921         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
5922         files.
5923
5924 2001-01-15  Ben Elliston  <bje@redhat.com>
5925
5926         * configure.in (host_tools): Add sid.
5927         Always configure cgen.
5928
5929 2000-11-24  Nick Clifton  <nickc@redhat.com>
5930
5931         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
5932
5933
5934 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
5935
5936         * Makefile.in (ALL_MODULES): Add all-cgen.
5937         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
5938         (all-cgen): New target.
5939         (all-opcodes,all-sim): Depend on all-cgen.
5940         * configure.in (host_tools): Add cgen.
5941         Only configure cgen if --enable-cgen-maint.
5942
5943 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
5944
5945         * configure.in: Add *-*-freebsd* configurations.
5946
5947 2002-04-08  Tom Tromey  <tromey@redhat.com>
5948
5949         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
5950         Fixes PR libgcj/6068.
5951
5952 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
5953
5954         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
5955
5956 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5957
5958         * configure.in (alpha*-dec-osf*): Enable libgcj.
5959
5960 2003-03-27  Matthew Gingell <gingell@gnat.com>
5961
5962         * MAINTAINERS (Write After Approval): Add myself.
5963
5964 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
5965
5966         Fix for: PR bootstrap/3591, target/5676
5967         * configure.in (mcore-pe): Disable the configuration of
5968         libstdc++-v3 since exceptions are not supported.
5969
5970 2002-03-20  Anthony Green  <green@redhat.com>
5971
5972         * configure.in: Enable libgcj for xscale-elf target.
5973
5974 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
5975
5976         * MAINTAINERS:  Update my email address.
5977
5978 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
5979
5980         * ltmain.sh (relink_command): Fix typo in previous change.
5981
5982 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
5983
5984         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
5985         (relink_command): Added --tag flags.
5986         (mode=install): If relinking fails; error out.
5987
5988 2002-03-12  Richard Henderson  <rth@redhat.com>
5989
5990         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
5991         .NOTPARALLEL tag.
5992         (do-check): Rename from check.
5993         (check): Allow parallel check.
5994
5995 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
5996
5997         * MAINTAINERS: Add myself as maintainer for xtensa port.
5998         Fix alphabetical order in CPU port maintainer list.
5999         Remove myself from Write After Approval list.
6000
6001 2002-03-11  Richard Henderson  <rth@redhat.com>
6002
6003         * Makefile.in (.NOTPARALLEL): Add fake tag.
6004
6005 2002-03-07  H.J. Lu  (hjl@gnu.org)
6006
6007         * configure.in: Enable gprof for mips*-*-linux*.
6008
6009 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
6010
6011         * MAINTAINERS (Write After Approval): Add myself.
6012
6013 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6014
6015         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6016         libjava.
6017         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6018
6019 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
6020
6021         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6022         because its Makefile is there; test for the executable instead.
6023
6024 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
6025
6026         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6027         libstdc++-v3 and libjava.
6028
6029 2002-02-11  Adam Megacz <adam@xwt.org>
6030
6031         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6032         boehm-gc
6033
6034 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6035
6036         * config.guess: Updated to 2002-01-30's version.
6037         * config.sub: Updated to 2002-02-01's version.
6038         Contribute sh64-elf.
6039         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6040         * configure.in: Added sh64-*-*.
6041
6042 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
6043
6044         * MAINTAINERS: Belatedly add myself to write after approval list.
6045
6046 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
6047
6048         * MAINTAINERS: Put self in as maintainer for x86-64 port.
6049         Remove self as Write After Approval.
6050
6051 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
6052
6053         * MAINTAINERS: Put self in as maintainer for contrib/regression
6054         directory.
6055
6056 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
6057
6058         * MAINTAINERS:  Update my email address.
6059
6060 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
6061
6062         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
6063         target-libiberty, and target-libgloss.  Skip Java-related
6064         libraries if not supported for NetBSD on target CPU.
6065
6066 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
6067
6068         * install-sh: Use _inst.$$_ for temp file name.
6069
6070 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
6071
6072         * MAINTAINERS (Write After Approval): Move my contact info
6073         from here...
6074         (OS Port Maintainers): ...to here (netbsd).
6075
6076 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
6077
6078         * MAINTAINERS (Write After Approval): Add myself.
6079
6080 2002-01-17  H.J. Lu <hjl@gnu.org>
6081
6082         * Makefile.in (all-fastjar): Also depend on all-libiberty.
6083         (all-target-fastjar): Also depend on all-target-libiberty.
6084
6085 2002-01-16  H.J. Lu  (hjl@gnu.org)
6086
6087         * config.guess: Import from master sources, rev 1.225.
6088         * config.sub: Import from master sources, rev 1.238.
6089
6090 2002-01-16  Kazu Hirata  <kazu@hxi.com>
6091
6092         * MAINTAINERS (Write After Approval): Remove myself.
6093
6094 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
6095
6096         * MAINTAINERS (Write After Approval): Add myself.
6097
6098 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6099
6100         * MAINTAINERS: Add self as docs co-maintainer.
6101
6102 2001-12-11  Matthias Klose  <doko@debian.org>
6103
6104         * MAINTAINERS (Write After Approval): Add myself.
6105
6106 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
6107
6108         * MAINTAINERS: Update my email address.
6109
6110 2001-12-07  Turly O'Connor  <turly@apple.com>
6111         * MAINTAINERS (Write After Approval): Add myself.
6112         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
6113         (rs6000_initialize_trampoline): Call __trampoline_setup for
6114         ABI_DARWIN too.
6115         * darwin-tramp.asm: New file, implements __trampoline_setup.
6116         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
6117
6118 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
6119
6120         * MAINTAINERS (Write After Approval): Add myself.
6121
6122 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
6123
6124         * configure, configure.in: Use temp file for long sed commands.
6125
6126 2001-12-03  Laurent Guerby  <guerby@acm.org>
6127
6128         * config.sub: Update to version 1.232 on subversion.
6129
6130 2001-12-03  Ben Elliston  <bje@redhat.com>
6131
6132         * MAINTAINERS: Update mail address for config.* patches.
6133
6134 2001-11-27  DJ Delorie <dj@redhat.com>
6135             Zack Weinberg  <zack@codesourcery.com>
6136
6137         When build != host, create libiberty for the build machine.
6138
6139         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
6140         CONFIG_ARGUMENTS.
6141         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
6142         New variables.
6143         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
6144         and rules.
6145         (all.normal): Depend on ALL_BUILD_MODULES.
6146         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
6147         (all-build-libiberty): Depend on configure-build-libiberty.
6148
6149         * configure: Calculate and substitute proper value for
6150         ALL_BUILD_MODULES.
6151         * configure.in: Create the build subdirectory.
6152         Calculate and substitute TARGET_CONFIGARGS (formerly
6153         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
6154
6155 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
6156
6157         * MAINTAINERS (write-after-approval): Add self.
6158
6159 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6160
6161         * MAINTAINERS (GNATS only accounts): Remove self.
6162
6163 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
6164
6165         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6166         libf2c.
6167
6168 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6169
6170         * MAINTAINERS (Write After Approval): Add self.
6171
6172 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
6173
6174         * MAINTAINERS: mips and s390 are also CPU ports.
6175
6176 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
6177
6178         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
6179
6180 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
6181
6182         * MAINTAINERS: Alphabetize.
6183
6184 2001-11-09  Kazu Hirata  <kazu@hxi.com>
6185
6186         * MAINTAINERS (Various maintainers: h8 port): Add myself.
6187
6188 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6189
6190         * MAINTAINERS (Various maintainers: hppa port): Added myself.
6191
6192 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
6193
6194         * configure.in (--enable-languages): Be more permissive about
6195         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
6196
6197 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
6198
6199         * config.sub: Import from master sources, rev. 1.230.
6200         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
6201
6202 2001-11-07  Laurent Guerby  <guerby@acm.org>
6203
6204         * MAINTAINERS (Write After Approval): Add self.
6205
6206 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
6207
6208         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
6209
6210 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
6211
6212         * config.sub: Import from master sources, rev 1.226.
6213         * config.guess: Import from master sources, rev 1.216.
6214
6215 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
6216
6217         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6218         * MAINTAINERS: Add self as maintainer of MMIX port.
6219         Remove old after-approval entry.
6220
6221 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
6222
6223         * ChangeLog, configure: Fix spelling errors.
6224
6225 2001-10-20  Brendan Kehoe  <brendan@zen.org>
6226
6227         * MAINTAINERS: Tweak my address.
6228
6229 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
6230
6231         * MAINTAINERS: Update my email address.
6232
6233 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6234
6235         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6236         * MAINTAINERS: Add self as maintainer of CRIS port.
6237
6238 2001-10-10  Geert Bosch  <bosch@gnat.com>
6239
6240         * MAINTAINERS (Various maintainers: Ada front end):
6241         Added Robert Dewar.
6242
6243 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
6244
6245         * MAINTAINERS (Write After Approval): Added self
6246
6247 2001-10-02  Geert Bosch  <bosch@gnat.com>
6248
6249         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6250
6251 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6252
6253         * configure: Handle temporary files securely using mkdir.
6254
6255 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
6256
6257         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
6258
6259 2001-09-26  Will Cohen <wcohen@redhat.com>
6260
6261         * configure.in (*-*-linux*): Disable configuration of target-newlib
6262         and target-libgloss.
6263
6264 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6265
6266         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6267         RANLIB.
6268
6269 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
6270
6271         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
6272         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
6273         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
6274         avoid quotes nesting problems.
6275         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
6276         (DO_X): Export only variables that are set.
6277
6278 2001-09-19  Ben Elliston  <bje@redhat.com>
6279
6280         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
6281         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
6282         semantics.  Use the shell built-in "type" command instead.
6283
6284 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
6285
6286         Merged from gcc-3_0-branch:
6287         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
6288         * ltcf-c.sh: Use $objext, not $ac_objext.
6289         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
6290         * ltcf-cxx.sh: Add support for GNU.
6291         2001-07-22  Timothy Wall  <twall@redhat.com>
6292         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
6293         default settings if using GNU tools with that configuration.
6294         * ltcf-cxx.sh: Ditto.
6295         * ltcf-gcj.sh: Ditto.
6296         2001-07-21  Michael Chastain  <chastain@redhat.com>
6297         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
6298         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
6299         * ltmain.sh: Mark as gcc-local.
6300
6301 2001-08-30  Eric Christopher  <echristo@redhat.com>
6302             Jason Eckhardt  <jle@redhat.com>
6303
6304         * config.guess: Merge from master sources.
6305         * config.sub: Merge from master sources, add support for mipsisa32.
6306
6307 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
6308         * config.sub: Merge from master sources, rev 1.219.
6309         * MAINTAINERS: Add self as contact for stormy16 port.
6310
6311 2001-08-14  Zack Weinberg  <zackw@panix.com>
6312
6313         * config.sub: Merge from master sources, rev 1.218.
6314         * config.guess: Merge from master sources, rev 1.209.
6315
6316 2001-08-11  Graham Stott  <grahams@redhat.com>
6317
6318         * Makefile.in (check-c++): Add missing semicolon.
6319
6320 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
6321
6322         * MAINTAINERS (Various maitainers: predict.def): Added myself.
6323
6324 2001-07-30  Eric Christopher  <echristo@redhat.com>
6325
6326         * MAINTAINERS (Various maintainers: mips port): Added myself.
6327
6328 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
6329
6330         * configure.in (sh-*-linux*): New.
6331
6332 2001-07-27  Richard Henderson  <rth@redhat.com>
6333
6334         * .cvsignore: Add LAST_UPDATED.
6335
6336 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
6337
6338         * MAINTAINERS (Various maintainers: s390 port): Added myself.
6339
6340 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
6341
6342         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
6343
6344 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
6345
6346         * MAINTAINERS (Write After Approval): Added myself.
6347
6348 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6349
6350         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6351         and libgcj on m68hc11/m68hc12.
6352
6353 2001-06-27  H.J. Lu  (hjl@gnu.org)
6354
6355         * Makefile (CFLAGS_FOR_BUILD): New.
6356         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6357
6358 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6359
6360         * README: Remove version number.
6361
6362 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6363
6364         * INSTALL/README: Update wrt. to the installation instructions now
6365         residing in gcc/doc/install.texi.
6366
6367 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6368
6369         * README: Replace with a cut-down and updated version of gcc/README.
6370
6371 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
6372
6373         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
6374         multilibs to be disabled.
6375
6376 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
6377
6378         * MAINTAINERS (Write After Approval): Add myself.
6379
6380 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
6381
6382         * config.guess: Import CVS version 1.195.
6383         * config.sub: Import CVS version 1.212.
6384
6385 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
6386
6387         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
6388         gcc/xgcc is built, use -print-prog-name to find out the program
6389         name to use.
6390
6391 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
6392
6393         * config.guess:  Import CVS version 1.194.  All gcc-local changes
6394         appear to also be in the master copy.
6395         * config.sub:  Import CVS version 1.211.
6396
6397 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
6398
6399         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
6400         with_gcc]: Use `gcc -shared' to build a shared library.
6401
6402 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6403
6404         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
6405         archives.
6406
6407 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6408
6409         * MAINTAINERS (Write After Approval): Add myself.
6410
6411 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
6412
6413         * configure.in (libstdcxx_flags): Do not try to execute
6414         libstdc++-v3/testsuite_flags until it exists.
6415
6416 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
6417
6418         * MAINTAINERS: Update my email address.
6419
6420 2001-05-31  Graham Stott  <grahams@redhat.com>
6421
6422         * MAINTAINERS (Write After Approval): Add myself.
6423
6424 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
6425
6426         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
6427         libraries when using g++ with native linker.
6428
6429 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
6430
6431         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
6432
6433 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
6434
6435         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
6436         [aix4*|aix5*]: Prepend blank.
6437
6438 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
6439
6440         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6441         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
6442         of subdir/configure scripts to use the new libtool.m4.
6443
6444 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
6445
6446         * MAINTAINERS (Write After Approval): Add myself.
6447
6448 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
6449
6450         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6451
6452 2001-05-11  Ben Elliston  <bje@redhat.com>
6453
6454         * Makefile.in (all-sid): New target.
6455         (check-sid, clean-sid, install-sid): Likewise.
6456
6457 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
6458
6459         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6460
6461 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
6462
6463         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
6464         libgcj.
6465
6466 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
6467
6468         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
6469         gcc/xgcc is built, use -print-prog-name to find out the program
6470         name to use.
6471
6472 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
6473
6474         * configure.in (noconfigdirs): Don't reset it from scratch in the
6475         target case; only append to it.
6476
6477         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
6478         sparc-*-solaris2.8]: Disable ${libgcj}.
6479
6480 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
6481
6482         * configure.in (libgcj_saved): Copy from $libgcj.
6483         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
6484         --disable-libgcj.
6485
6486 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
6487
6488         * MAINTAINERS: Remove self as MIPS maintainer and
6489         C front end maintainer.
6490
6491 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
6492
6493         * configure.in: Move *-chorusos target case to the proper switch.
6494         Disable libgcj.
6495
6496 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
6497
6498         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
6499         1.641.2.228.
6500
6501 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6502
6503         * Makefile.in (STAGE1_CFLAGS): Pass down.
6504
6505 2001-04-13  Alan Modra  <amodra@one.net.au>
6506
6507         * config.guess: Add hppa64-linux support.  Note for next import that
6508         this is already in the master file.
6509         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
6510
6511 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
6512
6513         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6514         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
6515
6516 2001-04-11  Stan Shebs  <shebs@apple.com>
6517
6518         * MAINTAINERS: Add self as Darwin port maintainer.
6519
6520 2001-04-11  Alan Modra  <amodra@one.net.au>
6521
6522         * MAINTAINERS: Update my email address.
6523
6524 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
6525
6526         * ltcf-cxx.sh: Support creation of C++ shared libraries on
6527         recent versions of FreeBSD (release 3 or later).
6528         * ltconfig: On FreeBSD, -lc must not be provided when building
6529         a shared library or else the standard -pthread gcc option is
6530         rendered worthless to later users of the built library.
6531
6532 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
6533
6534         * MAINTAINERS: Add self and RTH as C front end maintainers.
6535
6536 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
6537
6538         * config.sub: Make sure to match an already-canonicalized
6539         machine name (eg. mn10300-unknown-elf).
6540
6541 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
6542
6543         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
6544         New macros.
6545         (bootstrap, cross): Use RECURSE_FLAGS.
6546         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
6547
6548 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
6549
6550         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
6551
6552 2001-03-22  Colin Howell  <chowell@redhat.com>
6553
6554         * Makefile.in (DO_X): Do not backslash single-quotes in
6555         backquotes (two places).
6556
6557 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
6558
6559         Re-installed:
6560         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6561         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
6562         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
6563         * ltcf-cxx.sh: Likewise.
6564         * ltcf-gcj.sh: Likewise.
6565
6566 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6567
6568         * MAINTAINERS: Add myself as "documentation co-maintainer".
6569
6570 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
6571
6572         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6573         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
6574
6575 2001-03-19  Tom Tromey  <tromey@redhat.com>
6576
6577         * config-ml.in: Handle GCJ and GCJFLAGS.
6578
6579 2001-03-21  Michael Chastain  <chastain@redhat.com>
6580
6581         * Makefile.in: all-m4 depends on all-texinfo.
6582
6583 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
6584
6585         * MAINTAINERS: Add myself to write after approval list.
6586
6587 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
6588
6589         * Makefile.in (DO_X): Quote nested quotes.
6590
6591 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
6592
6593         * MAINTAINERS: Add myself to write after approval list.
6594
6595 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
6596
6597         * Makefile.in (DO_X): Use double quotes for quoting
6598         "RANLIB=$${RANLIB}".
6599
6600 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
6601
6602         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
6603
6604 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
6605
6606         * configure.in: Only use `lang_requires' for languages athat are
6607         actually enabled.
6608
6609 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
6610
6611         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
6612
6613 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
6614
6615         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
6616
6617 2001-03-07  Tom Tromey  <tromey@redhat.com>
6618
6619         * configure.in: Allow config-lang.in to set `lang_requires' to list
6620         of other required languages.
6621
6622 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
6623
6624         * Makefile.in: Remove RANLIB definition. Use RANLIB
6625         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6626         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6627
6628 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
6629             Alexandre Oliva  <aoliva@redhat.com>
6630
6631         * Makefile.in (check-c++): Use tabs, not spaces.
6632
6633 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
6634
6635         * MAINTAINERS: add myself to Write After Approval list.
6636
6637 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
6638
6639         * Makefile.in (check-c++): New rule.
6640
6641         * configure.in (target_libs): Remove libg++.
6642         (noconfigdirs): Remove libg++.
6643         (noconfigdirs): Same.
6644         (noconfigdirs): Same.
6645         (noconfigdirs): Same.
6646
6647         * config-ml.in: Remove libg++ references.
6648
6649         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6650         (ALL_TARGET_MODULES): Same.
6651         (configure-target-libg++): Remove.
6652         (all-target-libg++): Remove.
6653         (configure-target-libio): Remove.
6654         (all-target-libio): Remove.
6655         (check-target-libio): Remove.
6656         (.PHONY): Remove.
6657         (libg++.tar.bz2): Remove.
6658         (all-target-cygmon): Remove libio.
6659         (all-target-libstdc++): Remove.
6660         (configure-target-libstdc++): Remove.
6661         (TARGET_LIB_PATH): Remove libstdc++.
6662         (ALL_GCC_CXX): Remove libstdc++.
6663         (all-target-gperf): Correct.
6664
6665 2001-02-16  Nick Clifton  <nickc@redhat.com>
6666
6667         * configure.in (noconfigdirs): Allow configuration of texinfo
6668         for Cygwin hosts.
6669
6670 2001-02-15  Anthony Green  <green@redhat.com>
6671
6672         * configure: Introduce GCJ_FOR_TARGET.
6673         * configure.in: Ditto.
6674         * Makefile.in: Ditto.
6675
6676 2001-02-13  Andreas Schwab  <schwab@suse.de>
6677
6678         * MAINTAINERS: Update mail address.
6679
6680 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6681
6682         * config.guess: Add linux target for S/390.
6683         * config.sub: Likewise.
6684
6685 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
6686
6687         * configure.in: for *-chorusos, don't config target-newlib and
6688         target-libgloss.
6689
6690 2001-02-06  Ben Elliston  <bje@redhat.com>
6691
6692         * configure: Output host type to stdout, not stderr.
6693
6694 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
6695
6696         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
6697         * ltcf-cxx.sh: Likewise.
6698
6699         * config.if: Assume enable_libstdcxx_v3 is defined.
6700
6701 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
6702
6703         Remove V2 C++ library.
6704         * configure.in: Remove --enable-libstdcxx_v3 support.
6705
6706 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
6707
6708         * include/demangle.h: Add prototype for java_demangle_v3.
6709
6710 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
6711
6712         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
6713
6714 2001-01-27  Richard Henderson  <rth@redhat.com>
6715
6716         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6717
6718 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6719
6720         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
6721         Don't unset, it's non-portable and no longer necessary, set to empty
6722         instead.
6723
6724 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6725
6726         * ltconfig: Shell portability fix for the tagname validity check.
6727
6728 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
6729
6730         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
6731         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
6732
6733 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6734
6735         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
6736
6737 2001-01-26  Tom Tromey  <tromey@redhat.com>
6738
6739         * configure.in: Allow libgcj to be built on Sparc Solaris.
6740
6741 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
6742
6743         * ltcf-c.sh: Add aix5 case.
6744         * ltcf-cxx.sh: Likewise.
6745         * ltconfig: Likewise.
6746
6747 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
6748
6749         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
6750         keep at least one of build_libtool_libs or build_old_libs set to
6751         yes.
6752
6753         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
6754         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
6755
6756 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
6757
6758         * configure.in: Enable libgcj on several additional platforms.
6759
6760 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
6761
6762         * configure.in: Enable libgcj for linux targets.
6763
6764 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6765
6766         * MAINTAINERS (Write After Approval): Add myself.
6767
6768 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6769
6770         * MAINTAINERS: Add myself as vax port maintainer.
6771
6772 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
6773
6774         * MAINTAINERS: Add myself as Mercury front-end maintainer.
6775
6776 2001-01-09  Mike Stump  <mrs@wrs.com>
6777
6778         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6779         failures of subdirectories.
6780
6781 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6782
6783         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
6784         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
6785         * ltcf-cxx.sh: Likewise.
6786         * ltcf-gcj.sh: Likewise.
6787         * ltconfig.sh: Fix typo.
6788
6789 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6790
6791         * configure: handle DOS-style absolute paths.
6792
6793 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6794
6795         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6796
6797 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
6798
6799         * MAINTAINERS: Add myself as avr port co-maintainer.
6800
6801 2000-12-28  Ben Elliston  <bje@redhat.com>
6802
6803         * MAINTAINERS: Add myself under ``Write After Approval''.
6804
6805 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
6806
6807         * texinfo: Remove directory from GCC.
6808
6809 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6810
6811         * COPYING: Update to current
6812         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
6813         to 19yy as example year in copyright notice).
6814
6815 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
6816
6817         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6818         (libstdcxx_incdir): Pass down.
6819         * config.if: Remove expired bits for cxx_interface, add stub.
6820         (libstdcxx_incdir): Add variable for g++ include directory.
6821         * configure.in (gxx_include_dir): Use it.
6822
6823 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
6824
6825         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
6826         with old-email address from ``Write After Approval''.
6827
6828 2000-12-15  Andreas Jaeger  <aj@suse.de>
6829
6830         * configure.in: Handle lang_dirs.
6831
6832 2000-12-14  Tom Tromey  <tromey@redhat.com>
6833
6834         * MAINTAINERS: Removed brads.
6835
6836         * MAINTAINERS: Added gcj developers.
6837
6838 2000-12-13  Anthony Green  <green@redhat.com>
6839
6840         * configure.in: Disable libgcj for any target not specifically
6841         listed.  Disable libgcj for x86 and Alpha Linux until compatible
6842         with g++ abi.
6843
6844 2000-12-13  Mike Stump  <mrs@wrs.com>
6845
6846         * Makefile.in (local-distclean): Also remove fastjar.
6847
6848 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
6849
6850         * contrib/gcc_update: Add fastjar --touch entries.
6851
6852 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
6853
6854         * configure.in: Disable language-specific target libraries for
6855         languages that aren't enabled.
6856
6857 2000-12-10  Anthony Green  <green@redhat.com>
6858
6859         * configure.in: Define libgcj.  Disable libgcj target libraries for
6860         most targets.
6861
6862 2000-12-10  Neil Booth  <neilb@earthling.net>
6863
6864         * MAINTAINERS: Update mail address, remove from WAA list.
6865
6866 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6867
6868         * libjava: Imported from /cvs/java.
6869         * libffi: Likewise.
6870         * Boehm-gc: Likewise.
6871
6872 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6873
6874         * configure.in (target_libs): Revert 2000-12-08 patch.
6875         (noconfigdirs): Added target-libjava.
6876
6877 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6878
6879         * djunpack.bat: removed.
6880
6881 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6882
6883         * Makefile.in: handle DOS-style absolute paths.
6884         * config-ml.in: likewise.
6885         * symlink-tree: likewise.
6886
6887 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6888
6889         * fastjar: Imported.
6890
6891 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6892
6893         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6894         libjava.
6895         * configure.in (target_libs): Removed `target-libjava'.
6896
6897 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6898
6899         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6900         (ALL_MODULES): Added fastjar.
6901         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6902         (all-target-libjava): all-fastjar replaces all-zip.
6903         (all-fastjar): Added.
6904         (configure-target-fastjar, all-target-fastjar): Likewise.
6905         * configure.in (host_tools): Added fastjar.
6906
6907 2000-12-07  Mike Stump  <mrs@wrs.com>
6908
6909         * Makefile.in (local-distclean): Remove leftover built files.
6910
6911 2000-11-24  Nick Clifton  <nickc@redhat.com>
6912
6913         * configure.in (xscale-elf): Add target.
6914         (xscale-coff): Add target.
6915
6916 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
6917
6918         * ltcf-cxx.sh: Support creation of C++ shared libraries on
6919         recent versions of FreeBSD (release 3 or later).
6920         * ltconfig: On FreeBSD, -lc must not be provided when building
6921         a shared library or else the standard -pthread gcc option is
6922         rendered worthless to later users of the built library.
6923
6924 2000-11-16  Fred Fish  <fnf@be.com>
6925
6926         * configure.in (enable_libstdcxx_v3): Fix typo,
6927         libstd++ -> libstdc++.
6928
6929 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6930
6931         * MAINTAINERS: Add self to Write After Approval list.
6932
6933 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
6934
6935         * MAINTAINERS: Update my email address.  Add myself to global write
6936         privs list.
6937
6938 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
6939
6940         * Makefile.in: Merge with src and libgcj.
6941         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
6942         configure-target-<library> when their configure scripts need the C
6943         or C++ library to have already been built to work properly.
6944         (do_proto_toplev): Set them to an empty string.
6945
6946         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
6947         (REALLY_SET_LIB_PATH): Use them.
6948
6949 2000-11-17  Stan Shebs  <shebs@apple.com>
6950
6951         * MAINTAINERS: Add self to Write After Approval list.
6952
6953 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6954
6955         * configure: Provide the original toplevel configure arguments
6956         (including $0) to subprocesses in the environment rather than
6957         through gcc/configargs.h.
6958
6959 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6960
6961         * MAINTAINERS: Remove references to cccp. Change C9X reference to
6962         C99.  Alphabetise "Write After Approval" list.
6963
6964 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
6965
6966         * configure: Turn on libstdc++ V3 by default.
6967
6968         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
6969         if we've got GCC.
6970
6971 2000-11-11  Philip Blundell  <philb@gnu.org>
6972
6973         * MAINTAINERS: Add self to Write After Approval list.
6974
6975 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
6976
6977         * ltcf-c.sh (aix4): Improve shared library configuration; require
6978         exporting symbols.
6979         * ltcf-cxx.sh (aix4): Define.
6980         * ltconfig (aix4): Define library and soname specs appropriate for
6981         AIX.  Define command to create export symbols list.
6982
6983 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
6984
6985         * config.sub: Add support for Sun Chorus
6986
6987 2000-10-31  Nick Clifton  <nickc@redhat.com>
6988
6989         * MAINTAINERS: Rename <name>@cygnus.com addresses to
6990         <name>@redhat.com.  Also installed new email address for Clint
6991         Popetz.
6992
6993 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
6994
6995         * etc: Remove directory from GCC.
6996
6997 2000-10-16  Michael Meissner  <meissner@redhat.com>
6998
6999         * configure (gcc/configargs.h): Only create if there is a build GCC
7000         directory created.
7001
7002 2000-10-16  Matthias Klose  <doko@debian.org>
7003
7004         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
7005         when configured for libstdc++-v3.
7006
7007 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
7008
7009         * configure: Save configure arguments to gcc/configargs.h.
7010
7011 2000-10-04  Philipp Thomas  <pthomas@suse.de>
7012
7013         * config.guess: Import CVS version 1.157.
7014         * config.sub: Import CVS version 1.181.
7015
7016 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
7017
7018         * Makefile.in (bootstrap): avoid recursion if subdir missing
7019         (cross): ditto
7020         (do-proto-toplev): ditto
7021
7022 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
7023
7024         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
7025         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
7026
7027         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
7028         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
7029         all affected `configure' scripts.
7030
7031 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
7032
7033         * MAINTAINERS: Add self as cpplib co-maintainer.
7034
7035 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
7036
7037         * MAINTAINERS: Add self to Write After Approval list.
7038
7039 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7040
7041         * INSTALL/README: egcs -> GCC update.
7042
7043 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
7044
7045         * MAINTAINERS: Add myself to Write After Approval list.
7046
7047 2000-09-15  Kazu Hirata  <kazu@hxi.com>
7048
7049         * MAINTAINERS: Add myself to Write After Approval list.
7050
7051 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
7052
7053         * configure.in: Do not build byacc for hppa64.  Provide paths to the
7054         X11 libraries for hppa64.
7055
7056 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7057
7058         * MAINTAINERS: Add myself as 68hc11 port maintainer.
7059
7060 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
7061
7062         * Makefile.in (all-zlib): Added dummy target.
7063
7064         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7065         ltcf-gcj.sh: Updated from libtool multi-language branch.
7066
7067 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
7068
7069         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7070         (bootstrap*): Depend on all-bootstrap.
7071
7072 2000-09-05  Philipp Thomas  <pthomas@suse.de>
7073
7074         * config.guess: Import CVS version 1.156.
7075         * config.sub: Import CVS version 1.179.
7076
7077 2000-09-02  Anthony Green  <green@cygnus.com>
7078
7079         * Makefile.in (all-gcc): Depend on all-zlib.
7080         (CLEAN_MODULES): Add clean-zlib.
7081         (ALL_MODULES): Add all-zlib.
7082         * configure.in (host_libs): Add zlib.
7083
7084 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
7085
7086         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7087         crosses, but add gcc/include to the header search path for them.
7088
7089 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
7090
7091         * MAINTAINERS: Add self to Write After Approval list.
7092
7093 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7094
7095         * config.guess: Import CVS version 1.152.
7096         * config.sub: Import CVS version 1.177.
7097
7098 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
7099
7100         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7101         $targargs to tell whether newlib is going to be built.
7102
7103         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7104         $$r/TARGET_SUBDIR/libio for _G_config.h.
7105
7106 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
7107
7108         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
7109
7110 2000-08-22  DJ Delorie  <dj@redhat.com>
7111
7112         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
7113
7114 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
7115
7116         * config-ml.in (CC, CXX): Avoid trailing whitespace.
7117         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7118         sub-configures.
7119
7120 2000-08-21  DJ Delorie  <dj@redhat.com>
7121
7122         * MAINTAINERS: Add self as a libiberty maintainer
7123
7124 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
7125
7126         * configure.in (libstdcxx_flags): Use
7127         libstdc++-v3/src/libstdc++.INC.
7128
7129 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
7130
7131         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7132
7133 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
7134
7135         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7136
7137         * configure: Make enable_threads and enable_shared defaults
7138         explicit.  Substitute enable_threads into generated Makefiles.
7139         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7140         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7141
7142 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
7143
7144         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
7145
7146 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
7147
7148         * config-ml.in (CC): Remove bogus duplicate quotation mark from
7149         previous delta.
7150
7151 2000-08-11  Jason Merrill  <jason@redhat.com>
7152
7153         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7154         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7155         (FLAGS_FOR_TARGET): Not here.
7156         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7157
7158 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
7159
7160         * config-ml.in (CC, CXX): Don't introduce a leading space.
7161
7162 2000-08-07  DJ Delorie  <dj@delorie.com>
7163
7164         * MAINTAINERS: Add self as a DJGPP maintainer
7165
7166 2000-08-07  DJ Delorie  <dj@redhat.com>
7167
7168         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7169         "if we're also building gcc, and it's a gcc that will run on the
7170         build machine, we want to use its includes instead of the system's
7171         default includes".
7172
7173 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7174
7175         * MAINTAINERS: Add self to Write After Approval list.
7176
7177 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
7178
7179         * configure.in (libstdcxx_flags): Don't use `"'.
7180
7181         * config-ml.in: Adjust multilib search paths to the
7182         appropriate multilib tree.
7183
7184 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
7185
7186         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7187         commas in $LANGUAGES.
7188
7189 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
7190
7191         * configure.in: Re-enable all references to libg++ and librx.
7192
7193 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
7194
7195         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
7196         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
7197         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
7198         * ltcf-cxx.sh (need_lc): Set based on postdeps.
7199
7200         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7201
7202 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
7203
7204         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7205         CXX_FOR_TARGET for sed.
7206
7207 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
7208
7209         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7210         Do not override if already set in the environment or in configure.
7211         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7212         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7213
7214 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
7215
7216         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
7217         the libtool CVS tree multi-language branch.
7218         * ltconfig, ltmain.sh: Updated.
7219
7220 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
7221
7222         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
7223         (clean-target): Depend on it.
7224
7225         * Makefile.in (FLAGS_FOR_TARGET): New macro.
7226         (GCC_FOR_TARGET): Use it.
7227         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7228         * configure.in: ... here.
7229         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
7230         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7231
7232 2000-07-24  Eric Christopher  <echristo@cygnus.com>
7233
7234         * MAINTAINERS: Add self to Write After Approval list.
7235
7236 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
7237
7238         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7239         (configure-target-libchill, configure-target-libobjc): Likewise.
7240
7241         * configure.in: Use the same cache file for all target libs.
7242         * config-ml.in: But different cache files per multilib variant.
7243
7244 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7245
7246         * configure (topsrcdir): Don't use dirname.
7247
7248 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
7249
7250         * MAINTAINERS: Add self to Write After Approval list.
7251
7252 2000-07-20  Jason Merrill  <jason@redhat.com>
7253
7254         * configure.in: Remove all references to libg++ and librx.
7255
7256         * configure, configure.in, Makefile.in: Unify gcc and binutils.
7257
7258 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
7259
7260         * config.sub: Update to subversions version 2000-07-06.
7261
7262 2000-07-12  Andrew Haley  <aph@cygnus.com>
7263
7264         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7265         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7266
7267 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
7268
7269         * symlink-tree:  Check number of arguments.
7270
7271 2000-07-05  Jim Wilson  <wilson@cygnus.com>
7272
7273         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7274         search path for a g++ extracted from the build tree.  This
7275         will allow link tests run by configure scripts in
7276         subdirectories to succeed.
7277
7278 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
7279
7280         * ltconfig: Add support for mips-dde-sysv4.2MP
7281
7282 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7283
7284         * MAINTAINERS: Add myself as loop discovery maintainer.
7285
7286 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
7287
7288         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7289         `os2'. Force ac_cv_exeext to be ".exe" in that case.
7290
7291 2000-06-19  Timothy Wall  <twall@cygnus.com>
7292
7293         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7294         * config.sub: Add tic54x target.
7295
7296 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
7297
7298         * MAINTAINERS: Add self as Fortran maintainer,
7299         remove Craig Burley.
7300
7301 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7302
7303         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7304         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7305
7306 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
7307
7308         * MAINTAINERS: Add self as i18n maintainer
7309
7310 20000-05-21  H.J. Lu  (hjl@gnu.org)
7311
7312         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7313         directory are used if they exist. Make sure
7314         $(build_tooldir)/include is searched for header files,
7315         $(build_tooldir)/lib/ for library files.
7316         (GCC_FOR_TARGET): Likewise.
7317         (CXX_FOR_TARGET): Likewise.
7318
7319 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
7320
7321         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7322
7323 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
7324
7325         * Makefile.in (configure-target-libiberty): Depend on
7326         configure-target-newlib.
7327
7328 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
7329
7330         * configure.in, Makefile.in: Merge all libffi-related
7331         configury stuff from the libgcj tree.
7332
7333 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7334
7335         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7336         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7337
7338 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7339
7340         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7341         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
7342         current version information.  Add to proto-toplev directory.
7343         (gdb-taz): Build do-djunpack.
7344
7345 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
7346
7347         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7348
7349 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7350
7351         * MAINTAINERS: Add self to Write After Approval list.
7352
7353 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7354
7355         * ltmain.sh: Preserve in relink_command any environment
7356         variables that may affect the linker behavior.
7357
7358 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
7359
7360         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7361
7362 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
7363
7364         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7365
7366 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7367
7368         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
7369         with the version name.
7370
7371 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
7372
7373         * MAINTAINERS: Add self as bb-reorder maintainer.
7374
7375 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
7376
7377         * config.if: Tweak.
7378
7379 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
7380
7381         * djunpack.bat: New file.
7382
7383 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7384
7385         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
7386         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7387         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7388         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
7389
7390 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7391
7392         * config.sub (case $basic_machine): Change default for "ibm-*"
7393         to "openedition".
7394
7395 2000-04-13  Andreas Jaeger  <aj@suse.de>
7396
7397         * MAINTAINERS: Added myself.
7398
7399 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7400
7401         * Makefile.in (gdb-taz): New target.  GDB specific archive.
7402         (do-md5sum): New target.
7403         (MD5PROG): Define.
7404         (PACKAGE): Default to TOOL.
7405         (VER): Default to a shell script.
7406         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
7407         md5 checksum generation.
7408         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7409         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7410         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
7411         insight.tar.bz2): Use gdb-taz to create archive.
7412
7413 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7414
7415         * configure (warn_cflags): Delete.
7416
7417 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
7418
7419         * MAINTAINERS: Added myself.
7420
7421 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
7422             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
7423
7424         * configure.in (enable_libstdcxx_v3): Add.
7425         (target_libs): Add bits here to switch between libstdc++-v2 and
7426         libstdc++-v3.
7427         * config.if: And this file too.
7428         * Makefile.in: Add libstdc++-v3 targets.
7429
7430 2000-04-05  Michael Meissner  <meissner@redhat.com>
7431
7432         * config.sub (d30v): Add d30v as a basic machine type.
7433
7434 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
7435
7436         * configure.in: -linux-gnu*, not -linux-gnu.
7437
7438 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
7439
7440         * MAINTAINERS: Add self in write-after-approval section.
7441
7442 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
7443
7444         * MAINTAINERS: Add self as ia64 port maintainer.
7445
7446 2000-03-08  Neil Booth  <NeilB@earthling.net>
7447
7448         * MAINTAINERS: Add self in write-after-approval section.
7449
7450 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7451
7452         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7453         (do-tar-bz2): Replace TOOL with PACKAGE.
7454         (gdb.tar.bz2): Remove GDBTK from GDB package.
7455         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
7456         dejagnu.tar.bz2): New packages.
7457
7458 2000-02-27  Andreas Jaeger  <aj@suse.de>
7459
7460         * configure.in: Add entry for mips*-*-linux*, move catch all
7461         *-*-*linux* entry below this one.
7462
7463 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
7464
7465         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7466
7467 2000-02-24  Nick Clifton  <nickc@cygnus.com>
7468
7469         * config.sub: Support an OS of "wince".
7470
7471 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7472
7473         * config.guess, config.sub: Updated to match config's 2000-02-15
7474         version.
7475
7476 2000-02-23  Linas Vepstas <linas@linas.org>
7477
7478         * config.sub: Add support for Linux/IBM 370.
7479         * configure.in: Likewise.
7480
7481 2000-02-22  Nick Clifton  <nickc@cygnus.com>
7482
7483         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7484
7485 2000-02-20  Christopher Faylor <cgf@cygnus.com>
7486
7487         * config.guess: Guess "cygwin" rather than "cygwin32".
7488
7489 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7490
7491         * configure (gcc_version): When setting, narrow search to
7492         lines containing `version_string'.
7493
7494 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7495
7496         * config.sub: Add support for avr target.
7497
7498 2000-02-14  Nick Clifton  <nickc@cygnus.com>
7499
7500         * MAINTAINERS: Add maintainers for MCore port.
7501
7502 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7503
7504         * config.sub: Add mmix-knuth-mmixware.
7505
7506 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7507
7508         * MAINTAINERS: Pair cccp with cpplib maintainership.
7509
7510 2000-01-27  Christopher Faylor <cgf@redhat.com>
7511
7512         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7513         structure stuff to -L library search.
7514         (CXX_FOR_TARGET): Ditto.
7515         (CROSS_CHECK_MODULES): Fix spelling mistake.
7516
7517 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
7518
7519         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7520         the C++ compiler.
7521
7522 2000-01-12  Richard Henderson  <rth@cygnus.com>
7523
7524         * configure.in: Don't build some bits for beos.
7525
7526 2000-01-12  Joel Sherrill (joel@OARcorp.com)
7527
7528         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7529         as include files.
7530
7531 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
7532
7533         * Add self as cpplib maintainer, as requested by Jason
7534         Merrill.  Correct my e-mail address.
7535
7536 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
7537
7538         * configure.in: Use mt-aix43 to handle *_TARGET defs,
7539         not mh-aix43.
7540
7541 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
7542
7543         * MAINTAINERS: Add myself to "write after approval" list.
7544
7545 1999-12-14  Richard Henderson  <rth@cygnus.com>
7546
7547         * config.guess (alpha-osf, alpha-linux): Detect ev67.
7548         * config.sub: Accept alphaev[78], alphaev8.
7549
7550 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7551
7552         * config.guess, config.sub: Update from autoconf.
7553
7554 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
7555
7556         * MAINTAINERS:  update my playtime e-address.
7557
7558 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7559
7560         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7561         necessary libraries are missing.
7562
7563 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
7564
7565         * MAINTAINERS: Add new 'write after approval' maintainer.
7566
7567 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7568
7569         * MAINTAINERS: Add new Java maintainer.
7570
7571 1999-10-25  Andreas Schwab  <schwab@suse.de>
7572
7573         * configure: Fix quoting inside arguments of eval.
7574
7575 1999-10-21  Nick Clifton  <nickc@cygnus.com>
7576
7577         * config-ml.in: Allow suppression of some ARM multilibs.
7578
7579 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
7580
7581         * config.guess: Add OS/390 match pattern.
7582         * config.sub: Add mvs, openedition targets.
7583         * configure.in (i370-ibm-opened*): New.
7584
7585 1999-09-04  Steve Chamberlain  <sac@pobox.com>
7586
7587         * config.sub: Add support for configuring for pj.
7588
7589 1999-08-31  Nick Clifton  <nickc@cygnus.com>
7590
7591         * config.sub (maybe_os): Add support for configuring for fr30.
7592
7593 1999-08-25  Nick Clifton  <nickc@cygnus.com>
7594
7595         * configure.in: Do not configure or build ld for AIX
7596         platforms.  ld is known to be broken on these platforms.
7597
7598 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7599
7600         * config-ml.in: Pass compiler flag corresponding to multidirs to
7601         subdir configures.
7602
7603 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
7604
7605         * Makefile.in (LDFLAGS): Define.
7606
7607 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
7608
7609         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7610         noconfigdirs.
7611         (*-*-cygwin*): Likewise.
7612
7613 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
7614
7615         * mkdep: New file.
7616         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7617         (BINUTILS_SUPPORT_DIRS): Add mkdep.
7618
7619         From Eli Zaretskii <eliz@is.elta.co.il>:
7620         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7621         long file name when using DJGPP on MS-DOS.
7622
7623 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
7624
7625         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7626
7627 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
7628
7629         * Makefile.in (check-target-libio): Remove all-target-libstdc++
7630         dependency as this causes "make check" to globally "make all"
7631
7632 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
7633
7634         * configure.in (target_libs): Added target-zlib.
7635         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7636         (CONFIGURE_TARGET_MODULES): Likewise.
7637         (CHECK_TARGET_MODULES): Likewise.
7638         (INSTALL_TARGET_MODULES): Likewise.
7639         (CLEAN_TARGET_MODULES): Likewise.
7640         (configure-target-zlib): New target.
7641         (all-target-zlib): Likewise.
7642         (all-target-libjava): Depend on all-target-zlib.
7643         (configure-target-libjava): Depend on configure-target-zlib.
7644
7645         * Makefile.in (configure-target-libjava): Depend on
7646         configure-target-newlib.
7647         (configure-target-boehm-gc): New target.
7648         (configure-target-qthreads): New target.
7649
7650         * configure.in (target_libs): Added target-qthreads.
7651         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7652         (CONFIGURE_TARGET_MODULES): Likewise.
7653         (CHECK_TARGET_MODULES): Likewise.
7654         (INSTALL_TARGET_MODULES): Likewise.
7655         (CLEAN_TARGET_MODULES): Likewise.
7656         (all-target-qthreads): New target.
7657         (configure-target-libjava): Depend on configure-target-qthreads.
7658         (all-target-libjava): Depend on all-target-qthreads.
7659
7660         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7661         (CONFIGURE_TARGET_MODULES): Likewise.
7662         (CHECK_TARGET_MODULES): Likewise.
7663         (INSTALL_TARGET_MODULES): Likewise.
7664         (CLEAN_TARGET_MODULES): Likewise.
7665         (all-target-libjava): New target.
7666         (all-target-boehm-gc): Likewise.
7667         * configure.in (target_libs): Added libjava, boehm-gc.
7668
7669 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
7670
7671         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7672         configure.bat in SUPPORT_FILES.
7673         (gas+binutils.tar.bz2): Likewise.
7674
7675         * makeall.bat: Remove; obsolete.
7676
7677 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
7678
7679         From Mark Elbrecht:
7680         * configure.bat: Remove; obsolete.
7681
7682 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
7683
7684         * configure: Add -W -Wall to the default CFLAGS when compiling with
7685         gcc.
7686
7687 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
7688
7689         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7690
7691 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
7692
7693         * configure.in: Build ld on IRIX6.
7694
7695 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
7696
7697         * Makefile.in: Change distribution targets to use bzip2 instead of
7698         gzip.
7699         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
7700         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
7701
7702 1999-06-04  Nick Clifton  <nickc@cygnus.com>
7703
7704         * config.sub: Add mcore target.
7705
7706 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
7707
7708         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
7709
7710 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
7711
7712         * config.guess (dummy): Changed to $dummy.
7713
7714 1999-05-24  Nick Clifton  <nickc@cygnus.com>
7715
7716         * config.sub: Tidied up case statements.
7717
7718 1999-05-22  Ben Elliston  <bje@cygnus.com>
7719
7720         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
7721         <jiro@din.or.jp>.
7722
7723         * config.guess: Merge with FSF version. Future changes will be
7724         more accurately recorded in this ChangeLog.
7725         * config.sub: Likewise.
7726
7727 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
7728
7729          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
7730
7731 1999-04-30  Tom Tromey  <tromey@cygnus.com>
7732
7733         * ltmain.sh: [mode link] Always use CC given by ltconfig.
7734
7735 1999-04-23  Tom Tromey  <tromey@cygnus.com>
7736
7737         * ltconfig, ltmain.sh: Update to libtool 1.2f.
7738
7739 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
7740
7741         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
7742         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
7743         Bad merge removed these two changes.
7744
7745 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
7746                           Martin Heller (Ing.-Buero_Heller@t-online.de)
7747
7748         * config.guess (interix Alpha): Add.
7749
7750 1999-04-11  Richard Henderson  <rth@cygnus.com>
7751
7752         * configure.in (i?86-*-beos*): Do config gperf; don't config
7753         gdb, newlib, or libgloss.
7754
7755 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
7756
7757         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
7758         link a trivial program with -mabi=64.  If it fails, remove mabi=64
7759         from multidirs.
7760
7761 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
7762
7763         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
7764
7765 1999-04-08  Nick Clifton  <nickc@cygnus.com>
7766
7767         * config.sub: Add support for mcore targets.
7768
7769 1999-04-07  Michael Meissner  <meissner@cygnus.com>
7770
7771         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
7772         not mt-ospace, in order to shut up assembler warning about using
7773         symbols that are named the same as registers.
7774
7775 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
7776
7777         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
7778         dependency list for all-target-cygmon.
7779
7780 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
7781
7782         * config-ml.in: Check $host, not $target, for selective multilibs.
7783         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
7784         thumb interworking, and underscore prefix multilibs.
7785
7786 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
7787
7788         * missing: Update to version from current automake.
7789
7790 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
7791
7792         * configure (gxx_include_dir): Removed.
7793
7794         * configure.in (gxx_include_dir): Handle it.
7795         * Makefile.in: Likewise.
7796
7797 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
7798
7799         * config.sub (mips64vr4111,mips64vr4111el) Add.
7800
7801 1999-03-21  Ben Elliston  <bje@cygnus.com>
7802
7803         * config.guess: Correct typo for detecting ELF on FreeBSD.
7804
7805 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
7806
7807         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
7808         config/mh-djgpp.
7809
7810 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
7811
7812         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
7813         all-target-newlib to dependency list for all-target-bsp.
7814
7815 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
7816
7817         * config.sub: Add i386-uwin support.
7818         * config.guess: Likewise.
7819
7820 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7821
7822         * configure.in: cleanup, add mh-*pic handling for arm, special
7823         case powerpc*-*-aix*
7824
7825 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
7826
7827         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
7828         can be built.
7829
7830 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
7831
7832         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
7833         targets.
7834
7835 1999-03-02  Nick Clifton  <nickc@cygnus.com>
7836
7837         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
7838
7839 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
7840
7841         * config.sub: Check for "cygwin*" rather than "cygwin32*"
7842
7843 1999-02-24  Nick Clifton  <nickc@cygnus.com>
7844
7845         * config.sub: Fix typo in arm recognition.
7846
7847 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
7848
7849         * configure.in (noconfigdirs): Changed target_configdirs to
7850         include target-bsp only for m68k-*-elf* and m68k-*-coff*
7851         rather than m68k-*-* since it is not known to work on
7852         m68k-aout. Ditto for arm-*-*oabi.
7853
7854 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
7855
7856         * configure.in (*-*-windows*): Remove, no longer used.
7857
7858 1999-02-19  Ben Elliston <bje@cygnus.com>
7859
7860         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
7861         Smart and improved by Andrew Cagney.
7862
7863 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
7864
7865         * config.guess: Recognize openbsd-*-hppa.
7866
7867 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
7868
7869         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
7870         only if it is not empty.
7871
7872 1999-02-17  Nick Clifton  <nickc@cygnus.com>
7873
7874         Patch from: Scott Bambrough <scottb@corelcomputer.com>
7875
7876         * config.guess: Modified to recognize uname's armv* syntax.
7877
7878         * config.sub: Modified to recognize uname's armv* syntax.
7879
7880 1999-02-17  Mark Salter  <msalter@cygnus.com>
7881
7882         * configure.in: Added target-bsp for sparclite.
7883
7884 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
7885
7886         * config.sub: Recognize alphapca5[67] and up to alphaev8.
7887
7888 1999-02-08  Nick Clifton  <nickc@cygnus.com>
7889
7890         * configure.in: Add support for strongarm port.
7891         * config.sub: Add support for strongarm target.
7892
7893 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
7894
7895         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
7896         the old name config/mh-cygwin32.
7897         Enable texinfo.
7898
7899 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
7900
7901         * configure.in: Do build ld for ix86 Solaris.
7902
7903 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
7904
7905         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
7906         $AR_FOR_TARGET.  Likewise for RANLIB.
7907
7908 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
7909
7910         * config.sub (oabi):  Recognize.
7911         * configure.in (arm-*-oabi):  Handle.
7912
7913 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
7914
7915         * config.guess: Improve detection of i686 on UnixWare 7.
7916
7917 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
7918
7919         * config.guess: Add support for i386-pc-interix.
7920         * config.sub: Likewise.
7921         * configure.in: Likewise.
7922
7923 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
7924
7925         * Makefile.in: Remove unneeded all-target-libio from
7926         from all-target-winsup target since it is now unneeded.
7927         Add all-target-libtermcap in its place since it is now
7928         needed.
7929
7930 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
7931
7932         * configure.in: makefile stub for cygwin target is probably
7933         unnecessary.  Remove it for now.
7934
7935 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
7936
7937         * configure.in: libtermcap.a should be built when cygwin is the
7938         target as well as the host.
7939         * config.guess: Allow mixed case in cygwin uname output.
7940         * Makefile.in: Add libtermcap target.
7941
7942 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
7943
7944         * config.sub: Clean up handling of hppa2.0.
7945
7946 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
7947
7948         * config.guess: Use C code to identify more HP machines.
7949
7950 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
7951
7952         * config.sub: Handle hppa2.0.
7953
7954 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
7955
7956         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
7957         cygmon for all sparclite targets, regardless of object format.
7958
7959 1998-12-15  Mark Salter  <msalter@cygnus.com>
7960
7961         * configure.in: Added target-bsp for several target architectures.
7962
7963         * Makefile.in: Added rules for bsp.
7964
7965 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
7966
7967         * config.guess: Improve detection of hppa2.0 processors.
7968
7969 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
7970
7971         * config.guess: Recognize FreeBSD using ELF automatically.
7972
7973 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
7974
7975         * configure (skip-this-dir): Add handling for new shell script, which
7976         might be created by a sub-directory's configure to indicate, this particular
7977         directory is "unwanted".
7978         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
7979
7980 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
7981
7982         * ltconfig: import from libtool, after changing libtool to
7983         account for the cygwin name change.
7984
7985 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
7986
7987         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
7988         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
7989
7990 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
7991
7992         * configure.in: Add libtermcap to list of cygwin dependencies.
7993
7994 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
7995
7996         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
7997         they include winsup/include when it's a cygwin target.
7998
7999 1998-11-12  Tom Tromey  <tromey@cygnus.com>
8000
8001         * configure.in (host_tools): Added zip.
8002         * Makefile.in (all-target-libjava): Depend on all-zip.
8003         (all-zip): New target.
8004         (ALL_MODULES): Added all-zip.
8005         (NATIVE_CHECK_MODULES): Added check-zip.
8006         (INSTALL_MODULES): Added install-zip.
8007         (CLEAN_MODULES): Added clean-zip.
8008
8009 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
8010
8011         * Makefile.in: lose "32" from comment about cygwin.
8012
8013 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
8014
8015         * configure.in: Use -Os to build target libraries for the fr30.
8016
8017 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
8018
8019         * config.sub: Add fr30.
8020
8021 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
8022
8023         * configure.in: drop "32" from config/mh-cygwin32.  Check
8024         cygwin* instead of cygwin32*.
8025         * config.sub: Check cygwin* instead of cygwin32*.
8026
8027 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
8028
8029         * config.guess: Match any version of Unixware7.
8030
8031 1998-10-20  Syd Polk  <spolk@cygnus.com>
8032
8033         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8034         if desired.
8035
8036 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
8037
8038         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8039         these if the appropriate directories and files to not exist.
8040
8041 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
8042
8043         * Makefile.in (DEVO_SUPPORT): Add config.if.
8044
8045 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8046
8047         * configure: Add pattern to replace "build_tooldir"'s
8048         definition in the generated Makefile with "tooldir"'s
8049         actual value.
8050
8051 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
8052
8053         * config.sub: Bring back lost sparcv9.
8054
8055         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8056
8057 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
8058
8059         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8060         CC_FOR_TARGET and friends.
8061
8062 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
8063
8064         * Makefile.in (build_tooldir): New variable, same as tooldir.
8065         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8066         -B$(build_tooldir)/bin/.
8067         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8068
8069 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8070
8071         * README: Remove installation instructions and refer to the
8072         INSTALL directory instead.
8073
8074 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
8075
8076         * config.sub: Add support for i[34567]86-pc-udk.
8077         * configure.in: Likewise.
8078
8079 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
8080
8081         * Makefile.in: add bzip2 package building bits for user
8082         tools module
8083         * configure.in: ditto
8084
8085 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
8086
8087         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8088         (ALL_TARGET_MODULES): Add all-target-libobjc.
8089         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8090         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8091         (all-target-libchill): Add dependencies.
8092         * configure.in (target_libs): Add libchill.
8093
8094 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
8095
8096         * configure.in (target_subdir): Remove duplicate line.
8097
8098 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
8099
8100         * Makefile.in (all-automake): fix dependencies.
8101
8102 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
8103
8104         * configure.in: Minor cleanups for building in the $(target_alias)
8105         subdir.
8106
8107 1998-09-22  Jim Wilson  <wilson@cygnus.com>
8108
8109         * Makefile.in (bootstrap): Set r and s before make all.  Use
8110         BASE_FLAGS_TO_PASS in make all.
8111         (cross): Likewise.
8112
8113 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
8114
8115         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8116
8117 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
8118
8119         * config.sub: Fix typo in last change.
8120
8121 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8122
8123         * config.sub: Add support for C4x target.
8124         * configure.in: Likewise.
8125
8126 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
8127
8128         * config.sub: Recognize sparcv9 just like sparc64.
8129
8130 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
8131
8132         * config.guess: Match "Pent II" or "PentII" for OpenServer.
8133
8134 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
8135
8136         * config.guess: Correctly identify Pentium II sco boxes.
8137
8138         * config.guess: Fix "tr" code.  From Weiwen Liu.
8139
8140 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
8141
8142         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8143         stabs.
8144
8145 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
8146
8147         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8148         (ALL_TARGET_MODULES): Add all-target-libchill.
8149         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8150         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8151         (all-target-libchill): Add dependencies.
8152         * configure.in (target_libs): Add libchill.
8153
8154 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8155
8156         * config.guess: Avoid assumptions about "tr" behaves when
8157         LANG is set to something other than English.
8158
8159 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
8160
8161         * configure (gxx_include_dir): Changed to
8162         '${prefix}/include/g++'-${libstdcxx_interface}.
8163
8164         * config.if: New to determine the interfaces.
8165
8166 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
8167
8168         * config.guess: Detect and handle MPE/IX.
8169         * config.sub: Deal with MPE/IX.
8170
8171 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
8172
8173         * configure.in: Use mh-aix43.
8174
8175 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
8176
8177         * configure: Fix --without/--disable cases for gxx-include-dir.
8178
8179 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
8180
8181         * mdata-sh:  Imported.  Needed for automake support.
8182
8183 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
8184
8185         * Makefile.in (taz): Try "chmod -R og=u ." before
8186         "chmod og=u `find . -print`".
8187
8188 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
8189
8190         * configure.in: Add arm-elf and thumb-elf support.
8191
8192 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
8193
8194         * Makefile.in: Undo previous patch.
8195
8196 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
8197
8198         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8199         to here ...
8200         (install-no-fixedincludes): and here
8201         (INSTALL_MODULES): ... from here.
8202
8203 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8204
8205         * config.sub: Merge with FSF.
8206
8207         * config.guess: Merge with FSF.
8208
8209 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
8210
8211         * configure (extraconfigdirs): New variable.
8212         (SUBDIRS): Add extraconfigdirs and recurse on them too.
8213         * Makefile.in (all): Move higher in file.
8214         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8215         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8216         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8217         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8218         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8219
8220 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
8221
8222         * Makefile.in (all-target-libjava): Depend on all-gcc and
8223         all-target-newlib.
8224         (configure-target-libjava): Depend on $(ALL_GCC).
8225
8226 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
8227
8228         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8229         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8230
8231 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
8232
8233         * INSTALL/README: Fix typo.
8234
8235 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8236
8237         * ylwrap: Change absolute path checks to check for DOS style path
8238         names.
8239
8240         * ylwrap: Don't use a full path name if the source file is in the
8241         same directory.  From hjl@lucon.org (H.J. Lu).
8242
8243         * config-ml.in: Default to being verbose, to match Feb 18 change to
8244         configure.
8245
8246 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
8247
8248         Brought over from egcs:
8249
8250         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8251
8252         * configure.in (target_subdir): Set to ${target_alias} instead
8253         of "libraries".
8254
8255         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8256
8257         * configure.in (target_subdir): Set to libraries if enable_multilib.
8258
8259 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
8260
8261         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8262         multilibs, force reconfiguration the first time we create
8263         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8264
8265 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
8266
8267         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8268         avoid confusion with --no-recursion.
8269
8270 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
8271
8272         * configure.in: Win32 hosts shouldn't use install -x
8273         * install-sh: remove -x option, and special .exe-handling
8274         hack.
8275
8276 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
8277
8278         * config.guess: Recognize i586-pc-beos.
8279         * configure.in: Don't build some bits for beos.
8280
8281 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8282
8283         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8284         CFLAGS default to -O2.
8285
8286         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8287         when using GNU ld.
8288
8289 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
8290
8291         * ltmain.sh: Correct install when using a different shell.
8292
8293 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8294
8295         * ltconfig, ltmain.sh: Update to libtool 1.2b.
8296
8297 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
8298
8299         * makefile.vms: Update to build binutils/makefile.vms.  Add install
8300         target.
8301
8302 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
8303
8304         * ltconfig: Update to correct AIX handling.
8305
8306 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8307
8308         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8309
8310         * configure.in (target_subdir): Set to ${target_alias} instead
8311         of "libraries".
8312
8313 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
8314
8315         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8316         (Makefile): Depend on $(gcc_version_trigger).
8317
8318         * configure (gcc_version): Change default initializer to empty
8319         string.
8320         (gcc_version_trigger): New variable; pass this variable down
8321         to subdir configures to enable them checking gcc's version
8322         themselves. Emit make macros for both gcc_version vars.
8323         (topsrcdir): Initialize reliably.
8324         (recursion line): Remove --with-gcc-version=${gcc_version}.
8325
8326 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8327
8328         * configure (enable_version_specific_runtime_libs): Implement new flag
8329         --enable-version-specific-runtime-libs which installs C++ runtime stuff
8330         in $(libsubdir); emit definition in each generated Makefile.
8331         (gxx_include_dir): Initialize depending on
8332         $enable_version_specific_runtime_libs.
8333
8334 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8335
8336         * configure (gcc_version): Initialize properly depending on
8337         how and where configure is started.
8338         (recursion line): Pass a --with-gcc-version=${gcc_version}
8339         to configures in subdirs.
8340
8341 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
8342
8343         * configure.in (noconfigdirs): Add configure pattern for mips tx39
8344         cygmon
8345
8346 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
8347
8348         * configure.in: Add cygmon and libstub support for mn10200.
8349
8350 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
8351
8352         * configure (gcc_version): Add new variable describing the
8353         particular gcc version we're building.
8354         * Makefile.in (libsubdir): Add new macro for the directory
8355         in which the compiler finds executables, libraries, etc.
8356         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8357         and libsubdir.
8358
8359 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8360
8361         * Makefile.in (local-clean): Remove *.log.
8362         (warning.log): Built with warn_summary from build.log.
8363         (mail-report.log): Run test_summary.
8364         (mail-report-with-warnings.log): Run test_summary including
8365         warning.log in the report.
8366
8367 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
8368
8369         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8370
8371 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8372
8373         * Makefile.in (grep): Grep no longer depends on libiberty.
8374
8375 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
8376
8377         * Makefile.in: all-snavigator needs all-libgui.
8378
8379 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
8380
8381         * configure.in: Add cygmon and libstub support for mn10300.
8382
8383 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
8384
8385         * missing: Update to version from automake 1.3.
8386
8387         * ltmain.sh: On installation, don't get confused if the same name
8388         appears more than once in the list of library names.
8389
8390 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8391
8392         * config.sub: Accept m68060 and m5200 as CPU names.
8393
8394 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
8395
8396         * configure: Use && rather than using -a in test, because odd
8397         strings can confuse test.
8398         * configure.in: Likewise.
8399
8400 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8401
8402         * ltconfig, ltmain.sh: Bring in Visual C++ support.
8403
8404 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8405
8406         * Makefile.in (boostrap2-lean, bootstrap3-lean,
8407         bootstrap4-lean): New targets.
8408
8409 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
8410
8411         * mpw-* Delete.  Not used.
8412
8413 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
8414
8415         * COPYING.LIB: Update FSF address.
8416
8417 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
8418
8419         * ltconfig, ltmain.sh: Update to libtool 1.2a.
8420
8421         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8422         GAS_SUPPORT_DIRS.
8423
8424 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
8425
8426         * ltconfig, ltmain.sh: Avoid producing a version number if
8427         -version-info was not used.
8428
8429 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8430
8431         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8432         building with newlib.
8433
8434 1998-04-30  Paul Eggert  <eggert@twinsun.com>
8435
8436         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
8437         Solaris `make' causes it to continue to next definition.
8438
8439 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8440
8441         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8442         the right GUI libraries and files are installed along with GDB.
8443
8444 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8445
8446         * configure.in: Change alpha to alpha* in several places.
8447
8448 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
8449
8450         * config.sub: Recognize sparc86x.
8451
8452 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
8453
8454         * configure.in (--enable-target-optspace): Remove debug echo.
8455
8456 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
8457
8458         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8459
8460 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8461
8462         * ltconfig: Update cygwin32 support.
8463
8464         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8465         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8466         (GDB_SUPPORT_DIRS): Likewise.
8467
8468 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
8469
8470         * configure.in (target_makefile_frag): If --enable-target-optspace,
8471         use -Os to compile target libraries rather than -O2.  Default to
8472         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8473         not used.
8474         * configure.in (target_cflags): Ditto for d30v.
8475
8476 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
8477
8478         * Makefile.in (all-bfd): Depend on all-intl.
8479         (all-binutils): Likewise.
8480         (all-gas): Likewise.
8481         (all-gprof): Likewise.
8482         (all-ld): Likewise.
8483
8484 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
8485
8486         * configure.in (host_tools): Fix typo, lbtool -> libtool.
8487
8488 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8489
8490         * Makefile.in (all-bfd): Depend upon all-libiberty.
8491
8492         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8493
8494 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
8495
8496         * Makefile.in: Add libstub.
8497
8498         * configure.in: Ditto. Build libstub for targets that have cygmon
8499         support.
8500
8501 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
8502
8503         * configure.in: Don't set PICFLAG on ix86-cygwin32.
8504
8505 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
8506
8507         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8508         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
8509
8510 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
8511
8512         * configure: Define DEFAULT_M4 by searching PATH.
8513         * Makfile.in: Use DEFAULT_M4.
8514
8515 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8516
8517         * ltconfig: Add cygwin32 support.
8518
8519         * Makefile.in, configure.in: Add libtool as a native only directory
8520         to configure and build.
8521
8522 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
8523
8524         * Makefile.in (INSTALL_MODULES): Remove texinfo.
8525
8526 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
8527
8528         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8529
8530 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
8531
8532         * Makefile.in: add ash make rules
8533         * configure.in: add ash to native_only and host_tools lists
8534
8535 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
8536
8537         * Makefile.in (all-gettext, all-intl): New targets.
8538         (ALL_MODULES): Added all-gettext, all-intl.
8539         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8540         (INSTALL_MODULES): Added install-gettext, install-intl.
8541         (CLEAN_MODULES): Added clean-gettext, clean-intl.
8542
8543         * configure.in (host_tools): Added gettext.
8544         (native_only): Likewise.
8545         (noconfigdirs) [various cases]: Likewise.
8546         (host_libs): Added intl.
8547
8548 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
8549
8550         * configure: Do not disable building gdbtk for cygwin32 hosts.
8551
8552 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
8553
8554         * configure.in: Add thumb-coff target.
8555         * config.sub: Add thumb-coff target.
8556
8557 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8558
8559         * Makefile.in: Revert yesterday's change.
8560         (all-target-winsup):  all-target-librx stays out of here.
8561
8562 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8563
8564         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8565         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8566         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
8567         Remove references to librx and libg++.
8568
8569 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
8570
8571         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8572         recursive makes
8573
8574 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
8575
8576         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8577         for newlib directory.
8578         (CXX_FOR_TARGET): Likewise.
8579
8580 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
8581
8582         * ltconfig: Update after libtool/ltconfig.in change for
8583         hpux11.
8584
8585 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
8586
8587         * ltconfig, ltmain.sh: Update to libtool 1.2.
8588
8589 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8590
8591         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8592         (install-gcc-cross): Instead, override LANGUAGES here.
8593
8594 1998-03-18  Dave Love  <d.love@dl.ac.uk>
8595
8596         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8597         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8598
8599 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
8600
8601         * configure.in: Add Thumb-pe target.
8602
8603 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
8604
8605         * Makefile.in - changed sn targets to snavigator
8606         * configure.in - changed sn targets to snavigator
8607
8608 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8609
8610         * config-ml.in: After building symlink tree call make distclean
8611         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8612         to be the case for libiberty.
8613
8614 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
8615
8616         * configure: When making link, also check the current
8617         directory. The configure scripts may create one.
8618
8619 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
8620
8621         * config.sub: Accept alphapca56 and alphaev6 properly.
8622
8623 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8624
8625         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8626
8627 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8628
8629         * config.sub (sco5): Fix typo.
8630
8631 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
8632
8633         * Makefile.in (INSTALL_MODULES): Move install-tcl before
8634         install-itcl.
8635         (install-itcl): Remove dependency on install-tcl.
8636
8637 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
8638
8639         * configure.in: Remove libgloss from noconfigdirs for MN10300.
8640
8641 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
8642
8643         * configure.in: Don't build libgui for a cygwin32 target when not on
8644         a cygwin32 host.
8645
8646 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8647
8648         * configure (redirect): Set to null, so default behavior of
8649         configure is now --verbose.
8650
8651 1998-02-16  Dave Love  <d.love@dl.ac.uk>
8652
8653         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8654         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8655
8656 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
8657
8658         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8659         this change to sync Makefile.in with its ChangeLog entries.
8660
8661 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
8662
8663         * ltmain.sh (mkdir): Check that the directory doesn't exist
8664         before we exit with error, so that we don't get races during
8665         parallel builds.
8666
8667 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8668
8669         * ltconfig, ltmain.sh: Update from libtool 1.0i.
8670
8671 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8672
8673         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8674         PICFLAG_FOR_TARGET.
8675         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8676
8677         * configure: Emit a definition for the new macro enable_shared
8678         into each Makefile.
8679
8680 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8681
8682         * configure.in (host_tools, native_only): Add libtool.
8683
8684 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
8685
8686         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8687         Fix typo in ming config comment.
8688
8689 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8690
8691         * ltconfig, ltmain.sh: Update from libtool 1.0h.
8692
8693 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
8694
8695         * config.sub: Add tic30 cases, and map c30 to tic30.
8696
8697 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
8698
8699         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8700         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8701         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8702         (CLEAN_TARGET_MODULES): Similarly
8703         (all-target-libf2c): Add dependences.
8704         * configure.in (target_libs): Add libf2c.
8705
8706 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
8707
8708         * configure.in: Remove expect from noconfigdirs when target
8709         is cygwin32.  OK to build expect and dejagnu with Canadian
8710         Cross.
8711
8712 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
8713
8714         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
8715         host.
8716
8717         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
8718         and mingw32.
8719
8720 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8721
8722         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
8723         here as it is not defined in the toplevel Makefile.
8724
8725 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8726
8727         * configure (package_makefile_rules_frag): New variable, which names
8728         a file with generic rules, ...
8729         Change comment to mention we now have FIVE parts.
8730         * configure: Undo last change.
8731
8732 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
8733
8734         * config.guess: More accurate determination of HP processor types.
8735         * config.sub: More accurate determination of HP processor types.
8736
8737 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8738
8739         * configure (package_makefile_frag): Move inserting the
8740         ${package_makefile_frag} to where it should be according
8741         to the comment.
8742
8743 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
8744
8745         * config.guess: Add support for Linux/ARM.
8746
8747 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
8748
8749         * .cvsignore: Remove *-info and *-install since they match
8750         release-info and mpw-install, which we don't want to just ignore.
8751
8752 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
8753
8754         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
8755
8756 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
8757
8758         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
8759         local_prefix to sub-make invocations.
8760
8761 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
8762
8763         * configure.in: Check makefile fragments in the source
8764         directory.
8765
8766 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8767
8768         * configure.in: Check whether host and target makefile
8769         fragments exist before adding them to *_makefile_frag.
8770
8771 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
8772
8773         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
8774
8775 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
8776
8777         * configure.in: Make sure we only replace RPATH_ENVVAR on
8778         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
8779         regexp to sed.
8780
8781         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
8782         to sub-makes.
8783
8784 1998-01-13  Lee Iverson   (leei@ai.sri.com)
8785
8786         * config-ml.in (multi-do): LDFLAGS must include multilib
8787         designator.
8788
8789 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
8790
8791         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
8792
8793 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
8794
8795         * config.sub: Add mingw32 support.
8796         * configure.in: Likewise.
8797
8798 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
8799
8800         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
8801
8802 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
8803
8804         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8805         * configure (gxx_include_dir): Provide a definition for subdirs
8806         which do not use autoconf.
8807
8808 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
8809
8810         * config.guess: Sync with egcs.  Picks up new alpha support,
8811         BeOS & some additional linux support.
8812
8813 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
8814
8815         * config.guess: HP 9000/803 is a PA1.1 machine.
8816
8817 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
8818
8819         * configure.in: It's alpha*-...
8820
8821 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
8822
8823         * configure.in (host_makefile_frag, target_makefile_frag):
8824         Handle multiple config files.
8825         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
8826         alpha-*-*.
8827
8828 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
8829
8830         * mkdep: New file.
8831
8832 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
8833
8834         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
8835
8836 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
8837
8838         * Makefile.in: Add libgui directory.
8839         (GDB_TK): Add all-libgui.
8840         * configure.in: Add libgui directory.
8841         * configure: Add all-libgui to GDB_TK.
8842
8843 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
8844
8845         * config-ml.in (multidirs): Add m32r to multilib list.
8846
8847 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
8848
8849         * Makefile.in (all-target-gperf): Change dependency to
8850         all-target-libstdc++.
8851
8852 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
8853
8854         * config.guess: Add BeOS support.
8855
8856 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
8857
8858         Source directory cvs renamed to cvssrc:
8859         * configure.in (host_tools): Change cvs to cvssrc.
8860         (native_only): Likewise.
8861         (noconfigdirs) [various cases]: Likewise.
8862         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
8863         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
8864         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
8865         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
8866         (all-cvssrc): Rename target from all-cvs.
8867
8868 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
8869
8870         * configure (gxx_include_dir): Fix thinko.
8871
8872 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
8873
8874         * Makefile.in (INSTALL_TARGET_CROSS): Define.
8875         (install-cross, install-gcc-cross): New targets.
8876
8877 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
8878
8879         * configure.in (noconfigdirs): Add support for Thumb target.
8880
8881         * config.sub (maybe_os): Add support for Thumb target.
8882
8883 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
8884
8885         * Makefile.in: Add rules for cygmon.
8886
8887         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
8888
8889 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
8890
8891         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8892         * configure (gxx_include_dir): Provide a definition for subdirs
8893         which do not use autoconf.
8894
8895 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
8896
8897         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
8898         11/18/97 build
8899
8900 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
8901
8902         * From Franz Sirl.
8903         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
8904         found on RedHat Linux systems.
8905
8906 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
8907
8908         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
8909         guesses.
8910
8911 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
8912
8913         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
8914
8915 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
8916
8917         * ltmain.sh: If mkdir fails, check whether the directory was created
8918         anyhow by some other process.
8919
8920 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
8921
8922         * configure.in (d30v-*-*): Configure all directories.
8923
8924 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
8925
8926         * configure.in (d30v-*-*): Configure newlib, libiberty directories
8927         for the D30V.
8928
8929 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
8930
8931         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
8932
8933 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
8934
8935         * include/libiberty.h: Add extern "C" { so it can be used with C++
8936         progrms.
8937         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
8938         programs.
8939
8940 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
8941
8942         * configure.in (d30v-*-*): Configure GCC now.
8943
8944 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
8945
8946         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
8947         is no longer needed.
8948
8949 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
8950
8951         * Makefile.in: check-target-libio depends on all-target-libstdc++.
8952
8953 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
8954
8955         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
8956         targets using "$@" to provide support for similar but not identical
8957         targets without having to duplicate code.
8958
8959 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
8960
8961         * makefile.vms: Fix to work with DEC C.
8962
8963 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
8964
8965         * config.sub: Add mips-tx39-elf to marketing names.
8966
8967 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
8968
8969         * ltmain.sh: Handle symlinks in generated script.
8970
8971 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
8972
8973         * configure: Handle autoconf style directory options: --bindir,
8974         --datadir, --includedir, --infodir, --libdir, --libexecdir,
8975         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
8976         --sysconfdir.
8977         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
8978         (sharedstatedir, localstatedir, oldincludedir): New variables.
8979         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
8980         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
8981         sbindir, sharedstatedir, and sysconfdir.
8982
8983 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8984
8985         * Makefile.in (bootstrap-lean): New target.
8986
8987 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
8988
8989         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
8990         sn, and gnuserv from noconfigdirs.
8991
8992 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
8993
8994         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
8995
8996 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
8997
8998         * Makefile.in (cross): New target.
8999
9000 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9001                           Jeff Law         <law@cygnus.com>
9002
9003         * Makefile.in (bootstrap2, bootstrap3): New targets.
9004         (all-bootstrap): Remove outdated and confusing target.
9005         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9006
9007 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9008
9009         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9010         windows.  Consistent with gdb/configure.
9011
9012 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
9013
9014         * configure.in: Name Linux target fragment.
9015
9016         * configure: Rewrite so that project Makefile fragment is inserted
9017         first and appears last in the resulting Makefile.
9018
9019 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9020
9021         * Makefile.in (install-itcl): Install tcl first.
9022
9023 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
9024
9025         * configure.in: remove bison from noconfigdirs for Cygwin32 host
9026
9027 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9028
9029         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9030
9031         * configure.in (skipdirs): Add target-librx for Linux.
9032         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9033
9034 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
9035
9036         * Makefile.in (bootstrap): New target.
9037
9038 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9039
9040         * config.sub: Accept 'amigados' for backward compatibility.
9041
9042 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
9043
9044         * config.guess: Merge with FSF.
9045
9046 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9047
9048         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9049
9050 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
9051
9052         * config.sub: Add "marketing-names" patch.
9053
9054 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
9055
9056         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9057
9058 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
9059
9060         * config.sub: Handle v850-elf.
9061
9062 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
9063
9064         * .cvsignore (*-install): Remove.
9065
9066 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
9067
9068         * ltconfig: Set CONFIG_SHELL in libtool.
9069         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9070
9071 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9072
9073         * configure.in (target_subdir): Set to libraries if enable_multilib.
9074
9075 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
9076
9077         * config.guess: Update from gcc directory.
9078
9079 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9080
9081         * Makefile.in (all-sim): Depends on all-readline.
9082
9083 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9084
9085         * Makefile.in (BISON, YACC): Use $$s.
9086         (all-bison): Depend on all-texinfo.
9087
9088 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
9089
9090         * Makefile.in (BISON): Add -L flag.
9091         (YACC): Likewise.
9092
9093 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9094
9095         * configure.in (noconfigdirs): Add support for v850e target.
9096
9097         * config.sub (maybe_os): Add support for v850e target.
9098
9099 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9100
9101         * configure.in (noconfigdirs): Add support for v850ea target.
9102
9103         * config.sub (maybe_os): Add support for v850ea target.
9104
9105 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
9106
9107         * config.sub: Add mipstx39.  Delete r3900.
9108
9109 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9110
9111         * Makefile.in (all-autoconf): Depends on all-texinfo.
9112
9113 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
9114
9115         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9116         eabi targets.
9117
9118 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
9119
9120         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9121
9122         * configure: When handling a Canadian Cross, handle YACC as well as
9123         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
9124         * Makefile.in (all-bison): Depend upon all-texinfo.
9125
9126 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
9127
9128         * Makefile.in (BISON): bison, not byacc or bison -y.
9129         (YACC): bison -y or byacc or yacc.
9130         (various): Add *-bison as appropriate.
9131         (taz): No need to mess with BISON anymore.
9132
9133 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
9134
9135         * configure: If OSTYPE matches *win32*, try to find a good value for
9136         CONFIG_SHELL.
9137
9138 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
9139
9140         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9141         configure.in if it is present.
9142
9143 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
9144
9145         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9146
9147 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
9148
9149         * config.sub: Recognize `arc' cpu.
9150         * configure.in: Likewise.
9151         * config-ml.in: Likewise.
9152
9153 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
9154
9155         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9156
9157 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
9158
9159         * configure: Changed sed delimiter from ':' to '|' when
9160         attempting to substitute ${config_shell} for SHELL. On
9161         NT ${config_shell} may contain a ':' in it.
9162
9163 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
9164
9165         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9166
9167 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
9168
9169         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9170
9171 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9172
9173         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9174
9175         * ylwrap: If the program is a relative path, force it to be
9176         absolute.
9177
9178 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9179
9180         * configure (tooldir): Set BISON to `bison -y' and not just bison.
9181
9182 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9183
9184         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
9185         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9186         for libraries.
9187
9188 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
9189
9190         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
9191         separated by spaces.
9192
9193 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
9194
9195         * ylwrap: New file.
9196         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9197
9198         * ltmain.sh: Handle /bin/sh at start of install program.
9199
9200         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9201
9202         * ltconfig, ltmain.sh: New files, from libtool 1.0.
9203         * missing: New file, from automake 1.2.
9204
9205 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
9206
9207         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
9208         check-tk to CHECK_X11_MODULES.
9209
9210 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9211
9212         * config.sub: Merge with FSF.
9213
9214 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9215
9216         * config.guess: Merge with FSF.
9217
9218 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9219
9220         * configure: Treat msdosdjgpp like go32.
9221         * configure.in: Likewise.  Don't remove gprof for go32.
9222
9223         * configure: Change Makefile.tem2 to Makefile.tm2.
9224
9225 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
9226
9227         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9228
9229 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9230
9231         * install-sh (chmodcmd): Set to null if the DST directory already
9232         exists.  Same as Nov 11th change.
9233
9234 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
9235
9236         * configure (GDB_TK): Needs itcl and tix.
9237
9238 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
9239
9240         * config.guess: Update from FSF.
9241
9242 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
9243
9244         * Makefile.in (GDB_TK): Depend on itcl and tix.
9245
9246 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9247
9248         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9249         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9250         (INSTALL_SCRIPT): New variable.
9251         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9252         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9253         to -x.
9254         * install-sh: Add support for -x option.
9255
9256 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
9257
9258         * configure.in, Makefile.in: Treat tix like itcl.
9259
9260 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
9261
9262         * Makefile.in (WINDRES): New variable.
9263         (WINDRES_FOR_TARGET): New variable.
9264         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9265         (EXTRA_HOST_FLAGS): Add WINDRES.
9266         (EXTRA_TARGET_FLAGS): Add WINDRES.
9267         (EXTRA_GCC_FLAGS): Add WINDRES.
9268         ($(DO_X)): Pass down WINDRES.
9269         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9270         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9271         DLLTOOL_FOR_TARGET.
9272
9273 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
9274
9275         * configure.in: configure sim before gdb for win32-x-ppc
9276
9277 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9278
9279         Move gperf into the toplevel, from libg++.
9280         * configure.in (target_tools): Add target-gperf.
9281         (native_only): Add target-gperf.
9282         * Makefile.in (all-target-gperf): New target, depend on
9283         all-target-libg++.
9284         (configure-target-gperf): Empty rule.
9285         (ALL_TARGET_MODULES): Add all-target-gperf.
9286         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9287         (CHECK_TARGET_MODULES): Add check-target-gperf.
9288         (INSTALL_TARGET_MODULES): Add install-target-gperf.
9289         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9290
9291 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
9292
9293         * config.sub (mn10200): Recognize new basic machine.
9294
9295 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9296
9297         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9298         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9299
9300 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9301
9302         * configure.in: If we're building mips-sgi-irix6* native, turn on
9303         ENABLE_MULTILIB and set TARGET_SUBDIR.
9304
9305 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
9306
9307         * Makefile.in (all-sn): Depend on all-grep.
9308
9309 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
9310
9311         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9312
9313         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9314         Makefile.  From Jeff Makey <jeff@cts.com>.
9315         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9316
9317         * Makefile.in (DISTBISONFILES): Remove.
9318         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
9319         $(DEFAULT_YACC).
9320
9321         * configure.in: Build itl, db, sn, etc., when building for native
9322         cygwin32.
9323
9324         * Makefile.in (LD): New variable.
9325         (EXTRA_HOST_FLAGS): Pass down LD.
9326         ($(DO_X)): Likewise.
9327
9328 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
9329
9330         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9331
9332 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
9333
9334         * configure.in (targargs): Strip out any supplied --build argument
9335         before adding our own. Always add --build.
9336
9337 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
9338
9339         * configure.in (targargs): Pass --build if we're doing
9340         a cross-compile.
9341
9342 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
9343
9344         * configure: Use '|' instead of ":" as the separator in
9345         sed. Otherwise sed chokes on NT path names with drive
9346         designators. Also look for "?:*" as the leading characters in an
9347         absolute pathname.
9348
9349 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
9350
9351         * config.sub: Support for r3900.
9352
9353 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9354
9355         * configure.in: Use install-sh, not install.sh.
9356
9357 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9358
9359         * Makefile.in (taz): Improve check for BISON so it doesn't try to
9360         apply it twice.
9361
9362 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9363
9364         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9365         install-binutils.
9366
9367 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
9368
9369         * Makefile.in: Add automake targets.
9370         * configure.in (host_tools): Add automake.
9371
9372 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9373
9374         * configure: Default CXX to c++, not gcc.
9375         * Makefile.in (CXX): Set to c++, not gcc.
9376         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9377
9378 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
9379
9380         * install-sh: try appending a .exe if source file doesn't
9381         exist
9382
9383 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9384
9385         * configure.in: Turn on multilib by default.
9386         (cross_only): Remove target-libiberty.
9387
9388         * Makefile.in (all-gcc): Don't depend on libiberty.
9389
9390 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
9391
9392         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9393
9394 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9395
9396         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9397         (DISTBISONFILES): Add ld/Makefile.in
9398
9399 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
9400
9401         * configure.in: if target is cygwin32 but host isn't cygwin32,
9402         don't configure gdb tcl tk expect, not just gdb.
9403
9404 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
9405
9406         * configure.in: Added gnuserv everywhere sn appears.
9407
9408         * Makefile.in (ALL_MODULES): Added all-gnuserv.
9409         (CROSS_CHECK_MODULES): Added check-gnuserv.
9410         (INSTALL_MODULES): Added install-gnuserv.
9411         (CLEAN_MODULES): Added clean-gnuserv.
9412         (all-gnuserv): New target.
9413
9414 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
9415
9416         * config.guess: Fixes for MIPS OpenBSD systems.
9417
9418 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9419
9420         * Makefile.in (INSTALL_XFORM): Remove.
9421         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9422
9423         * mkinstalldirs: New file, copied from automake.
9424         * Makefile.in (installdirs): Rename from install-dirs.  Use
9425         mkinstalldirs.  Change all users.
9426         (DEVO_SUPPORT): Add mkinstalldirs.
9427
9428 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9429
9430         * install-sh: Rename from install.sh.
9431         * Makefile.in (INSTALL): Change install.sh to install-sh.
9432         (DEVO_SUPPORT): Likewise.
9433
9434         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
9435         Graichen <graichen@rzpd.de>.
9436
9437 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
9438
9439         * config.guess: Recognize OpenBSD systems correctly.
9440
9441 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9442
9443         * README, Makefile.in (ETC_SUPPORT): Remove references to
9444         cfg-paper*, configure.{texi,man,info*}._
9445
9446 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
9447
9448         * Makefile.in (all.normal): Ensure that gcc is built after all
9449         the x11 - ie gdb - targets.
9450
9451 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
9452
9453         * makefile.vms: Don't run conf-a-gas.
9454
9455 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
9456
9457         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
9458
9459 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
9460
9461         * configure.in: Remove noconfigdirs case since gdb also
9462         configures and builds for tic80-coff.
9463
9464 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9465
9466         * configure: Set cache_file to config.cache.
9467         * Makefile.in (local-distclean): Remove config.cache.
9468
9469 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9470
9471         * COPYING: Update FSF address.
9472
9473 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
9474
9475         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9476         noconfigdirs.
9477
9478 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9479
9480         * Makefile.in (install-dirs): Don't crash if prefix, and hence
9481         MAKEDIRS, is empty.
9482
9483 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
9484
9485         * config.sub: Tweak mn10300 entry.
9486
9487 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
9488
9489         * configure.in (host_tools): Put sim before gdb, so gdb's
9490         configure.tgt can determine if the simulator was configured.
9491
9492 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
9493
9494         * config.sub: Move BeOS $os case to be with other Cygnus
9495         local cases.
9496
9497 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
9498
9499         * config.sub: Remove misplaced comment that broke Linux.
9500
9501 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
9502
9503         * config.sub: Add BeOS support.
9504
9505 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
9506
9507         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9508
9509 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
9510
9511         * configure.in (noconfigdirs): Remove tcl and tk from
9512         noconfigdirs for cygwin32 builds.
9513
9514 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
9515
9516         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9517
9518 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
9519
9520         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9521         make-all.com, use makefile.vms instead.
9522
9523 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
9524
9525         * config.sub: Accept -lnews*.
9526
9527 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
9528
9529         * configure.in (noconfigdirs): Disable target-newlib,
9530         target-examples and target-libiberty for d30v.
9531
9532 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9533
9534         * configure.in (noconfigdirs): Enable ld for d30v.
9535
9536 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
9537
9538         * configure.in (tic80-*-*): Build compiler.
9539
9540 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
9541
9542         * configure.in (d30v-*): Remove sim directory from list of
9543         unsupported d30v directories
9544
9545 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9546
9547         * config.sub, configure.in: Add d30v target cpu.
9548
9549 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
9550
9551         * makefile.vms: New file.
9552         * make-all.com: Remove.
9553
9554 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
9555
9556         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9557
9558 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
9559
9560         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9561
9562 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
9563
9564         * Makefile.in (ALL_MODULES): Added all-db.
9565         (CROSS_CHECK_MODULES): Addec check-db.
9566         (INSTALL_MODULES): Added install-db.
9567         (CLEAN_MODULES): Added clean-db.
9568
9569 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
9570
9571         * config.guess: Merge with latest FSF sources.
9572
9573 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
9574
9575         * Makefile.in (ALL_MODULES): Added all-itcl.
9576         (CROSS_CHECK_MODULES): Added check-itcl.
9577         (INSTALL_MODULES): Added install-itcl.
9578         (CLEAN_MODULES): Added clean-itcl.
9579
9580 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
9581
9582         * configure.in: build gdb for mn10200
9583
9584 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
9585
9586         * Makefile.in (all-target-winsup): Depend on all-target-libio.
9587
9588 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
9589
9590         * configure.in (tic80-*-*): Turn off most targets right now.
9591
9592 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
9593
9594         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9595         rather than the makeinfo program.
9596         (do-info): Depend upon all-texinfo.
9597
9598 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9599
9600         * configure.in: Remove uses of config/mh-linux.
9601
9602         * config.sub, config.guess: Merge with latest FSF sources.
9603
9604 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
9605
9606         * config.sub (case $basic_machine): Add tic80 entries.
9607
9608 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
9609
9610         * config.sub, config.guess: Merge with latest FSF sources.
9611
9612 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9613
9614         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9615         * mpw-config.in: Test for NewFolderRecursive.
9616         * mpw-install: Use symbolic name for startup filename.
9617         * mpw-README: Add various additional details.
9618
9619 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
9620
9621         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9622
9623 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
9624
9625         * configure.in: Do build gcc and the target libraries for
9626         the mn10200.
9627
9628 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
9629
9630         * configure.in: don't avoid building gdb for mn10300 any more
9631         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9632         instead of single-quoting it.
9633
9634 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
9635
9636         * configure.in: Don't use --with-stabs on IRIX 6.
9637
9638 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
9639
9640         * configure.in (m32r): Build gdb, libg++ now.
9641
9642 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9643
9644         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
9645         directories from noconfigdirs.
9646
9647 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
9648
9649         * config.sub (basic_machine): added mips16 configuration
9650
9651 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9652
9653         * config.sub: Handle d10v-unknown.
9654
9655 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
9656
9657         * config.sub: Handle v850-unknown.
9658
9659 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
9660
9661         * Makefile.in: add findutils
9662         * configure.in: add findutils to list of host_tools
9663
9664 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
9665
9666         * config.sub: Handle mn10200 and mn10300.
9667
9668 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9669
9670         * configure.in (d10v-*): Do not build librx.
9671
9672 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
9673
9674         * configure.in (mn10300): Build everything except gdb & libgloss.
9675
9676 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
9677
9678         * config.guess:  Patch for Dansk Data Elektronik servers,
9679         from Niels Skou Olsen <nso@dde.dk>.
9680
9681         For ncr, use /bin/uname rather than uname, since GNU uname does not
9682         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
9683
9684         Patch for MIPS R4000 running System V,
9685         from Eric S. Raymond <esr@snark.thyrsus.com>.
9686
9687         Fix thinko for nextstep.
9688
9689         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9690
9691         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
9692         * config.guess: Guess mips-dec-mach_bsd4.3.
9693
9694         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
9695         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
9696         release numbers.
9697         * config.guess (mips-mips-riscos*):  Emit just enough of the
9698         release number.
9699
9700         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
9701         * config.guess (sparc-auspex-sunos*):  Added.
9702         (f300-fujitsu-*): Added.
9703
9704         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
9705         * config.guess:  Recognize a Tadpole as a sparc.
9706
9707 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9708
9709         * config.guess: Don't assume that NextStep version is either 2 or
9710         3.  NextStep 4 (aka OpenStep 4) has come out now.
9711
9712 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9713
9714         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
9715         From Rik Faith <faith@cs.unc.edu>.
9716
9717 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
9718
9719         * config.sub: Contributions from bug-gnu-utils to:
9720         Support plain "hppa" (no version given) architecture, reported by
9721         OpenStep.
9722         OpenBSD like NetBSD.
9723         LynxOs is not a hardware supplier.
9724
9725         * config.guess: Contributions from bug-gnu-utils to add support for:
9726         OpenBSD like NetBSD.
9727         Stratus systems.
9728         More Pyramid systems.
9729         i[n>4]86 Intel chips.
9730         M680[n>4]0 Motorola chips.
9731         Use unknown instead of lynx for hardware manufacturer.
9732
9733 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9734
9735         * install.sh (chmodcmd): Set to null if the DST directory already
9736         exists.
9737
9738 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9739
9740         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
9741         not use mt-ppc target Makefile fragment any more.
9742
9743 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
9744
9745         * configure.in (*-*-windows):  Exclude everything but those dirs
9746         needed to build windows.
9747
9748 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
9749
9750         * Makefile.in (all-target-winsup): Depend on all-target-librx.
9751
9752 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9753
9754         * configure.in:  Exclude mmalloc from i386-windows.
9755
9756 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9757
9758         * Undo my previous change.
9759
9760 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
9761
9762         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
9763         unconditionally.
9764         (MAKEOVERRIDES): Define (revert this part of October 18 change).
9765
9766 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
9767
9768         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
9769         host to add it's own flags.
9770
9771 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
9772
9773         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
9774
9775 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
9776
9777         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
9778         (CXX_FOR_TARGET): Likewise.
9779         (GCC_FOR_TARGET): Define.
9780         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
9781         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
9782         CC_FOR_TARGET was specified on the command line.
9783         (MAKEOVERRIDES): Don't define.
9784
9785 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
9786
9787         * configure.in (m32r): Fix spelling of libg++ libs.
9788
9789 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
9790
9791         * config.sub (-apple*): Remove, now redundant.
9792
9793 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
9794
9795         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
9796
9797         * configure: Rework yesterday's sed script patch.
9798
9799         * config.sub: Merge with FSF.
9800
9801 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
9802
9803         * config.guess:  Merge from FSF.
9804
9805         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
9806         * config.guess: Use pc instead of unknown, for pc clone systems.
9807         Change linux to linux-gnu.
9808
9809         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9810         * config.guess: Avoid non-portable tr syntax.
9811
9812 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
9813
9814         * test-build.mk (HOLES): Add "xargs" for gdb.
9815
9816         * configure: Avoid hpux10.20 sed bug.
9817
9818 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
9819
9820         * configure.in:  Add support for windows host
9821         (that is a build done under the Microsoft build environment).
9822
9823 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
9824
9825         * Makefile.in: Replace all uses of srcroot with s, to shrink
9826         command line lengths.
9827
9828         Patches from Geoffrey Noer <noer@cygnus.com>:
9829         * configure.in: If configuring for newlib, pass --with-newlib to
9830         subdirectories.
9831         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
9832         -Bnewlib/ and -Lwinsup to gcc.
9833         (CXX_FOR_TARGET): Likewise.
9834
9835 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9836
9837         * Makefile.in (ETC_SUPPORT): Add configure.
9838
9839 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
9840
9841         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
9842         host configuration file.
9843
9844 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
9845
9846         * configure.in: Break mn10x00 support into separate
9847         mn10200 and mn10300 configurations.
9848         * config.sub: Likewise.
9849
9850 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
9851
9852         * configure.in: Add lots of stuff to noconfigdirs for
9853         the mn10x00 targets.
9854
9855         * config.sub, configure.in: Add mn10x00 support.
9856
9857 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
9858
9859         * make-all.com: Call conf-a-gas, not config-a-gas.
9860
9861 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
9862
9863         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
9864         targets.
9865
9866 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
9867
9868         * mpw-README: Add much more detail for native PowerMac.
9869         * mpw-install: New file.
9870         * mpw-configure: Add --norecursion and --help options.
9871         * mpw-config.in: Translate readme and install files when
9872         copying to objdir.
9873         * mpw-build.in: Don't always depend on byacc and flex.
9874         (install-only-top): New action.
9875
9876 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
9877
9878         * configure.in:  You can now configure GDB for the v850.
9879
9880 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
9881
9882         * configure.in (noconfigdirs): Don't configure any C++ dirs
9883         if targeting D10V.
9884
9885 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9886
9887         * config.sub: Recognize mips64vr5000.
9888
9889 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
9890
9891         * configure.in: Use a single line for host_tools and native_only.
9892
9893 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
9894
9895         * config.sub, configure.in: Add entries for m32r.
9896
9897 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
9898
9899         * Makefile.in (inet-install): Don't run install-gzip.
9900
9901 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
9902
9903         * configure.in:  Don't config lots of things for *-*-windows*.
9904
9905 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
9906
9907         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
9908         (host_libs, host_tools): Copy from configure.in.
9909         * mpw-configure: Don't complain about directories not found.
9910
9911 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9912
9913         * configure.in (i[345]86): Recognize i686 for pentium pro.
9914         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
9915         file.
9916
9917         * config.guess (i[345]86): Ditto.
9918
9919 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9920
9921         * configure.in (noconfigdirs): Removed gdb for D10V.
9922
9923 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
9924
9925         * configure.in: Remove ld, target-libio, target-libg++, and
9926         target-libstdc++ from noconfigdirs.
9927
9928 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
9929
9930         * configure: Fix three locations where shell scripts were
9931         being run directly rather than with config_shell.
9932
9933 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
9934
9935         * configure.in (v850-*-*): Set up initial $noconfigdirs.
9936         * config.sub (basic_machine): Recognize v850.
9937
9938 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
9939
9940         * mpw-configure: Handle multiple enable/disable options and
9941         pass them down recursively, handle -c and -s flags appropriately
9942         depending on choice of compiler, add escape mechanism for
9943         quoted arguments to gC.
9944
9945 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9946
9947         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
9948         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
9949         so that -mrelocatable-lib and -mno-eabi are used.
9950
9951         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
9952         not support --print-multi-lib, don't abort.
9953
9954 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
9955
9956         * make-all.com: Run config-a-gas.
9957         * setup.com: Don't copy subdirectory files around.
9958
9959 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
9960
9961         * configure.in (*-*-ose): Remove exclusion of libgloss for this
9962         target, it now compiles correctly.
9963
9964 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
9965
9966         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
9967
9968 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9969
9970         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
9971
9972 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9973
9974         * configure.in (native_only): Add prms.
9975
9976 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
9977
9978         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
9979         (BINUTILS_SUPPORT_DIRS): Likewise.
9980
9981 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9982
9983         * configure.in (d10v-*-*): Don't configure ld or gdb until the
9984         d10v support is added.
9985
9986 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9987
9988         * configure.in (d10v-*-*): New target.
9989
9990 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
9991
9992         * config.guess (HP 9000/811): Recognize this as a PA1.1
9993         machine.
9994
9995 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
9996
9997         * Makefile.in (do-tar-gz): New target, split out from tail end of
9998         taz target.  Run each command separately, don't use pipes.
9999         (taz): Use it.
10000
10001 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
10002
10003         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10004         * mpw-build.in: No builds should depend on building byacc or flex,
10005         they are assumed to be installed already.
10006
10007 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10008
10009         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10010         variable that CC_FOR_TARGET needs.
10011
10012 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10013
10014         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10015         options have changed since the last time the subdirectory was
10016         configured, and if it has, reconfigure.
10017         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10018         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10019
10020 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
10021
10022         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10023         CLEAN_MODULES): Add bash.
10024         (all-bash): New target.
10025
10026 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
10027
10028         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10029
10030 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10031
10032         * config.sub (basic_machine): Recognize d10v as a valid processor.
10033
10034 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
10035
10036         * mpw-configure: Add support for --bindir.
10037         * mpw-build.in: Use a GCC-specific build script for GCC actions.
10038
10039 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
10040
10041         * configure.in: add bash, time, gawk to list of hosttools and things
10042         to only build for native toolchains
10043
10044 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10045
10046         * Makefile.in (docdir): Remove.
10047
10048 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10049
10050         * Makefile.in (datadir): Set to $(prefix)/share.
10051
10052 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
10053
10054         * configure.in: build diff and patch for cygwin32-hosted
10055         toolchains.
10056
10057 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
10058
10059         * config.sub: Accept -rtems*.
10060
10061 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
10062
10063         * configure.in: enable dosrel for cygwin32-hosted builds,
10064                 remove diff from the list of things not buildable
10065                 via Canadian Cross
10066
10067 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
10068
10069         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10070         don't get ". ".
10071
10072 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
10073
10074         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10075
10076 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
10077
10078         * Makefile.in (taz): Handle case where tex3patch didn't even get
10079         checked out.  Also, if it was found, put the symlink in a new util
10080         subdirectory.
10081
10082 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10083
10084         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10085
10086 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
10087
10088         * config.sub: Recognize -openvms.
10089         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10090         * make-all.com, setup.com: New files.
10091
10092 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10093
10094         * Makefile.in (taz): tex3patch moved to texinfo/util.
10095
10096 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
10097
10098         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10099         * configure.in: remove make from disable-if-Can-Cross list
10100                 enable gdb if ${host} and ${target} are cygwin32
10101
10102 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
10103
10104         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
10105         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10106
10107 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10108
10109         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
10110         distinguish sysv/svr4/bsd variants.
10111         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10112
10113 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
10114
10115         * configure.in: Added copyright notice.
10116         * move-if-change: Added copyright notice.
10117
10118 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10119
10120         * configure.in (powerpcle-*-solaris*): Until we get shared
10121         libraries working, don't build gdb, sim, make, tcl, tk, or
10122         expect.
10123
10124 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
10125
10126         * config.guess:  Merge with FSF:
10127
10128         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10129         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10130
10131         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
10132         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10133
10134         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
10135         * config.guess:  Combine two OSF1 rules.
10136         Also recognize field test versions.  From mjr@zk3.dec.com.
10137         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
10138         because GNU uname does not support -p.  From pmr@pajato.com.
10139
10140 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
10141
10142         * Makefile.in (MAKEDIRS): Removed $(tooldir).
10143
10144 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
10145
10146         * mpw-README: Document GCCIncludes.
10147
10148 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
10149
10150         * configure.in (alpha-*-linux*): Set enable_shared to yes.
10151
10152 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10153
10154         * mpw-configure: Handle --enable-FOO and --disable-FOO.
10155
10156 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
10157
10158         * configure.in (*-*-cygwin32): Configure make.
10159
10160 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
10161
10162         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10163
10164 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
10165
10166         * Makefile.in (all-inet): Depend on all-perl.
10167
10168         * Makefile.in (inet-install): New target.
10169
10170         * Makefile.in (all-inet): Depend on all-tcl.
10171         (all-inet): Depend on all-send-pr.
10172
10173 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10174
10175         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10176         temporarily.
10177
10178 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
10179
10180         * configure.in: Don't configure --with-gnu-ld on AIX.
10181
10182 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10183
10184         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10185
10186 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
10187
10188         * Makefile.in (ALL_MODULES): Added all-inet.
10189         (CROSS_CHECK_MODULES): Added check-inet.
10190         (INSTALL_MODULES): Added install-inet.
10191         (CLEAN_MODULES): Added clean-inet.
10192         (all-indent): New target.
10193
10194         * configure.in (host_tools): Added inet.
10195         (native_only): Added inet.
10196         (noconfigdirs): Added inet.
10197
10198 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
10199
10200         * configure.in: Don't configure libgloss if we are not configuring
10201         newlib.
10202
10203 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
10204
10205         * configure.in: Don't configure libgloss for unsupported
10206         architectures.
10207
10208 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10209
10210         * Makefile.in (CLEAN_MODULES): Add clean-apache.
10211
10212 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
10213
10214         * Makefile.in (ALL_MODULES): Include all-apache.
10215         (CROSS_CHECK_MODULES): Include check-apache.
10216         (INSTALL_MODULES): Include install-apache.
10217         (all-apache): New target.
10218
10219         * configure.in: Added apache everywhere perl is seen.
10220
10221 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10222
10223         * Makefile.in: Add support for clean-{module} and
10224         clean-target-{module} rules.
10225
10226 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
10227
10228         * configure.in (*-*-ose) do not build libgloss.
10229
10230 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10231
10232         * config.guess (prep*:SunOS:5.*:*): Turn into
10233         powerpele-unknown-solaris2.
10234
10235 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
10236
10237         * configure.in: Permit --enable-shared to specify a list of
10238         directories.
10239
10240 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10241
10242         * configure.in (host==solaris): Pass only the first word of $CC
10243         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10244
10245 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10246
10247         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10248
10249 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
10250
10251         * Makefile.in (ALL_MODULES): Include all-perl.
10252         (CROSS_CHECK_MODULES): Include check-perl.
10253         (INSTALL_MODULES): Include install-perl.
10254         (ALL_X11_MODULES): Include all-guile.
10255         (CHECK_X11_MODULES): Include check-guile.
10256         (INSTALL_X11_MODULES): Include install-guile.
10257         (all-perl): New target.
10258         (all-guile): New target.
10259
10260         * configure.in (host_tools): Include perl and guile.
10261         (native_only): Include perl and guile.
10262         (noconfigdirs): Don't build guile and perl; no ports have been
10263         done.
10264
10265 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
10266
10267         * configure (--enable-*): Handle quoted option lists such as
10268         --enable-sim-cflags='-g0 -O' better.
10269
10270 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10271
10272         * Makefile.in ({,inst}all-target): New rule so we can make and
10273         install all of the target directories easily.
10274
10275 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10276
10277         * configure.in: Add missing global flag in sed substitution when
10278         deleting `target-' from ${configdirs}.
10279
10280 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
10281
10282         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10283         option.
10284
10285         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10286         config/mh-necv4.
10287
10288         * install.sh: Correct misspelling of transformbasename.
10289
10290         * config.guess: Recognize mips-*-sysv*.
10291
10292 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
10293
10294         * config.sub: Recognize mon960.
10295
10296 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
10297
10298         * configure: Restore Canadian Cross handling of BISON and LEX,
10299         removed in Feb 20 change.
10300
10301 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
10302
10303         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10304         Mention make install.  Remove the old copyright date as well the
10305         clumsy and rather pointless copyright on the README file.
10306
10307 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10308
10309         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10310         Makefile after running symlink-tree, then run `make distclean' to
10311         avoid clobbering any generated files in srcdir.
10312
10313 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
10314
10315         * configure.in (m68k-*-netbsd*): Build everything now.
10316
10317 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10318
10319         * Makefile.in (taz): Fix quoting.
10320
10321 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
10322
10323         * configure.in (sparclet-*-*): Build everything now.
10324
10325 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10326
10327         * configure.in (m68k-*-linux*): New host.
10328
10329 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
10330
10331         * configure: Check for bison before byacc.
10332
10333 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
10334
10335         * Makefile.in configure:  Change the way LEX and BISON/YACC are
10336         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
10337         searching PATH.  These are used as fallbacks by Makefile.in if
10338         flex/bison/byacc aren't in objdir.
10339
10340 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
10341
10342         * Makefile.in: Make everything which depends upon all-bfd also
10343         depend upon all-opcodes, in case --with-commonbfdlib is used.
10344
10345 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10346
10347         * configure.in (host *-*-cygwin32): Don't build gdb if we are
10348         building NT native compilers on Unix.
10349
10350 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
10351
10352         * configure.in: Don't get CC from the host Makefile fragment if we
10353         can find gcc in PATH, or if this is a Canadian Cross.  Move the
10354         Solaris test for /usr/ucb/cc to the post target script, just after
10355         the compiler sanity test.
10356
10357 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
10358
10359         * config.sub: Merge with FSF.
10360
10361 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
10362
10363         * Makefile.in (RPATH_ENVVAR): New variable.
10364         (REALLY_SET_LIB_PATH): Use it.
10365         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10366
10367 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
10368
10369         * config.sub, configure.in: Recognize sparclet cpu.
10370
10371 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10372
10373         * config.guess:  Support m68k-cbm-sysv4.
10374
10375 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10376
10377         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10378         m68k-unknown-linuxaout from linker help string.  Put quotes around
10379         $ld_help_string.
10380
10381 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
10382
10383         * config.guess (powerpc-harris-powerunix): Add guess for port
10384         to new target.
10385
10386 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10387
10388         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10389
10390 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
10391
10392         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10393         $(REALLY_SET_LIB_PATH) in Makefile.
10394         * Makefile.in (SET_LIB_PATH): New variable.
10395         (REALLY_SET_LIB_PATH): New variable.
10396         ($(DO_X)): Use $(SET_LIB_PATH).
10397         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10398         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10399         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10400         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10401         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10402         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10403         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10404         (install-dosrel): Likewise.
10405         (all-opcodes): Depend upon all-libiberty.
10406
10407 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10408
10409         * config.guess (*:CYGWIN*): New
10410
10411 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10412
10413         * Makefile.in (all-target-winsup): All all-target-libiberty.
10414
10415 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10416
10417         * configure.in (noconfigdirs): Add missing # in front of comment.
10418
10419 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
10420
10421         * configure.in: add second pass to things added to noconfigdirs
10422         so *-gm-magic can exclude libgloss properly.
10423
10424 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
10425
10426         * mpw-configure (extralibs_name, rez_name): Set correctly
10427         for MWC68K compiler.
10428
10429         * mpw-README: Add more info on the necessary build tools.
10430
10431 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10432
10433         * configure.in, config.sub: Recognize cygwin32.
10434
10435 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
10436
10437         * config.guess, config.sub: Recognize A/UX.
10438
10439 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
10440
10441         * config.sub: Merge with gcc/config.sub.
10442
10443 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
10444
10445         * mpw-build.in (do-binutils): Add build of stamps.
10446
10447 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
10448
10449         * config.sub: Add recognition for mips64vr4100*-* targets.
10450
10451 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10452
10453         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10454         Add creation of gconfigargs with `--enable-shared' turned on.
10455         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10456         ($(host)-stamp-stage3-configured): Likewise.
10457         (HOLES): Add chatr and ldd.
10458         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10459
10460 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
10461
10462         * configure: Pass --nfp to recursive configures.
10463
10464 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10465
10466         * Makefile.in (DLLTOOL): New.
10467         (DLLTOOL_FOR_TARGET): New.
10468         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10469         (EXTRA_TARGET_FLAGS): Ditto.
10470         (EXTRA_GCC_FLAGS): Ditto.
10471         (CONFIGURE_TARGET_MODULES): Ditto.
10472         (DO_X): Ditto.
10473         * configure: Add DLLTOOL.
10474
10475 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
10476
10477         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10478         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10479         mh-sco, since old workarounds no longer needed, and don't
10480         build ld, since libraries have weak symbols in COFF.
10481
10482 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
10483
10484         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10485
10486 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10487
10488         * configure.in: Make sure that ${CC} can be used to compile an
10489         executable.
10490
10491 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10492
10493         * Makefile.in (all-gdb): Depend on $(GDB_TK).
10494         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10495         nothing depending on whether gdbtk is being built.
10496
10497 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
10498
10499         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10500
10501 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
10502
10503         * configure.in (noconfigdirs): Put ld or gas in this early, if the
10504         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10505
10506 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
10507
10508         * config-ml.in: Add support for
10509         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10510         Simplify setting of multidirs from --disable-foo.
10511
10512 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10513
10514         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10515         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10516         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
10517         non-empty, pass them on to the  GCC make.
10518         (all-bootstrap): New rule that is like all-gcc, except it executes
10519         the GCC bootstrap rule instead of the GCC all rule.
10520
10521 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
10522
10523         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10524
10525 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10526
10527         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10528         DG/UX support.
10529
10530 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
10531
10532         * config.sub (i*86*) Change [345] to [3456]
10533
10534 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10535
10536         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10537         --with-gnu-ld=no.
10538
10539 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10540
10541         * config-ml.in (rs6000*, powerpc*): Add switches to control which
10542         AIX multilibs get built.
10543
10544 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10545
10546         * configure.in (i386-win32): Don't build expect if we're not
10547         building the tcl subdir.
10548
10549 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
10550
10551         * Makefile.in: (configure-target-examples, all-target-examples):
10552         New targets, configure and build example programs.
10553
10554 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10555
10556         * mpw-configure: If an mpw-config.in generated a file mk.sed,
10557         use it as input to sedit the generated MPW makefile.
10558         * mpw-README: Add a suggestion about Gestalt.h.
10559
10560 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
10561
10562         * config.sub: Accept *-*-ieee*.
10563
10564 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
10565
10566         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
10567         Ronald F. Guilmette <rfg@monkeys.com>.
10568
10569 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10570
10571         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10572         for powerpc-pe native.
10573         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10574         (target==powerpc-pe): duplicate i386-win32 entry.
10575
10576 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10577
10578         * configure.in (noconfigdirs): Exclude target-newlib for all versions
10579         of vxworks, not just vxworks5.1.
10580
10581 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
10582
10583         * mpw-configure: Add support for exec-prefix.
10584
10585 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10586
10587         * config.guess: Recognize HP model 816 machines as having
10588         a PA1.1 processor.
10589
10590 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10591
10592         * configure: Ignore new autoconf configure options.
10593
10594 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10595
10596         * config.guess:  Recognize Pentium under SCO.
10597         From Robert Lipe <robertl@arnet.com>.
10598
10599 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10600
10601         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
10602
10603 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
10604
10605         * configure.in: Don't configure gas for alpha-dec-osf*.
10606
10607 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
10608
10609         * configure.in: Default to --with-stabs for some targets for which
10610         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10611         i[345]86*-*-unixware*.
10612
10613 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10614
10615         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10616         rather than basing it on the target.  Simplify handling of options
10617         controlling which directories to configure.  Remove extraneous
10618         slash in multi-clean target.
10619
10620 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
10621
10622         * config-ml.in: Prefix more variables with ml_ so they don't collide
10623         with configure's.
10624
10625 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
10626
10627         * configure: Don't turn -v into --v.
10628
10629 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
10630
10631         * configure.in (targargs): Fix typo.
10632
10633         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10634
10635 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10636
10637         * configure.in: Strip --host and --target options from
10638         CONFIG_ARGUMENTS, and always configure for --host only.  Add
10639         --with-cross-host option when building with a cross-compiler.
10640         * configure: Canonicalize the arguments put into config.status by
10641         always using `=' for an option with an argument.  Pass a presumed
10642         --host or --target explicitly.
10643
10644 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
10645
10646         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10647         into general OS recognition case.
10648
10649 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10650
10651         * configure.in (target_configdirs): add target-winsup only
10652         for win32 target systems.
10653
10654 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
10655
10656         * Makefile.in (all-target-libgloss): Depend upon
10657         configure-target-newlib, since when libgloss is built it looks to
10658         see if the newlib directory exists.
10659
10660 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
10661
10662         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10663         cfg-ml-*.in.
10664
10665 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
10666
10667         * configure: Handle LD and LD_FOR_TARGET when configuring a
10668         Canadian Cross.
10669
10670 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10671
10672         * configure.in (target_libs): add target-winsup.
10673         (target==i386-win32): add patch diff flex make to $noconfigdirs.
10674         (target==ppcle-pe): remove ld from $noconfigdirs.
10675
10676 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
10677
10678         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10679         Preserve relative path names in $srcdir.  Build symlink tree if
10680         configuring cross target dir and srcdir=. (= no VPATH support).
10681         (configure-target-libg++): Depend on configure-target-librx.
10682         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10683         * config-ml.in: New file.
10684         * symlink-tree: New file.
10685         * configure: Ensure srcdir="." if that's what it is.
10686
10687 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
10688
10689         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10690         includes and FLEX_SKELETON setting.
10691         * mpw-configure (--with-gnu-ld): New option, controls whether
10692         to use PPCLink or ld with PowerMac GCC.
10693         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10694         * mpw-config.in: Configure grez if targeting Mac.
10695
10696         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
10697         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10698         just macos.
10699         * configure.in: Configure grez resource compiler if targeting Mac.
10700         * Makefile.in (all-grez, install-grez): New targets.
10701
10702 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
10703
10704         * configure: CXX defaults to gcc, not g++.  If we find
10705         gcc in the path, set CC to gcc -O2.
10706
10707 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
10708
10709         * configure: Default ${build} correctly.  Avoid picking up extra
10710         spaces when reading CC and CXX from Makefile.  When doing a
10711         Canadian Cross, use plausible default values for numerous
10712         variables.
10713         * configure.in: When doing a Canadian Cross, don't try to
10714         configure tools whose configure script can't handle it.
10715
10716 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10717
10718         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
10719
10720 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10721
10722         * configure:  Remove dubious bug reporting address.
10723
10724 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10725
10726         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
10727         configure script, run that instead of this directory's configure.
10728         In either case, print a message that we're configuring the sub-dir.
10729
10730 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10731
10732         * configure.in: Before checking for the existence of various files,
10733         use sed to filter out "target-".
10734
10735 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
10736
10737         * Makefile.in (DO_X): Split rule to decrease command line length
10738         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
10739         (Philippe De Muyter).
10740
10741 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10742
10743         * Makefile.in (all-patch): depend on all-libiberty.
10744
10745 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
10746
10747         * configure.in: If the only directory in target_configdirs which
10748         actually exists is libiberty, then set target_configdirs to empty,
10749         to avoid trying to build a target libiberty in a gas or gdb
10750         distribution.
10751
10752 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
10753
10754         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
10755         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
10756         systems.
10757
10758 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10759
10760         * configure.in (copy_dirs): Use sys-include instead of include
10761         for --with-headers option.
10762
10763 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
10764
10765         * Makefile.in, configure.in: Make winsup builds work with
10766         new scheme.
10767
10768 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
10769
10770         * configure.in: Build the linker on AIX.
10771
10772 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10773
10774         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
10775         where needed.
10776
10777 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
10778
10779         * Makefile.in (all-gcc): Fix typo.
10780
10781 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10782
10783         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
10784
10785 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10786
10787         * configure.in:  Rename libFOO to target-libFOO, and xiberty
10788         to target-xiberty, to provide more flexibility.
10789         (target_subdir):  Define.  Create if cross.
10790         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
10791         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
10792         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
10793         check-libFOO -> check-target-libFOO, etc.
10794         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
10795         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
10796         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
10797         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
10798         allow ALL_GCC="" to only configure.
10799         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
10800         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
10801         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
10802
10803 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
10804
10805         * Makefile.in (taz): Build "info" in etc explicitly.
10806
10807 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
10808
10809         * configure.in:  Make sure that CC is undefined (as opposed to
10810         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
10811         problem with autoconf trying to configure on a host without GCC.
10812
10813 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
10814
10815         * mpw-configure: Set host alias from choice of host compiler,
10816         only use generic MPW Makefile sed if present, edit a file
10817         named "hacked_Makefile.in" instead of "Makefile.in" if present.
10818         * mpw-README: Add problem notes about CW6 and CW7.
10819
10820 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
10821
10822         * Makefile.in (taz): Use ";" instead of ";;".
10823
10824 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10825
10826         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
10827         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
10828         DISTDOCDIRS.
10829         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
10830         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
10831
10832 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10833
10834         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
10835         and gnats, because they are now subsumed by DISTSTUFFDIRS.
10836         Move bfd to DISTSTUFFDIRS.
10837
10838 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10839
10840         * Makefile.in (X11_LIB): Removed.
10841         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
10842
10843         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
10844
10845 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10846
10847         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
10848         names.
10849
10850 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10851
10852         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
10853
10854 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
10855
10856         * configure.in (i[345]86-*-win32): Always build newlib.
10857         Don't configure cvs, autoconf or texinfo.
10858         * Makefile.in (LD_FOR_TARGET): New.
10859         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
10860         Pass down LD_FOR_TARGET.
10861
10862 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
10863
10864         * winsup: New directory.
10865         * Makefile.in: Build winsup.
10866         * configure.in: Winsup is configured when target is win32.
10867         Can only build win32 target GDB when native.
10868
10869 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
10870
10871         * config.guess: Recognize HP model 819 machines as having
10872         a PA 1.1 processor.
10873
10874 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10875
10876         * configure: Fix sed loop which substitutes for CC and CXX to
10877         avoid bug found in various sed implementations.
10878
10879 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10880
10881         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
10882         simulator.  Use standard powerpc-*-eabi*.
10883
10884 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
10885
10886         * configure.in: Stop putting gas and binutils in noconfigdirs for
10887         powerpc-*-aix* and rs6000-*-*.
10888
10889 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
10890
10891         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
10892         -mcall-aixdesc libraries.
10893
10894 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
10895
10896         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10897
10898         * config.sub (arm | armel | armeb): Fix shell syntax.
10899
10900 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10901
10902         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
10903         -msoft-float and -mcpu=common support.
10904         (powerpc*-*-eabisim*): Add support for building -mcall-aix
10905         libraries.
10906
10907 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10908
10909         * configure.in: Allow configuration and build of emacs19 for the alpha.
10910
10911 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10912
10913         * configure.in (CC): Get ^CC, not just any old CC, from
10914         ${host_makefile_frag}.
10915
10916 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10917
10918         * configure.in (CC): Try to get CC from
10919         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
10920
10921 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10922
10923         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
10924         only if it exists in $(srcdir).
10925
10926 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
10927
10928         * configure: If CC and CXX are not set in the environment, set
10929         them, based on either an existing Makefile or on searching for gcc
10930         in PATH.  Substitute for CC and CXX in Makefile.
10931         * configure.in: Remove libm from target_libs.  Separate
10932         target_configdirs from configdirs.  If CC is not set in
10933         environment, try to get it from a host Makefile fragment.  Rewrite
10934         changes of configdirs to use skipdirs instead.  A few minor
10935         tweaks.  Take directories out of target_configdirs as they are
10936         taken out of configdirs.  Remove existing Makefile files from
10937         subdirectories.  Substitute for TARGET_CONFIGDIRS and
10938         CONFIG_ARGUMENTS in Makefile.
10939         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
10940         by configure.in.
10941         (CONFIG_ARGUMENTS): Likewise.
10942         (CONFIGURE_TARGET_MODULES): New variable.
10943         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
10944         ($(CONFIGURE_TARGET_MODULES)): New target.
10945         (configure-libg++, configure-libio): New targets.
10946         (all-libg++): Depend upon configure-libg++.
10947         (all-libio): Depend upon configure-libio.
10948         (configure-libgloss, all-libgloss): New targets.
10949         (configure-libstdc++): New target.
10950         (all-libstdc++): Depend upon configure-libstdc++.
10951         (configure-librx, all-librx): New targets.
10952         (configure-newlib): New target.
10953         (all-newlib): Depend upon configure-newlib
10954         (configure-xiberty): New target.
10955         (all-xiberty): Depend upon configure-xiberty.
10956
10957 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10958
10959         * configure.in (host i[345]86-*-win32):  Expand the
10960         noconfigdirs again.
10961
10962 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
10963
10964         * mpw-configure: Fix sed command file name.
10965
10966 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
10967
10968         * configure.in (host i[345]86-*-win32): Reduce the
10969         noconfigdirs again.
10970
10971 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
10972
10973         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
10974         or powerpc*-*-pe*, since they are not yet supported.
10975
10976 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
10977
10978         Add PowerMac support and many other enhancements.
10979         * mpw-configure: New option --cc to select compiler to use,
10980         paste options set according to --cc into the generated
10981         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
10982         if mpw-make.sed is present.
10983         * mpw-config.in: Don't test for gC1, test for mpw-touch,
10984         add forward includes for PowerPC include files.
10985         * mpw-build.in: Build using Makefile.PPC if present.
10986         (do-byacc, etc): Remove separate version resource builds.
10987         (do-gas): Build "stamps" before "all".
10988         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
10989         * mpw-README: Update to reflect --cc option, PowerMac support,
10990         and recently-reported compatibility problems.
10991
10992 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
10993
10994         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
10995         embedded m68k systems (-aout, -coff, -elf, -vxworks).
10996         (--with-multilib-top): Pass to recursive invocations.
10997
10998 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
10999
11000         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11001         v810-*-*.
11002
11003 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11004
11005         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11006         gdb, ld and opcodes on v810-*-*.
11007
11008 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11009
11010         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11011         (local-maintainer-clean): New target.
11012         (maintainer-clean): New target.
11013         (realclean): Just depend upon maintainer-clean.
11014
11015 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11016
11017         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11018
11019 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
11020
11021         * configure.in: Build ld in mips*-*-bsd* case.
11022
11023 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
11024
11025         * config.sub: Accept -lites* OS.  From Ian Dall.
11026
11027 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
11028
11029         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11030         targets.
11031
11032 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11033
11034         * configure.in: treat i386-win32 canadian cross the same as
11035         i386-go32 canadian cross.
11036
11037 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11038
11039         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11040         running under the simulator to build a reduced set of libraries.
11041         (powerpc-*-eabiaix): Add fine grained multilib support added to
11042         other powerpc targets yesterday.
11043
11044 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11045
11046         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11047         -disable-softfloat, -disable-relocatable, -disable-aix, and
11048         -disable-sysv to control which multilib libraries get built.
11049
11050 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11051
11052         * configure: Add Makefile.tem to list of files to remove in trap
11053         handler.
11054
11055 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11056
11057         * config.guess (*Linux*):  Add missing "exit"s.
11058         Also, need specific check for alpha-unknown-linux (uses COFF).
11059
11060 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11061
11062         * config.guess:  Merge with FSF:
11063
11064         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
11065         * config.guess (AIX4): More robust release numbering discovery.
11066
11067         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
11068         * config.guess (i386-sequent-ptx): Properly get version number.
11069
11070         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
11071         * config.guess (mips:*:4*:UMIPS): New case.
11072
11073 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11074
11075         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11076         (i386-win32 host): Likewise.  Don't build readline.
11077
11078 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
11079
11080         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
11081         SUPPORT_FILES to submakes.
11082
11083 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
11084
11085         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11086         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11087         mpw-configure.
11088
11089 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
11090
11091         * configure.in (appdirs): Use =, not ==, in test expression when
11092         trying to build the text to print in the warning message for
11093         Solaris users.
11094
11095 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
11096
11097         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11098
11099 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11100
11101         * config.guess: Recognize lynx-2.3.
11102
11103 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
11104
11105         * config.sub (z8ksim): Deleted
11106         (z8k-*-coff): New, this is the one true name of the target.
11107
11108 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
11109
11110         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11111
11112 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
11113
11114         * config.guess (*:Linux:*:*): First try asking the linker what the
11115         default object file format is (elf, aout, or coff).  Then if this
11116         fails, try previous methods.
11117
11118 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11119
11120         * configure.in: Don't build newlib for *-*-vxworks5.1.
11121
11122 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11123
11124         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11125         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11126
11127 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
11128
11129         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11130
11131 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
11132
11133         * cfg-ml-com.in: New file.
11134         * cfg-ml-pos.in: New file.
11135
11136 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11137
11138         * COPYING.NEWLIB: Add HP free copyright to list.
11139
11140 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11141
11142         * config.sub: Recognize -eabi* for the system, not just -eabi.
11143
11144 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11145
11146         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11147         * config.sub, configure.in (win32): New target and host.
11148
11149 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11150
11151         * configure.in: Add i386-pe configuration.
11152
11153 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
11154
11155         * mpw-build.in (install): Install GDB after LD.
11156
11157 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
11158
11159         * mpw-config.in (elf/mips.h): Always forward-include, needed
11160         for GDB to build.
11161
11162 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11163
11164         * testsuite: New directory for customer acceptance and whole tool
11165         chain tests.
11166
11167 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11168
11169         * configure: If per-host line isn't found, but AC_OUTPUT is found
11170         and a configure script exists, run it instead.
11171
11172 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11173
11174         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
11175
11176 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11177
11178         * configure: Set build_{cpu,vendor,os,alias} to host values when
11179         --build isn't specified.
11180
11181 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11182
11183         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11184         (FLAGS_TO_PASS): Pass them.
11185         (EXTRA_TARGET_FLAGS): Ditto.
11186
11187 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11188
11189         * Makefile.in (all-libg++): Depend on all-libstdc++.
11190
11191 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11192
11193         * configure.in (noconfigdirs): Enable all packages for
11194           i386-unknown-netbsd.
11195
11196 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
11197
11198         * configure.in (noconfigdirs): Don't configure tk for i386-go32
11199         hosted builds (DOS builds)
11200
11201 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11202
11203         Changes for ARM based on patches from Richard Earnshaw:
11204         * config.sub: Handle armeb and armel.
11205         * configure.in: Omit arm linker only for riscix.
11206
11207 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11208
11209         * config.guess:  Update from FSF.
11210
11211 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
11212
11213         * config.sub: Recognize powerpcle as the little endian variant of
11214         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
11215         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
11216         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
11217         temporarily.
11218
11219 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
11220
11221         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11222
11223 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
11224
11225         * config.sub: Accept -lites* as a basic system type.
11226
11227 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
11228
11229         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11230         installed, and if so return linuxoldld as the system name.
11231
11232 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
11233
11234         * config.guess: Add hppa1.1-hp-lites support.
11235
11236 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11237
11238         * configure.in: Don't build newlib for m68k-vxworks5.1.
11239
11240 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11241
11242         * configure.in (mips-sgi-irix6): Use mh-irix5.
11243
11244 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
11245
11246         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11247
11248 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11249
11250         * test-build.mk: Enable building of shared libraries on IRIX 5 and
11251         OSF/1.  Fix compiler flags.
11252         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
11253
11254 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
11255
11256         * configure.in: Recognize --with-newlib.
11257         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11258
11259 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11260
11261         * Makefile.in: move {all,check,install}-gdb from *_MODULES
11262         to *_X11_MODULES due to gdbtk needing X include files et al.
11263
11264 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
11265
11266         Merge in support for Mac MPW as a host.
11267         (Old change descriptions retained for informational value.)
11268
11269         * mpw-config.in: Add generic include forwards for cpu-specific
11270         include files in aout and elf directories.
11271
11272         * mpw-configure: Added copyright.
11273         * mpw-config.in: Check for presence of required build tools.
11274         (target_libs): Add newlib.
11275         (target_tools): Add examples.
11276         (Read Me): Generate as "Read Me for MPW" instead.
11277         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11278         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11279         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11280
11281         * mpw-configure: Remove subdir-specific makefile hackery,
11282         delete mk.tmp after using it.
11283
11284         * mpw-build.in (all): Display start and end times.
11285
11286         * mpw-configure (host_canonical): Set.
11287         (target_cpu): Always add to makefiles.
11288         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11289         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11290         (mpw-mh-mpw): Look for in srcdir and srcroot.
11291         Use sed instead of mpw-edit-prefix to edit prefix definitions.
11292
11293         * mpw-build.in: (install-only): New target.
11294
11295         * mpw-configure (host_alias, target_alias): Rename from hostalias
11296         and targetalias, add into generated Makefile.
11297         (mk.tmp): If present, add into generated Makefile.
11298         * mpw-build.in (all-gas): Build config.h first before gas proper.
11299
11300         * mpw-configure (config.status): Write only if changed.
11301         * mpw-config.in (readline): Configure it (not built, just used for
11302         definitions).
11303
11304         * mpw-config.in (elf/mips.h): Add a forward include.
11305
11306         * mpw-config.in: Forward-include most .h files in include into
11307         extra-include.
11308         (readline): Don't build.
11309         mpw-build.in (install): Install GDB.
11310
11311         * mpw-configure (prefix, mpw_prefix): Handle it.
11312         * mpw-config.in (mmalloc, readline): Don't configure.
11313         * mpw-build.in (thisscript): Rename to ThisScript.
11314         Use mpw-build instead of BuildProgram everywhere.
11315         (mmalloc, readline): Don't build.
11316         * mpw-README: New file, basic documentation about the MPW port.
11317
11318         * mpw-config.in: Use forward-include to create include files.
11319
11320         * mpw-configure: Add more things to the top of each configured
11321         Makefile, including contents of config/mpw-mh-mpw.
11322         * mpw-config.in (extra-include): Create this directory and fill it
11323         with Posix-like include files when configuring.
11324
11325         * config.sub (apple, mac, mpw): Add various aliases.
11326
11327         * mpw-build.in: New file, top-level build script fragment for MPW.
11328         * mpw-configure: New file, configure script for MPW.
11329         * mpw-config.in: New file, config fragment for MPW.
11330
11331 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11332
11333         * configure.in (host_libs): Remove glob, since it is gone from the
11334         sources.
11335
11336 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11337
11338         * Makefile.in: define empty GDB_NLM_DEPS var.
11339
11340         * configure.in(target_makefile_frag): use config/mt-netware
11341         for netware targets.
11342
11343 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11344
11345         * config.sub: Merge in recent FSF changes.  Remove linux special
11346         cases.
11347
11348 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11349
11350         Revert this change:
11351
11352         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11353
11354                 * build-all.mk: Use CC=cc -Xs on Solaris.
11355
11356 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11357
11358         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
11359         stop using it.
11360         * Makefile.in: Nuke all references to glob subdirectory.
11361
11362 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11363
11364         * configure.in: Fix --enable-shared logic in per-host.
11365
11366 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11367
11368         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11369
11370 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11371
11372         * configure.in (noconfigdirs): Don't build gas on AIX, for
11373         powerpc*-*-aix* as well as for rs6000*-*-aix*.
11374
11375 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
11376
11377         * configure: Fix --cache-file to work if the file argument is a
11378         relative path.
11379
11380 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
11381
11382         * configure: If the --cache-file is used, pass it down to
11383         configure in subdirectories.
11384
11385 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
11386
11387         * config.sub: add vxworks29k configuration.
11388
11389 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11390
11391         * Makefile.in (taz): Do "diststuff" part quietly.
11392
11393 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11394
11395         * config.sub: Mini-merge with gcc/config.sub.
11396
11397 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11398
11399         * config.guess (IRIX): Sed - to _.
11400
11401 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11402
11403         * Makefile.in (source-vault, binary-vault): New targets.
11404
11405 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
11406
11407         * config.sub: Recognize -eabi as a basic system type.
11408
11409 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11410
11411         * configure.in (enable_shared stuff): Fix typo.
11412
11413 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
11414
11415         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11416
11417 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11418
11419         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11420
11421 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
11422
11423         * configure.in (rs6000-*-*): Don't build gas.
11424
11425 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
11426
11427         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11428         reduce command line length.
11429         (AS_FOR_TARGET): Check for as.new, not Makefile.
11430         (NM_FOR_TARGET): Check for nm.new, not Makefile.
11431
11432 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11433
11434         * config.guess:  Merge from FSF.
11435
11436 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11437
11438         * configure: Don't use $ when handling program_suffix.
11439
11440 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
11441
11442         * configure.in:  Configure tk for hppa/hpux.
11443
11444 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11445
11446         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
11447
11448 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11449
11450         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
11451         to LIBCXXFLAGS.  Tests are better run without it.
11452
11453 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
11454
11455         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11456
11457 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11458
11459         * configure.in (*-*-netware*): Don't configure xiberty.
11460
11461 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
11462
11463         * configure.in:  Remove tk from native_only list.
11464
11465 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
11466
11467         * build-all.mk: Add mips-ncd-elf target to sun4 targets
11468           for special NCD build.
11469
11470 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11471
11472         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11473         makeall.bat, they're only useful for binutils snapshots.
11474         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11475         makeall.bat to specified SUPPORT_FILES.
11476
11477 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
11478
11479         * build-all.mk: Add Ericsson targets to sun4 and solaris
11480           hosts.  Add  BNR's sun4 target to solaris host, so their
11481           build-from-source will be tested in-house first.
11482
11483 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11484
11485         * Makefile.in (LIBCFLAGS): New variable.
11486         (CFLAGS_FOR_TARGET): Ditto.
11487         (LIBCFLAGS_FOR_TARGET): Ditto.
11488         (LIBCXXFLAGS): Ditto.
11489         (CXXFLAGS_FOR_TARGET): Ditto.
11490         (LIBCXXFLAGS_FOR_TARGET): Ditto.
11491         (BASE_FLAGS_TO_PASS): Pass them.
11492         (EXTRA_TARGET_FLAGS): Ditto.
11493
11494         * configure.in: Support --enable-shared.
11495
11496 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11497
11498         * configure.in (target_libs):  Include libstdc++ again.
11499         * config.guess:  Update from FSF (for FreeBSD).
11500
11501 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11502
11503         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11504         makeall.bat.
11505         (DISTDOCDIRS): Add `etc'.
11506         (ETC_SUPPORT_PFX): New variable.
11507         (taz): Include anything from etc starting with a word in
11508         ETC_SUPPORT_PFX.
11509
11510 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11511
11512         * config.sub: Update for recent FSF changes.  Remove obsolete
11513         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
11514         spacing changes.
11515
11516 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11517
11518         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
11519
11520         * config.guess:  Merge with FSF.
11521         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11522
11523 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11524
11525         * configure: Since the "trap 0" handler will override the exit
11526         status on many systems, only use it for "exit 1", and make it set
11527         a non-zero exit status; reset it before "exit 0".  Also, check
11528         exit status of config.sub, and error out if it failed.
11529
11530 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
11531
11532         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11533         and install libgloss.
11534
11535 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11536
11537         * Makefile.in (all-binutils): Depend upon all-byacc.
11538
11539         * configure.in: Don't build emacs on Irix 5.
11540
11541 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11542
11543         * configure.in (*-*-netware*): Add libio.
11544
11545 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11546
11547         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11548         (CHECK_TARGET_MODULES): Ditto.
11549         (INSTALL_TARGET_MODULES): Ditto.
11550         (TARGET_LIBS): Ditto.
11551         (all-libstdc++): Note dependencies.
11552
11553 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11554
11555         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11556
11557 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11558
11559         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11560         -fexternal-templates.
11561
11562         * configure.in (target_libs): Add libstdc++.
11563         (noconfigdirs): Add libstdc++ as appropriate.
11564
11565 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11566
11567         * config.guess:  Update from FSF.
11568
11569 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11570
11571         * configure: Use ${config_shell} when running ${configsub}.
11572
11573 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
11574
11575         * config.sub: No longer recognize h8300h.
11576
11577 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11578
11579         * config.sub: Remove extraneous differences between config.sub and
11580         gcc/config.sub.
11581
11582 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11583
11584         * Makefile.in (DISTSTUFFDIRS): Add gas.
11585
11586 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
11587
11588         * COPYING.NEWLIB: New file.
11589
11590 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11591
11592         * config.guess (HP-UX):  Patch from Harlan Stenn
11593         <harlan@landmark.com> to also emit release level.
11594
11595 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11596
11597         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11598
11599 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11600
11601         * config.sub:  Merge nextstep cleanup from FSF.
11602
11603 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11604
11605         * configure.in (arm-*-*): Don't configure ld for this target.
11606
11607 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11608
11609         * configure.in (*-*-netware): don't configure libg++, libio,
11610           librx, or newlib.
11611
11612 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11613
11614         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
11615         configure ld--it works, but it doesn't support shared libraries.
11616
11617 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11618
11619         * config.guess (*-unknown-freebsd*):  Get rid of possible
11620         trailing "(Release)" in version string.
11621         Patch from Paul Richards <paul@isl.cf.ac.uk>.
11622
11623 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11624
11625         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11626         Fix type: *-next-neststep -> *-next-nextstep.
11627
11628         * config.guess:  Merge from FSF:
11629
11630         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
11631
11632         * config.guess: Recognize powerpc-ibm-aix3.2.5.
11633
11634         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
11635
11636         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11637         instead of UNIX_SV for UnixWare 1.0).
11638
11639 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
11640
11641         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
11642         to make gdb/nlm/* build after the compiler and linker.
11643
11644 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11645
11646         * config.guess (netbsd, freebsd, linux):  Accept any machine,
11647         not just i[34]86.
11648         (m68k-atari-sysv4):  Relocate to match FSF version.
11649
11650         * config.guess:  More merges from the FSF:
11651
11652         Add a space before function call or macro invocation.
11653
11654         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11655
11656         * config.guess: Add trap cmd to remove dummy.c and dummy when
11657         interrupted.
11658
11659         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11660
11661         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11662         (dummy): Redirect stderr from compilation of dummy.c.
11663
11664         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
11665
11666         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11667
11668 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
11669
11670         * configure: Accept and ignore --cache*, for compatibility with
11671         new autoconf.
11672
11673 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11674
11675         * config.guess:  Merge from FSF:
11676
11677         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11678
11679         * config.guess (Pyramid*:OSx*:*:*): New case.
11680         (PATH): Add /.attbin at end for finding uname.
11681         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
11682
11683         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
11684
11685         * config.guess (M88*:DolphinOS:*:*): New case.
11686
11687         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
11688
11689         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11690         to select whether to use ELF or COFF.
11691
11692         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11693
11694         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
11695
11696         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11697
11698         * config.guess: Guess the OS version for HPUX.
11699
11700         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
11701
11702         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11703
11704 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11705
11706         * configure.in: Recognize --with-headers, --with-libs, and
11707         --without-newlib.
11708         * Makefile.in (all-xiberty): Depend upon all-ld.
11709
11710 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11711
11712         * configure.in: Change i[34]86 to i[345]86.
11713
11714 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11715
11716         * configure (version): A few more tweaks to help message.
11717
11718 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11719
11720         * Makefile.in:  Remove (for now) librx as a host library,
11721         now that we're building it for target.
11722
11723 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11724
11725         * configure: Fix up help message; from karl@owl.hq.ileaf.com
11726         (Karl Berry).
11727
11728 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11729
11730         * configure.in:  Also configure librx.
11731
11732 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11733
11734         * Makefile.in:  Update various rules to reflect that librx
11735         is now needed for libg++.
11736
11737 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11738
11739         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
11740
11741 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11742
11743         * configure.in: Configure the examples directory.
11744
11745 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11746
11747         * configure: Simplify Jun 2 1994 change.
11748
11749 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11750
11751         * change CC to /usr/latest/bin/gcc for lynx host builds, since
11752         /bin/gcc isn't good enough to build gcc.
11753
11754 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
11755
11756         * Makefile.in (GDB_SUPPORT_FILES): Remove
11757         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
11758         (gdb.tar.gz): Add new rule to use standard distribution building
11759         mechanism.
11760
11761 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11762
11763         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
11764         Bill Cox <bill@cygnus.com>.
11765
11766 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11767
11768         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
11769
11770 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
11771
11772         * configure:  Search current dir first in .gdbinit.
11773
11774 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11775
11776         * config.sub:  Recognize freebsd (merged from gcc config.sub).
11777
11778 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11779
11780         * config.sub:  Refer to NeXT's operating system as nextstep.
11781
11782         * config.sub (case $basic_machine):  Re-order the cases, to match
11783         the order in the FSF version (which is mostly alphabethical).
11784         Merge in some additions and changes from the FSF.
11785
11786 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
11787
11788         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
11789         * config.sub: Recognize cxux7.
11790         * configure.in: Use mh-cxux for m88k-harris-cxux*.
11791
11792 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11793
11794         * config.sub:  Fix typo powerpc -> powerpc-*.
11795
11796 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
11797
11798         * Makefile.in: `all-emacs19' depends on `all-byacc'.
11799
11800         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
11801         parallel with all-emacs and install-emacs).  Top-level command
11802         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
11803
11804 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11805
11806         * test-build.mk ($(host)-stamp-stage2-installed): Remove
11807         $(relbindir)/make before doing ``make install'', and use
11808         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
11809         installing over running make binary.
11810         ($(host)-stamp-stage3-installed): Likewise.
11811
11812 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11813
11814         * config.guess: Recognize Mach.
11815
11816 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11817
11818         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
11819         see whether --exec-prefix was used.
11820
11821 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11822
11823         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
11824
11825 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11826
11827         * Makefile.in: Add all-librx target similar to all-libproc.
11828
11829 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
11830
11831         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
11832         with post 1.2 uname bogosity.
11833
11834 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11835
11836         * configure: Remove temporary files on receipt of a signal.
11837
11838 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
11839
11840         * configure: If there is a package_makefile_frag, remove
11841         ${subdir}/Makefile.tem after copying it in.
11842
11843 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11844
11845         * build_all.mk: support rs6000 lynx identifies itself as
11846         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
11847         since /bin/gcc is too feeble to compile a modern gcc.
11848
11849 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
11850
11851         * brought devo/test-build.mk update-to-date with progressive/
11852           test-build.mk. Add lynx targets and hppa flag info.
11853
11854 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11855
11856         * configure.in:  Use mh-ncrsvr43.  Patch from
11857         Tom McConnell <tmcconne@sedona.intel.com>.
11858
11859 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11860
11861         * config.guess (i386-unknown-bsdi):  No longer need to
11862         check #if defined(__bsdi__) && defined(__i386__).
11863
11864 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11865
11866         * configure: Set program_transform_nameoption correctly.
11867
11868 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
11869
11870         * brought build-all.mk update-to-date with progressive build-all.mk,
11871           added new targets and hppa info.
11872
11873 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11874
11875         * configure: If config.guess result is a prefix of the user
11876         specified target, assume a native build and use the user specified
11877         target as the host alias.  Remove SunOS patch suffix removal hack.
11878         * configure.in: Remove SunOS patch suffix removal hack.
11879
11880         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
11881         in NATIVE_CHECK_MODULES.
11882
11883 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
11884
11885         * Makefile.in: Rename HOST_ONLY to NATIVE.
11886         * configure: Delete SunOs patch suffix from host_canonical
11887           and build_canonical variables that are prepended to Makefiles.
11888         * configure.in: Add comments for easier maintenance.
11889
11890 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11891
11892         * Makefile.in: Add all-libproc target similar to all-gui.
11893
11894 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
11895
11896         * Makefile.in (CHECK_MODULES): split into
11897         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
11898
11899 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
11900
11901         * config.guess (i386-unknown-bsdi): New system to guess.
11902
11903 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11904
11905         * Makefile.in: Add all-gui target (but not yet build by "all").
11906
11907 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
11908
11909         * config.sub: Move deletion of patch suffix from here...
11910         * configure.in: To here, at Ian's suggestion.  The top-
11911           level scripts might need to know of a patch level.
11912
11913 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
11914
11915         * config.sub: Strip off patch suffix so rtl is recognized
11916           as a sunos4.1.3 machine, even though it's been patched.
11917
11918 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
11919
11920         * Makefile.in (INSTALL_LAST): Delete.
11921         (INSTALL_DOSREL): New.
11922
11923 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11924
11925         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
11926         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
11927         whether we pass down --with-gnu-ld anyhow.
11928
11929 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
11930
11931         * Makefile.in (INSTALL_LAST): Change operation so it works
11932         on more flavors of make.
11933         * configure.in (go32): Don't build libg++ or libio.
11934
11935 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
11936
11937         * Makefile.in (Move HOST_PREFIX_1 and friends up so
11938         they can be overriden by templates.
11939
11940 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
11941
11942         * configure.in (target==go32): Don't build gdb.
11943         * dosrel: New directory.
11944
11945 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
11946
11947         * configure.in (host==go32): Configure dosrel too.
11948         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
11949         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
11950         be set by incoming names or templates.
11951         (INSTALL_LAST): New rule.
11952
11953 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
11954
11955         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
11956
11957 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11958
11959         * configure.in (appdirs): New variable.  Currently empty, but will
11960         be used in gas distribution.  If nonempty, lists a set of
11961         directories at least one of which must get configured, or top
11962         level configuration is considered to have failed.
11963         (rs6000-*-lynxos*): Use new file name.
11964
11965 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11966
11967         Eliminate XTRAFLAGS.
11968         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
11969         newlib include files using -idirafter, and also use -nostdinc.
11970         (CXX_FOR_TARGET): Likewise.
11971         (XTRAFLAGS): Removed.
11972         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
11973         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
11974         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
11975         ($(DO_X)): Don't pass down XTRAFLAGS.
11976
11977 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11978
11979         * configure.in (mips*-dec-bsd*): New target; do build linker.
11980         (mips*-*-bsd*): New target; don't build linker.
11981
11982 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11983
11984         * configure.in: support rs6000-*-lynxos* configuration.
11985         support sunos4 as a cross target.
11986
11987         * config.sub: look for lynx*, not lynx since the OS version may
11988         legitimately be part of the name.
11989
11990 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11991
11992         * configure.in (i[34]86-*-sco*): Move to be with other i386
11993         targets.
11994         (romp-*-*): New target.  Skip various binary utilities.
11995         (vax-*-*): New target.  Don't build newlib.
11996         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
11997
11998 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11999
12000         * configure.in: Only set host_makefile_frag if config
12001         directory exists.
12002
12003 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12004
12005         * install.sh: If $dstdir exists, don't check whether each
12006         component does.
12007
12008 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12009
12010         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12011
12012 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
12013
12014         * configure.in (*-*-lynxos*): Don't configure newlib for either
12015         native or cross Lynx.
12016
12017 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
12018
12019         * config.sub (sparc64-elf): Fix os.
12020         (z8k): Remove duplicate.
12021
12022 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12023
12024         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12025         gcc/stmp-fixproto, to try to prevent fixproto from being run.
12026
12027 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
12028
12029         * configure: Make file links cleanly even if Lynx fails on
12030           an NFS symlink (at least fail cleanly).
12031
12032 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12033
12034         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12035         -XNh2000.
12036
12037 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12038
12039         * configure: Unknown options are fatal again.
12040
12041 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
12042
12043         * configure: Ignore --x-includes and --x-libraries, for Autoconf
12044         compatibility.
12045
12046 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12047
12048         * build-all.mk: Add `clean' target.
12049
12050 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12051
12052         * config.guess:  Add SINIX support.
12053         * configure.in:  Add mips-*-sysv4* support.
12054
12055 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
12056
12057         * build-all.mk: Document all useful targets.
12058         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12059         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12060
12061 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12062
12063         * configure: Support --silent, --quiet.
12064
12065 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12066
12067         * configure: Support --disable-FEATURE.
12068
12069 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12070
12071         * config.guess: Recognize NCR running SVR4.3.
12072
12073 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12074
12075         * config.guess:  Make BSDI generate i386-unknown-bsd386.
12076         Patch from Paul Eggert <eggert@twinsun.com>.
12077
12078 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12079
12080         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12081
12082 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12083
12084         * configure: Make unrecognized options give nonfatal warnings
12085         instead of fatal errors, and pass them to any subdirectory
12086         configures in case they recognize them.
12087         Make --x equivalent to --with-x.
12088
12089 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12090
12091         * configure: Add --enable-* options.  Clean up usage message and
12092         some comments.
12093
12094 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
12095
12096         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12097
12098 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12099
12100         * configure.in (hppa*-*-*): Enable binutils.
12101
12102 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12103
12104         * config.sub: Recognize cisco.
12105
12106 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
12107
12108         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12109
12110 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12111
12112         * config.guess: about target *-hitachi-hiuxwe2, don't print more
12113         than one configuration name.  Add comment.
12114
12115 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
12116
12117         * config.guess: about target *-hitachi-hiuxwe2, fixed
12118         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
12119         macro is incorrect.]
12120
12121 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12122
12123         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12124         than the "make ls" stuff which used to be here.
12125
12126 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12127
12128         * config.guess:  Recognize i[34]86-unknown-freebsd.
12129         From Shawn M Carey <smcarey@rodan.syr.edu>.
12130
12131 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12132
12133         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12134
12135 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
12136
12137         * config.guess: Check for ptx.
12138
12139 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
12140
12141         * config.sub: Add os9k checking.
12142
12143 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12144
12145         * config.guess: Handle OSF1 running on HPPA processors
12146
12147 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12148
12149         * configure: If subdir configure fails, print out a message with
12150         subdirectory name, in case subdir's configure code didn't identify
12151         itself.
12152
12153 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
12154
12155         * configure.in: Remove embedded newlines from configdirs.
12156         Avoid mismatches of substrings.  Fix matching strings at end
12157         of configdirs.
12158
12159 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
12160
12161         * config.guess:  Add Lynx/rs6000 config support.
12162
12163 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12164
12165         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12166
12167 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
12168
12169         * configure.in (hppa*-*-osf*): Treat this just like most other
12170         PA configurations (eg no binutils or ld).
12171         (hppa*-*-*elf*): These configurations have binutils and ld.
12172
12173 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12174
12175         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
12176
12177 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12178
12179         * configure.in (rs6000-*-*): Build gas.
12180
12181 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12182
12183         * Makefile.in:  Avoid bug in losing hpux sed.
12184
12185 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12186
12187         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12188         for GDB and GDB has been fixed to not need it.
12189
12190 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12191
12192         * config.guess: Recognize vax hosts.
12193
12194 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12195
12196         * configure (while loop): Don't use "break 2" inside case
12197         statement -- the case statement isn't an enclosing loop.
12198
12199 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12200
12201         * config.guess:  Clean up NeXT support, to allow nextstep
12202         on Intel machines.  Make OS be nextstep.
12203
12204 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
12205
12206         * config.guess: Add alternate forms for Convex.
12207
12208 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
12209
12210         * configure:  Completely rewrite option processing.  Take
12211         advantage of pattern-matching to avoid invoking test frequently.
12212         Also clean up host and target defaulting logic.
12213
12214 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12215
12216         * Makefile.in: Replace all occurrances of "rootme" with "r" and
12217         "$${rootme}" with "$$r", to increase the likelihood that the do-*
12218         commands (plus user environment) will fit SCO limits.
12219
12220 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12221
12222         * configure.in: Don't issue warnings about directories which are
12223         not being configured if -norecursion is set.  Correct test for
12224         --with-gnu-as and --with-gnu-ld to not get confused by substring
12225         matches.
12226
12227         * configure.in: Don't build gas for alpha-dec-osf1*.
12228
12229 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
12230
12231         * configure:  Back out Per's change of 12/19/1993.  It changes the
12232         behavior of configure in unexpected and confusing ways.
12233
12234         Also, use different delim char when calculating
12235         program_transform_name so that the name can contain slashes.
12236
12237 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12238
12239         * configure.in, config.sub: Add support for VSTa micro-kernel.
12240
12241 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12242
12243         * configure.in: Nuke hacks which were used to get a special
12244         version of GAS for HPPA configurations.
12245
12246 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12247
12248         * configure:  If only ${target_alias} is given, use that
12249         as the default for ${host_alias}.
12250         * configure:  Add missing back-slashes before nested quotes.
12251
12252 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12253
12254         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12255
12256 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
12257
12258         * config.guess:  Recognize some Tektronix configurations.
12259         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12260
12261 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12262
12263         * config.sub: Match any flavor of SH.
12264
12265 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
12266
12267         * configure.in: Don't try to configure newlib for Alpha.
12268
12269 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12270
12271         * configure.in: Don't build ld for Irix 5.  Don't build gas,
12272         libg++ or libio for any Alpha target.
12273
12274         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
12275
12276 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
12277
12278         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12279         default arguments -- so it tried to compress itself.
12280
12281 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12282
12283         * configure.in (notsupp): ensure that a space is always at the end
12284           of the configdirs list, since the grep checks for an explicit space
12285
12286 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12287
12288         * configure.in (target i386-sysv4.2): don't build ld, since static
12289           versions of many libraries are not available.
12290
12291 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12292
12293         * config.guess: Recognize Apollos (using environment variables).
12294         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12295
12296 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12297
12298         * config.guess: Recognize Sony news mips running newsos.
12299
12300 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
12301
12302         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12303         "fi ; else" for bash.
12304
12305 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
12306
12307         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12308
12309 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
12310
12311         * config.sub: accept unixware as an alias for svr4.2.
12312         Fix some inconsistancies with the gcc version.
12313
12314 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12315
12316         * Makefile.in (DISTDOCDIRS):  Add gdb.
12317
12318 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12319
12320         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
12321
12322 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12323
12324         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12325         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12326         this now.
12327
12328 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12329
12330         * config.sub: Accept hiux* as an OS name.
12331
12332         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12333         etc/make-stds.texi.  The underscore came from gcc, and dje now
12334         agrees that RUNTESTFLAGS is the correct name.
12335
12336 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12337
12338         * install.sh:  Remove 'set -e'.  It makes any conditionals
12339         in the script useless.
12340
12341         * config.guess: Automatically recognize arm-acorn-riscix
12342         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12343
12344 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12345
12346         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12347
12348 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12349
12350         * Makefile.in (DISTDOCDIRS): New variable.
12351         (taz): Edit local Makefile.in sooner, instead of proto-toplev
12352         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
12353
12354 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12355
12356         * configure.in (hppa target): check the source directory for the
12357           pagas sub-directory
12358
12359 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
12360
12361         * config.sub: Allow -aout* and -elf*.
12362
12363 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12364
12365         * configure.in: Don't build ld on i386-solaris2, same as for
12366         sparc-solaris2.
12367
12368 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12369
12370         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12371
12372 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12373
12374         * configure.in:  Configure gdb for alpha.
12375
12376 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12377
12378         * Makefile.in (CXXFLAGS): Add -O.
12379
12380 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12381
12382         * config.guess: added support for DG Aviion
12383
12384 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12385
12386         * configure.in: Produce warning message for subdirectories not
12387         configurable for this host/target combination.  Don't try to
12388         configure gdb for vms.
12389
12390 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12391
12392         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12393         appropriate files before making "diststuff".
12394         (DISTBISONFILES): New var: list of files to be edited.
12395         (DISTSTUFFDIRS): Add binutils.
12396
12397 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12398
12399         * config.sub: also handle mipsel and mips64el (for little endian mips)
12400
12401 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12402
12403         * configure.in: Add * to end of all OS names.
12404
12405 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
12406
12407         * configure.in: Build newlib for LynxOS native.
12408
12409 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12410
12411         * config.guess: Add support for delta 88k running SVR3.
12412
12413         * configure.in: Add comment about HP compiler vs. emacs.
12414
12415 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12416
12417         * configure.in: don't build ld on solaris2 (not a viable option
12418           due to bugs in getpwnam & getpwuid)
12419
12420 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12421
12422         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12423         config.guess will produce a full version number.
12424
12425 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12426
12427         * configure.in: Build linker and binutils for alpha-dec-osf1.
12428
12429 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12430
12431         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12432         and gdb/testsuite/Makefile.in.
12433
12434 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12435
12436         * configure.in: recognize mips*- instead of mips-
12437
12438 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12439
12440         * config.sub: Accept linux*coff and linux*elf as operating
12441         systems.
12442
12443 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12444
12445         * config.sub: Recognize mips64, and mips3 as an alias for it.
12446
12447 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12448
12449         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12450         gdb knows how to handle OSF/1 shared libraries.
12451
12452 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12453
12454         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12455         * config.guess: Recognize Hitachi's HIUX.
12456         * config.sub: Recognize h3050r* and hppahitachi.
12457         Remove redundant cases for hp9k[23]*.
12458
12459 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12460
12461         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12462         if gas and ld are in the source tree and are in ${configdirs}.
12463         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
12464         --with options (but still pass them down on the command line,
12465         if they were explicitly specified).
12466
12467 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12468
12469         * configure: substitute SHELL value in Makefile.in with
12470         ${CONFIG_SHELL}
12471
12472 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12473
12474         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12475         *-*-solaris2* targets.
12476
12477 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12478
12479         * Makefile.in: define M4, and pass it down to sub-makes;
12480         all-autoconf now depends on all-m4
12481
12482 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12483
12484         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12485         presence of {ar,ranlib} instead of a configured directory
12486
12487 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
12488
12489         * config.guess: Accept 34?? as well as 33?? for NCR.
12490
12491 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12492
12493         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12494         of 'gas' in sed commands, since 'gash' is now in the tree as well.
12495
12496 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12497
12498         * configure: grab values for $(CC) and $(CXX) from the
12499         environment, so that someone can do "CC=gcc configure; make" and
12500         have it work right (matching the way that autoconf works now)
12501
12502         * configure.in, Makefile.in: add support for gash, the tcl
12503         interface to Galaxy
12504
12505         * config.guess: add NetBSD variants (hp300, x86)
12506
12507 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
12508
12509         * install.sh: Support -d option (in the manner of SunOS 4 install,
12510         as it is more deterministic than that of GNU install)
12511         (chmodcmd): Set file to mode 755 by default (should also do default
12512         chgrp and chown, but I don't feel like dealing with that now)
12513
12514 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
12515
12516         * config.sub: Remove h8300hhms alias.
12517
12518 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12519
12520         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12521
12522 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12523
12524         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12525         as stmp-fixinc
12526
12527 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12528
12529         * config.sub: recognize m88110-bug-coff.
12530
12531 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12532
12533         * Makefile.in (all-libio): all dependencies on the toolchain used
12534         to build this (gcc, gas, ld, etc)
12535
12536 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12537
12538         * config.guess: Deal with OSF/1 1.3 on alpha.
12539
12540 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12541
12542         * install.sh: add some 'else true' clauses for portability
12543
12544         * configure.in: don't build libio for h8[35]00-*-* targets
12545
12546 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12547
12548         * Makefile.in:  Add support for new libio.
12549
12550 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12551
12552         * install.sh: If one command fails, don't try the rest.  Don't try
12553         to remove $dsttmp (via trap) unless we have already created it.
12554         If $src doesn't exist, detect it and exit with an error.
12555
12556         * config.guess: Recognize BSD on hp300.
12557
12558 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12559
12560         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12561         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12562
12563 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
12564
12565         * Makefile.in (all-send-pr): depends on all-prms
12566
12567 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12568
12569         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12570
12571 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12572
12573         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12574         Added test for mips-mips-riscos5.
12575
12576 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12577
12578         * configure.in: use mh-hp300 for 68k HP hosts
12579
12580 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12581
12582         * configure: add support for CONFIG_SHELL, so that you can use
12583         some alternate shell for evaluating configure scripts
12584
12585 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
12586
12587         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
12588         in configure script to bug-gdb@prep.ai.mit.edu when building
12589         distribution archive.
12590         * Makefile.in (COMPRESS):  Remove def.
12591         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
12592         gdb.tar.Z and make-gdb.tar.Z respectively.
12593         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
12594         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
12595         to convergence with 'taz' target in Makefile.in.
12596
12597 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12598
12599         * install.sh (dsttmp): use trap to ensure that tmp files go
12600         away on error conditions
12601
12602 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12603
12604         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12605
12606 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12607
12608         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12609         its parent is '/' not ''.
12610
12611         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12612
12613 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
12614
12615         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12616         that ${newsrcdir}/configure.in does.
12617
12618 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12619
12620         * test-build.mk: support for CONFIG_SHELL
12621
12622 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
12623
12624         * config.sub (netware):  Add as a basic system type.
12625
12626 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12627
12628         * Makefile.in (Makefile): depend on configure.in.  Also drop the
12629           $(srcdir)/ from the dependency on Makefile.in.
12630
12631 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
12632
12633         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12634         (h8300hhms is temporary until multi-libraries are implemented).
12635         * configure.in: Handle h8300h too.
12636
12637 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12638
12639         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12640
12641 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
12642
12643         * configure:  Remove extraneous output when guessing host type.
12644         * config.guess:  Remove extraneous output when guessing using C
12645         compiler rather than uname, or when guessing fails.
12646
12647 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12648
12649         * Makefile.in: remove all.cross and install.cross targets
12650
12651         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12652           definitions
12653
12654 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
12655
12656         * configure.in (target sh): Build gprof.
12657
12658 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12659
12660         * config.sub: change -solaris to -solaris2
12661
12662 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12663
12664         * configure.in: Use config/mh-riscos for mips-*-sysv*.
12665
12666 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
12667
12668         * configure: Correct error message for missing Makefile.in to
12669         print correct directory.
12670
12671 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12672
12673         * install.sh: kludge around 386BSD shell bug
12674
12675 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
12676
12677         * config.guess:  Recognize NeXT.
12678         * config.guess:  Recognize i486-ncr-sysv4.
12679         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
12680
12681 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
12682
12683         * Makefile.in (MAKEINFOFLAGS): New variable.
12684         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12685         * build-all.mk, test-build.mk: Pass down --no-split as
12686         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
12687
12688 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
12689
12690         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
12691
12692 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
12693
12694         * Makefile.in (libg++.tar.z):  New rule.
12695         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
12696         * Makefile.in (taz):  Only do a single chmod.
12697
12698 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12699
12700         * install.sh: don't use dirname anymore (replaced with sed usage)
12701
12702 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
12703
12704         * Makefile.in:  Change extension for gzip'd files from '.z' to
12705         '.gz' per new FSF standard usage.
12706
12707 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12708
12709         * configure: put quotes around the final value of program_transform_name
12710
12711 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12712
12713         * Makefile.in: new install.sh support; update install-info rules
12714
12715 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
12716
12717         * configure.in: Build diff for crosses, but not for go32 host.
12718
12719         * configure.in: Build gprof only for native, and don't build it
12720         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
12721
12722 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
12723
12724         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
12725
12726 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12727
12728         * configure.in (host_tools): Add prms.
12729
12730 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12731
12732         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
12733         with $(FLAGS_TO_PASS) on the command line
12734
12735         * config.sub: Recognize lynx and lynxos
12736
12737 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
12738
12739         * config.sub: Accept -ecoff*, not just -ecoff.
12740
12741 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12742
12743         * Makefile.in (taz): Use .gz suffix instead of .z.
12744         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
12745         names.
12746
12747 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12748
12749         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
12750
12751 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12752
12753         * Makefile.in (install-no-fixedincludes):  install gcc last, so
12754         that rebuilds that might happen during 'make install' don't get
12755         bogus gcc include files
12756
12757 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12758
12759         Change from Utah for HPPA support:
12760         * config.guess: Recognize hppa1.x-hp-bsd.
12761
12762 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
12763
12764         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
12765         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
12766
12767 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12768
12769         * config.sub: Add support for rom68k and bug boot monitors.
12770
12771 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
12772
12773         * Makefile.in: Make all-opcodes depend on all-bfd.
12774
12775 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
12776
12777         * config.guess: Added special check for i[34]86-univel-sysv4*.
12778
12779 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
12780
12781         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
12782         the processor rather than assuming i486.
12783
12784 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12785
12786         * config.guess: Recognize SunOS6 as Solaris3.
12787
12788 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
12789
12790         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
12791         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
12792
12793 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
12794
12795         * build-all.mk (all-cross): New target for Canadian Cross.
12796         Added Q2 go32 targets.
12797         * test-build.mk: Configure go32 cross sparclite-aout and
12798         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
12799         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
12800
12801 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12802
12803         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
12804         GO32 hosted toolchains
12805
12806 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12807
12808         * configure: change  so "-exec-prefix" gets passed down rather
12809         than "-exec_prefix" so autoconf generated Makefiles get the
12810         exec_prefix set right.
12811
12812 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12813
12814         * config.guess: get the Solaris2 minor version number
12815
12816         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
12817
12818 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12819
12820         * config.guess: Recognize some Sequent platforms.
12821
12822 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12823
12824         * Makefile.in: added the vault-install target
12825
12826         * configure.in: actually use the Sun3 makefile fragment that's in
12827         config, also added the release dir to configdirs
12828
12829 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12830
12831         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
12832
12833 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12834
12835         * configure.in: remove some program from Alpha targetted toolchains
12836
12837 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
12838
12839         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
12840         gprof.
12841         (taz): Run "make diststuff" in those directories instead of "make
12842         proto-dir".  Look for "VERSION=" only at start of line in subdir
12843         Makefile.  Use "gzip -9" for compression.
12844         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
12845         (binutils.tar.z): New target.
12846
12847 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12848
12849         * Makefile.in (taz): Include gpl.texinfo.
12850
12851 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12852
12853         * Makefile.in (setup-dirs): Merged into "taz" target.
12854         (taz): Only do `proto-dir' stuff if a directory is actually needed
12855         for this target.
12856
12857 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
12858
12859         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
12860         (FLAGS_TO_PASS): Pass down MUNCH_NM.
12861         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
12862         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
12863         (gcc-no-fixedincludes): Correct for current gcc Makefile.
12864
12865 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
12866
12867         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
12868         config.sub, and move-if-change to gdb testsuite distribution
12869         archive, so the testsuite can be extracted, configured, and
12870         run separately from the gdb distribution.  Blow away the Chill
12871         tests that require a Chill compiled executable, since GNU Chill
12872         is not yet publically available.
12873
12874 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12875
12876         * test-build.mk: set environment variables in a single command,
12877         instead of a list of assignments and exports
12878
12879         * config.guess: recognize Alpha/OSF1 systems
12880
12881 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12882
12883         * configure: Change help message to prefer --options rather than
12884           -options.
12885
12886 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12887
12888         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
12889         zippy@ecst.csuchico.edu.
12890         * config.guess: Recognize miniframe.
12891
12892 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12893
12894         * Makefile.in: Use srcroot to find runtest rather than rootme.
12895         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
12896
12897 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
12898
12899         * test-build.mk: Extensive additions to support building on a
12900         machine other than the host.
12901
12902 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12903
12904         * configure (tooldir): Fix for i386-aix again.
12905
12906 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
12907
12908         * configure, Makefile.in:  Change definition of $(tooldir)
12909         to match the FSF.
12910
12911 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
12912
12913         * config.guess:  Recognize i[34]86/SVR4.
12914
12915 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12916
12917         * Makefile.in (all-gdb): gdb depends on sim.
12918
12919 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
12920
12921         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
12922         at the same time we make the prototype gdb directory.
12923         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
12924         files at the same time as the gdb base release distribution.
12925
12926 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
12927
12928         * Makefile.in (check): Use individual check targets rather than
12929         DO_X rule.
12930         (check-gcc): Added.
12931
12932 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
12933
12934         * config.sub: Use sysv3.2 not sysv32 for canonical OS
12935         for System V release 3.2.
12936
12937 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12938
12939         * config.sub: Recognize hppaosf.
12940         * configure.in: Do configure ld/binutils/gas for it.
12941
12942 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12943
12944         * configure (tooldir): Alter syntax used to set this, for systems
12945         where "\$" isn't handled right, like i386-aix.
12946
12947 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12948
12949         * configure: Pass program-transform-name, not
12950         program_transform_name, to recursive configures.
12951
12952 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
12953
12954         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
12955         of gas+ld+binutils.
12956
12957 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
12958
12959         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
12960
12961 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12962
12963         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
12964
12965 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12966
12967         * Makefile.in (PRMS): Set back to all-prms.
12968
12969 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
12970
12971         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
12972         targets, rather than for MIPS hosts.
12973
12974 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12975
12976         * configure.in: add comment for --with-x default values
12977
12978         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
12979
12980         * Makefile.in: add check-* targets for each of the directories in
12981         the tree.  Add a definition of RUNTEST that will use the one we
12982         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
12983
12984 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
12985
12986         * configure.in: Removed obsolete references to bfd_target and
12987         target_makefile_frag.
12988
12989         * build-all.mk: Set assorted targets for Q2.
12990         * config.sub: Recognize z8k-sim and h8300-hms.
12991         * test-build.mk: Really don't pass host to configure.
12992         (HOLES): Added uname.
12993
12994 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
12995
12996         * configure: Handle an empty program-prefix, program-suffix or
12997         program-transform-name correctly.
12998
12999 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13000
13001         * build-all.mk: -G 8 no longer required for MIPS targets.
13002         * test-build.mk: Don't pass host argument to configure; make it
13003         guess.
13004
13005 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
13006
13007         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
13008         * Makefile.in (COMPRESS):  New macro, like GZIP.
13009
13010 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13011
13012         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13013
13014         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13015         with gas currently defaults to -G 0.
13016
13017 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
13018
13019         * Makefile.in (all-flex): flex depends on byacc.
13020
13021         * build-all.mk: If host not specified, use config.guess.  Pass TAG
13022         to test-build.mk as RELEASE_TAG.
13023         * test-build.mk (configargs): New variable containing arguments to
13024         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
13025         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13026
13027         * config.guess: Use /bin/uname when checking -X argument on SCO,
13028         to avoid invoking GNU uname which doesn't understand -X.
13029
13030         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13031
13032         * configure.in: Build gas for mips-*-*.
13033
13034 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13035
13036         * Makefile.in (all.normal): insert missing backslash.
13037
13038 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13039
13040         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13041
13042         * Makefile.in: Complete overhaul to merge many almost identical
13043         targets.
13044
13045 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13046
13047         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13048         (gdb.tar.Z): Adjusted.
13049
13050         * Makefile.in (setup-dirs, taz): New targets; should be general
13051         enough to adapt for gdb sometime.  Build only .z file.
13052         (gas.tar.z): New target.
13053
13054 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13055
13056         * build-all.mk: Use CC=cc -Xs on Solaris.
13057
13058 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
13059
13060         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
13061         for handling BISON for FSF releases.
13062
13063 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13064
13065         * configure: Actually implement the change zoo just documented.
13066
13067 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
13068
13069         * configure: when using config.guess, only set target_alias when
13070         it's not already been set (ie, on the command line)
13071
13072 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13073
13074         * Makefile.in: add installcheck target, set PRMS to install-prms
13075
13076 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13077
13078         * configure: add support for package_makefile_fragment, handle the
13079         case where a directory has a configure.in file but no Makefile.in
13080         more gracefully (with an actual understandable error message, even);
13081         add support for --without (and add this to the usage message); also
13082         explicitly add a --host=${host_alias} to the command line when
13083         config.guess is used
13084
13085 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13086
13087         * configure: Must use both --host and --target in recursive calls.
13088
13089 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13090
13091         * Makefile.in: Change deja-gnu to dejagnu.
13092
13093 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13094
13095         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13096
13097 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13098
13099         * configure.in: canonicalize all instances to *-*-solaris2*,
13100         also strip out a number of tools to not build for go32 host
13101
13102 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13103
13104         * config.guess: add GPL.
13105
13106         * Makefile.in, config.guess, config.sub, configure: bump
13107           copyrights to 93.
13108
13109 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
13110
13111         * Makefile.in (do-info): Removed obsolete check for existence of
13112         localenv file.
13113
13114         * Makefile.in (MAKEOVERRIDES): Define to be empty.
13115
13116 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13117
13118         * Makefile.in: a couple of 'else true' for decstation,
13119         support for TclX
13120
13121         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13122
13123 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
13124
13125         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13126
13127 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
13128
13129         * config.guess: Recognize i386-ibm-aix (PS/2).
13130         * configure.in: Use config/mh-aix386 file for it.
13131
13132 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
13133
13134         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13135         CC_FOR_TARGET instead.
13136         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13137
13138 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
13139
13140         * Makefile.in: Add sim to list of directories sent with gdb
13141
13142 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13143
13144         * configure.in: Put back mips-dec-bsd* case.
13145
13146 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
13147
13148         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13149         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
13150         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13151
13152 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13153
13154         * configure.in: remove no-op mips-dec-bsd* in "case $target"
13155
13156         * Makefile.in (dir.info): only run gen-info-dir if it exists,
13157         (install-info): install dir.info only if it exists,
13158         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13159
13160 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
13161
13162         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
13163         gas for mips-dec-bsd.
13164
13165 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
13166
13167         * configure (makesrcdir): If ${srcdir} is relative and not ".",
13168         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13169
13170 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13171
13172         * configure.in: Added "dejagnu" to hosttools list.
13173
13174 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
13175
13176         * config.sub, configure.in, config.guess:  Add support
13177         for Bosx, an AIX variant from Bull.
13178         Patches from F.Pierresteguy@frcl.bull.fr.
13179
13180 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13181
13182         * devo/dejagnu: Initial creation of devo/dejagnu.
13183         Migrated dejagnu testcases and support files for testing software
13184         tools to reside as subdirectories, currently called "testsuite",
13185         within the directory of the software tool.  Migrated all programs,
13186         support libraries, etc. beloging to dejagnu proper from
13187         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
13188         with no modifications.  The changes to these files which will
13189         allow them to configure, build, and execute properly will be made
13190         in a future update.
13191
13192 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13193
13194         * Makefile.in: Change send_pr to send-pr.
13195         * configure.in: Likewise.
13196         * send_pr: Renamed directory to send-pr.
13197
13198 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
13199
13200         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
13201
13202 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
13203
13204         * README:  Update for gdb-4.8 release.
13205         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
13206         gdb-xxx.tar.z (gzip'd) file also.
13207
13208 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13209
13210         * Makefile.in: make all-diff depend on all-libiberty
13211
13212 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
13213
13214         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13215
13216 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13217
13218         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13219
13220 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
13221
13222         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
13223         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
13224         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
13225
13226 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13227
13228         * Makefile.in:  makeinfo binary is in a new location
13229
13230 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
13231
13232         * config.sub: Accept -ecoff as an OS.
13233
13234         * Makefile.in: Various changes to eliminate a level of make
13235         recursion and reduce the required command line length.
13236         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13237         sub-makes.
13238         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13239         variables holding settings for specific sub-makes.
13240         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13241         in terms of BASE_FLAGS_TO_PASS.
13242         (TARGET_LIBS): New variable listing directories which use
13243         TARGET_FLAGS_TO_PASS.
13244         (subdir_do): Eliminated.
13245         (do-*): New set of targets to replace subdir_do.
13246         (various): All targets which used subdir_do now depend on do-*.
13247         (local-clean): Renamed from do_clean.
13248         (local-distclean): New target, dependency of distclean and
13249         realclean.
13250         (install-info): Don't create directories.  Depend on dir.info
13251         rather than calling make recursively.
13252         (install-dir.info): Eliminated.
13253         (install-info-dirs): Create all info directories here.
13254         (dir.info): Depend upon do-install-info.
13255
13256         * test-build.mk (HOLES): Added false.
13257
13258 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
13259
13260         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
13261
13262 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13263
13264         * Makefile.in (info): remove dependency on all-texinfo.  The
13265         problem was really in texinfo/C, not at this level.
13266
13267 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13268
13269         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13270
13271 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
13272
13273         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
13274         GDB releases.
13275
13276 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13277
13278         * configure: Include srcdir in message about target of link not
13279         being found.  Don't convert `-' to `_' in `with' options being
13280         passed to subdirs.
13281
13282 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13283
13284         * configure.in: add uudecode to host_tools
13285
13286         * Makefile.in: added {all,install}-uudecode targets, added them to
13287         the appropriate lists
13288
13289 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
13290
13291         * Makefile.in (all-gcc): Added dependency on all-gas.
13292
13293         * configure.in (mips-*-*): Build ld and binutils.
13294
13295 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13296
13297         * configure: check return code from mkdir, print error message and
13298           exit on failure.
13299
13300 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
13301
13302         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
13303
13304 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13305
13306         * test-build.mk (HOLES): Added tar, cpio and uudecode.
13307
13308 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13309
13310         * config.sub (h8500):  Recognize this as a cpu type.
13311
13312 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13313
13314         * configure: source directory missing is no longer a warning
13315
13316         * configure.in: recognize irix[34]* instead of irix[34]
13317
13318         * Makefile.in: define and pass down X11_LIB
13319
13320 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
13321
13322         * guess-systype: Renamed to ...
13323         * config.guess:  ... by popular request.
13324         * configure.in, Makefile.in:  Update accordingly.
13325
13326 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
13327
13328         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
13329         + Add Convex, Cray/Unicos, and Encore/Multimax support.
13330         + Execute ./dummy instead of assuming . is in PATH.
13331
13332 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
13333
13334         * guess-systype:  New shell script.  Attempts to guess the
13335         canonical host name of the executing host.
13336         Only a few hosts are supported so far.
13337         * configure:  Call guess-systype if no host is specified.
13338
13339 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13340
13341         * Makefile.in (gcc-no-fixedincludes): Made to work with current
13342         gcc Makefile.
13343
13344
13345 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
13346
13347         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13348         (all-gcc, install-gcc, subdir_do): Use it.
13349
13350 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13351
13352         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13353
13354 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
13355
13356         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13357           set exclusively by configure, using configure.in .
13358
13359 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13360
13361         * test-build.mk: set $PATH for all builds
13362
13363         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13364
13365 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
13366
13367         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
13368         the one used in gcc/Makefile.in, so that a null expansion doesn't
13369         override the one needed to build gcc with a native cc.
13370
13371
13372 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13373
13374         * configure: Accept -with arguments.
13375
13376 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13377
13378         * Makefile.in: added h8300sim
13379
13380 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
13381
13382         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13383         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
13384         (all-cygnus, native, build-cygnus): Make
13385         $(canonhost)-stamp-3stage-done, not $(host)....
13386         * test-build.mk (stamp-3stage-compared): Use tail +10c for
13387         i386-sco3.2v4.  Added else true to if command.
13388
13389 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
13390
13391         * config.sub: (from FSF) Sequent uses a BSD-like OS.
13392
13393 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
13394
13395         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13396
13397 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13398
13399         * configure.in: don't remove binutils from Solaris builds
13400
13401 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
13402
13403         * Makefile.in: get rid of earlier definitions for *clean,
13404         also handle the recursive info rule better
13405
13406 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
13407
13408         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
13409         do more-or-less the right thing.
13410
13411 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
13412
13413         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13414         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13415
13416 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13417
13418         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13419         $(host_canonical).
13420
13421         * configure.in: split the configdirs list into 4 categories (native
13422         v. cross, library v. tool) and handle the cross-only and native-
13423         only in more reasonable (and correct!) way.
13424
13425 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
13426
13427         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
13428         configdirs anymore.
13429
13430 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13431
13432         * Makefile.in: extensive cleanup::  removed all of the explicit
13433         clean-* targets, collapsed many wrappers around subdir_do into
13434         one, added additional targets to satisfy standards.texi, deleted
13435         some old targets, some changes for consistency
13436
13437 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13438
13439         * configure.in: handle some programs as cross-only, and others as
13440         native only
13441
13442         * test-build.mk: handle partial holes in a more generic manner
13443
13444         * Makefile.in: m4 depends on libiberty
13445
13446 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13447
13448         * configure.in: add m4, textutils, fileutils, sed, shellutils,
13449         time, wdiff, and find to configdirs
13450
13451         * Makefile.in: all, clean, and install rules for the new programs
13452         added to configure.in
13453
13454 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13455
13456         * configure.in: use mh-sun for all *-sun-* hosts
13457
13458 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13459
13460         * Makefile.in: define flags for X11 include files and library file
13461         locations, pass them down to the programs that need this info
13462
13463         * build-all.mk: added a 'native' target, to 3stage the native toolchain
13464
13465 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13466
13467         * configure.in: start building libg++ for HP-UX targets
13468
13469 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
13470
13471         * README:  Update references to files moved into etc/.
13472
13473 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
13474
13475         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
13476         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
13477
13478 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13479
13480         * configure: accept dash as well as underscore in long option
13481         names for FSF compatibility.
13482
13483 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
13484
13485         * config.sub: added -sco3.2v4 support from FSF.
13486
13487 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13488
13489         * configure.in: expand the section that adds or removes
13490         directories from the list of programs to build, to handle native
13491         vs. cross in addition to host v. native
13492
13493 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
13494
13495         * Makefile.in:  Replace C++ in macro names with CXX.
13496         This is less likely to break ...
13497
13498 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13499
13500         * test-build.mk: add -w to GNU_MAKE
13501
13502 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13503
13504         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13505         add 'sparc' to list of recognized cpus.  This needed to make
13506         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13507         Delete some redundant ose68 variants.  Recognize -wrs as an os,
13508         then changes that into $CPU-wrs-vxworks.
13509
13510         * configure.in: remove most references to gdbtest, regularize
13511         target based program removal
13512
13513         * test-build.mk: import from p3 tree (many fixes and changes)
13514
13515 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
13516
13517         * Makefile.in: added rules to handle tcl, tk, and expect
13518
13519         * configure.in: handle those directories if they exist
13520
13521 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13522
13523         * config.sub: removed bogus hppabsd and hppahpux names, since
13524         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13525
13526 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13527
13528         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
13529         depends upon all-xiberty
13530
13531         * Makefile.in: changes from p3, including:
13532
13533         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
13534
13535         * Makefile.in (XTRAFLAGS): include newlib directories if
13536         newlib/Makefile exists, rather than if host != target.
13537
13538         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
13539
13540         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13541         from the same source tree and not building a cross-compiler.  This
13542         matters for the libg++ configuration if reconfiguring a tree that
13543         has already been installed.
13544
13545         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
13546
13547         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13548         pick up the machine and system specific header files.
13549
13550         * Makefile.in: added AS_FOR_TARGET, passed down in
13551         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13552         the C compiler to use to create programs which are run in the
13553         build environment, set it to default to $(CC), and passed it down
13554         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13555
13556         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
13557
13558         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13559         We need them for unusual native builds, like systems without
13560         ranlib.
13561
13562         * configure: also define $(host_canonical) and
13563         $(target_canonical), which are the full, canonical names for the
13564         given host and target
13565
13566 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
13567
13568         * Makefile.in:  Added separate definitions for C++.
13569
13570 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
13571
13572         * configure.in (configdirs):  Add deja-gnu.
13573
13574 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
13575
13576         * README:  Update for configure.texi and gdb-4.7 release.
13577
13578 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
13579
13580         * Makefile.in:  Move "all" target to top of file.
13581         Previously, first target was ".PHONY" which caused BSD4.4 make
13582         to build .PHONY when make was run without arguments.
13583
13584 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
13585
13586         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
13587         Library-copylefted code in libiberty.
13588
13589 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
13590
13591         * config.sub:  Replace m68kmote with plain old m68k.
13592
13593 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
13594
13595         * Makefile.in:  Remove space from blank line, avoid Make complaints.
13596
13597 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
13598
13599         * config.sub: Complain if no argument is given.  Added support for
13600         386bsd as OS and target alias.
13601
13602 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
13603
13604         * Makefile.in (XTRAFLAGS): include newlib directories if
13605         newlib/Makefile exists, rather than if host != target.
13606
13607 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
13608
13609         * config.sub: recognize sparclite-wrs-vxworks.
13610
13611         * Makefile.in (install-xiberty): added *-xiberty make rules (from
13612         p3.) Added clean-xiberty to clean.
13613
13614 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13615
13616         * configure.in: use *-*-* instead of nested cases for host and target
13617
13618 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
13619
13620         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13621         from the same source tree and not building a cross-compiler.  This
13622         matters for the libg++ configuration if reconfiguring a tree that
13623         has already been installed.
13624
13625 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
13626
13627         * config.sub (i486v/i486v4):  Merge in from FSF version.
13628
13629 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
13630
13631         * configure: only set PWD if it is already set.
13632
13633 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
13634
13635         * configure: just set PWD=`pwd` at the top, since Ultrix sh
13636         doesn't have unset and all success paths (and most error paths)
13637         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13638         to just ${PWD} to avoid confusion.)
13639
13640 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
13641
13642         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13643         even for a native compilation.
13644
13645 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
13646
13647         Changes to make the gdb.tar.Z rule work better.
13648
13649         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
13650         (DEVO_SUPPORT):  Add configure.texi.
13651         (bfd-ilrt.tar.Z):  Remove ancient rule.
13652
13653 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
13654
13655         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13656         pick up the machine and system specific header files.
13657
13658         * configure.in, config.sub: added new target m68010-adobe-scout,
13659         with alias of adobe68k.  Changed configure.in to check for
13660         -scout before -sco* to avoid a false match.
13661
13662         * Makefile.in: added AS_FOR_TARGET, passed down in
13663         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13664         the C compiler to use to create programs which are run in the
13665         build environment, set it to default to $(CC), and passed it down
13666         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13667
13668 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13669
13670         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13671         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
13672         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13673         FOR_TARGET variants, to newlib and libg++.
13674
13675 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13676
13677         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13678         first.
13679
13680 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
13681
13682         * config.sub:  Accept `elf' as an environment.
13683
13684 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13685
13686         * Makefile.in (all-opcodes):  cd into the right directory
13687
13688 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
13689
13690         * configure: added -program_transform_name option, used as
13691         argument to sed when installing programs.
13692         configure.texi: added documentation for -program_prefix,
13693         -program_suffix and -program_transform_name.
13694
13695 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
13696
13697         * config.sub:  Accept i486 where i386 ok.
13698
13699 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
13700
13701         * config.sub: accept we32k
13702
13703 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
13704
13705         * config.sub, configure.in: accept OSE68000 and OSE68k.
13706
13707         * Makefile.in: don't create all directories for ``make install'';
13708         let the subdirectories create the ones they need.
13709
13710 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13711
13712         * COPYING: new file, GPL v2
13713
13714 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13715
13716         * Makefile.in: use the new gen-info-dir, which needs a template
13717         argument (which also lives in texinfo)
13718
13719         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
13720
13721 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
13722
13723         * config.sub (ncr3000):  Change i386 to i486.
13724
13725 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13726
13727         * Makefile.in: add install-rcs, install-grep to
13728         install-no-fixedincludes, removed install-bison and install-libgcc
13729
13730 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
13731
13732         * configure.in: grab the HPUX makefile fragment if on HPUX
13733
13734 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
13735
13736         * Makefile.in: eradicate bison spoor (ditto libgcc).
13737          configure.in: recognise m68{k,000}-ericsson-OSE.
13738          es1800 is alias for m68k-ericsson-OSE
13739
13740 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13741
13742         * configure.in: rearrange the parts that remove programs from
13743         configdirs, based now on HOST==TARGET or by canonical triple.
13744
13745 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13746
13747         * test-build.mk: recurse explicitly with -f test-build.mk when
13748           appropriate.  predicate stage3 and comparison on the existence
13749           of gcc.  That is, if gcc isn't around, we aren't three-staging.
13750           On very clean, also remove ...stamp-co.  Build in-place before
13751           doing other builds.
13752
13753 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13754
13755         * Makefile.in, configure.in: add tgas
13756
13757 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13758
13759         * Makefile.in: a number of changes merged in from progressive.
13760
13761         * configure.in: add libm.
13762
13763         * .cvsignore: ignore some stuff that comes from test-build.mk.
13764
13765 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
13766
13767         * config.sub:  Add es1800 (m68k-ericsson-es1800).
13768
13769 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
13770
13771         * configure: Add program_suffix (parallel to program_prefix)
13772         * Makefile.in: adjust directory-creating script for losing decstation
13773
13774 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
13775
13776         * configure:  Minor $subdir-related fixes.
13777
13778 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13779
13780         * configure: fix various problems with propogating
13781         makefile_target_frag in subdirs.
13782         * configure.in: config libgcc if its there
13783
13784 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
13785
13786         * config.sub:  HPPA merge.
13787
13788 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
13789
13790         * Makefile.in:  Replace all-bison with all-byacc in all
13791         dependency lines for other tools (which now use byacc).
13792
13793 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
13794
13795         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
13796
13797 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
13798
13799         * Makefile.in: make gprof rules similar to byacc rules (instead of
13800         vestigal $(unsubdir) that didn't work...)
13801
13802 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
13803
13804         * config.sub:  Add support for Linux.
13805         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
13806         (at least for libg++).
13807
13808 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
13809
13810         * configure.texi: fix doc for the -nfp option to configure
13811
13812 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
13813
13814         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
13815
13816 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
13817
13818         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
13819         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
13820         * configure.in: added solaris* host_makefile_frag hook.
13821
13822 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13823
13824         * config.sub: changed recognition of m68000 so that various
13825         m68k types can be specified via m680[01234]0
13826
13827 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13828
13829         * config.sub (basic_machine): fix sed so that '-foo' isn't
13830         completely substituted out while .+'-foo' loses the '-foo'
13831
13832 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
13833
13834         * config.sub ($os): Add -aout.
13835
13836 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
13837
13838         * configure:  If host_makefile_frag is absolute, don't
13839         prefix ${invsubdir} (relevant to libg++ auto-configure).
13840
13841 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
13842
13843         * Makefile.in (tooldir): Define it.
13844         (all-ld): Depend on all-flex.
13845
13846 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
13847
13848         * Makefile.in (check):  Fix libg++ special case.
13849
13850 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
13851
13852         * configure: do not bury `pwd` into config.status, thus do fewer
13853           pwd's.
13854
13855         * configure: print the "Building in" message only when building in
13856           other than "." AND verbose.
13857
13858         * configure: remove -s, rework -v to better accommodate guested
13859           configures.
13860
13861         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
13862
13863 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
13864
13865         * Makefile.in: macroize flags passed on recursion.  remove
13866           fileutils.
13867
13868 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
13869
13870         * configure: get makesrcdir right for subdirs deeper than 1.
13871
13872         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
13873           install.
13874
13875 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
13876
13877         * Makefile.in: don't print subdir_do or recursion lines.
13878
13879 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
13880
13881         * standards.texi: added menu item.
13882
13883         * Makefile.in: build and install standards.info.
13884
13885         * standards.texi: new file.
13886
13887 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13888
13889         * configure: test for and move config.status pieces from
13890           ${subdir}/.
13891
13892 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
13893
13894         * configure:  Test for existance of files before trying to mv
13895         them, to avoid numerous non-existance messages.
13896
13897 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
13898
13899         * configure: correct final line of config.status.
13900
13901         * configure: patch from eggert.  Avoids a protection problem if
13902           the original Makefile.in is read only.
13903
13904         * configure: use move-if-change from gcc to create config.status.
13905           Some makefiles depend on config.status to tell if a directory
13906           has been reconfigured for a different host.  This change
13907           prevents those directories from remaking everything in the case
13908           where the reconfig was only intended to rebuild a Makefile.
13909
13910         * configure: test for config.sub with "config.sub sun4" rather
13911           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
13912           host alias from a missing config.sub.
13913
13914 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13915
13916         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
13917           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
13918
13919 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
13920
13921         * configure: mkdir ${subdir} as needed.
13922
13923 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
13924
13925         * Makefile.in,configure.in: added autoconf.
13926
13927 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13928
13929         * Makefile.in: no longer pass against on recursion.
13930
13931         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
13932           definitions are not inherited.
13933
13934         * configure: correct makesrcdir when subdir is .
13935
13936 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
13937
13938         * configure:  Add support for 'subdirs' variable, which is
13939         like 'configdirs', except that configure doesn't re-invoke
13940         itself for subdirs, it just creates a Makefile for each subdir.
13941         * configure.texi:  Document subdirs.
13942
13943 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13944
13945         * configure.in: added flex to configdirs
13946
13947 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
13948
13949         * Makefile.in: remove clean-stamps from clean.
13950
13951 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
13952
13953         * configure.in:  Add gdbtest to configdirs.
13954
13955 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
13956
13957         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
13958         to recursive makes.
13959         * configure.in:  Recognize new ncr3000 config.
13960
13961 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
13962
13963         * Makefile.in, configure.in: removed references to gdbm.
13964
13965 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
13966
13967         * config.sub:  Don't canonicalize os value
13968         newsos* to bsd (readline needs to check for newsos).
13969         (This fix was earlier made Jan 31, but got re-broken.)
13970
13971 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
13972
13973         * configure.in:  sco is an os, not a vendor!
13974
13975         * configure:  Quote $( better.  Keep various shells happy.
13976
13977 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
13978
13979         * Makefile.in: eliminate stamp-files.
13980
13981 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
13982
13983         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
13984           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
13985
13986 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
13987
13988         * config.sub:  fix iris/iris3.
13989
13990 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
13991
13992         * configure: re-add -rm.
13993
13994 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
13995
13996         * Maskefile.in: add .stmp-rcs to all.
13997
13998         * configure.in: remove gas from rs6000 build, use aix host fragment.
13999
14000 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
14001
14002         * configure: pass down site_option during recursion.
14003
14004 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
14005
14006         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
14007
14008 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
14009
14010         * configure: Change exec_prefix so that it really defaults to prefix.
14011
14012 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
14013
14014         * Makefile.in, configure.in:  Add support for mmalloc library.
14015
14016 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
14017
14018         * Makefile.in: add stmp dependencies for a few more things.
14019
14020 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
14021
14022         * configure: adjusted error message on objdir/srcdir configure
14023           collision, per john's suggestion.
14024
14025         * Makefile.in: add libiberty stmp to all and all.cross.
14026
14027 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
14028
14029         * Makefile.in: remove force dependencies, add grep to all.
14030
14031 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
14032
14033         * Makefile.in: drop flex.  make stamp files work.
14034
14035         * configure: added test for conflicting configuration in srcdir,
14036           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
14037           gets cranky.  use relative paths for configure and srcdir
14038           whenever possible.  Send some error messages to stderr that were
14039           going to stdout.
14040
14041 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
14042
14043         * Makefile.in:  Fix libg++ rule to check for gcc directory
14044         before using gcc/gcc.  Also pass XTRAFLAGS.
14045
14046 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
14047
14048         * Makefile.in: added stmp-files so that directories aren't polled
14049           when they are already built.
14050
14051         * configure.texi: fixed a node pointer problem.
14052
14053 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
14054
14055         * config.sub configure.in gdb/configure.in
14056         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14057         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14058         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
14059
14060 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14061
14062         * configure: -recurring becomes -silent.  corrected help message
14063           for -site= option.
14064
14065         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14066
14067 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14068
14069         * configure: when building Makefile for crosses, replace
14070           tooldir and program_prefix.  default srcdir from location of
14071           config.sub.  remove "for host in hosts" and "for target in
14072           targets" loops.
14073
14074 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14075
14076         * Makefile.in: Do not pass bindir or mandir to cvs.
14077
14078 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
14079
14080         * Makefile.in, configure.in: removed traces of namesubdir,
14081           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
14082           copyrights to '92, changed some from Cygnus to FSF.
14083
14084         * configure.texi: remove most references to multiple hosts,
14085           multiple targets, subdirs, etc.
14086
14087         * configure.man: removed rcsid. reference config.sub not
14088           config.subr.
14089
14090         * Makefile.in: mkdir $(infodir) on install-info.
14091
14092 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
14093
14094         * configure.texi:  Explain better about .gdbinit and about
14095         the environment that configure.in sections run in.
14096
14097 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
14098
14099         * configure.in:  Ultrix is only a decstation if it's a MIPS.
14100
14101 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
14102
14103         * README:  DOC.configure => cfg-paper.texi.
14104
14105 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
14106
14107         * config.sub (near case $os):  Don't convert newsos* to bsd!
14108
14109 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
14110
14111         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
14112         the number of copies of COPYING that go into the GDB tar file.
14113
14114 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
14115
14116         * bfd/configure.in, gdb/config/mh-i386sco,
14117         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14118         Fix SCO configuration stuff.
14119
14120 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
14121
14122         * Makefile.in:  For libg++, make sure the -I pointing
14123         to the gcc directory goes *after* all the libg++-local -I flags.
14124         Also, move just-gcc dependency from just-libg++ to all-libg++.
14125
14126 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
14127
14128         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
14129
14130 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
14131
14132         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
14133
14134 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
14135
14136         * config.sub:  Add stratus configuration frags.  Also
14137         submitted to FSF.
14138
14139 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
14140
14141         * Makefile.in (DEV_SUPPORT):  add configure.man.
14142
14143         * config.sub(Decode manufacturer-specific):  add -none*.
14144
14145 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
14146
14147         * Makefile.in:  remove form feeds to make Sun's make happy.
14148         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
14149
14150 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
14151
14152         * Makefile.in (AR_FLAGS):  Make quieter.
14153
14154 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
14155
14156         * configure.in:  Add libg++.
14157         * configure:  When verbose, don't output the command line at each
14158         level; it will be unremarkably the same as the previous version,
14159         which will be the same as what the user typed.
14160
14161 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
14162
14163         * configure.in, Makefile.in: fix clean-info, add flex.  add
14164           fileutils.
14165
14166         * configure: be less sensitive to spaces in Makefile.in.  Do not
14167           look for sources in "..".  Doing so breaks subdirectories that
14168           might have their own configure.  If a subdir has it's own
14169           configure script, use it.
14170
14171 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
14172
14173         * cfg-paper.texi: some changes suggested by rms.
14174
14175 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
14176
14177         * config.sub:  Merge in some small additions from the FSF version,
14178         taken from the gcc distribution, to bring the Cygnus and FSF
14179         versions into closer sync.
14180
14181 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
14182
14183         * configure.in:  Changed svr4 references to sysv4.
14184
14185 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
14186
14187         * configure: added -V for version number option.
14188
14189 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
14190
14191         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14192           renamed from DOC.configure to cfg-paper.texi.
14193
14194 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14195
14196         * configure, config.subr, config.sub: config.subr is now
14197           config.sub again.
14198
14199 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
14200
14201         * configure.texi: new file, in progress.
14202
14203         * Makefile.in: build info file and install the man page for
14204           configure.
14205
14206         * configure.man: new file, first cut.
14207
14208         * configure: find config.subr again now that configuration "none"
14209           has gone.  removed all traces of the -ansi option.  removed all
14210           traces of the -languages option.
14211
14212         * config.subr: resync from rms.
14213
14214 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14215
14216         * configure, config.sub, config.subr: merge config.sub into
14217           config.subr, call the result config.subr, remove config.sub, use
14218           config.subr.
14219
14220         * Makefile.in: revised install for dir.info.
14221
14222 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14223
14224         * configure.in: add decstation host makefile frag.
14225
14226         * Makefile.in: BISON now bison -y again.  also install-gcc on
14227           install.  clean-gdbm on clean.  infodir belongs in datadir.
14228           Make directories for info install.  Build dir.info here then
14229           install it.
14230
14231 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14232
14233         * Makefile.in: fix for bad directory tests.
14234
14235 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14236
14237         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
14238           regexp.  -srcdir relative was being handled incorrectly.
14239
14240         * Makefile.in: unwrapped some for loops so that parallel makes
14241           work again and so one can focus one's attention on a particular
14242           package.
14243
14244 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14245
14246         * configure: added PWD as a stand in for `pwd` (for speed). use
14247           elif wherever possible.  make -srcdir work without -objdir.
14248           -objdir= commented out.
14249
14250 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14251
14252         * configure: +options become --options.  -subdirs commented out.
14253           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
14254           Makefile now at top of generated Makefile.  Removed cvs log
14255           entries.  added -srcdir.  create .gdbinit only if there is one
14256           in ${srcdir}.
14257
14258         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
14259           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
14260           and mandir now keyed off datadir by default.
14261
14262 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14263
14264         * Freshly created ChangeLog.
14265
14266 \f
14267 Local Variables:
14268 mode: change-log
14269 left-margin: 8
14270 fill-column: 76
14271 version-control: never
14272 End: