OSDN Git Service

Fix PR c++/41785
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2009-10-16  Nick Clifton  <nickc@redhat.com>
2
3         * MAINTAINERS: Add myself as a maintainer for the RX port.
4
5 2009-10-26  Johannes Singler <singler@kit.edu>
6
7         * MAINTAINERS (Write After Approval): Update my e-mail address.
8
9 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10
11         * configure.ac (CLooG test): Use = with test.
12         * configure: Regenerate.
13
14 2009-10-22  Richard Guenther  <rguenther@suse.de>
15
16         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
17         cloog if the ppl version check failed.  Move flags saving
18         before setting in libelf check.
19         * configure: Regenerate.
20
21 2009-10-21  Richard Guenther  <rguenther@suse.de>
22
23         * configure.ac: Adjust the ppl and cloog configure to work as
24         documented.  Disable cloog if ppl was disabled.  Omit the version
25         checks if they were disabled.
26         * configure: Re-generate.
27
28 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29
30         * configure.ac: Add 'lto' to enable_languages, not
31         new_enable_languages, and only if not already present.
32         * configure: Regenerate.
33
34 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
35
36         * README: Refer to the various COPYING* files instead of just
37         COPYING.
38         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
39
40 2009-10-07 Rafael Avila de Espindola  <espindola@google.com>
41
42         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
43         
44 2009-10-07  Richard Guenther  <rguenther@suse.de>
45
46         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
47         and Richard Guenther as reviewers.
48         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
49         as reviewers.
50
51 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
52
53         * config.sub: Update from upstream sources.
54
55 2009-10-06  Ian Lance Taylor  <iant@google.com>
56
57         * Makefile.def: check-gold depends upon all-gas.
58         * Makefile.in: Rebuild.
59
60 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
61
62         * MAINTAINERS (Write After Approval): Add myself.
63
64 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
65
66         * Makefile.def: all-lto-plugin depends on all-libiberty.
67         set bootstrap=true for lto-plugin.
68         Add lto-plugin.
69         * Makefile.in: Regenerate.
70         * configure.ac (host_libs): Add lto-plugin.
71         * configure: Regenerate.
72
73 2009-10-03  Diego Novillo  <dnovillo@google.com>
74
75         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
76         (HOST_LIBELFLIBS): Define.
77         (HOST_LIBELFINC): Define.
78         * Makefile.in: Regenerate.
79         * configure.ac: Add --enable-lto.
80         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
81         If --enable-lto is used, add 'lto' to new_enable_languages.
82         If --enable-lto is used and gold is enabled, add
83         lto-plugin to configdirs.
84         * configure: Regenerate.
85
86 2009-10-03  Simon Baldwin  <simonb@google.com>
87
88         * configure.ac: If --with-system-zlib, suppress local zlib and
89         pass --with-system-zlib to subdir configure scripts.
90         * configure: Regenerate.
91
92 2009-10-01  Loren J. Rittle <ljrittle@acm.org>
93             Paolo Bonzini  <bonzini@gnu.org>
94
95         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
96         $(srcdir).
97         * Makefile.in: Rebuilt.
98
99 2009-09-26  Gary Funck <gary@intrepid.com>
100
101         * MAINTAINERS (Write After Approval): Add myself.
102
103 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
104
105         * configure.ac: Update minimum MPC version to 0.7.
106         * configure: Regenerate.
107
108 2009-09-25  Nick Clifton  <nickc@redhat.com>
109
110         * configure.ac: Pass any --cache-file=/dev/null option on to
111         subconfigures.
112         * configure: Regenerate.
113
114 2009-09-23  Nick Clifton  <nickc@redhat.com>
115
116         * config.sub, config.guess: Update from upstream sources.
117
118 2009-09-22  Loren J. Rittle <ljrittle@acm.org>
119
120         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
121         * Makefile.in: Rebuilt.
122
123 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
124
125         PR bootstrap/32272
126         * configure.ac: Error out if $srcdir isn't '.' but contains
127         host-${host_noncanonical}.
128         * configure: Regenerate.
129
130 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
131
132         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
133         maintainer.
134
135 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
136
137         * configure.ac: If bootstrapping a combined tree with
138         --enable-gold, require c++ in stage1_languages.
139         * configure: Regenerate.
140
141         * configure.ac: Also add target_libs of stage1_languages to
142         bootstrap_target_libs.
143         * configure: Regenerate.
144
145         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
146         with --enable-languages not containing c++.
147         * configure: Regenerate.
148
149 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
150
151         * configure.ac: Disable java and boehm-gc for bfin-*-*.
152         * configure: Regenerate.
153
154 2009-09-12  Joern Rennecke <joern.rennecke@embecosm.com>
155
156         * MAINTAINERS (Write After Approval): Update my e-mail address,
157         and move from from here...
158         (Waiting for paperwork): To here.
159
160 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
161
162         * MAINTAINERS (Reviewers): Add self as driver reviewer.
163
164 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
165
166         * configure.ac: Do not use $extrasub for replacing @if/@endif
167         parts in Makefile; instead, use additional arguments to
168         AC_CONFIG_COMMANDS to do the replacement manually, with several
169         sed invocations, to avoid HP-UX sed command limits.
170         * configure: Regenerate.
171
172 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
173
174         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
175         blank before -L.
176
177 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
178
179         * configure.ac (with-build-config): Document.  Handle without.
180         Handle missing argument.
181         * configure: Rebuilt.
182
183 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
184
185         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
186         Default to bootstrap-debug only if compare-debug works.
187         * configure: Rebuilt.
188         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
189         * Makefile.in: Rebuilt.
190
191 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
192
193         * MAINTAINERS (OS Port Maintainers): Update my email address.
194
195 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
196
197         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
198         * Makefile.in: Rebuilt.
199
200 2009-09-01  Chris Demetriou  <cgd@google.com>
201
202         * MAINTAINERS (Write After Approval): Add myself.
203
204 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
205
206         PR debug/30161
207         * include/dwarf2.h (enum dwarf_tag): Added
208         DW_TAG_GNU_template_template_param
209         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
210
211 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
212
213         * Makefile.tpl (AWK): Fix typo.
214         * Makefile.in: Regenerate.
215
216 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
217
218         * configure.ac: Detect awk and sed.
219         * Makefile.def (flags_to_pass): Add AWK and SED.
220         * Makefile.tpl (AWK, SED): New.
221         (BASE_FLAGS_TO_PASS): Add AWK and SED.
222         * configure: Regenerate.
223         * Makefile.in: Regenerate.
224
225 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
226
227         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
228         (collapseslashes): Likewise.
229
230 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
231
232         * configure.ac (AC_PREREQ): Bump to 2.64.
233
234 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
235
236         * configure.ac: Remove --with-datarootdir, --with-docdir,
237         --with-pdfdir, --with-htmldir switches.
238         * configure: Regenerate.
239
240         * configure: Regenerate.
241
242         * compile: Sync from Automake 1.11.
243         * depcomp: Likewise.
244         * install-sh: Likewise.
245         * missing: Likewise.
246         * mkinstalldirs: Likewise.
247         * ylwrap: Likewise.
248
249 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
250
251         * ltmain.sh (func_normal_abspath): New function.
252         (func_relative_path): Likewise.
253         (func_mode_help): Document new -bindir option for link mode.
254         (func_mode_link): Add new -bindir option, and use it to place
255         output DLL if specified.
256
257 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
258
259         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
260         (baseargs): Add --disable-option-checking.
261         * configure: Regenerate.
262
263         * Makefile.def (configure-target-libiberty): Depend on
264         all-binutils and all-ld.
265         (configure-target-newlib): Likewise.
266         * Makefile.in: Regenerate.
267
268 2009-08-17  Ben Elliston  <bje@au.ibm.com>
269
270         * config.sub, config.guess: Update from upstream sources.
271
272 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
273
274         Sync from src, merge:
275
276         2009-07-02  Tristan Gingold  <gingold@adacore.com>
277
278         * configure.ac: Do not exclude gas for i386-*-darwin.
279         Add a case for x86_64-*-darwin.
280         * configure: Regenerate.
281
282 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
283
284         * MAINTAINERS: Add my name to Write After Approval list.
285
286 2009-08-06  Michael Eager <eager@eagercon.com>
287
288         * configure.ac: Add Microblaze target.
289         * configure: Regenerate.
290
291 2009-07-31  Christian Bruel  <christian.bruel@st.com>
292
293         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
294         * configure: Regenerate.
295         
296 2009-07-28  Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
297
298         * MAINTAINERS (Write After Approval): Update my e-mail address.
299
300 2009-07-06  Ian Lance Taylor  <iant@google.com>
301
302         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
303         * configure: Rebuild.
304
305 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
306
307         * MAINTAINERS: Move myself to the Graphite Reviewers.
308
309 2009-06-30  Wei Guozhi  <carrot@google.com>
310
311         * MAINTAINERS: Add my name to Write After Approval list.
312
313 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
314
315         PR bootstrap/40338
316         * configure.ac (comparestring): Create new variable.
317         * Makefile.tpl (comparestring): Use to skip some comparisions.
318         * configure: Regenerate.
319         * Makefile.in: Regenerate.
320
321 2009-06-26  Doug Evans  <dje@sebabeach.org>
322
323         * Makefile.def (host_modules): Add cgen.
324         * Makefile.in: Regenerate.
325         * configure.ac (host_tools): Add cgen.
326         * configure: Regenerate.
327
328 2009-06-23  DJ Delorie  <dj@redhat.com>
329
330         * MAINTAINERS: Add myself as mep maintainer.
331
332 2009-06-23  Ian Lance Taylor  <iant@google.com>
333
334         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
335         boot_languages.  Only bootstrap target libraries listed in
336         target_libs for some boot language.  Add --with-stage1-ldflags,
337         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
338         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
339         if not building with C++.
340         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
341         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
342         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
343         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
344         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
345         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
346         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
347         * configure, Makefile.in: Rebuild.
348
349 2009-06-23  Li Feng  <nemokingdom@gmail.com>
350
351         * MAINTAINERS: Added my name to write-after-approval list.
352
353 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
354
355         * configure.ac: Define is_elf for QNX Neutrino targets.
356         * configure: Regenerate.
357
358 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
359
360         * MAINTAINERS: Added my name to the write-after-approval list
361
362 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
363
364         * configure.ac: Detect MPC in default directory.
365         * configure: Regenerate.
366
367 2009-06-03  Jerome Guitton  <guitton@adacore.com>
368             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
369
370         * Makefile.tpl (all): Avoid a trailing backslash.
371         * Makefile.in: Regenerate.
372
373 2009-06-03  Ben Elliston  <bje@au.ibm.com>
374
375         * config.sub, config.guess: Update from upstream sources.
376
377 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
378
379         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
380         to noconfdirs.
381         * configure: Regenerate.
382
383 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
384
385         * Makefile.tpl ([+compare-target+]): Compare all stage
386         directories, rather than just gcc.
387         * Makefile.in: Rebuilt.
388
389 2009-06-01  Doug Kwan  <dougkwan@google.com>
390
391         * configure.ac: Support gold for target arm*-*-*.
392         * configure: Regenerate.
393
394 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
395
396         * Makefile.def: Add MPC support and dependencies.
397         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
398
399         * Makefile.in, configure: Regenerate.
400
401 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
402
403         * Makefile.tpl (all): Avoid harmless warning in make all when
404         gcc-bootstrap is enabled but stage_last does not exist.
405         * Makefile.in: Rebuilt.
406
407 2009-05-24  Nicolas Roche  <roche@adacore.com>
408
409         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
410         * Makefile.in: Regenerate.
411
412 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
413
414         * MAINTAINERS: Update my e-mail address.
415
416 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
417
418         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
419         * configure:  Regenerate.
420
421 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
422
423         PR other/40159
424         * Makefile.tpl (all): Don't assume gcc-bootstrap and
425         gcc-no-bootstrap are mutually exclusive.
426         * Makefile.in: Rebuilt.
427
428 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
429
430         PR other/40159
431         * Makefile.tpl (all): Don't end with unconditional success.
432         * Makefile.in: Rebuilt.
433
434 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
435
436         PR target/37137
437         * Makefile.def (flags_to_pass): Remove redundant and incomplete
438         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
439         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
440         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
441         stage_configureflags, stage_cflags and stage_libcflags into
442         explicit Makefile macros.
443         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
444         GFORTRAN.
445         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
446         CC.  Set CC_FOR_BUILD from CC.
447         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
448         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
449         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
450         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
451         and GFORTRAN.
452         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
453         (_LIBCFLAGS): Renamed to _TFLAGS.
454         (do-compare-debug, do-compare3-debug): Drop.
455         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
456         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
457         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
458         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
459         (XGCC_FLAGS_FOR_TARGET): New.
460         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
461         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
462         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
463         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
464         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
465         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
466         TFLAGS.
467         (BUILD_CONFIG): Include if requested.
468         (all): Set TFLAGS on bootstrap.
469         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
470         (all-stageid-prefixmodule): Likewise.
471         (do-clean, distclean-stageid): Set TFLAGS.
472         (restrap): Fix whitespace.
473         * Makefile.in: Rebuilt.
474
475 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
476
477         * config.guess: Sync with src.
478
479 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
480
481         * configure.ac ($with_ppl):  Default to no if not supplied.
482         ($with_cloog):  Likewise.
483         configure:  Regenerate.
484
485 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
486
487         * MAINTAINERS: Update my e-mail address.
488
489 2009-04-27  Nick Clifton  <nickc@redhat.com>
490
491         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
492
493 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
494
495         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
496         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
497         * Makefile.in: Regenerate.
498
499 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
500
501         PR bootstrap/39739
502         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
503         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
504
505         * configure, Makefile.in: Regenerate.
506
507 2009-04-21  Taras Glek  <tglek@mozilla.com>
508
509         * include/hashtab.h: Update GTY annotations to new syntax
510         * include/splay-tree.h: Likewise
511
512 2009-04-17  Ben Elliston  <bje@au.ibm.com>
513
514         * config.sub, config.guess: Update from upstream sources.
515
516 2009-04-15  Anthony Green  <green@moxielogic.com>
517
518         * configure.ac: Add moxie support.
519         * configure: Rebuilt.
520
521 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
522
523         * configure.ac: Change copyright header to refer to version
524         3 of the GNU General Public License and to point readers at the
525         COPYING3 file and the FSF's license web page.
526         * Makefile.def: Likewise.
527         * Makefile.tpl: Likewise.
528         * Makefile.in: Regenerate.
529
530 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
531
532         * configure.ac: Restore match for darwin9 or later. Use double
533         brackets since regeneration eats one pair.
534         * configure: Regenerate.
535
536 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
537
538         PR gas/10039
539         * configure.ac: Require texinfo 4.7.
540         * configure: Regenerated.
541
542 2009-04-09  Nick Clifton  <nickc@redhat.com>
543
544         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
545         the GCC Runtime Library Exception.
546
547 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
548
549         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
550         * configure: Regenerate.
551
552 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
553
554         * Makefil.def (languages): New entries.
555         * Makefile.tpl (check-gcc-*): New generic target.
556         * Makefile.in: Regenerate.
557
558 2009-03-25  Erven Rohou <erven.rohou@inria.fr>
559
560         * MAINTAINERS:  Update my email address.
561
562 2009-03-18  Tom Tromey  <tromey@redhat.com>
563
564         * configure: Rebuild.
565         * configure.ac (host_libs): Add libiconv.
566         * Makefile.in: Rebuild.
567         * Makefile.def (host_modules): Add libiconv.
568         (configure-gdb, all-gdb): Depend on libiconv.
569
570 2009-03-16  Tristan Gingold  <gingold@adacore.com>
571
572         * configure.ac: Treat gdb as supported on x86_64-darwin.
573         * configure: Regenerate.
574
575 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
576
577         * configure.ac (--with-host-libstdcxx): New option.
578         * configure: Regenerate.
579
580 2009-03-12  Joern Rennecke <joern.rennecke@arc.com>
581
582         * MAINTAINERS:  Move myself into the write after approval list.
583
584 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
585
586         * MAINTAINERS: Update e-mail address.
587         
588 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
589
590         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
591
592 2009-03-10  Ira Rosen <irar@il.ibm.com>
593
594         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
595
596 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
597
598         Backport from git Libtool:
599
600         2009-01-19  Robert Millan  <rmh@aybabtu.com>
601         Support GNU/kOpenSolaris.
602         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
603         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
604         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
605         GNU/kOpenSolaris.
606
607 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
608
609         * MAINTAINERS: Update e-mail address.
610
611 2009-02-24  Michael Eager  <eager@eagercon.com>
612
613         * MAINTAINERS (Write After Approval): Add self.
614
615 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
616
617         * MAINTAINERS (Write After Approval): Add myself.
618
619 2009-02-05  Andreas Schwab  <schwab@suse.de>
620
621         * Makefile.tpl (stage_last): Define $r and $s before using
622         $(RECURSE_FLAGS_TO_PASS).
623         * Makefile.in: Regenerate
624
625 2009-01-30  Ian Lance Taylor  <iant@google.com>
626
627         * MAINTAINERS: Move myself to the Global Reviewers list.
628
629 2009-01-29  Robert Millan  <rmh@aybabtu.com>
630
631         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
632         * configure: Regenerate.
633
634 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
635
636         * MAINTAINERS: Make whitespace consistent.
637         Remove Robert Millan from Write After Approval.
638
639 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
640
641         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
642         (all-opcodes): Depend on all-libiberty.
643         * Makefile.in: Regenerate.
644
645 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
646
647         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
648         * configure: Regenerate.
649
650 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
651
652         * MAINTAINERS (Write After Approval): Add myself.
653
654 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
655
656         * MAINTAINERS: Add myself to reviewers (Fortran).
657
658 2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
659
660         PR tree-optimization/38515
661         * configure.ac (cloog-polylib): Removed.
662         (with_ppl, with_cloog): Test for "no".
663         * configure: Regenerated.
664
665 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
666
667         * MAINTAINERS: Moved myself to reviewers (Fortran).
668
669 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
670
671         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
672         (Write After Approval): Remove myself.
673
674 2009-01-03  Diego Novillo  <dnovillo@google.com>
675
676         * MAINTAINERS: Remove myself from alias maintainership.
677
678 2009-01-02  David Ayers  <ayers@fsfe.org>
679
680         * MAINTAINERS: Update e-mail address.
681
682 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
683
684         * MAINTAINERS: Make whitespace consistent.
685
686 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
687
688         Backport from upstream Libtool:
689         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
690         Add cache variables to tests that require the linker to work.
691         For shlibpath_overrides_runpath, this also changes the semantics
692         to let the result from the C compiler take precedence.
693
694 2008-12-02  Ben Elliston  <bje@au.ibm.com>
695
696         * config.sub, config.guess: Update from upstream sources.
697
698 2008-12-12  Sebastian Pop <sebastian.pop@amd.com>
699
700         * configure.ac (ppllibs): Add by default the lib flags.
701         * configure: Regenerate.
702
703 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
704
705         * MAINTAINERS:  Add myself to the write after approval list.
706
707 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
708
709         * configure.ac: Add double brackets on darwin[912].
710         * configure: Regenerate.
711
712 2008-12-03  Daniel Kraft  <d@domob.eu>
713
714         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
715         Approval to Reviewer section (for Fortran front-end).
716
717 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
718
719         * configure.ac: Expand to darwin10 and later.
720         * configure: Regenerate.
721
722 2008-12-02  Andreas Schwab  <schwab@suse.de>
723
724         * Makefile.def: configure-target-boehm-gc depends on
725         all-target-libstdc++-v3.
726         * Makefile.in: Regenerate.
727
728 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
729
730         * MAINTAINERS:  Add myself as mingw maintainer.
731
732 2008-12-02  Ben Elliston  <bje@au.ibm.com>
733
734         * config.sub, config.guess: Update from upstream sources.
735
736 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
737
738         * README.SCO: Remove.
739
740 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
741
742         * MAINTAINERS:  Add myself to the write after approval list.
743
744 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
745
746         * MAINTAINERS:  Update my email address in WAA section.
747
748 2008-11-29  Chen Liqin <liqin@sunnorth.com.cn>
749
750         * MAINTAINERS: Update e-mail address.
751
752 2008-11-27  Toon Moene <toon@moene.org>
753
754         * MAINTAINERS: Change e-mail address.
755
756 2008-11-27  Tristan Gingold  <gingold@adacore.com>
757
758         * configure.ac: Build gdb for i?86-*-darwin*
759         * configure: Regenerated.
760
761 2008-11-24  Hariharan Sandanagobalane <hariharan@picochip.com>
762
763         * MAINTAINERS: Added my full name.
764
765 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
766
767         PR bootstrap/38014
768         PR bootstrap/37923
769
770         Revert:
771
772         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
773
774         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
775         * Makefile.in: Regenerated.
776
777         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
778
779         PR gdb/921
780         PR gdb/1646
781         PR gdb/2175
782         PR gdb/2176
783
784         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
785         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
786         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
787         (HOST_EXPORTS): Pass CPPFLAGS.
788         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
789         (LDFLAGS_FOR_TARGET): Initialize from configure script.
790         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
791         * Makefile.in, configure: Regenerated.
792         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
793         and CPPFLAGS_FOR_BUILD.
794
795 2008-11-06  Jeff Law <law@redhat.com>
796
797         * MAINTAINERS: Add myself as middle end maintainer.
798
799 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
800
801         * MAINTAINERS (Write after approval): Add myself.
802
803 2008-11-05  Diego Novillo  <dnovillo@google.com>
804
805         * MAINTAINERS (Global Reviewers): Add myself.
806         (Non-Algorithmic Maintainers): Remove myself.
807
808 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
809
810         * MAINTAINERS (Write after approval): Add myself.
811
812 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
813
814         * MAINTAINERS (Write after approval): Add myself.
815
816 2008-10-31  Ben Elliston  <bje@au.ibm.com>
817
818         * configure.ac (spu-*-*): Remove special case.
819         * configure: Regenerate.
820
821 2008-10-30  Catherine Moore  <clm@codesourcery.com>
822
823         * MAINTAINERS (Write after approval): Update my email address.
824
825 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
826
827         * configure.ac [spu-*-*]: Do not set skipdirs.
828         * configure: Re-generate.
829
830 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
831
832         * MAINTAINERS (Various Maintainers): Add myself to reload.
833
834 2008-10-25  Richard Guenther  <rguenther@suse.de>
835
836         * MAINTAINERS (Various Maintainers): Add myself as middle-end
837         maintainer.  Remove myself as libgcc-math maintainer.
838         (Non-Algorithmic Maintainers): Remove myself.
839
840 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
841
842         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
843         * Makefile.in: Regenerated.
844
845 2008-10-23  Cary Coutant  <ccoutant@google.com>
846
847         * MAINTAINERS (Write after approval): Add myself.
848
849 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
850
851         PR gdb/921
852         PR gdb/1646
853         PR gdb/2175
854         PR gdb/2176
855
856         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
857         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
858         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
859         (HOST_EXPORTS): Pass CPPFLAGS.
860         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
861         (LDFLAGS_FOR_TARGET): Initialize from configure script.
862         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
863         * Makefile.in, configure: Regenerated.
864         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
865         and CPPFLAGS_FOR_BUILD.
866
867 2008-10-20  Sebastian Pop <sebastian.pop@amd.com>
868
869         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
870         Sebastian Pop.
871
872 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
873
874         * MAINTAINERS (Write After Approval): Added myself.
875
876 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
877
878         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
879         recommended version to 2.3.2.
880
881         * configure: Regenerate.
882
883 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
884
885         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
886
887 2008-09-29  David Daney <david.daney@caviumnetworks.com>
888
889         * MAINTAINERS (Write After Approval): Update e-mail address.
890
891 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
892
893         * libtool.m4: Update to libtool 2.2.6.
894         * lt~obsolete.m4: Update to libtool 2.2.6.
895         * ltmain.sh: Update to libtool 2.2.6.
896         * ltsugar.m4: Update to libtool 2.2.6.
897         * ltversion.m4: Update to libtool 2.2.6.
898         * ltoptions.m4: Update to libtool 2.2.6.
899         * ltgcc.m4: Update to match changes from libtool 2.2.6.
900
901 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
902
903         * MAINTAINERS (Write After Approval): Add myself.
904
905 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
906
907         * MAINTAINERS (Write After Approval): Update my name.
908
909 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
910
911         * MAINTAINERS: Add myself in "Write After Approval".
912
913 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
914
915         * MAINTAINERS: Add myself as ia64 maintainer.
916
917 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
918
919         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
920         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
921         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
922         and Michael Tiemann from Write After Approval since they do not
923         actually have access.
924
925 2008-09-05  Richard Guenther  <rguenther@suse.de>
926
927         * configure.ac: Initialize clooglibs to -lcloog.
928         * configure: Re-generate.
929
930 2008-09-04  Le-Chun Wu  <lcwu@google.com>
931
932         * MAINTAINERS (Write After Approval): Add myself.
933
934 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
935
936         * configure.ac (--with-cloog-polylib): New.
937         (--disable-cloog-version-check): New.
938         (--disable-ppl-version-check): New.
939         * configure: Re-generate.
940
941 2008-09-03  Richard Guenther  <rguenther@suse.de>
942
943         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
944         cloog test.
945         * configure: Re-generate.
946
947 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
948
949         Add picoChip port.
950         * MAINTAINERS: Add picoChip maintainers.
951
952 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
953             Tobias Grosser  <grosser@fim.uni-passau.de>
954             Jan Sjodin  <jan.sjodin@amd.com>
955             Harsha Jagasia  <harsha.jagasia@amd.com>
956             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
957             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
958             Adrien Eliche  <aeliche@isty.uvsq.fr>
959
960         Merge from graphite branch.
961         * configure: Regenerate.
962         * Makefile.in: Regenerate.
963         * configure.ac (host_libs): Add ppl and cloog.
964         Add checks for PPL and CLooG.
965         * Makefile.def (ppl, cloog): Added modules and dependences.
966         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
967         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
968
969 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
970
971         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
972         (GCC_SHLIB_SUBDIR): New.
973         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
974         * configure: Regenerate.
975         * Makefile.in: Regenerate.
976
977 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
978
979         * MAINTAINERS: Consistently use tabs to separate columns.
980
981 2008-08-29  Tristan Gingold  <gingold@adacore.com>
982
983         * MAINTAINERS (Write after Approval): Add myself.
984
985 2008-08-28  Tristan Gingold  <gingold@adacore.com>
986
987         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
988         Enable bfd, binutils and opcodes.
989         * configure: Regenerate.
990
991 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
992
993         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
994
995 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
996
997         * MAINTAINERS:  Use correct Umlaut for last name.
998
999 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1000
1001         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1002
1003 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1004
1005         * MAINTAINERS: Update my email address.
1006
1007 2008-08-16  Nicolas Roche  <roche@adacore.com>
1008
1009         * Makefile.tpl: Add BOOT_ADAFLAGS.
1010         * Makefile.in: Regenerate.
1011
1012 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1013
1014         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1015         * configure: Regenerate.
1016
1017 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1018
1019         * configure.ac: Add makefile fragments for hpux.
1020         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1021         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1022         * configure: Regenerate.
1023         * Makefile.in: Regenerate.
1024
1025 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
1026
1027         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1028
1029 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
1030
1031         * MAINTAINERS (Write after Approval): Add myself.
1032
1033 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1034
1035         * MAINTAINERS (Write After Approval):  Add myself.
1036
1037 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1038
1039         * MAINTAINERS (Write After Approval):  Add myself.
1040
1041 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1042
1043         * MAINTAINERS: Update my email address.
1044
1045 2008-06-25  Joey Ye  <joey.ye@intel.com>
1046
1047         * MAINTAINERS (Write After Approval):  Add myself.
1048
1049 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1050
1051         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1052         * Makefile.in: Regenerate.
1053         * configure: Regenerate.
1054
1055 2008-06-17  Daniel Kraft  <d@domob.eu>
1056
1057         * MAINTAINERS (Write After Approval):  Add myself.
1058
1059 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1060
1061         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1062         "$@" is still intact with both Autoconf 2.59 and 2.62.
1063         * configure: Regenerate.
1064
1065 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1066
1067         * Makefile.tpl: Fix comment errors.
1068         * Makefile.in: Regenerate.
1069
1070 2008-06-12  David S. Miller  <davem@davemloft.net>
1071             David Edelsohn  <edelsohn@gnu.org>
1072
1073         * configure.ac: Add powerpc*-*-* to gold supported targets.
1074         * configure: Regenerate.
1075
1076 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1077
1078         PR tree-optimization/36218
1079         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1080         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1081         (all prefix="build-"): Pass them to build-system sub-makes.
1082         * Makefile.in: Regenerate.
1083
1084 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1085
1086         * MAINTAINERS (mt port): Remove.
1087         (sco5, unixware, sco udk): Remove.
1088         (Kean Johnston): Add to Write After Approval.
1089
1090 2008-05-30  Julian Brown  <julian@codesourcery.com>
1091
1092         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1093         of libobjc for ARM EABI Linux.
1094         * configure: Regenerate.
1095
1096 2008-05-18 Xinliang David Li   <davidxl@google.com>
1097
1098         * ChangeLog: Remove wrong ChangeLog entry.
1099
1100 2008-05-17 Xinliang David Li   <davidxl@google.com>
1101
1102         * MAINTAINERS (Write After Approval): Add myself.
1103
1104 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1105
1106         * MAINTAINERS (Write After Approval): Add myself.
1107
1108 2008-05-14  Rafael Espíndola  <espindola@google.com>
1109
1110         * config-ml.in: don't handle --enable-shared and --enable-static.
1111
1112 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1113
1114         * MAINTAINERS: Update my email address.
1115
1116 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1117
1118         * MAINTAINERS: Update my email address.
1119
1120 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1121
1122         * MAINTAINERS (Write After Approval): Add myself.
1123
1124 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1125
1126         * MAINTAINERS (Write After Approval): Add myself.
1127
1128 2008-04-25  Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
1129
1130         * MAINTAINERS (crx): Add myself.
1131
1132 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1133
1134         Sync with src:
1135         2008-04-14  David S. Miller  <davem@davemloft.net>
1136
1137         * configure.ac: Add sparc*-*-* to gold supported targets.
1138         * configure: Regenerate.
1139
1140 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1141
1142         PR bootstrap/35457
1143         * configure.ac: Include override.m4.
1144         * configure: Regenerate.
1145
1146 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1147
1148         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1149         * Makefile.in: Regenerate.
1150
1151 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1152
1153         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1154         as nonconfigurable directories list.
1155         * configure: Regenerate.
1156
1157 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1158
1159         * config.sub, config.guess: Update from upstream sources.
1160
1161 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1162
1163         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1164         * Makefile.in: Regenerate.
1165
1166 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1167
1168         * configure.ac: Do not build libssp for the AVR.
1169         * configure: Regenerate.
1170
1171 2008-04-07  Ian Lance Taylor  <iant@google.com>
1172
1173         * Makefile.def: check-gold depends upon all-binutils.
1174         * Makefile.in: Regenerate.
1175
1176 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1177
1178         * MAINTAINERS (Write After Approval): Add myself.
1179
1180 2008-04-04  Nick Clifton  <nickc@redhat.com>
1181
1182         PR binutils/4334
1183         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1184         builds.
1185         * configure: Regenerate.
1186
1187 2008-04-04  NightStrike  <NightStrike@gmail.com>
1188
1189         PR other/35151
1190         * configure.ac: Combine rules for mingw32 and mingw64.
1191         * configure: Regenerate.
1192
1193 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
1194
1195         * MAINTAINERS (Write After Approval): Add myself.
1196
1197 2008-04-01  Seongbae Park <seongbae.park@gmail.com>
1198
1199         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1200         * Makefile.in (.NOTPARALLEL): Ditto.
1201
1202 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
1203
1204         * MAINTAINERS (Write After Approval): Add myself.
1205
1206 2008-03-31  Seongbae Park <seongbae.park@gmail.com>
1207
1208         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1209         * Makefile.in (.NOTPARALLEL): Regenerate.
1210
1211 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1212
1213         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1214         * Makefile.in: Regenerate.
1215
1216 2008-03-26  Jakub Staszak  <kuba@et.pl>
1217
1218         * MAINTAINERS (Write After Approval): Add myself.
1219
1220 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1221
1222         * MAINTAINERS:  Update e-mail address.
1223
1224 2008-03-20  Ian Lance Taylor  <iant@google.com>
1225
1226         * configure.ac: Add support for --enable-gold.
1227         * Makefile.def: Add gold as a directory like ld.
1228         * configure, Makefile.in: Regenerate.
1229
1230 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1231
1232         * configure.ac: m4_include config/proginstall.m4.
1233         * configure: Regenerate.
1234
1235         Backport from upstream Libtool:
1236
1237         2007-10-12  Eric Blake  <ebb9@byu.net>
1238
1239         Deal with Autoconf 2.62's semantic change in m4_append.
1240         * ltsugar.m4 (lt_append): Replace broken versions of
1241         m4_append.
1242         (lt_if_append_uniq): Don't require separator to be overquoted,
1243         and avoid broken m4_append.
1244         (lt_dict_add): Fix typo.
1245         * libtool.m4 (_LT_DECL): Don't overquote separator.
1246
1247 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
1248
1249         * config.rpath: Add AIX 6 support.
1250
1251 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
1252
1253         * Makefile.def (stageprofile).  Remove -fprofile-generate
1254         from stage_libcflags.
1255         * Makefile.in: Regenerate.
1256
1257 2008-03-13  Ben Elliston  <bje@au.ibm.com>
1258
1259         * config.sub, config.guess: Update from upstream sources.
1260
1261 2008-03-06  Tom Tromey  <tromey@redhat.com>
1262
1263         * MAINTAINERS: Update for treelang deletion.
1264
1265 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
1266
1267         * MAINTAINERS: Update my email address.
1268
1269 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
1270
1271         * MAINTAINERS (darwin port): Add myself as a maintainer.
1272         (objective-c/c++): Add myself as a maintainer.
1273
1274 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
1275
1276         * MAINTAINERS (Write After Approval): Update my email address.
1277
1278 2008-02-25  Tomas Bily  <tbily@suse.cz>
1279
1280         * MAINTAINERS (Write After Approval): Add myself.
1281
1282 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
1283
1284         * MAINTAINERS (OpenMP): Add myself.
1285
1286 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
1287
1288         PR bootstrap/32009
1289         PR bootstrap/32161
1290
1291         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1292         * configure: Regenerate.
1293
1294         * Makefile.def: Define stage_libcflags for all bootstrap stages.
1295         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1296         STAGE4_LIBCFLAGS): New.
1297         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1298         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1299         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1300         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1301         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1302         for target modules.  Don't export LIBCFLAGS.
1303         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1304         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1305         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1306         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1307         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1308         * Makefile.in: Regenerate.
1309
1310 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1311
1312         PR libgcj/33085
1313         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1314         Do not use -DDLL_EXPORT.  Backport from upstream.
1315
1316 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1317
1318         * MAINTAINERS (Write After Approval): Add myself.
1319
1320 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
1321
1322         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1323         * configure: Regenerate.
1324
1325 2008-01-31  Marc Gauthier  <marc@tensilica.com>
1326
1327         * configure.ac (xtensa*-*-*): Recognize processor variants.
1328         * configure: Regenerate.
1329
1330 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1331
1332         PR bootstrap/34922
1333         * configure.ac (PARSE_ARGS): Push suitable setting of
1334         ac_subdirs_all, for `./configure --help=recursive'.
1335         Handle `+' in generic toplevel directory disabling.
1336         * configure: Regenerate.
1337
1338 2008-01-28  Nick Clifton  <nickc@redhat.com>
1339
1340         * MAINTAINERS (xstormy16): Take over maintainership.
1341
1342 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
1343
1344         * MAINTAINERS (c4x port): Remove.
1345
1346 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1347
1348         * libtool.m4: Backport AIX 6 support from ToT Libtool.
1349
1350 2008-01-23  Ben Elliston  <bje@au.ibm.com>
1351
1352         * config.sub, config.guess: Update from upstream sources.
1353
1354 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
1355
1356         * MAINTAINERS (Write After Approval): Add myself.
1357
1358 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
1359
1360         * MAINTAINERS: Update my email address.
1361
1362 2008-01-09  Raksit Ashok  <raksit@google.com>
1363
1364         * MAINTAINERS (Write After Approval): Add myself.
1365
1366 2008-01-09  Raksit Ashok  <raksit@google.com>
1367
1368         * MAINTAINERS (Write After Approval): Add myself.
1369
1370 2008-01-08  Ben Elliston  <bje@au.ibm.com>
1371
1372         * config.sub, config.guess: Update from upstream sources.
1373
1374 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1375
1376         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1377         Change recommended MPFR from 2.2.1 -> 2.3.0.
1378         * configure: Regenerate.
1379
1380 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
1381
1382         * MAINTAINERS: Update my email address.
1383
1384 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
1385
1386         * MAINTAINERS: Update my email address.
1387
1388 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
1389
1390         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1391         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1392         * Makefile.in: Regenerate.
1393
1394 2007-12-10  Mark Heffernan <meheff@google.com>
1395
1396         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1397         misplaced entries.
1398
1399 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1400
1401         * configure.ac: Enable libjava for x86_64-*-darwin9.
1402         * configure: Regenerate.
1403
1404 2007-12-07  Bill Maddox <maddox@google.com>
1405
1406         * MAINTAINERS (Write After Approval): Add myself.
1407
1408 2007-12-05  Ben Elliston  <bje@au.ibm.com>
1409
1410         * config.sub, config.guess: Update from upstream sources.
1411
1412 2007-12-02  Matthias Klose  <doko@ubuntu.com>
1413
1414         * config-ml.in: Remove 64bit configure tests.
1415
1416 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1417
1418         * config-ml.in: Robustify against white space in absolute file
1419         names.
1420
1421         * config-ml.in (multi-clean): Substitute ${Makefile}.
1422         Remove superfluous ${Makefile} in list.
1423
1424 2007-11-19  Thiemo Seufer  <ths@mips.com>
1425
1426         * config-ml.in: Don't hardcode the Makefile name.
1427
1428 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
1429
1430         * MAINTAINERS (Write After Approval): Add myself.
1431
1432 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
1433
1434         * MAINTAINERS (Write After Approval): Add myself.
1435
1436 2007-11-06  Doug Kwan <dougkwan@google.com>
1437
1438         * MAINTAINERS (Write After Approval): Add myself.
1439
1440 2007-10-25  Ben Elliston  <bje@au.ibm.com>
1441
1442         * MAINTAINERS (mercury): Remove entry.
1443         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1444
1445 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
1446
1447         * Makefile.def (dependencies): Make configure-gdb depend on
1448         all-intl.
1449         * Makefile.in: Regenerated.
1450
1451 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
1452
1453         * MAINTAINERS (Fortran maintainer): Remove myself.
1454
1455 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
1456
1457         * Makefile.def: To avoid problems running with parallel makes,
1458         build newlib before libgloss so that target specific header
1459         files are availble.
1460         * Makefile.in: Regenerate
1461
1462 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1463
1464         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1465         * Makefile.in: Regenerate.
1466
1467 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
1468
1469         * MAINTAINERS (Register allocation reviewer): Add myself.
1470
1471 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
1472
1473         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1474         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1475         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
1476         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1477         * configure: Regenerate.
1478
1479 2006-10-04  Seongbae Park <seongbae.park@gmail.com>
1480
1481         * MAINTAINERS (Register allocation reviewer): Add myself.
1482
1483 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
1484
1485         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1486         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1487         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1488         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1489         * configure.ac: Default them to host tools for $host = $build.
1490         Subst them.
1491
1492         * configure: Regenerate.
1493         * Makefile.in: Regenerate.
1494
1495 2006-09-24  Peter Bergner <bergner@vnet.ibm.com>
1496
1497         * MAINTAINERS (Register allocation reviewer): Add myself.
1498
1499 2006-09-24  Kenneth Zadeck <zadeck@naturalbridge.com>
1500
1501         * MAINTAINERS (Register allocation reviewer): Add myself.
1502
1503 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
1504
1505         * MAINTAINERS (Write After Approval): Fix typo.
1506
1507 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
1508
1509         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1510         * configure: Regenerate.
1511
1512 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
1513
1514         PR bootstrap/31906
1515         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
1516         they're already prefixed.
1517
1518 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
1519
1520         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1521         libstdc++.
1522         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1523         * configure: Regenerate.
1524         * Makefile.in: Regenerate.
1525
1526 2007-09-17  Andreas Schwab  <schwab@suse.de>
1527
1528         * configure.ac: Raise minimum makeinfo version to 4.6.
1529         * configure: Regenerate.
1530
1531 2007-09-17  Johannes Singler <singler@ira.uka.de>
1532
1533         * MAINTAINERS (write-after-approval) add myself
1534
1535 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
1536
1537         * configure.ac: Correct makeinfo version check.
1538         * configure: Regenerate.
1539
1540 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
1541
1542         * MAINTAINERS: Update my email address.
1543
1544 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
1545
1546         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
1547         to $skipdirs and only disable gprof for newlib.  Use the normal
1548         mips*-elf* handling in other respects.
1549         * configure: Regnerate.
1550
1551 2007-09-12  David Daney  <ddaney@avtrex.com>
1552
1553         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1554         enabling libgcj.
1555         * configure: Regenerate.
1556
1557 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1558
1559         PR other/32154
1560         * configure.ac: For libgloss targets, point the linker to the linker
1561         script, startup code and simulator library.
1562         * configure: Regenerate.
1563
1564 2007-09-07  Andrew Haley  <aph@redhat.com>
1565
1566         * configure.ac (noconfigdirs): Remove target-libffi and
1567         target-libjava.
1568         * configure: Regenerate.
1569
1570 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1571
1572         PR target/33281
1573         * configure.ac: Use config/mh-mingw on mingw.
1574         * configure: Regenerate.
1575
1576 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
1577
1578         * MAINTAINERS (Write After Approval): Add myself.
1579
1580 2007-09-05  Richard Guenther  <rguenther@suse.de>
1581
1582         * configure.ac (--enable-stage1-checking): If neither --enable-checking
1583         nor --disable-checking is provided also turn on yes and types
1584         checking for stage1.
1585         * configure: Re-generate.
1586
1587 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
1588
1589         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1590         (Write After Approval): Remove myself.
1591
1592 2007-08-29  Nick Clifton  <nickc@redhat.com>
1593
1594         * config.sub, config.guess: Update from upstream sources.
1595
1596 2007-08-22  Bud Davis  <jmdavis@link.com>
1597
1598         * MAINTAINERS (Write After Approval): Added myself.
1599         * MAINTAINERS (Reviewers): Removed myself.
1600
1601 2007-08-18  Paul Brook  <paul@codesourcery.com>
1602             Joseph Myers  <joseph@codesourcery.com>
1603
1604         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1605         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1606         * Makefile.in: Regenerate.
1607         * configure.ac (--with-debug-prefix-map): New.
1608         * configure: Regenerate.
1609
1610 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
1611             Nigel Stephens  <nigel@mips.com>
1612
1613         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
1614         as target_makefile_frag.
1615         * configure: Regenerate.
1616
1617 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
1618
1619         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1620         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
1621         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1622         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1623         (do-compare, do-compare3, do-compare-debug): New.
1624         ([+compare-target+]): Use them.
1625
1626 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
1627
1628         * MAINTAINERS (Write After Approval): Change my email address.
1629
1630 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1631             Ben Elliston  <bje@au.ibm.com>
1632
1633         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1634         --silent if $silent.
1635         * configure: Regenerate.
1636
1637 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
1638
1639         * MAINTAINERS (Various Maintainers): Add myself as
1640         loop infrastructure maintainer.  Update my e-mail
1641         address.
1642
1643 2007-07-31  Diego Novillo  <dnovillo@google.com>
1644
1645         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1646         Adjust description.
1647
1648 2007-07-26  Richard Guenther  <rguenther@suse.de>
1649
1650         * configure.ac: Add types checking to stage1 checking flags.
1651         * configure: Regenerate.
1652
1653 2007-07-17  Nick Clifton  <nickc@redhat.com>
1654
1655         * COPYING3: New file.  Contains version 3 of the GNU General
1656         Public License.
1657         * COPYING3.LIB: New file.  Contains version 3 of the GNU
1658         Lesser General Public License.
1659
1660 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
1661
1662         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1663
1664 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
1665
1666         * MAINTAINERS (S/390 co-maintainer): Add myself.
1667         (Write After Approval): Remove myself.
1668
1669 2007-07-13  Dan Hipschman  <dsh@google.com>
1670
1671         * MAINTAINERS (Write After Approval): Add myself.
1672
1673 2007-07-11  Nick Clifton  <nickc@redhat.com>
1674
1675         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1676         WINDRES export.
1677         * Makefile.in: Regenerate.
1678
1679 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1680
1681         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1682         maintainer.
1683
1684 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
1685
1686         * lt~obsolete.m4: New. Import from 20070318 libtool.
1687
1688 2007-07-03  Julian Brown  <julian@codesourcery.com>
1689
1690         * MAINTAINERS (Write After Approval): Add myself.
1691
1692 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1693
1694         * configure.ac: Rewrite 'configure --help' strings to look nicer.
1695         * configure: Regenerate.
1696
1697 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1698
1699         * configure.ac: Add some missing m4 quotation.
1700         * configure: Regenerate.
1701
1702 2007-07-02  Simon Baldwin  <simonb@google.com>
1703
1704         * MAINTAINERS (Write After Approval): Add myself.
1705
1706 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
1707
1708         * configure: Regenerate.
1709
1710 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
1711
1712         * Makefile.def: Add windmc tool to build.
1713         * Makefile.tpl: Likewise.
1714         * configure.ac: Likewise.
1715         * Makefile.in: Regenerate.
1716         * configure: Regenerate.
1717
1718 2007-06-28  DJ Delorie  <dj@redhat.com>
1719
1720         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1721         not building newlib.
1722         * configure: Regenerated.
1723
1724 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
1725
1726         * MAINTAINERS (Write After Approval): Add myself.
1727
1728 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
1729
1730         * MAINTAINERS (Write After Approval): Add myself.
1731
1732 2007-06-19  Chris Matthews  <chrismatthews@google.com>
1733
1734         * MAINTAINERS (Write After Approval): Add myself.
1735
1736 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1737
1738         * MAINTAINERS (Write After Approval): Add myself.
1739
1740 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
1741
1742         * Makefile.def: Add dependency from configure-gdb to all-bfd.
1743         * Makefile.in: Regenerated.
1744
1745 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
1746
1747         * configure.ac: Don't add target-libmudflap to noconfigdirs for
1748         bfin*-*-uclinux* targets.
1749         * configure: Regenerate.
1750
1751 2007-06-14  Ian Lance Taylor  <iant@google.com>
1752
1753         * MAINTAINERS: Add myself as non-algorithmic global write
1754         maintainer.
1755
1756 2007-06-14  Diego Novillo  <dnovillo@google.com>
1757
1758         * MAINTAINERS: Add self as middle-end maintainer and
1759         non-algorithmic global write maintainer.
1760
1761 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1762
1763         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1764         Move all Fortran maintainers except Paul Brook into the
1765         Non-Autopoiesis section.
1766
1767 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
1768
1769         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1770         (distclean-stage[+id+]): Possibly delete stage_last.
1771         * Makefile.in: Regenerate.
1772
1773 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
1774
1775         * MAINTAINERS (Various Maintainer): Fix typo.
1776
1777 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
1778
1779         * MAINTAINERS (Various Maintainer): Add myself as
1780         dataflow maintainer.
1781
1782 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1783
1784         * config.sub, config.guess: Update from upstream sources.
1785
1786 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1787
1788         * Makefile.tpl: Fix spelling error.
1789         * Makefile.in: Regenerate.
1790
1791 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
1792
1793         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1794         lt_cv_sys_max_cmd_len.
1795
1796 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
1797
1798         * MAINTAINERS (Various Maintainers): Add myself as
1799         auto-vectorizer maintainer.
1800
1801 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
1802
1803         PR libjava/32098
1804         * libtool.m4: Revert previous change.
1805         * ltgcc.m4: Put it here.
1806
1807 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
1808
1809         * MAINTAINERS (Various Maintainers): Add myself as
1810         auto-vectorizer maintainer.
1811
1812 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
1813
1814         PR libjava/32098
1815         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
1816
1817 2007-05-30  Richard Guenther  <rguenther@suse.de>
1818
1819         * MAINTAINERS (Various Maintainers): Add myself as
1820         auto-vectorizer maintainer.
1821
1822 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
1823
1824         PR bootstrap/29382
1825         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1826         * configure: Rebuilt.
1827
1828 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
1829
1830         * MAINTAINERS (Write After Approval): Removed my name.
1831
1832 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
1833
1834         * MAINTAINERS (Write After Approval): Remove myself.
1835
1836 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
1837
1838         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
1839
1840 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
1841
1842         * ltmain.sh: Update from ToT Libtool.
1843         * libtool.m4: Update from ToT Libtool.
1844         * ltsugar.m4: New. Update from ToT Libtool.
1845         * ltversion.m4: New. Update from ToT Libtool.
1846         * ltoptions.m4: New. Update from ToT Libtool.
1847         * ltconfig: Remove.
1848         * ltcf-c.sh: Remove.
1849         * ltcf-cxx.sh: Remove.
1850         * ltcf-gcj.sh: Remove.
1851
1852 2007-05-22  Ollie Wild  <aaw@google.com>
1853
1854         * MAINTAINERS (Write After Approval): Add myself.
1855
1856 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
1857
1858         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1859         stage_cflags.
1860         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1861         Remove CFLAGS/LIBCFLAGS.
1862         (configure-stage[+id+]-[+prefix+][+module+],
1863         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1864         * Makefile.in: Regenerate.
1865
1866 2007-05-15  Diego Novillo  <dnovillo@google.com>
1867
1868         * MAINTAINERS: Update e-mail address.
1869
1870 2007-05-15  Revital Eres  <eres@il.ibm.com>
1871
1872         * MAINTAINERS (Write After Approval): Add myself.
1873
1874 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
1875
1876         * MAINTAINERS (Write After Approval): Updated my address.
1877
1878 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
1879
1880         * MAINTAINERS (Write After Approval): Add myself.
1881
1882 2007-05-11  Silvius Rus  <rus@google.com>
1883
1884         * MAINTAINERS (Write After Approval): Add myself.
1885
1886 2007-04-23  Tom Tromey  <tromey@redhat.com>
1887
1888         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
1889
1890 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
1891
1892         * MAINTAINERS (cpplib): Rename to ...
1893         (libcpp): ... this.  Add C/C++ front end maintainers.
1894
1895 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
1896
1897         * config-ml.in: Pass ${ml_config_env} to configure calls.
1898
1899 2007-04-04  Christian Bruel  <christian.bruel@st.com>
1900
1901         * MAINTAINERS (Write After Approval): Add myself.
1902
1903 2007-04-02  Dave Korn  <dave.korn@artimi.com>
1904
1905         * MAINTAINERS (Write After Approval): Add myself.
1906
1907 2007-03-31  Tobias Burnus  <burnus@net-b.de>
1908
1909         * MAINTAINERS (fortran 95 front end): Add myself.
1910
1911 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1912
1913         * MAINTAINERS (Write After Approval): Add myself.
1914
1915 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
1916
1917         * MAINTAINERS (Modulo Scheduler): Add myself.
1918
1919 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
1920
1921         * MAINTAINERS (fortran 95 front end): Add myself.
1922         (c++ front end): whitespace fix.
1923
1924 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
1925
1926         * MAINTAINERS (Write After Approval): Add myself.
1927
1928 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
1929
1930         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1931         of glob.  Quote arguments with single quotes too.
1932         * configure: Regenerate.
1933
1934 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1935
1936         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1937         * Makefile.in: Regenerate
1938
1939 2007-03-07  Andreas Schwab  <schwab@suse.de>
1940
1941         * configure: Regenerate.
1942
1943 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1944
1945         * configure.ac: Add "--with-pdfdir" configure option,
1946         which defines pdfdir variable.
1947         * Makefile.def (target=fixincludes): Add install-pdf to
1948         missing targets.
1949         (recursive_targets): Add install-pdf target.
1950         (flags_to_pass): Add pdfdir.
1951         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1952         target.
1953         * configure: Regenerate
1954         * Makefile.in: Regenerate
1955
1956 2007-02-28  Eric Christopher  <echristo@apple.com>
1957
1958         Revert:
1959         2006-12-07  Mike Stump  <mrs@apple.com>
1960
1961         * Makefile.def (dependencies): Add dependency for
1962         install-target-libssp and install-target-libgomp on
1963         install-gcc.
1964         * Makefile.in: Regenerate.
1965
1966 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
1967
1968         * configure: Regenerate.
1969         * configure.ac: Move statements after variable declarations.
1970
1971 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
1972
1973         * MAINTAINERS: Add myself as sh maintainer.
1974
1975 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
1976
1977         * configure.ac: Adjust for loop syntax.
1978         * configure: Regenerate.
1979
1980 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
1981
1982         * configure: Rebuilt.
1983
1984 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
1985
1986         * configure.ac: Drop multiple occurrences of --enable-languages,
1987         and fix its quoting.
1988         * configure: Rebuilt.
1989
1990 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
1991             Nathan Sidwell  <nathan@codesourcery.com>
1992             Vladimir Prus  <vladimir@codesourcery.com>
1993             Joseph Myers  <joseph@codesourcery.com>
1994
1995         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1996         * configure: Regenerate.
1997
1998 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
1999
2000         * ltconfig (freebsd*): Default to elf.
2001
2002 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2003
2004         * configure.ac (target_libraries): Move libgcc before libiberty.
2005         * configure: Regenerated.
2006
2007 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2008             Paolo Bonzini  <bonzini@gnu.org>
2009
2010         PR bootstrap/30753
2011         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2012         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2013         * configure: Regenerated.
2014
2015 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2016
2017         * MAINTAINERS (Language Front End Maintainers): Update my mail
2018         address.
2019
2020 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2021
2022         PR bootstrap/30748
2023         * configure.ac: Correct syntax for Solaris ksh.
2024         * configure: Regenerated.
2025
2026 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2027
2028         * configure.ac: Sync with src.
2029         * configure: Regenerate.
2030
2031 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2032
2033         * Makefile.in: Regenerate.
2034
2035 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2036
2037         * config.sub: Sync with src.
2038
2039 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2040
2041         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2042         noncanonical equivalents.
2043         * configure.in: Rename to...
2044         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2045         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2046         target_noncanonical.  Use them.  Rewrite removal of configure
2047         arguments for autoconf 2.59.  Discard variable settings.  Force
2048         program_transform_name for native tools.
2049
2050         * Makefile.in: Regenerated.
2051         * configure: Regenerated with autoconf 2.59.
2052
2053 2007-02-07  Roman Zippel <zippel@linux-m68k.org>
2054
2055         * MAINTAINERS (Write After Approval): Add myself.
2056
2057 2007-01-31  Andreas Schwab  <schwab@suse.de>
2058
2059         * Makefile.tpl (LDFLAGS): Substitute it.
2060         * Makefile.in: Regenerate.
2061
2062 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
2063
2064         * MAINTAINERS (Write After Approval): Add myself.
2065
2066 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2067
2068         * MAINTAINERS (spu port): Add myself.
2069
2070 2007-01-23  Richard Guenther  <rguenther@suse.de>
2071
2072         PR bootstrap/30541
2073         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2074         * Makefile.tpl (GNATBIND): Substitute it.
2075         (GNATMAKE): Likewise.
2076         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2077         of STAGE_PREFIX.
2078         * Makefile.in: Regenerate.
2079         * configure: Regenerate.
2080
2081 2007-01-18  Mike Stump  <mrs@apple.com>
2082
2083         * configure.in: Re-enable -Werror for gcc builds.
2084
2085 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2086
2087         * MAINTAINERS (Write After Approval): Add myself.
2088
2089 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2090
2091         * configure.in: Change == to = in test command.
2092         * configure: Regenerate.
2093
2094 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2095             Nick Clifton  <nickc@redhat.com>
2096             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2097
2098         * configure.in (build_configargs, host_configargs, target_configargs):
2099         Remove build/host/target parameters.
2100         (host_libs): Add gmp and mpfr.
2101         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2102         * Makefile.def (gmp, mpfr): New.
2103         (gcc): Remove target.
2104         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2105         target_os, target_vendor): New.
2106         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
2107         * configure: Regenerate.
2108         * Makefile.in: Regenerate.
2109
2110 2007-01-11  Matt Fago  <fago@earthlink.net>
2111
2112         * configure.in: Try to link to functions only in mpfr 2.2.x
2113         to improve robustness of configure tests.
2114         * configure: Regenerate.
2115
2116 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2117
2118         * MAINTAINERS: Add myself as i386 maintainer.
2119
2120 2007-01-08  Jan Hubicka  <jh@suse.cz>
2121
2122         * MAINTAINERS: Add myself as i386 maintainer.
2123
2124 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2125
2126         * configure.in: Add support for an x86_64-mingw* target.
2127         * configure: Regenerate.
2128
2129 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2130
2131         * Makefile.tpl (all-target): Correct @if conditional for target
2132         modules.
2133         * configure.in: Omit libiberty if building only target libgcc.
2134         * configure, Makefile.in: Regenerated.
2135
2136 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2137
2138         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2139         * configure: Regenerate.
2140
2141 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2142
2143         * Makefile.def (target_modules): Add libgcc.
2144         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2145         * Makefile.tpl (clean-target-libgcc): Delete.
2146         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2147         on gcc even for bootstrapped modules.  Rewrite handling of
2148         lang_env_dependencies to loop over target_modules.
2149         * configure.in (target_libraries): Add target-libgcc.
2150         * Makefile.in, configure: Regenerated.
2151
2152 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2153
2154         * configure.in: Reorganize recognition of languages.  Add
2155         --enable-stage1-languages.  Show supported languages for the chosen
2156         target rather than all recognized languages.
2157         * configure: Regenerate.
2158
2159 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2160
2161         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2162         * Makefile.in: Regenerate.
2163
2164 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2165
2166         * configure.in: Warn that MPFR 2.2.0 is buggy.
2167         * configure: Regenerate.
2168
2169 2006-12-27  Ian Lance Taylor  <iant@google.com>
2170
2171         * configure.in: When removing Makefiles to force a reconfigure, also
2172         remove prev-DIR*/Makefile.
2173         * configure: Regenerate.
2174
2175 2006-12-22  Andreas Schwab  <schwab@suse.de>
2176
2177         * configure: Regenerate with correct autoconf version.
2178
2179 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
2180
2181         * configure.in: add AC_SUBST for *_FOR_TARGET.
2182         * configure: Regenerate.
2183
2184 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2185
2186         * configure.in: Simplify logic for rejecting languages that cannot
2187         be built.  Separate the case when a language is unsupported,
2188         from the case when the user chooses not to build a language.
2189
2190 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2191
2192         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2193         it only affects bootstrap and could be tested on "$host" as well.
2194         * configure: Regenerate.
2195         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2196
2197 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2198
2199         PR bootstrap/29544
2200         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2201         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2202         move here comment from Makefile.tpl.
2203         * Makefile.tpl: Move some definitions higher in the file.
2204         (STAGE1_CHECKING): New.
2205         * configure.in: Add --enable-stage1-checking.
2206         * configure: Regenerate.
2207         * Makefile.in: Regenerate.
2208
2209 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2210
2211         * MAINTAINERS: Add myself as build system maintainer.
2212
2213 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
2214
2215         * MAINTAINERS (Write After Approval): Add myself.
2216
2217 2006-12-13  Eric Christopher  <echristo@apple.com>
2218
2219         * MAINTAINERS: Add myself as darwin maintainer.
2220
2221 2006-12-11  Ian Lance Taylor  <ian@airs.com>
2222
2223         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2224
2225 2006-12-11  Joern Rennecke <joern.rennecke@arc.com>
2226
2227         MAINTAINERS: Update my entry.
2228
2229 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2230
2231         * configure.in:  Handle spu makefile frag.
2232         * Makefile.tpl (MAINT): Define
2233         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2234         * configure: Regenerate.
2235         * Makefile.in: Regenerate.
2236
2237 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2238
2239         * config.guess: Import latest version.
2240         * config.sub: Likewise.
2241
2242 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2243
2244         * configure.in (spu-*-*): Don't skip target-libiberty.
2245         * configure: Regenerate.
2246
2247 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2248
2249         PR bootstrap/30134
2250         * configure.in: Correct x86 darwin support for libjava to powerpc
2251         and i?86 only.
2252         * configure: Regenerate.
2253
2254 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
2255
2256         * configure.in: Add x86 darwin support for libjava.
2257         * configure: Regenerate.
2258
2259 2006-12-07  Mike Stump  <mrs@apple.com>
2260
2261         * Makefile.def (dependencies): Add dependency for
2262         install-target-libssp and install-target-libgomp on
2263         install-gcc.
2264         * Makefile.in: Regenerate.
2265
2266 2006-12-04  Richard Guenther  <rguenther@suse.de>
2267
2268         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2269         (Non-Algorithmic Maintainers): Move over non-algorithmic
2270         loop optimizer maintainers, add myself as a non-algorithmic
2271         middle-end maintainer.
2272
2273 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
2274
2275         * MAINTAINERS (Write After Approval): Add myself.
2276
2277 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2278
2279         * configure.in: Update error message for missing GMP/MPFR.
2280
2281         * configure: Regenerate.
2282
2283 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2284
2285         * configure.in: Update MPFR version in error message.
2286
2287         * configure: Regenerate.
2288
2289 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2290
2291         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2292         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2293         --with-gmp-lib): New flags.
2294
2295         * configure: Regenerate.
2296
2297 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
2298
2299         * MAINTAINERS (Write After Approval): Change my email address.
2300
2301 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2302
2303         * MAINTAINERS (Write After Approval): Add myself.
2304
2305 2006-11-22  Philipp Thomas <pth@suse.de>
2306
2307         * MAINTAINERS (i18n): Update e-mail address.
2308
2309 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2310
2311         * MAINTAINERS (spu port): Add myself as maintainer.
2312         (Write After Approval): Remove myself.
2313
2314 2006-11-22  Ben Elliston  <bje@au.ibm.com>
2315
2316         * configure.in (skipdirs): Don't build libssp for SPU.
2317         * configure: Regenerate.
2318
2319 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2320
2321         * MAINTAINERS (spu port): Add myself as maintainer.
2322         (libobjc): Update my email address.
2323
2324 2006-11-21  Andrea Bona  <andrea.bona@st.com>
2325
2326         * MAINTAINERS (Write After Approval): Add myself.
2327
2328 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2329
2330         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2331         * configure : Rebuilt.
2332
2333 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2334
2335         * MAINTAINERS (Write After Approval): Add myself.
2336
2337 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
2338
2339         * MAINTAINERS (Write After Approval): Add myself.
2340
2341 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2342
2343         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2344         libmpfr.a.
2345         * configure: Regenerate.
2346
2347 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2348
2349         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2350         (unstage): Test for stage_last presence.
2351
2352         PR bootstrap/29802
2353         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2354         * Makefile.in: Regenerate.
2355
2356 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
2357
2358         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2359         maintainers.
2360
2361 2006-11-14  Erven Rohou  <erven.rohou@st.com>
2362
2363         * MAINTAINERS (Write After Approval): Add myself.
2364
2365 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
2366
2367         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2368         and stageN-package/Makefile.
2369         * Makefile.in: Regenerated.
2370
2371 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
2372
2373         * configure.in: Remove target-libgloss from noconfigdirs for
2374         bfin-*-*.
2375         * configure: Regenerated.
2376
2377 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2378
2379         * configure.in (have_gmp): Only error if the gcc directory exists.
2380
2381         * configure: Regenerate.
2382
2383 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2384
2385         * configure.in: Robustify error message for missing GMP/MPFR.
2386
2387         * configure: Regenerate.
2388
2389 2006-10-31  Stephen M. Webb <stephen.webb@bregmasoft.com>
2390
2391         * MAINTAINERS (Write After Approval): Add myself.
2392
2393 2006-10-30  Uros Bizjak <ubizjak@gmail.com>
2394
2395         * MAINTAINERS: Change email address.
2396
2397 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
2398
2399         * MAINTAINERS (Write After Approval): Add myself.
2400
2401 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
2402
2403         * MAINTAINERS (Write After Approval): Add myself.
2404
2405 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
2406
2407         * MAINTAINERS (Write After Approval): Move myself to
2408         Write After Approval section.
2409
2410 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2411
2412         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
2413         need_gmp anymore.
2414         * configure: Regenerate.
2415
2416 2006-10-16  Tobias Burnus  <burnus@net-b.de>
2417
2418         * MAINTAINERS (Write After Approval): Add myself.
2419
2420 2006-10-16  Ben Elliston  <bje@au.ibm.com>
2421
2422         * config.guess: Import latest version.
2423         * config.sub: Likewise.
2424
2425 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
2426
2427         * Makefile.def: Added pdf target handling.
2428         * Makefile.tpl: Added pdf target handling.
2429         * Makefile.in: Regenerated.
2430
2431 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
2432
2433         * MAINTAINERS: Add self as score port maintainer.
2434
2435 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
2436
2437         * MAINTAINERS (Write After Approval): Add myself.
2438
2439 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
2440
2441         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
2442         or newer.
2443         * configure: Regenerated.
2444
2445 2006-09-27  Dave Brolley  <brolley@redhat.com>
2446
2447         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2448         $s instead of $r.
2449         * configure: Regenerated.
2450
2451 2006-09-26  Thiemo Seufer  <ths@mips.com>
2452
2453         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2454         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2455         * configure: Regenerate.
2456
2457 2006-09-24  Graeme Peterson <gridly@gmail.com>
2458
2459         * MAINTAINERS (Write After Approval): Remove myself.
2460
2461 2006-09-22  Chao-ying Fu  <fu@mips.com>
2462
2463         * MAINTAINERS (Write After Approval): Add myself.
2464
2465 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
2466
2467         * MAINTAINERS: Add self as soft-fp maintainer.
2468
2469 2006-09-09  Anatoly Sokolov <aesok@post.ru>
2470
2471         * MAINTAINERS: Add myself as avr maintainer.
2472         Remove Marek Michalkiewicz as avr maintainer.
2473
2474 2006-09-07  Roberto Costa  <roberto.costa@st.com>
2475
2476         * MAINTAINERS (Write After Approval): Add myself.
2477
2478 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2479
2480         * configure.in: Never build newlib for a Mingw host.
2481         Never build newlib as Mingw target library.
2482         Test the existence of winsup/cygwin for building a Cygwin newlib,
2483         rather than just winsup.
2484         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2485         building a Mingw target.
2486         * configure: Regenerate.
2487
2488 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2489
2490         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2491
2492 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2493
2494         * config.guess: Import from src (was more updated).
2495         * config.sub: Likewise.
2496
2497 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2498
2499         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2500         * configure: Regenerated.
2501
2502 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
2503
2504         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2505         for stages after the first.
2506
2507 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
2508
2509         * Makefile.def: Add dependencies for configure-opcodes
2510         on configure-intl and all-opcodes on all-intl.
2511         * Makefile.in: Regenerated.
2512
2513 2006-07-13  Ben Elliston  <bje@au.ibm.com>
2514
2515         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2516
2517 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2518
2519         Port to hosts whose 'sort' and 'tail' implementations
2520         treat operands with leading '+' as file names, as POSIX
2521         has required since 2001.  However, make sure the code still
2522         works on pre-POSIX hosts.
2523         * ltmain.sh: Don't assume "sort +2" is equivalent to
2524         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2525
2526 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
2527
2528         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2529
2530 2006-07-04  Peter O'Gorman  <peter@pogma.com>
2531
2532         * ltconfig: chmod 644 before ranlib during install.
2533
2534 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2535
2536         PR bootstrap/18058
2537         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2538         if the bootstrap compiler is a GCC version that supports it.
2539         * configure: Regenerate.
2540
2541 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2542
2543         * configure.in: Fix thinkos in previous check-in.
2544         * configure: Regenerate.
2545
2546 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2547
2548         PR other/27063
2549         * configure.in: Test subdir_requires and give an appropriate
2550         error message.
2551         * configure: Regenerate.
2552
2553 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
2554
2555         * MAINTAINERS (Write After Approval): Add myself.
2556
2557 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
2558
2559         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2560
2561 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
2562
2563         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2564
2565 2006-06-20  David Ayers  <d.ayers@inode.at>
2566
2567         PR bootstrap/28072
2568         * configure.in: Add target-boehm-gc to noconfigdirs depending on
2569         whether target-libjava is being configured instead of whether the
2570         java front end is enabled.
2571         * configure: Regenerate.
2572
2573 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2574
2575         PR target/27540
2576         * configure.in: Only enable libgomp on IRIX 6.
2577         * configure: Regenerate.
2578
2579 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
2580
2581         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2582         too.
2583         * Makefile.in: Regenerate.
2584
2585 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
2586
2587         * config-ml.in: Alter CCASFLAGS to include special
2588         multilib options the same as is done for CFLAGS.
2589
2590 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2591
2592         * configure.in: Don't enable libgomp on hpux10.
2593         * configure: Rebuilt.
2594
2595 2006-06-12  David Ayers  <d.ayers@inode.at>
2596
2597         PR bootstrap/27963
2598         PR target/19970
2599         * configure.in: Remove target-boehm-gc from noconfigdirs where
2600         ${libgcj} is specified.
2601         * configure: Regenerate.
2602
2603 2006-06-06  Carlos O'Donell <carlos@codesourcery.com>
2604
2605         Sync from src:
2606
2607         * configure.in: Sync.
2608         * configure: Regenerated.
2609
2610         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
2611
2612         * Makefile.def: Added dependencies from sim and gdb on intl, and
2613         added configure dependencies to everything with an all dependency
2614         on intl.
2615         * Makefile.in: Regenerated.
2616
2617 2006-06-06  David Ayers  <d.ayers@inode.at>
2618
2619         PR libobjc/13946
2620         * Makefile.def: Add dependencies for libobjc which boehm-gc.
2621         * Makefile.in: Regenerate.
2622         * configure.in: Add --enable-objc-gc at toplevel and have it
2623         enable boehm-gc for Objective-C.
2624         Remove target-boehm-gc from libgcj.
2625         Add target-boehm-gc to target_libraries.
2626         Add target-boehm-gc to noconfigdirs where ${libgcj}
2627         is specified.
2628         Assert that boehm-gc is supported when requested for Objective-C.
2629         Only build boehm-gc if needed either for Java or Objective-C.
2630         * configure: Regenerate.
2631
2632 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
2633
2634         PR 27674
2635         * Makefile.tpl (configure-[+prefix+][+module+],
2636         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2637         Remove rule to unstage bootstrapped modules.
2638         (stage_current): New.
2639         * Makefile.in: Regenerate.
2640
2641 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2642
2643         * MAINTAINERS (Write After Approval): Update my e-mail address.
2644
2645 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
2646
2647         * include/libiberty.h: Declare pex_run_in_environment.
2648
2649 2006-05-31  Asher Langton  <langton2@llnl.gov>
2650
2651         * MAINTAINERS (Write After Approval): Add myself.
2652
2653 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
2654
2655         * Makefile.def (bfd, opcodes): Fix lib_path.
2656         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2657         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
2658         * Makefile.in: Regenerate.
2659
2660 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
2661
2662         * Makefile.in: Regenerate.
2663
2664 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
2665
2666         * Makefile.def: Add install-html target. Add datarootdir
2667         docdir and htmldir to flags_to_pass.
2668         * Makefile.tpl: Add install-html target.
2669         * Makefile.in: Regenerate.
2670         * configure.in: Add --with-datarootdir, --with-docdir, and
2671         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2672         * configure: Regenerate.
2673
2674 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
2675
2676         * configure.in: Enable gprof for cross builds.
2677         * configure: Regenerate.
2678
2679 2006-05-22  Richard Guenther  <rguenther@suse.de>
2680
2681         Revert
2682         2006-01-31  Richard Guenther  <rguenther@suse.de>
2683         Paolo Bonzini  <bonzini@gnu.org>
2684
2685         * Makefile.def (target_modules): Add libgcc-math target module.
2686         * configure.in (target_libraries): Add libgcc-math target library.
2687         (--enable-libgcc-math): New configure switch.
2688         * Makefile.in: Re-generate.
2689         * configure: Re-generate.
2690         * libgcc-math: New toplevel directory.
2691
2692 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2693             Andreas Tobler  <a.tobler@schweiz.ch>
2694
2695         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
2696         * configure: Rebuilt.
2697
2698 2006-05-12  Sandra Loosemore <sandra@codesourcery.com>
2699
2700         * MAINTAINERS (Write After Approval): Add myself.
2701
2702 2006-05-01  DJ Delorie  <dj@redhat.com>
2703
2704         * configure.in: Restore CFLAGS if GMP isn't present.
2705         * configure: Regenerate.
2706
2707 2006-05-01  Richard Guenther  <rguenther@suse.de>
2708
2709         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2710         maintainer.
2711
2712 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>
2713
2714         * MAINTAINERS (Write After Approval): Add myself.
2715
2716 2006-04-28  Jan Beulich  <jbeulich@novell.com>
2717
2718         * MAINTAINERS (Write After Approval): Add myself.
2719
2720 2006-04-18  DJ Delorie  <dj@redhat.com>
2721
2722         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
2723         reference libgloss so that libssp can be built in a combined
2724         tree.
2725         * configure: Regenerate.
2726
2727 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
2728
2729         * MAINTAINERS (Write After Approval): Add myself.
2730
2731 2006-04-05  Ben Elliston  <bje@au.ibm.com>
2732
2733         * configure.in: Require makeinfo 4.4 or higher.
2734         * configure: Regenerate.
2735
2736 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
2737
2738         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2739         Rearrange the entries of other libraries to have them in one place.
2740
2741 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
2742
2743         * MAINTAINERS (Write After Approval): Remove myself.
2744         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2745
2746 2006-03-14  Richard Guenther  <rguenther@suse.de>
2747
2748         * configure: Regenerate with autoconf 2.13.
2749
2750 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
2751
2752         * MAINTAINERS: Use my work address.
2753
2754         * MAINTAINERS: Update my E-mail address.
2755
2756 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
2757
2758         * configure.in: Handle --disable-<component> generically.
2759         * configure: Regenerate.
2760
2761 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2762
2763         PR libgcj/17311
2764         * ltmain.sh: Don't use "$finalize_rpath" for compile.
2765
2766 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
2767
2768         * MAINTAINERS (Write After Approval):  Remove myself.
2769         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
2770
2771 2006-02-21  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2772
2773         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
2774         (TARGET_CONFIGDIRS): Remove.
2775         * configure.in: Remove AC_SUBST(target_configdirs).
2776         * Makefile.in, configure: Regenerated.
2777
2778 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
2779
2780         * MAINTAINERS (Write After Approval):  Remove myself.
2781         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
2782
2783 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
2784
2785         PR bootstrap/25670
2786
2787         * Makefile.tpl ([+compare-target+]): Print explanation messages.
2788
2789         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2790         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2791         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2792         BUILD_PREFIX, BUILD_PREFIX_1.
2793         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2794
2795         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2796         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2797
2798         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2799         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2800         of `cat stage_current`.  Always provide the `r' and `s' variables.
2801         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2802         a single shell execution.
2803         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2804         bootstrapped modules, make the stage1 module if the build was not
2805         started yet, else build the current stage.
2806         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2807         (all-build, all-host, all-target, [+make_target+]-host,
2808         [+make_target+]-target): Do not use \-continued lines.
2809         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2810         (current_stage, restrap, stage_last): New.
2811
2812         * Makefile.in: Regenerate.
2813         * configure: Regenerate.
2814
2815 2006-02-19  Bud Davis  <jmdavis@link.com>
2816
2817         * MAINTAINERS (Write After Approval):  Remove myself.
2818         (Language Front End Maintainers):  Add myself as fortran 95
2819         maintainer and update e-mail address.
2820
2821 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2822
2823         * MAINTAINERS (Write After Approval):  Remove myself.
2824         (Language Front End Maintainers):  Add myself as fortran 95
2825         maintainer.
2826
2827 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
2828
2829         * MAINTAINERS (Write After Approval): Add myself.
2830
2831 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
2832
2833         * MAINTAINERS (Write After Approval):  Remove myself.
2834         (Language Front End Maintainers):  Add myself as
2835         fortran 95 maintainer.
2836
2837 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
2838
2839         Sync from src:
2840
2841         2005-12-27  Leif Ekblad  <leif@rdos.net>
2842
2843         * configure.in: Add support for RDOS target.
2844         * configure: Regenerate.
2845
2846 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
2847             Andreas Schwab  <schwab@suse.de>
2848
2849         * configure: Regenerate.
2850
2851 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
2852
2853         * configure.in (enable_libgomp): Add AIX.
2854         * configure: Regenerate.
2855
2856 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
2857
2858         * MAINTAINERS (Write After Approval): Add myself.
2859
2860 2006-02-03  Lee Millward  <lee.millward@gmail.com>
2861
2862         * MAINTAINERS (Write After Approval): Add myself.
2863
2864 2006-01-31  Richard Guenther  <rguenther@suse.de>
2865         Paolo Bonzini  <bonzini@gnu.org>
2866
2867         * Makefile.def (target_modules): Add libgcc-math target module.
2868         * configure.in (target_libraries): Add libgcc-math target library.
2869         (--enable-libgcc-math): New configure switch.
2870         * Makefile.in: Re-generate.
2871         * configure: Re-generate.
2872         * libgcc-math: New toplevel directory.
2873
2874 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
2875
2876         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2877         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2878         the assembler, linker and binutils.
2879         * configure: Regenerate.
2880
2881 2006-01-22  Dirk Mueller  <dmueller@suse.de>
2882
2883         * MAINTAINERS (Write After Approval): Add myself.
2884
2885 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
2886
2887         * configure: Regenerate.
2888
2889 2006-01-18  Richard Henderson  <rth@redhat.com>
2890             Jakub Jelinek  <jakub@redhat.com>
2891             Diego Novillo  <dnovillo@redhat.com>
2892
2893         * libgomp: New directory.
2894         * Makefile.def: Add target_module libgomp.
2895         * Makefile.in: Regenerate.
2896         * configure.in (target_libraries): Add target-libgomp.
2897         * configure: Regenerate.
2898
2899 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
2900
2901         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2902         @ from continuation.
2903         * Makefile.in: Rebuilt.
2904
2905 2006-01-04  Chris Lattner  <sabre@gnu.org>
2906
2907         * MAINTAINERS (Write After Approval): Add myself.
2908
2909 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
2910
2911         PR bootstrap/24252
2912
2913         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2914         * Makefile.tpl (OBJDUMP): New.
2915         (EXTRA_HOST_FLAGS): Add it.
2916         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
2917
2918         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2919         to use symbolic links between directories.  Avoid race conditions
2920         or make them harmless.
2921         * configure.in: Do not try to use symbolic links between directories.
2922
2923         * Makefile.def (LEAN): Pass.
2924         * Makefile.tpl (LEAN): Define.
2925         (stage[+id+]-start): Accept that the previous directory does not
2926         exist, if the bootstrap is lean.
2927         (stage[+id+]-bubble): Invoke lean bootstrap commands after
2928         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
2929         configure substitution.
2930         ([+compare-target+]): Likewise.
2931         ([+bootstrap-target+]-lean): New.
2932         * configure.in: Remove lean bootstrap support from here.
2933
2934         * Makefile.in: Regenerate.
2935         * configure: Regenerate.
2936
2937 2006-01-04  Ben Elliston  <bje@au.ibm.com>
2938
2939         * MAINTAINERS (libdecnumber): Add myself.
2940
2941 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
2942
2943         * libtool-ldflags: New script.
2944
2945 2006-01-02  Andreas Schwab  <schwab@suse.de>
2946
2947         * configure.in: When reconfiguring remove Makefile in
2948         all stage directories.
2949         * configure: Regenerate.
2950
2951 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
2952
2953         * MAINTAINERS: Update my email address.
2954
2955 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
2956
2957         Revert Ada-related part of the previous change.
2958
2959         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2960         Do not pass.
2961         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2962         * Makefile.in: Regenerate.
2963         * configure.in: Do not include mt-ppc-aix target fragment.
2964         * configure: Regenerate.
2965
2966 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
2967
2968         * configure.in: Select appropriate fragments for PowerPC/AIX.
2969         * configure: Regenerate.
2970
2971         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2972         BOOT_CFLAGS, BOOT_LDFLAGS.
2973         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2974         BOOT_CFLAGS, BOOT_LDFLAGS.
2975         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2976         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2977         (stage): Fail if we cannot complete the work.
2978         * Makefile.in: Regenerate.
2979
2980 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
2981
2982         * configure.in: Replace ms1 with mt.
2983         * configure: Rebuilt.
2984
2985 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
2986
2987         * MAINTAINERS: Update my email address.
2988
2989 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
2990
2991         * Makefile.tpl (all, do-[+make_target+], do-check, install,
2992         install-host-nogcc): Don't invoke $(stage) at the end.
2993         * Makefile.in: Regenerate.
2994
2995 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
2996
2997         * configure.in: Flip the top-level bootstrap switch.
2998         * configure: Regenerate.
2999
3000 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3001
3002         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3003         $(stage) and $(unstage).
3004         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3005         (all): Remove stray semicolon.
3006         (local-distclean): Don't handle multilib.tmp and multilib.out.
3007         (install.all): Set $s for consistency.
3008         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3009         check_multilibs setting.  Always make the install directory.
3010         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3011         Correct @if/@endif.
3012         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3013         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3014         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3015         (multilib.out): Remove.
3016         * Makefile.in: Regenerated.
3017
3018 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
3019
3020         * MAINTAINERS (Write After Approval): Add myself.
3021
3022 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3023
3024         * MAINTAINERS: Add myself as mt maintainer.
3025
3026         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3027
3028 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3029
3030         * MAINTAINERS: Change email address.
3031
3032 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3033
3034         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3035         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3036         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3037         Find in-tree tools if available.
3038         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3039         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3040         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3041         (COMPILER_*_FOR_TARGET): New.
3042         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3043         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3044         (CONFIGURED_*, USUAL_*): Remove.
3045         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3046         STRIP): Use autoconf substitutions.
3047         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3048         COMPILER_NM_FOR_TARGET): New.
3049         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3050
3051         (all): Make all-host and all-target in parallel.
3052         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3053         that $$r and $$s are set before invoking a recursive make.
3054         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3055         ([+bootstrap-target+]): Inline most of the `all' target.
3056
3057 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3058
3059         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3060         from the gcc build directory.
3061         * Makefile.in: Regenerate.
3062
3063 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3064
3065         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3066         depend on all-libdecnumber.
3067         * configure.in (host_libs): Include libdecnumber.
3068         * Makefile.in: Regenerate.
3069         * configure: Likewise.
3070
3071 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3072
3073         * libdecnumber: Import decNumber sources from the dfp-branch.
3074
3075 2005-11-21  Kean Johnston  <jkj@sco.com>
3076
3077         * config.sub, config.guess: Sync from upstream sources.
3078
3079 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3080
3081         Import from Autoconf sources:
3082
3083         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3084         * config/move-if-change: Don't output "$2 is unchanged";
3085         suggested by Ben Elliston.  Handle weird characters correctly.
3086
3087 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3088
3089         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3090         to match upstream libtool for darwin.
3091
3092 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3093
3094         * Makefile.def: Remove gdb dependencies for gdbtk.
3095         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3096         (configure-gdb, install-gdb): New rules.
3097         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3098         * Makefile.in, configure: Regenerated.
3099
3100 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3101
3102         * MAINTAINERS (Write After Approval): Add myself.
3103
3104 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3105
3106         * MAINTAINERS (Write After Approval): Add myself.
3107
3108 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3109
3110         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3111         Diego Novillo.
3112
3113 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3114
3115         PR bootstrap/24297
3116         * Makefile.tpl (do-[+make-target+], do-check, install,
3117         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3118         are set before recursing.
3119         * Makefile.in: Regenerate.
3120
3121 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3122
3123         PR bootstrap/18939
3124         * Makefile.def (gcc) <target>: Fix thinko.
3125         * Makefile.in: Regenerate.
3126
3127 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3128
3129         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3130         * configure: Regenerate.
3131
3132 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3133
3134         * MAINTAINERS (Write After Approval): Add self.
3135
3136 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3137
3138         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3139         target-libffi, target-qthreads, target-libjava, and
3140         targetlibobjc.
3141         * configure: Regenerate.
3142
3143 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3144
3145         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3146         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3147         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3148         (USUAL_OBJDUMP_FOR_TARGET): New.
3149         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3150         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3151         * configure, Makefile.in: Regenerated.
3152
3153 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3154
3155         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3156         before other host packages.
3157
3158 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3159
3160         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3161
3162 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3163
3164         PR bootstrap/22340
3165
3166         * configure.in (default_target): Remove.
3167         * Makefile.tpl (all): Do not use prerequisites as subroutines
3168         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3169         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3170         use prerequisites as subroutines.
3171         (check-host, check-target): New.
3172         (bootstrap configure & all targets): Do not use stage*-start
3173         if the directory layout is already ok.
3174         (non-bootstrap configure & all targets): Prepend a $(unstage).
3175         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3176         (NOTPARALLEL): Remove.
3177         (unstage, stage variables): New variables.
3178         (unstage, stage targets): Simply expand to those variables.
3179
3180         * configure: Regenerate.
3181         * Makefile.in: Regenerate.
3182
3183 2005-10-04  James E Wilson  <wilson@specifix.com>
3184
3185         * Makefile.def (lang_env_dependencies): Add libmudflap.
3186         * Makefile.in: Regenerate.
3187
3188 2005-10-03  Andreas Schwab  <schwab@suse.de>
3189
3190         Backport from libtool CVS:
3191         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
3192
3193         * ltmain.sh: add support for installing into temporary
3194         staging area (e.g. 'make install DESTDIR=...')
3195
3196 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3197
3198         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3199         * configure: Regenerated.
3200
3201 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
3202
3203         * configure: Regenerate with the correct
3204         autoconf version.
3205
3206 2005-09-30  Catherine Moore  <clm@cm00re.com>
3207
3208         * configure.in (bfin-*-*): New.
3209         * configure: Regenerated.
3210
3211 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3212
3213         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3214         (LIPO_FOR_TARGET): New.
3215         (CONFIGURED_LIPO_FOR_TARGET): New.
3216         (USUAL_LIPO_FOR_TARGET): New.
3217         (STRIP_FOR_TARGET): New.
3218         (CONFIGURED_STRIP_FOR_TARGET): New.
3219         (USUAL_STRIP_FOR_TARGET): New.
3220         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3221         STRIP_FOR_TARGET.
3222         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3223         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3224         * Makefile.in: Regenerate.
3225         * configure: Regenerate.
3226
3227 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3228
3229         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3230         (rs6000-*-aix*): Same.
3231         * configure: Regenerate.
3232
3233 2005-09-16  Tom Tromey  <tromey@redhat.com>
3234
3235         * MAINTAINERS: Add self as java maintainer.
3236
3237 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3238
3239         * configure.in: Recognize f95 in the --enable-languages option,
3240         and substitute it for fortran, issuing a warning.
3241         * configure: Regenerate.
3242
3243 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3244
3245         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3246         * configure:  Regenerated.
3247
3248 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
3249
3250         * MAINTAINERS: Add self as ms1 maintainer.
3251
3252 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3253
3254         * Makefile.def (libssp): Add to lang_env_dependencies.
3255         * Makefile.in: Regenerate.
3256
3257 2005-08-18  Ian Lance Taylor  <ian@airs.com>
3258
3259         * MAINTAINERS: Add myself as middle-end maintainer.
3260
3261 2005-08-17  Christian Groessler  <chris@groessler.org>
3262
3263         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3264         * Makefile.in: Regenerate.
3265
3266 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
3267
3268         * MAINTAINERS (write after approval): Added myself.
3269
3270 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
3271
3272         * MAINTAINERS (Write After Approval): Add myself.
3273
3274 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3275
3276         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3277         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3278         Look for alternate names of the target cc and c++
3279         * configure: Regenerate.
3280
3281 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3282
3283         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3284         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3285         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3286         tools; remove code to manually set them.
3287         (Target tools): Look in the environment for them.
3288         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3289         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3290         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3291         build directory.
3292         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3293         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3294         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3295         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3296         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3297         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3298         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3299         * configure: Regenerate.
3300         * Makefile.in: Regenerate.
3301
3302 2005-07-28  Ben Elliston  <bje@au.ibm.com>
3303
3304         * MAINTAINERS: Update for removed CPU targets.
3305
3306 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3307
3308         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3309         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3310         * Makefile.in: Regenerated.
3311
3312 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3313
3314         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3315         (CFLAGS_FOR_TARGET): Use it.
3316         (CXXFLAGS_FOR_TARGET): Likewise.
3317         * Makefile.in: Regenerated.
3318         * configure.in (--with-build-sysroot): New option.
3319         * configure: Regenerated.
3320
3321 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3322
3323         * Makefile.tpl: Wrap install between unstage and stage
3324         * Makefile.in: Regenerate.
3325
3326 2005-07-21  Eric Christopher  <echristo@apple.com>
3327
3328         * MAINTAINERS: Update affiliation.
3329
3330 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
3331
3332         * MAINTAINERS: Add self as crx port maintainer.
3333
3334 2005-07-20  DJ Delorie  <dj@redhat.com>
3335
3336         * MAINTAINERS: Add self as m32c maintainer.
3337
3338 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3339
3340         * all files: Update FSF address.
3341
3342 2005-07-15  Eric Christopher  <echristo@redhat.com>
3343
3344         * MAINTAINERS: Change affiliation.
3345
3346 2005-07-14  Jim Blandy  <jimb@redhat.com>
3347
3348         * configure.in: Add cases for Renesas m32c.
3349         * configure: Regenerated.
3350
3351 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3352
3353         * COPYING.LIB: Update from fsf.org.
3354
3355 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3356
3357         * COPYING, compile, config.guess,
3358         config.sub, install-sh, missing, mkinstalldirs,
3359         symlink-tree, ylwrap: Sync from upstream sources.
3360         * config-ml.in: Update FSF address.
3361
3362 2005-07-13  Eric Christopher  <echristo@redhat.com>
3363
3364         * configure.in: Add toplevel noconfigdir support for tpf.
3365         * configure: Regenerate.
3366
3367 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3368
3369         PR ada/22340
3370
3371         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3372         * Makefile.in: Regenerate.
3373
3374 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
3375
3376         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
3377         Brolley to write-after-approval.
3378
3379 2005-07-07  Andreas Schwab  <schwab@suse.de>
3380
3381         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3382         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3383         * Makefile.in: Regenerated.
3384
3385 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3386
3387         * configure.in: Don't build sim or rda when targetting darwin.
3388         * configure: Regenerate.
3389
3390 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3391
3392         * configure.in: Add --enable-libssp and --disable-libssp.
3393         * configure: Regenerate with autoconf-2.13.
3394
3395 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
3396
3397         * Makefile.def (target_modules): Add libssp.
3398         * configure.in (target_libraries): Add target-libssp.
3399         * configure: Rebuilt.
3400         * Makefile.in: Rebuilt.
3401
3402 2005-07-01  Zack Weinberg  <zackw@panix.com>
3403
3404         * MAINTAINERS: Change email address.  Resign from maintainership.
3405
3406 2005-07-01  Richard Guenther  <rguenther@suse.de>
3407
3408         * MAINTAINERS: Change my e-mail address and affiliation.
3409
3410 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3411
3412         * Makefile.def (stagefeedback): Come after profile.
3413         Define profiledbootstrap target.
3414         * Makefile.tpl (profiledbootstrap): Remove.
3415         (stageprofile-end): Zap stagefeedback.
3416         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3417         * Makefile.in: Regenerate.
3418
3419 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
3420
3421         * MAINTAINERS: Update my email address.
3422
3423 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3424
3425         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3426         In 'cpp' stanza, support '#line' as well as '# '.
3427
3428 2005-06-08  Andreas Schwab  <schwab@suse.de>
3429
3430         * MAINTAINERS: Move myself from 'Write After Approval' to
3431         'CPU Port Maintainers' section as m68k maintainer.
3432
3433 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3434
3435         * configure.in (unsupported_languages): New macro.
3436         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3437         non-ported target libraries in noconfigdirs.
3438         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3439         non-linux-gnu.  Remove libgcj_ex_libffi.
3440         <lang_frag loop>: Set add_this_lang=no if the language is in
3441         unsupported_languages.
3442         * configure: Regenerate.
3443
3444 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3445
3446         * configure.in: Fix typo in handling of --with-mpfr-dir.
3447         * configure: Regenerate.
3448
3449 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
3450
3451         * MAINTAINERS: Update my email address.
3452
3453 2005-06-02  Jim Blandy  <jimb@redhat.com>
3454
3455         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3456         accepted into the master sources.)
3457
3458 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3459             Michael Snyder  <msnyder@redhat.com>
3460             Stan Cox  <scox@redhat.com>
3461
3462         * configure.in: Set noconfigdirs for ms1.
3463
3464         * configure: Regenerate.
3465
3466 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
3467
3468         * MAINTAINERS (Write After Approval): Add self.
3469
3470 2005-06-01  Josh Conner  <jconner@apple.com>
3471
3472         * MAINTAINERS (Write After Approval): Add self.
3473
3474 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
3475
3476         * MAINTAINERS: Update my email address.
3477
3478 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
3479
3480         * MAINTAINERS (Write After Approval): Add self.
3481
3482 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
3483
3484         * MAINTAINERS (Write After Approval): Remove self.
3485
3486 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3487
3488         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3489         (Dependencies): Consider target modules for bootstrap dependencies.
3490         Make target bootstrap modules depend on each stage's gcc.
3491         * Makefile.in: Regenerate.
3492
3493 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3494
3495         * Makefile.def (configure-gcc): Depend on binutils having been built.
3496         (all-gcc): No need to do it here.
3497         * Makefile.in: Regenerate.
3498
3499 2005-05-19  Paul Brook  <paul@codesourcery.com>
3500
3501         * configure.in: Rewrite misleading error message when requested
3502         language cannot be built.
3503         * configure: Regenerate.
3504
3505 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3506
3507         * ylwrap: Import from Automake 1.9.5.
3508
3509 2005-05-13  David Ung  <davidu@mips.com>
3510
3511         * MAINTAINERS (Write After Approval): Add self.
3512
3513 2005-05-09  Mike Stump  <mrs@apple.com>
3514
3515         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3516         lt_cv_sys_max_cmd_len for now.
3517
3518 2005-05-09  Stan Cox  <scox@redhat.com>
3519
3520         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3521
3522 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
3523
3524         * README.SCO: Update the URL.
3525
3526 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
3527
3528         * ltconfig: Define file_list_spec.  Pass file_list_spec and
3529         with_gnu_ld to libtool.
3530         * ltcf-c.sh (aix[45]): Define file_list_spec.
3531         * ltcf-cxx.sh (aix[45]): Same.
3532         * ltcf-gcj.sh (aix[45]): Same.
3533         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3534         exists, write list of input files to temporary file.
3535
3536 2005-05-04  Mike Stump  <mrs@apple.com>
3537
3538         * configure.in: Always pass --target to target configures as
3539         otherwise rebuilds that do --recheck will fail.
3540         * confiugure: Rebuilt.
3541
3542 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3543
3544         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3545         STAGE_HOST_EXPORTS.
3546         (configure, all): Add bootstrap support.
3547         (Host modules, target modules): Pass post-stage1 flags and exports.
3548         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3549         * Makefile.in: Regenerate.
3550
3551 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
3552
3553         * configure: Regenerate.
3554
3555 2005-04-27  Mike Stump  <mrs@apple.com>
3556
3557         * MAINTAINERS: Add self as darwin maintainer.
3558
3559 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
3560
3561         * config.sub: Update from master copy.
3562
3563 2005-04-21  Mike Stump  <mrs@apple.com>
3564
3565         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3566         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3567
3568 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
3569
3570         * configure.in <crisv32-*-*, cris-*-*>: New local variable
3571         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
3572         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
3573         "*-*-elf" and "*-*-linux*".
3574         * configure: Regenerate.
3575
3576 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
3577
3578         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3579
3580 2005-04-12  Mike Stump  <mrs@apple.com>
3581
3582         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3583
3584 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
3585
3586         * MAINTAINERS (Write After Approval): Add myself.
3587
3588 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
3589
3590         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3591
3592 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
3593
3594         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3595         (TARGET_CONFIGARGS): Include --with-target-subdir.
3596         (configure, all): New macros.  Use them throughout.
3597         * Makefile.in: Regenerate.
3598
3599 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
3600
3601         * MAINTAINERS (Write After Approval): Add myself.
3602
3603 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3604
3605         * MAINTAINERS: Remove 'loop unrolling' maintainer.
3606
3607 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
3608
3609         * MAINTAINERS: Move John Carr to Write After Approval.
3610
3611 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
3612
3613         * config/mh-mingw32: Delete.
3614         * configure.in: Don't use it.
3615         * configure: Regenerate.
3616
3617 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
3618
3619         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3620         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3621         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3622         (HOST_LIB_PATH): Generate from Makefile.def.
3623         (TARGET_LIB_PATH): Likewise.
3624         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3625         * Makefile.in: Regenerate.
3626         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3627         (RPATH_ENVVAR): Include Darwin case.
3628         * configure: Regenerate.
3629
3630 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
3631
3632         * MAINTAINERS (Various Maintainers): Remove self.
3633         (Write After Approval): Add self.
3634
3635 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
3636
3637         * MAINTAINERS (Various Maintainers): Add self.
3638
3639 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
3640
3641         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3642         * configure: Regenerate.
3643
3644 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
3645
3646         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3647         gcc_version, and gcc_version_trigger from set of flags to pass.
3648         * Makefile.tpl: Remove definitions of above variables.
3649         (config.status): Remove dependency on $(gcc_version_trigger).
3650         * Makefile.in: Regenerate.
3651         * configure.in: Do not reference config/gcc-version.m4 nor
3652         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
3653         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
3654         * configure: Regenerate.
3655
3656 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
3657             Andrew Pinski <pinskia@physics.uc.edu>
3658
3659         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3660         * Makefile.in: Regenerate.
3661
3662 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
3663
3664         * MAINTAINERS (Write After Approval): Add myself.
3665
3666 2005-03-03  David Ayers  <d.ayers@inode.at>
3667
3668         * MAINTAINERS (Write After Approval): Add myself.
3669
3670 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
3671
3672         PR libgcj/20160
3673         * ltmain.sh: Avoid creating archives with components that have
3674         duplicate basenames.
3675
3676 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3677
3678         PR bootstrap/20250
3679         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3680         instead of check.
3681         * Makefile.in: Regenerate.
3682
3683 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3684
3685         * Makefile.in: Regenerate to fix conflict between the previous two
3686         patches.
3687
3688 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3689
3690         PR bootstrap/17383
3691         * Makefile.def (target_modules): Remove "stage", now unnecessary.
3692         * Makefile.tpl (HOST_SUBDIR): New substitution.
3693         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3694         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3695         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3696         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3697         (Host modules, Bootstrapped modules): Use it.
3698         (Build modules, Target modules): Do not create symlink trees,
3699         always configure out-of-srcdir.
3700         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3701         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3702         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3703         $(HOST_SUBDIR).  Create a symlink for host_subdir.
3704
3705         * Makefile.in: Regenerate.
3706         * configure: Regenerate.
3707
3708 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3709
3710         Merged from libada-gnattools-branch:
3711         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3712
3713         * gnattools: New directory.
3714         * Makefile.def: Add gnattools as a module, depending on target-libada.
3715         * Makefile.in: Regenerate.
3716         * configure.in: Include gnattools in host_tools; disable it if ada
3717         is disabled.
3718         * configure: Regenerate.
3719
3720 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
3721
3722         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3723         treelang maintainer.
3724         (Write After Approval): Remove myself.
3725
3726 2005-02-23  Paul Schlie  <schlie@comcast.net>
3727
3728         * configure.in: Allow darwin targeted ports to build tk, itcl and
3729         libgui.
3730         * configure: Regenerate.
3731
3732 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3733
3734         PR libgcj/10353
3735         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3736         * configure: Regenerate.
3737
3738 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
3739
3740         * MAINTAINERS (Write After Approval): Add myself.
3741
3742 2005-02-10  Ian Lance Taylor  <ian@airs.com>
3743
3744         * MAINTAINERS: Update my e-mail address.
3745
3746 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
3747
3748         * MAINTAINERS (Write After Approval): Add myself.
3749
3750 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3751
3752         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3753         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3754         target-libgloss when not *-*-elf and *-*-aout.
3755         * configure: Regenerate.
3756
3757 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
3758
3759         * MAINTAINERS: Remove obsolete entries.
3760
3761         * MAINTAINERS (Write After Approval): Add Michael Matz.
3762
3763 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
3764
3765         * MAINTAINERS: Remove self as cpplib maintainer.
3766
3767 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3768
3769         * install-sh, config.sub: Import from upstream.
3770
3771 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3772
3773         PR bootstrap/18222
3774         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3775         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3776         * Makefile.in: Regenerate.
3777
3778 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
3779
3780         * MAINTAINERS: Update my email address.
3781
3782 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
3783             Andreas Schwab  <schwab@suse.de>
3784
3785         PR bootstrap/18033
3786         * config-ml.in: Eval option if surrounded by single quotes.
3787
3788 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
3789
3790         Revert 2004-12-28 Makefile changes, a better fix will be
3791         applied to mainline and src after GCC 4.0 branches.
3792
3793 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
3794
3795         PR bootstrap/17383
3796
3797         * Makefile.def (target_modules): Remove stage parameter,
3798         it is always true now.
3799         * Makefile.tpl (configure-build-[+module+],
3800         configure-target-[+module+]): Always build symlink tree
3801         for the directory and for include.  BUILD_SUBDIR and
3802         TARGET_SUBDIR cannot be . anymore.
3803         * Makefile.in: Regenerate.
3804
3805 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
3806
3807         Revert 2004-12-08 Makefile changes.
3808
3809 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
3810
3811         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
3812         cygwin, mingw.
3813
3814 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
3815
3816         * configure.in (sh64-*-*): Reenable gprof.
3817         * configure: Regenerate.
3818
3819 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
3820
3821         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3822         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3823         (EXTRA_TARGET_FLAGS): Add PICFLAG.
3824         * Makefile.in: Regenerate.
3825
3826 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
3827
3828         * MAINTAINERS: Update my email address.
3829
3830 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
3831
3832         * Makefile.tpl: Generate normal dependencies if the LHS module is
3833         not bootstrapped.
3834         * Makefile.in: Regenerate.
3835
3836 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3837
3838         * configure.in: Include config/gxx-include-dir.m4.  Use
3839         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
3840         * configure: Regenerate.
3841
3842 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3843
3844         * config.if: Delete.
3845         * configure.in: Set libstdcxx_incdir directly.
3846         * configure: Regenerate.
3847
3848 2004-12-02  Eric Christopher  <echristo@redhat.com>
3849
3850         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
3851         * Makefile.in: Regenerate.
3852
3853 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
3854
3855         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3856         * configure: Regenerate.
3857
3858 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
3859
3860         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
3861         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
3862         * configure: Regenerate.
3863
3864 2004-12-01  Eric Christopher  <echristo@redhat.com>
3865
3866         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
3867         of things to remove.
3868
3869 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
3870
3871         * MAINTAINERS (Write After Approval): Update my e-mail address.
3872
3873 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
3874
3875         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
3876         from CVS libtool to always pass_all.
3877
3878 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3879
3880         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3881         (hppa*64*-*-*): Delete incorrect comment.
3882         * configure: Rebuilt.
3883
3884 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
3885
3886         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
3887
3888 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
3889
3890         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
3891         from CVS libtool to always pass_all.
3892
3893 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
3894
3895         * install-sh, compile: Import from automake.
3896
3897 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
3898
3899         * config.guess, config.sub:  Import from savannnah.
3900
3901 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
3902
3903         * MAINTAINERS (Write After Approval): Add myself
3904
3905 2004-11-12  Mike Stump  <mrs@apple.com>
3906
3907         * Makefile.def: Add html support.
3908         * Makefile.tpl: Likewise.
3909         * Makefile.in: Regenerate.
3910
3911 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
3912
3913         PR 18423
3914         * configure.in: Remove all instances of build-fixincludes from
3915         noconfigdirs.
3916         (build_configargs): Supply --target to subdirectories.
3917         * configure: Regenerate.
3918
3919         * Makefile.def: Make gcc install depend on fixincludes install.
3920         * Makefile.in: Regenerate.
3921
3922 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
3923
3924         * MAINTAINERS: Add myself as gcc testsuite maintainer.
3925
3926 2004-11-11  Paul Brook  <paul@codesourcery.com>
3927
3928         * MAINTAINERS: Add self as arm maintainer.  Update email address.
3929
3930 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
3931
3932         * configure.in (noconfigdirs) [mmix-*-*]: Disable
3933         target-libgfortran.
3934         * configure: Regenerate.
3935
3936 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
3937
3938         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3939         like CC.
3940
3941 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
3942
3943         * Makefile.def (host fixincludes): Specify missing targets.
3944         * Makefile.in: Regenerate.
3945
3946 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
3947
3948         * MAINTAINERS: Add myself
3949
3950 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
3951
3952         * MAINTAINERS (Write After Approval): Add myself.
3953
3954 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
3955
3956         * Makefile.def: Build fixincludes for the host, too.
3957         * Makefile.in: Regenerate.
3958         * configure.in (host_tools): Add fixincludes.
3959         * configure: Regenerate.
3960
3961 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
3962
3963         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3964         * configure: Regenerated.
3965
3966 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
3967
3968         PR other/17783
3969         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3970         * configure: Regenerated.
3971
3972 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
3973
3974         * README.SCO: Update per FSF instructions.
3975
3976 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
3977
3978         PR target/18151
3979         * configure.in (case ${target}): Do not build fixincludes for avr.
3980         * configure: Regenerated.
3981
3982 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
3983
3984         * configure.in (case ${target}): Do not build fixincludes
3985         on platforms where it is not used.
3986         * configure: Regenerated.
3987
3988 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
3989
3990         * configure.in: Use an absolute path to install-sh.
3991         * configure: Regenerated.
3992
3993 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3994
3995         * MAINTAINERS (Write After Approval): Add myself.
3996
3997 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
3998
3999         * MAINTAINERS: Remove from Write After Approval those that are
4000         already maintainers.
4001
4002 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4003
4004         * MAINTAINERS:  Update my email address.
4005
4006 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4007
4008         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4009         * configure: Regenerate.
4010
4011 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
4012
4013         * MAINTAINERS:  Update my email address.
4014
4015 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4016
4017         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4018         entries belonging to this category.
4019
4020 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4021
4022         * MAINTAINERS: Update my e-mail address.
4023
4024 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4025
4026         Fix wrong conflict resolution in:
4027
4028         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4029
4030         * Makefile.in: Regenerate.
4031         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4032         in the recursive `make', instead of hardwiring `all'.
4033         (Autogenerated TARGET-* variables): New.
4034
4035 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4036
4037         * configure.in: Enable target-libgloss for crx-*-*.
4038         * configure: Regenerate.
4039
4040 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4041
4042         * MAINTAINERS (Various Maintainers): Move the "windows,
4043         cygwin, mingw" maintainer to ...
4044         (OS Port Maintainers): ... here.
4045
4046 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4047
4048         * MAINTAINERS (Write After Approval): Remove those that are
4049         maintainers of some subsystem.
4050
4051 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4052
4053         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4054         * ltcf-cxx.sh (tpf*): Likewise.
4055         * ltconfig (tpf*): Add TPF OS configuration support.
4056
4057 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4058
4059         * MAINTAINERS: Change my email address to my new work account.
4060
4061 2004-09-24  Michael Roth  <mroth@nessie.de>
4062
4063         * configure.in (--without-headers): Add missing double quotes.
4064         * configure: Regenerate.
4065
4066 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
4067
4068         * ylwrap: Revert to previous version.
4069
4070 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4071
4072         PR bootstrap/17369
4073         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4074         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4075         SET_GCC_LIB_PATH_CMD.
4076         (BASE_TARGET_EXPORTS): Likewise.
4077         * Makefile.in: Regenerated.
4078
4079         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4080         * configure: Regenerated.
4081
4082 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4083
4084         * config.guess: New upstream version
4085         * compile, depcomp, install-sh, ylwrap: Likewise.
4086
4087 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4088
4089         * config/mh-x86omitfp: New host makefile fragment.  Add
4090         -fomit-frame-pointer to the default BOOT_CFLAGS.
4091         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4092         * configure: Regenerate.
4093
4094 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4095
4096         PR target/11572
4097         * configure.in (*-*-darwin*): Renable libobjc.
4098         * configure: Regenerate.
4099
4100 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4101
4102         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4103
4104 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4105
4106         * Makefile.def: Remove libbanshee.
4107         * Makefile.tpl: Ditto.
4108         * configure.in: Ditto.
4109         * Makefile.in: Regen.
4110         * configure: Ditto.
4111
4112 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4113
4114         * ltmain.sh: Use $pic_object as $non_pic_object if
4115         $non_pic_object=none.
4116
4117 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4118
4119         * missing: Import latest version from master repository.
4120
4121 2004-09-06  Nick Clifton  <nickc@redhat.com>
4122
4123         * config.sub: Import latest version from master repository.
4124         * config.guess: Likewise.
4125         This includes these changes:
4126
4127         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4128
4129         * config.sub: Handle crisv32, alias etraxfs.
4130         * config.guess (crisv32:Linux:*:*): Handle.
4131
4132         2004-08-13  Brad Smith  <brad@comstyle.com>
4133
4134         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4135         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4136
4137         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4138
4139         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4140         assume the processor is a powerpc.  This is because coreutils
4141         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4142         in this case, due to a MacOS X bug that causes
4143         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4144         to return a negative number.
4145         Problem reported by Petter Reinholdtsen in:
4146         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4147
4148         2004-07-19  Ben Elliston  <bje@gnu.org>
4149
4150         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4151
4152         2004-06-24  Ben Elliston  <bje@gnu.org>
4153
4154         * config.guess: Update copyright years.
4155         * config.sub: Likewise.
4156
4157         2004-06-22  Robert Millan  <robertmh@gnu.org>
4158
4159         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4160         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4161
4162         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4163
4164         * config.guess (*:*VMS:*:*): New entry. Replaces
4165         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4166         manufacturer.
4167
4168         2004-06-22  Ben Elliston  <bje@gnu.org>
4169
4170         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4171         * config.sub: Likewise.
4172
4173         2004-06-22  Ben Elliston  <bje@gnu.org>
4174
4175         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4176         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4177
4178         2004-06-11  Ben Elliston  <bje@gnu.org>
4179
4180         * config.guess (pegasos:OpenBSD:*:*): Remove.
4181
4182         2004-06-11  Ben Elliston  <bje@gnu.org>
4183
4184         From Wouter Verhelst <wouter@grep.be>:
4185         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4186
4187         2004-06-11  Ben Elliston  <bje@gnu.org>
4188
4189         * config.guess (luna88k:OpenBSD:*:*): New.
4190
4191         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4192
4193         * config.guess (m32r*:Linux:*:*): New case.
4194         * config.sub: Handle m32rle.
4195
4196         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4197
4198         From Jens Petersen  <petersen@redhat.com>:
4199         * config.sub: Handle sparcv8.
4200
4201         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4202
4203         From Tom Smith <smith@cag.lkg.hp.com>:
4204         * config.guess: Version suffixes are equally significant on Tru64
4205         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4206         prefix of "P" (patched kernel).
4207
4208         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4209
4210         * config.sub: Add support for National Semiconductor CRX target.
4211
4212 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
4213
4214         * MAINTAINERS (Various Maintainers): Remove myself as web page
4215         maintainer, add myself as maintainer of build status lists.
4216
4217 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4218
4219         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4220         *-*-netware, but add target-libmudflap.
4221         Consolidate *-*-netware targets (of which really only i?86 exists)
4222         into a single entry.
4223         * configure: Likewise.
4224
4225 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4226
4227         * Makefile.tpl (sorry): Remove.
4228         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4229         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4230         (do-clean): Clean per-stage directories too.
4231         (do-distclean): Run distclean-stage1 too.
4232         (.NOTPARALLEL): Enable during toplevel bootstrap.
4233         (stage[+id+]-bubble): Enable parallel execution during
4234         the recursive invocation.
4235         * Makefile.in: Regenerate.
4236
4237         Fix previous checkin:
4238
4239         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4240         include.
4241         * configure.in: Fix indentation.
4242         * configure: Regenerate.
4243
4244 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
4245
4246         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4247         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4248         * configure: regenerate
4249         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4250         -mdynamic-no-pic
4251
4252
4253 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4254
4255         * Makefile.def (build_modules): Add fixincludes.
4256         (dependencies): Make gcc depend on fixincludes.
4257         * configure.in (build_tools): Add fixincludes.
4258         (build_configdirs): Always include build_libs.
4259         * Makefile.in: Regenerate.
4260         * configure: Regenerate.
4261
4262 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4263
4264         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4265         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4266         phony targets; do not generate timestamp files.
4267         (distclean-stageN): Remove references to their timestamp files.
4268         (restageN, touch-stageN): Remove.
4269         (stageN-bubble): Rewritten.
4270         (compare): Support lean bootstraps.
4271         * Makefile.in: Regenerate.
4272
4273         * configure.in: Only warn when bootstrapping but
4274         build != host or build != target.  Support lean bootstraps.
4275         * configure: Regenerate.
4276
4277 2004-08-26  Phil Edwards  <phil@codesourcery.com>
4278
4279         * configure.in:  Give a better error message if GMP/MPFR are missing
4280         and a language needing them has been requested.
4281         * configure:  Regenerated.
4282
4283 2004-08-25  Phil Edwards  <phil@codesourcery.com>
4284
4285         * configure.in:  Print a list of available language front-ends if
4286         a requested one is missing.  Tidy stray tab characters.
4287         * configure:  Regenerated.
4288
4289 2004-08-19  Michael Koch  <konqueror@gmx.de>
4290
4291         * gcc/doc/install.texi: Update entry about automake for libjava.
4292
4293 2004-08-17  Robert Millan  <robertmh@gnu.org>
4294
4295         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4296         (instead of FreeBSD).
4297         * configure: Regenerate.
4298
4299 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4300
4301         * Makefile.in: Regenerate.
4302         * configure: Regenerate.
4303
4304         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4305         stage_*_flags.
4306         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4307         for bootstrapped modules if toplevel bootstrap is going.
4308         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4309         modules.  Adjust for changes in Makefile.def.  Enable several
4310         rules even in non-bootstrap mode, just to avoid peppering the
4311         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4312         (stage-[+prev+]-bubble): Remove.
4313
4314         * Makefile.def (Dependencies): Depend on all-build-bison,
4315         all-build-flex, all-build-byacc, all-build-texinfo, rather
4316         than the host variations.
4317         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4318         with BUILD_SUBDIR.
4319         (BISON): Update for recent Bisons.
4320         (YACC): Fix typo.
4321         (cross): Depend on all-build.
4322         (all): Do not depend on all-build.
4323         (prebootstrap): Remove.
4324         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4325         (Prebootstrap dependencies): Add them to the per-stage targets
4326         and to all-prebootstrap.
4327         * configure.in (build_configdirs): Always enable build_tools.
4328         (BUILD_DIR_PREFIX): Remove.
4329
4330         * Makefile.def (gcc): Add target variable.
4331         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4332         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4333         in the recursive `make', instead of hardwiring `all'.
4334         (Autogenerated TARGET-* variables): New.
4335
4336 2004-08-13  Brian Booth  <bbooth@redhat.com>
4337
4338         * MAINTAINERS: Remove myself from write-after-approval.
4339
4340 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4341
4342         * src-release: Stop distributing mmalloc with gdb (which doesn't
4343         use it).
4344         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4345         * Makefile.in: Regenerate.
4346
4347 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4348
4349         * configure.in (arm*-*-eabi*): New target.
4350         * configure: Regenerate.
4351
4352 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4353
4354         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4355         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4356         (Dependencies): New section.
4357         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4358         (configure-target-[+module+]): Depend on maybe-all-gcc
4359         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4360         (toplevel profiledbootstrap): Fix dependencies.
4361         * Makefile.in: Regenerate.
4362
4363 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4364
4365         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4366         target-libiberty to noconfigdirs.
4367         * configure: Regenerate.
4368
4369 2004-08-03  Paul Brook  <paul@codesourcery.com>
4370
4371         * configure.in: Check for MPFR as well as GMP.
4372         * configure: Regenerate.
4373
4374 2004-08-01  Robert Millan  <robertmh@gnu.org>
4375
4376         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4377         libmudflap for all GNU-based systems (with Glibc).
4378         * configure: Regenerate.
4379
4380 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4381
4382         * Makefile.def (host-modules): Add gcc.
4383         * Makefile.in: Regenerate.
4384         * Makefile.tpl (sorry): New rule.
4385         (configure-host, all-host, [+make_target+]-host, do-check,
4386         install-host): Do not add gcc as a special case.
4387         (host modules): Add a small special-casing for gcc.  Export
4388         extra_make_flags through the environment.
4389         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4390         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4391         other recursive targets for gcc): Remove.
4392
4393         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4394         (stage, unstage): New rules.
4395         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4396         distclean-stage[+id+]): Use stage_current.
4397         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4398         the stage*-start rules.
4399
4400 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
4401
4402         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4403         use -all_load flag.
4404
4405 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
4406
4407         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4408         * configure: Regenerate.
4409
4410 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
4411
4412         * maintainer-scripts/gcc_release: Revert yesterday's change.
4413
4414 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
4415
4416         * MAINTAINERS: Add myself to write-after-approval.
4417
4418 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
4419
4420         * libf2c: Removed.
4421         * gcc/gccbug.in: Updated because of libf2c removal.
4422         * maintainer-scripts/gcc_release: Ditto.
4423
4424 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
4425
4426         * configure.in: Build libmudflap by default on FreeBSD.
4427         * configure: Regenerated.
4428
4429 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4430
4431         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4432         systems.
4433         * configure: Regenerated.
4434
4435 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4436
4437         PR target/16344
4438         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4439         feedback based compiler.
4440         * Makefile.in: Rebuilt.
4441
4442 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4443
4444         * Makefile.def (host_modules): Set bootstrap=true for flex.
4445         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4446         * Makefile.in: Rebuilt.
4447
4448 2004-07-07  Jan Hubicka  <jh@suse.cz>
4449
4450         * MAINTAINERS: Add self as a profile feedback maintainer.
4451
4452 2004-07-05  Phil Edwards  <phil@codesourcery.com>
4453
4454         * configure.in:  Do not prepend $srcdir to /dev/null in
4455         makefile fragments.
4456         * configure:  Regenerate.
4457
4458 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4459
4460         * Makefile.def (build_modules): Add bison, byacc, flex,
4461         m4, texinfo.
4462         (flags_to_pass): Add FLEX.
4463         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4464         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4465         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4466         DEFAULT_MAKEINFO): Remove.
4467         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4468         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4469         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4470         objdir or else use configured tool.
4471         (all-build): New.
4472         (all): Depend on it.
4473         (Build module dependencies): Add.
4474         * Makefile.in: Regenerate.
4475         * configure.in: Better support for multiple build modules,
4476         matching what is done for host/target modules.  Do not look
4477         for "plausible" locations of build tools if Canadian cross.
4478         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4479         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4480         * configure: Regenerate.
4481
4482 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4483
4484         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4485         * Makefile.in: Regenerate.
4486
4487 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4488
4489         * Makefile.tpl (configure-build-[+module+],
4490         configure-[+module+], configure-target-[+module+]): Pass
4491         [+extra_configure_args+].
4492         (all-build-[+module+], all-[+module+], check-[+module+],
4493         install-[+module+], [+make_target+]-[+module+],
4494         all-target-[+module+], check-target-[+module+],
4495         install-target-[+module+], [+make_target+]-target-[+module+]):
4496         Pass [+extra_make_args+].
4497         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4498         (GCC_HOST_EXPORTS): Remove.
4499         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4500         cross, check-gcc, check-gcc-c++, install-gcc,
4501         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4502         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4503         * Makefile.in: Regenerate.
4504
4505 2004-06-21  Matthew Sachs  <msachs@apple.com>
4506
4507         * MAINTAINERS: Added self to write-after-approval.
4508
4509 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
4510
4511         * configure.in: Check for srcdir/winsup rather than build directory
4512         winsup.
4513         * configure: Regenerate.
4514
4515 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
4516
4517         * configure.in: Don't build Cygwin native newlib if winsup
4518         directory is missing.  Emit warning instead.
4519         * configure: Regenerate.
4520
4521 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
4522
4523         * Makefile.tpl (touch-stage[+id+]): New.
4524         (restage[+prev+]): Depend on touch-stage[+id+].
4525
4526         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4527         Use it throughout.
4528
4529         * Makefile.def: Add profile and feedback bootstrap stages.
4530         Remove next field from bootstrap stages.
4531         * Makefile.tpl (LN, LN_S): Substitute.
4532         (stageN-start, stageN-end): Use double-colon rules, to
4533         provide a hook for additional setup commands.
4534         (distclean-stageN-gcc, restageN): Create dependencies from
4535         [+prev+], not from [+next+].
4536         (stageN-bubble): Add commands for successive stages from
4537         [+prev+], using double-colon rules.
4538         (all-stageN-gcc): Fix typo.
4539         (stagefeedback-start, profiledbootstrap): New.
4540         * Makefile.in: Regenerate.
4541         * configure.in: Call ACX_PROG_LN.
4542         * configure: Regenerate.
4543
4544 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
4545
4546         * MAINTAINERS (Write After Approval): Add myself.
4547
4548 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
4549
4550         * MAINTAINERS (Write After Approval): Add myself.
4551
4552 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
4553
4554         * configure.in: Fix --enable-bootstrap breakage introduced in trees
4555         without gcc.
4556         * configure: Regenerate.
4557
4558 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4559
4560         * Makefile.tpl: Fix typo.
4561         * Makefile.in: Regenerate.
4562
4563 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
4564
4565         * configure.in: Remove new- prefix from toplevel
4566         bootstrap targets.
4567         * configure: Regenerate.
4568
4569 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
4570
4571         * Makefile.tpl (all.normal): Rename to all.
4572         (all): Replace with a rule to pick the default
4573         target from configure.
4574         (all-gcc, configure-gcc): Use conditionals to
4575         do nothing when toplevel bootstrap is going on.
4576         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4577         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4578         * configure.in: Support --enable-bootstrap.
4579
4580         * Makefile.def: Remove new- prefix from toplevel
4581         bootstrap targets.
4582         * Makefile.tpl: Likewise.
4583
4584         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
4585         target.
4586
4587         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4588         $(RECURSE_FLAGS) to recursive invocation of make.
4589
4590         * Makefile.in: Regenerate.
4591         * configure: Regenerate.
4592
4593 2004-05-30  Andreas Jaeger  <aj@suse.de>
4594             Jim Wilson <wilson@specifixinc.com>
4595
4596         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4597         like CC.
4598
4599 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
4600
4601         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4602         * configure: Regenerate.
4603
4604 2004-05-25  Daniel Jacobowitz  <drow@false.org>
4605
4606         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4607         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4608         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
4609         targets.
4610         * Makefile.in: Regenerate.
4611
4612 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
4613
4614         * configure.in: Test the ability to symlink directories.
4615         * configure: Regenerate.
4616
4617         * Makefile.def (bootstrap-stage): New definitions.
4618         * Makefile.tpl (configure-stage1-gcc,
4619         configure-stage2-gcc, configure-stage3-gcc,
4620         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4621         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4622         new-restage3, compare): Autogenerate, see Makefile.in
4623         entry for behavioral changes.
4624         (distclean-stage1, new-stage1-start, new-stage1-end,
4625         new-stage1-bubble, distclean-stage2, new-stage2-start,
4626         new-stage2-end, new-stage2-bubble, distclean-stage3,
4627         new-stage3-start, new-stage3-end): New autogenerated targets.
4628         (objext, prebootstrap, BOOT_CFLAGS,
4629         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4630         targets.
4631
4632         * Makefile.in: Regenerate.
4633         (distclean-stage1, new-stage1-start, new-stage1-end,
4634         new-stage1-bubble, distclean-stage2, new-stage2-start,
4635         new-stage2-end, new-stage2-bubble, distclean-stage3,
4636         new-stage3-start, new-stage3-end): New targets.
4637         (all-stage1-gcc): Move prebootstrap dependency from here...
4638         (configure-stage1-gcc): ...to here.
4639         (new-bootstrap): Use bubble targets.
4640         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4641         Use per-stage distclean targets.
4642         (configure-stage1-gcc, configure-stage2-gcc,
4643         configure-stage3-gcc, all-stage1-gcc,
4644         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4645         Use new-stageN-start to prepare the tree.
4646
4647 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4648
4649         * Makefile.def (host_modules): add libcpp.
4650         * Makefile.tpl: Add dependencies on and for libcpp.
4651         * Makefile.in: Regenerate.
4652         * configure.in: Add libcpp host module.
4653         * configure: Regenerate.
4654
4655 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
4656
4657         * Makefile.tpl: Whenever a recursive target is defined, wrap
4658         it in a special @if/@endif block, and prepare its maybe
4659         dependency in the @if/@endif block
4660         * configure.in: Instead of writing maybe dependencies, remove
4661         the @if/@endif statements, and remove the @if/@endif blocks
4662         that remain.
4663         * configure: Regenerate.
4664         * Makefile.in: Regenerate.
4665
4666 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
4667
4668         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
4669
4670 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
4671
4672         PR bootstrap/15120
4673         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
4674         * */configure: Rebuilt.
4675
4676 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4677
4678         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4679         of libf2c.
4680         * configure, Makefile.in: Regenerate.
4681
4682 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
4683
4684         * MAINTAINERS (Write After Approval): Add myself.
4685
4686 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4687
4688         Merge from tree-ssa-20020619-branch.
4689
4690         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4691         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4692         (HOST_GMPLIBS): Define.
4693         (HOST_GMPINC): Define.
4694         (TARGET_LIB_PATH): Add libmudflap.
4695         (GFORTRAN_FOR_TARGET): Define.
4696         (configure-build*): Export GFORTRAN.
4697         (configure-gcc): Export GMPLIBS and GMPINC.
4698         (all-gcc): Add maybe-all-libbanshee.
4699         (configure-target-libgfortran): Define.
4700         * Makefile.in: Regenerate.
4701         * configure.in (host_libs): Add libbanshee.
4702         (target_libraries): Add target-libmudflap and target-libgfortran.
4703         Add --with-libbanshee.
4704         Handle --disable-libmudflap.
4705         (*-*-freebsd*): Use with_gmp.
4706         Add $(libgcj) to noconfigdirs.
4707         * configure: Regenerate.
4708         * depcomp: New file.
4709         * MAINTAINERS: Add tree-ssa maintainers.
4710
4711 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
4712
4713         * MAINTAINERS (Various Maintainers): Add myself.
4714
4715 2004-04-30  Brian Ford  <ford@vss.fsi.com>
4716
4717         * MAINTAINERS (Write After Approval): Add myself.
4718
4719 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
4720
4721         * MAINTAINERS (Write After Approval): Add myself.
4722
4723 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
4724
4725         * config/acx.m4: Fix fastcompare support for new-bootstrap.
4726         * configure: Regenerate.
4727
4728 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4729
4730         Revert:
4731         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4732
4733         * Makefile.def (flags_to_pass): Remove *dir variables that
4734         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4735         as well as prefix and exec_prefix.
4736         * Makefile.in: Regenerate.
4737
4738 2004-04-26  Robert Millan  <robertmh@gnu.org>
4739
4740         Add patches from libtool CVS.
4741         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4742         * ltconfig: Likewise.
4743         * ltcf-c.sh: Likewise.
4744         * ltcf-cxx.sh: Likewise.
4745         * ltcf-gcj.sh: Likewise.
4746
4747 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4748
4749         * Makefile.def (host_modules): Mark with the bootstrap
4750         flag packages on which gcc depends.
4751         * Makefile.tpl (all-bootstrap): Use it.
4752         * Makefile.in: Regenerate.
4753
4754 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4755
4756         * Makefile.def (flags_to_pass): Remove *dir variables that
4757         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4758         as well as prefix and exec_prefix.
4759         * Makefile.in: Regenerate.
4760
4761 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4762
4763         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4764         * configure: Regenerate.
4765         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4766         * gcc/Makefile.tpl (compare): Use the result of the test.
4767         * gcc/Makefile.in: Regenerate.
4768
4769 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
4770
4771         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4772         Always relocate gcc and prev-gcc to the original names, even
4773         if the build fails.
4774         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4775         New targets.
4776
4777 2004-04-23  Laurent GUERBY <laurent@guerby.net>
4778
4779         * MAINTAINERS: Update my email address.
4780
4781 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4782
4783         * configure.in (mips*-*-irix5*): Enable ld.
4784         * configure: Regenerate.
4785
4786 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4787
4788         * configure: Regenerate.
4789
4790 2004-04-15  James E Wilson  <wilson@specifixinc.com>
4791
4792         * Makefile.tpl (configure-[+module+], configure-gcc,
4793         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4794         Set and export LDFLAGS.
4795         * Makefile.in: Regenerate.
4796
4797 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
4798
4799         * MAINTAINERS: Add myself to write-after-approval.
4800
4801 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4802
4803         PR bootstrap/14871
4804         * Makefile.tpl: If we don't have built-in-tree target tools,
4805         use the ones found by configure rather than hacking around with
4806         program_transform_name.
4807         * configure.in: Give Makefile.tpl the information necessary
4808         to do that.
4809         * Makefile.in: Regenerate.
4810         * configure: Regenerate.
4811
4812 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
4813
4814         PR bootstrap/14760
4815         * configure.in: When computing baseargs, strip *all* copies of
4816         offending options.  Also, don't match/substitute the trailing space,
4817         so that this actually works when two similar options are separated by
4818         only one space.
4819         * configure: Regenerate.
4820
4821 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
4822
4823         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4824         (rs6000-*-aix*): Same.
4825         * configure: Regenerate.
4826
4827 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
4828
4829         * MAINTAINERS: Add myself to write-after-approval.
4830
4831 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
4832
4833         * MAINTAINERS: Add myself to write-after-approval.
4834
4835 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
4836
4837         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4838         STRICT_WARN, WARN_CFLAGS flags passed down to make.
4839         * Makefile.in: Regenerate.
4840
4841         * configure.in (top level bootstrap support): Rework --enable-werror
4842         to set @stage2_werror_flag@.
4843         * configure: Regenerate.
4844         * Makefile.tpl (top level bootstrap support): Pass
4845         @stage2_werror_flag@ down to configure in stages 2 and 3.
4846         * Makefile.in: Regenerate.
4847
4848 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4849
4850         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4851         for stages 2 and 3 as well as in make.  As a consequence, remove
4852         OUTPUT_OPTION (now detected by configure) from the flags passed down
4853         to make.
4854         * Makefile.in: Regenerate.
4855
4856         * Makefile.tpl (new-bootstrap): Fix typo.
4857         * Makefile.in: Regenerate.
4858
4859 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4860
4861         * Makefile.tpl: Rearrange by moving recursive_targets rules
4862         into their proper sections.
4863         * Makefile.tpl (top level bootstrap support): Move disabling
4864         of coverage flags from 'make' to 'configure'; improve comments.
4865         * Makefile.in: Regenerate.
4866
4867         * Makefile.tpl (experimental top level bootstrap) Move stage1
4868         language setting from all- target to configure- target; disable
4869         intermodule optimization in stage 1; prevent gratuitous rebuilds
4870         of stage 1.
4871         * Makefile.in: Regenerate.
4872         * configure.in: Comma-separate stage 1 language list for top
4873         level bootstrap.
4874         * configure: Regenerate.
4875
4876         * Makefile.tpl: Clean up experimental top level bootstrap support:
4877         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4878         prev-gcc in configure- targets as well as all- targets.
4879         * Makefile.in: Regenerate.
4880
4881 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
4882
4883         * compile: New file imported from automake.
4884
4885 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
4886
4887         * configure.in: Remove symbolic link section.
4888         * configure: Regenerate.
4889         * Makefile.tpl (links): Remove.
4890         * Makefile.in: Regenerate.
4891
4892 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
4893             Nathanael Nerode  <neroden@gcc.gnu.org>
4894
4895         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
4896         Set with AC_CHECK_PROGS.
4897         * configure.in: Fix comment typo from last patch.
4898         * configure: Regenerate.
4899
4900 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4901
4902         * Makefile.tpl: Introduce experimental top level bootstrap support.
4903         * Makefile.in: Regenerate.
4904         * configure.in: Introduce support for top level bootstrap.
4905         * configure: Regenerate.
4906
4907 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4908             Paolo Bonzini  <bonzini@gnu.org>
4909
4910         PR bootstrap/14522
4911         * configure.in: Cope with shells that do not support unquoted ^
4912         * configure: Regenerate.
4913
4914 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4915             Paolo Bonzini  <bonzini@gnu.org>
4916
4917         PR bootstrap/14522
4918         * configure.in: Cope with shells that do not support nesting
4919         quotes inside quoted backquote substitutions.
4920         * configure: Regenerate.
4921
4922 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
4923
4924         PR bootstrap/14522
4925         * configure.in: Fix escaping of $.
4926         * configure: Regenerate.
4927
4928 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4929
4930         * configure: Regenerate, since I forgot to while committing Paolo's
4931         changes.
4932
4933 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
4934
4935         PR ada/14131
4936         Move language detection to the top level.
4937         * configure.in: Find default values for the tools as
4938         soon as possible.  Disable ada if GNAT is not found.
4939         Emit error message about missing languages.  Expand
4940         --enable-languages=all for the gcc subdirectory.
4941
4942 2004-03-10  Ben Elliston  <bje@gnu.org>
4943
4944         * MAINTAINERS: Update my email address.
4945
4946 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
4947
4948         * ltconfig: Disable building static libraries if building shared
4949         libraries on AIX 5L.
4950
4951 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
4952
4953         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4954         and disable libgcj.
4955         * configure: Regenerated.
4956
4957 2004-03-01  Brian Booth  <bbooth@redhat.com>
4958
4959         * MAINTAINERS: Add myself to write-after-approval.
4960
4961 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
4962
4963         * MAINTAINERS: Add myself to write-after-approval.
4964
4965 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4966
4967         PR bootstrap/7087
4968         * Makefile.tpl: Guard XFOO sed statements better.
4969         * Makefile.tpl: Add dependency for configure-target-libada.
4970         * Makefile.in: Regenerate (incidentally fixes broken
4971         commit when libada-branch was merged).
4972
4973 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
4974
4975         * MAINTAINERS: Add myself to write-after-approval.
4976
4977 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
4978
4979         * MAINTAINERS: Add Nicola Pero and myself as libobjc
4980         maintainers.
4981
4982 2004-02-20  Andrew Cagney  <cagney@redhat.com>
4983
4984         * config.guess: Update from version 2003-10-16 to 2004-02-16.
4985         * config.sub: Update from version 2003-11-03 to 2004-02-16.
4986
4987 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4988
4989         PR bootstrap/11932
4990         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4991
4992 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
4993
4994         * MAINTAINERS: Added myself to write-after-approval.
4995
4996 2004-02-14  Michael Koch  <konqueror@gmx.de>
4997
4998         * MAINTAINERS: Added myself to write-after-approval.
4999
5000 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5001
5002         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5003         some OS port maintainers to OS port maintainers section.
5004
5005 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5006
5007         * MAINTAINERS: Add self.
5008
5009 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5010
5011         * MAINTAINERS: Alphabetize.
5012
5013 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5014
5015         * MAINTAINERS: Remove myself.
5016
5017 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5018
5019         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5020         (rs6000-*-aix*): Same.
5021         * configure: Regenerate.
5022
5023 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5024
5025         * configure.in (host): Add in missing $noconfigdirs to defines.
5026         * configure: Regenerate.
5027
5028 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5029             Nathanael Nerode  <neroden@gcc.gnu.org>
5030
5031         PR ada/6637, PR ada/5911
5032         Merge with libada-branch:
5033         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5034         with appropriate dependencies. Add --enable-libada configure switch.
5035         * configure, Makefile.in: Regenerate.
5036
5037 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5038
5039         * MAINTAINERS: Add myself to write-after-approval.
5040
5041 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5042
5043         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5044         * configure: Regenerate.
5045
5046 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5047
5048         Merge from upstream:
5049
5050         * ltmain.in: When setting IFS to '~', be careful about user
5051         arguments that contain '~'.
5052
5053         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5054
5055         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5056         Also test $base_compile against $CC with escaped arguments. Bug
5057         reported by Geoff Keating <geoffk@apple.com>.
5058
5059 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5060
5061         * MAINTAINERS: Remove i960 port.
5062
5063 2004-01-23  DJ Delorie  <dj@redhat.com>
5064
5065         * Makefile.def (target_modules) [libiberty]: Don't stage.
5066         * Makefile.in: Rebuilt.
5067
5068 2004-01-20  Caroline Tice  <ctice@apple.com>
5069
5070         * MAINTAINERS: Add myself to write-after-approval.
5071
5072 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5073
5074         * MAINTAINERS: Update my email address.
5075
5076 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5077
5078         * MAINTAINERS: Add myself to write-after-approval.
5079
5080 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5081
5082         * MAINTAINERS: Remove entries without email address.
5083
5084 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5085
5086         * MAINTAINERS: Add myself to write-after-approval.
5087
5088 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5089
5090         * MAINTAINERS: Update my email address.
5091
5092 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
5093
5094         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5095         * Makefile.tpl (configure-target-[+module+]): Support stage.
5096         * Makefile.in: Rebuilt.
5097
5098 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5099
5100         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5101
5102 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5103
5104         * MAINTAINERS: Add myself as a MIPS maintainer.
5105
5106 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5107
5108         * configure.in: Use ./config.cache, not config.cache.
5109         * configure: Regenerate.
5110         * Makefile.tpl: Special-casing not needed for GCC any more.
5111         * Makefile.in: Regenerate.
5112
5113         * configure.in: Don't share a cache file for host dirs.
5114         * configure: Regenerate.
5115
5116         * config-ml.in: Don't mess with the cache file.
5117
5118 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5119
5120         * MAINTAINERS: Move myself from 'Write After Approval' to
5121         'CPU Port Maintainers' section as SPARC maintainer.
5122
5123 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5124
5125         * Makefile.tpl: Make GCC use a separate config.cache.
5126         * Makefile.in: Regenerate.
5127
5128         PR bootstrap/11932, PR bootstrap/11933
5129         (I don't know if it will fix either of them, but it relates
5130         to them.)
5131         * configure.in: Don't use shared config.cache for target
5132         directories.
5133         * configure: Regenerate.
5134
5135 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5136
5137         * MAINTAINERS: Add myself to 'Write After Approval' section.
5138
5139 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5140
5141         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5142         * configure: Regenerated.
5143
5144 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5145
5146         * MAINTAINERS: Remove the mn10200 maintainer.
5147
5148 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5149
5150         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5151         * configure: Regenerated.
5152
5153 2003-12-16  Jan Hubicka  <jh@suse.cz>
5154
5155         * MAINTAINERS: Add myself as callgraph maintainer.
5156
5157 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5158
5159         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5160         * configure: Regenerate.
5161
5162 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5163
5164         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5165         'Write After Approval' section. Update email.
5166
5167 2003-12-01  James Lemke <jim@wasabisystems.com>
5168
5169         * MAINTAINERS (Write After Approval): Add myself.
5170
5171 2003-11-20  Matt Thomas  <matt@3am-software.com>
5172
5173         * MAINTAINERS: Add myself as a vax port maintainer.
5174
5175 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5176
5177         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5178         (configure-build-[+module+], configure-[+module+]): Likewise.
5179         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5180         * Makefile.in: Regenerate.
5181
5182 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
5183
5184         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5185         shared/dylibed libraries.
5186         * ltmain.sh: Likewise.
5187         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5188         * ltcf-cxx.sh: Likewise.
5189         * ltcf-gcj.sh: Likewise.
5190         * ltconfig: Likewise.
5191
5192 2003-11-17  Stan Cox  <scox@redhat.com>
5193
5194         * MAINTAINERS: Add myself as iq2000 port maintainer.
5195
5196 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5197
5198         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5199         * Makefile.in: Regenerate.
5200
5201 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
5202
5203         * config.sub: Update to 2003-11-03 version.
5204
5205 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5206
5207         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5208         * configure:  Regenerate.
5209
5210 2003-10-20  Nicolas Pitre <nico@cam.org>
5211
5212         * MAINTAINERS: Add myself to 'Write After Approval' section.
5213
5214 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
5215
5216         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5217
5218 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
5219
5220         * MAINTAINERS: Update my email address.
5221
5222 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5223
5224         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5225
5226 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
5227
5228         * MAINTAINERS: Add myself to 'Write After Approval' section.
5229
5230 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
5231
5232         * config.guess: Update to 2003-10-16 version.
5233         * config.sub: Update to 2003-10-16 version.
5234
5235 2003-10-15 David Daney  <ddaney@avtrex.com>
5236
5237         * MAINTAINERS: Added myself to 'Write After Approval' section.
5238
5239 2003-10-15  Falk Hueffner  <falk@debian.org>
5240
5241         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5242         'Write After Approval' section. Update email.
5243
5244 2003-10-14  Roger Sayle  <roger@eyesopen.com>
5245
5246         * MAINTAINERS: Move myself from 'Write After Approval' to
5247         'Various Maintainers' section as middle-end maintainer.
5248
5249 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5250
5251         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5252         HOST_FLAGS_TO_PASS.
5253         * Makefile.in: Regenerate.
5254
5255 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
5256
5257         * config.guess: Update to 2003-10-07 version.
5258         * config.sub: Update to 2003-10-07 version.
5259
5260 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5261
5262         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5263         * ltconfig (irix5*, irix6*): Don't override version_type.
5264
5265 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5266
5267         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5268         * configure: Rebuilt
5269         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5270         * Makefile.in: Rebuilt
5271
5272 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5273
5274         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5275
5276 2003-09-30  Carlo Wood  <carlo@alinoe.com>
5277
5278         * MAINTAINERS (Write After Approval): Add myself.
5279
5280 2003-09-29  Paul Koning  <ni1d@arrl.net>
5281
5282         * MAINTAINERS: Move myself from "Write After Approval"
5283         to CPU platform maintainers for pdp11 platform.
5284
5285 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
5286
5287         * MAINTAINERS: Move myself from 'Write After Approval' to
5288         'Various Maintainers' section as libffi testsuite maintainer.
5289
5290 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5291
5292         * configure.in: Pass a computed --program-transform-name
5293         to subconfigures.
5294         * configure: Regenerated.
5295
5296 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5297
5298         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5299         * Makefile.in: Regenerate.
5300
5301         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5302         * Makefile.in: Regenerate.
5303
5304 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
5305
5306         * MAINTAINERS: Move myself from 'Write After Approval'
5307         to 'Various Maintainers' (objective-c) section.
5308
5309 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5310
5311         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5312         quoting.
5313         * configure: Regenerated.
5314
5315 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
5316
5317         * MAINTAINERS (Write After Approval): Add myself to write after
5318         approval list.
5319
5320 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
5321
5322         * MAINTAINERS (Write After Approval): Add myself.
5323
5324 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
5325
5326         * MAINTAINERS: Update my e-mail address.
5327
5328 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
5329
5330         * libtool.m4 (LD): Correct powerpc64 host match.
5331
5332 2003-09-06  James E Wilson  <wilson@tuliptree.org>
5333
5334         * MAINTAINTERS: Update my affiliation and email address.
5335
5336 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5337
5338         * MAINTAINERS (Write After Approval): Add myself.
5339
5340 2003-09-04  DJ Delorie  <dj@redhat.com>
5341
5342         * configure: Regenerate.
5343
5344 2003-09-04  Robert Millan  <robertmh@gnu.org>
5345
5346         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5347
5348 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5349
5350         * configure.in: Ensure arguments to sed are properly spaced.
5351         * configure: Regenerate.
5352
5353 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5354
5355         * MAINTAINERS: Update my e-mail address.
5356
5357 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
5358
5359         * MAINTAINERS (Write After Approval): Add myself.
5360
5361 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5362
5363         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5364         * configure: Regenerated.
5365
5366 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5367
5368         * MAINTAINERS: Update my email address.
5369
5370 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5371
5372         * configure.in:  Use newline instead of semicolon when assuming
5373         shell arguments in a for loop.
5374         * configure:  Regenerated.
5375
5376 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5377
5378         * MAINTAINERS: Resurrect the i860 maintainer.
5379
5380 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5381
5382         PR 8180
5383         * configure.in: When testing with_libs and with_headers, treat
5384         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5385         * configure: Regenerate.
5386
5387         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5388         make, shell, etc.
5389         (baseargs): Likewise.
5390         * configure: Regenerate.
5391
5392 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
5393
5394         * MAINTAINERS (Write After Approval): Add myself.
5395
5396 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5397
5398         * configure.in: Disable libgcj for darwin not on powerpc.
5399         * configure: Rebuild.
5400
5401 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5402
5403         * config-ml.in, symlink-tree: Add license.
5404
5405 2003-08-03  Richard Stallman  <rms@gnu.org>
5406             Eben Moglen  <moglen@columbia.edu>
5407
5408         * README.SCO: New file.
5409
5410 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5411
5412         * Makefile.tpl (check, check-c++): Express dependencies using
5413         dependencies rather than commands.
5414         * Makefile.in: Regenerate.
5415
5416 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5417
5418         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5419         * configure: Ditto.
5420
5421 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5422
5423         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5424         * Makefile.in: Update.
5425
5426 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5427
5428         * configure.in: Enable libgcj for darwin.
5429         * configure: Rebuild.
5430
5431 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
5432
5433         * config-ml.in:  Use ac_configure_args directly instead of
5434         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5435         actually seen.
5436
5437 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5438
5439         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5440         creating target and build subdirs to build all parent dirs as needed.
5441         * Makefile.in: Rebuild.
5442         * configure.in: Don't build dirs explicitly here.
5443         * configure: Rebuild.
5444
5445 2003-07-26  Paul Brook  <paul@nowt.org>
5446
5447         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5448
5449 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5450
5451         * Makefile.tpl (all-make): Depend on intl.
5452         * Makefile.in: Rebuilt.
5453
5454 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5455
5456         * install-sh:  Update to newer upstream versions (associated with
5457         aclocal 1.7).
5458         * mkinstalldirs:  Likewise.
5459         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5460
5461 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
5462
5463         * MAINTAINERS: Move self from Bug database only accounts
5464         to write-after-approval.
5465
5466 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5467
5468         * config.if: Remove unused libc_interface determination.
5469
5470 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5471
5472         * MAINTAINERS: Move self from write-after-approval to
5473         build machinery (*.in).
5474
5475 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5476
5477         PR bootstrap/11273
5478         PR bootstrap/11408
5479         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5480         unused INSTALL_PROGRAM_ARGS.
5481         * configure.in: Use AC_PROG_INSTALL.
5482         * Makefile.in: Regenerate.
5483         * configure: Regenerate.
5484
5485 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
5486
5487         * MAINTAINERS: Alphabetize.
5488
5489 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5490
5491         * configure: Rebuilt.
5492         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5493         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5494         newlib nor libgloss.
5495         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5496         * configure.in (am33_2.0-*-linux*): Added.
5497
5498 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5499
5500         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5501         * configure: Regenerate.
5502
5503 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
5504
5505         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
5506         * Makefile.in: Regenerate.
5507
5508 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5509
5510         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
5511         * Makefile.in: Regenerate.
5512
5513 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
5514
5515         * Makefile.tpl: Replace PWD with PWD_COMMAND.
5516         * Makefile.in: Regenerated.
5517
5518         * config-ml.in: Replace PWD with PWD_COMMAND.
5519
5520 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5521
5522         * intl: New directory; see intl/ChangeLog for details.
5523         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
5524         * Makefile.tpl: all-gcc depends on maybe-all-intl.
5525         * Makefile.in: Regenerate.
5526
5527 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5528
5529         * configure.in: Clean up config-lang.in handling.  Delete
5530         useless assignment to "subdirs".
5531         * configure: Regenerate.
5532
5533 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5534
5535         * configure.in: Rename 'target_libs' to 'target_libraries'.
5536         Remove useless reference to 'target_libs'.
5537         * configure: Regenerate.
5538
5539 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5540
5541         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5542         * Makefile.in: Regenerate.
5543
5544 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5545
5546         * Makefile.def: Introduce flags_to_pass.
5547         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5548         * Makefile.in: Regenerate.
5549
5550 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
5551
5552         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5553         and target-libgloss.
5554         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5555         <h8300*-*-*>: Disable libf2c and ${libgcj}.
5556         * configure: Regenerate.
5557
5558 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
5559
5560         * configure.in: Update testsuite_flags to new location.
5561         * configure. Regenerate.
5562
5563 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5564
5565         * Makefile.tpl: Remove BUILD_CC stuff.
5566         * Makefile.in: Regenerate.
5567
5568 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
5569
5570         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
5571
5572 2003-06-16  Graeme Peterson <gp@qnx.com>
5573
5574         * MAINTAINERS (Write After Approval): Add myself.
5575
5576 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
5577
5578         * config.guess: Update to 2003-06-12 version.
5579         * config.sub: Update to 2003-06-13 version.
5580
5581 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
5582
5583         * config.guess: Update to 2003-06-06 version.
5584         * config.sub: Update to 2003-06-06 version.
5585
5586 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5587
5588         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5589         * configure. Regenerate.
5590
5591 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5592
5593         * configure.in: Disable serial configure by default.
5594         * configure: Regenerate.
5595         * Makefile.tpl: Abolish .NOTPARALLEL.
5596         * Makefile.in: Regenerate.
5597
5598         * Makefile.tpl: Replace {build,host,target}_canonical by
5599         {build,host,target}.
5600         * Makefile.in: Regenerate.
5601
5602         * Makefile.tpl: Fix stupid pasto.
5603         * Makefile.in: Regenerate.
5604
5605 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5606
5607         * Makefile.tpl: Remove bogus conditional.
5608         * Makefile.in: Regenerate.
5609
5610 2003-06-05  Jan Hubicka  <jh@suse.cz>
5611
5612         * Makefile.tpl (profiledbootstrap): New target.
5613         * Makefile.in (profiledbootstrap): New target.
5614
5615 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
5616
5617         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
5618         Pinski. Remove user names from other bugzilla-only maintainers.
5619
5620 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5621
5622         * Makefile.tpl: Make 'recursive targets' using autogen rather
5623         than shell loop.  Remove duplicate 'clean' targets and false
5624         comments.
5625         * Makefile.def: Add systematic dependencies to 'recursive' targets.
5626         Add systematic method of specifying missing targets in subdirs.
5627         Add copyright boilerplate.
5628         * Makefile.in: Regenerate.
5629         * configure.in: Add 'recursive targets' to maybe list.
5630         * configure: Regenerate.
5631
5632         * MAINTAINERS: "GNATS only" -> "Bug database only".
5633
5634         * Makefile.tpl: Rename [+target+] to [+make_target+].
5635         * Makefile.def: Rename 'target' to 'make_target'.
5636
5637 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
5638
5639         * MAINTAINERS: Add self as options handling maintainer.
5640
5641 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
5642
5643         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
5644         been too long since I touched those ports.
5645
5646 2003-05-28  DJ Delorie  <dj@redhat.com>
5647
5648         * Makefile.tpl: Make maybe-check-gcc .PHONY.
5649         * Makefile.in: Regenerate.
5650
5651 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5652
5653         * configure.in: Use curly braces in the definition of tooldir.
5654         * configure: Regenerate.
5655
5656 2003-05-21  DJ Delorie  <dj@redhat.com>
5657
5658         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5659         newlib or libgloss.
5660         * Makefile.in: Regenerate.
5661
5662 2003-05-21  DJ Delorie  <dj@redhat.com>
5663
5664         * Makefile.tpl: Add missing empty maybe-check-gcc target.
5665         * Makefile.in: Regenerate.
5666
5667 2003-05-20  Ian Lance Taylor  <ian@airs.com>
5668
5669         * MAINTAINERS: Update my e-mail address.
5670
5671 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5672
5673         * configure.in: Switch more things to use maybe dependencies.
5674         * Makefile.tpl: Switch more things to use maybe dependencies.
5675         Factor out common code from autogen IF statements.
5676         * configure: Regenerate.
5677         * Makefile.in: Regenerate.
5678
5679 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
5680
5681         * configure.in: Accept i[3456789]86 for machine type.
5682         * configure: Regenerate.
5683
5684 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5685
5686         * configure.in: Switch more things to use maybe dependencies.
5687         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
5688         * configure: Regenerate.
5689         * Makefile.tpl: Switch more things to use maybe dependencies.
5690         * Makefile.in: Regenerate.
5691
5692 2003-05-16  Andreas Schwab  <schwab@suse.de>
5693
5694         * Makefile.tpl (install-opcodes): Define.
5695         * Makefile.in: Rebuild.
5696
5697 2003-05-13  Andreas Jaeger  <aj@suse.de>
5698
5699         * config.guess: Update to 2003-05-09 version.
5700         * config.sub: Update to 2003-05-09 version.
5701
5702 2003-05-13  Michael Eager <eager@mvista.com>
5703
5704         * configure.in: Correct sed script so that options in quotes are not
5705         deleted.
5706         * configure: Rebuild.
5707
5708 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
5709
5710         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5711         and $$s/newlib/libc/sys/cygwin32 include paths.
5712         * configure: Ditto.
5713
5714 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
5715
5716         * MAINTAINERS: Update my email addresses.
5717
5718 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5719
5720         * config-ml.in: Propagate INSTALL variables.
5721
5722 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5723
5724         * MAINTAINERS: Remove duplicate entries in Write After Approval.
5725
5726 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
5727
5728         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5729         * Makefile.in: Regenerate.
5730
5731 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
5732
5733         * MAINTAINERS (GNATS only): Add Falk Hueffner.
5734
5735 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
5736
5737         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
5738
5739 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
5740
5741         * Makefile.tpl: Clean $(BUILD_SUBDIR).
5742         * Makefile.in: Regenerated.
5743
5744 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
5745
5746         * MAINTAINERS (Write After Approval): Upgrade myself from
5747         GNATS only to write-after-approval. Update my mail address.
5748
5749 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
5750
5751         (OS Port Maintainers: freebsd): Add myself.
5752
5753 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
5754
5755         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
5756
5757 2003-04-22  Kean Johnston  <jkj@sco.com>
5758
5759         * MAINTAINERS (SCO ports): Added myself.
5760
5761 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5762
5763         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
5764
5765 2003-04-19  Kean Johnston  <jkj@sco.com>
5766
5767         * MAINTAINERS (Write After Approval): Add myself.
5768
5769 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5770
5771         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5772         * Makefile.in: Regenerate.
5773
5774 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
5775
5776         * configure.in (powerpc64*-*-linux*): Remove.
5777         * configure: Rebuilt.
5778
5779 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
5780
5781         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
5782         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5783         and restrap.
5784         * Makefile.in:  Regenerate.
5785
5786 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
5787
5788         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5789         * configure: Regenerated.
5790
5791 2003-04-15  DJ Delorie  <dj@redhat.com>
5792
5793         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
5794
5795 2003-04-13  Nick Clifton  <nickc@redhat.com>
5796
5797         * config-ml.in: Remove support for --disable-aix removing
5798         call-aix multilibs.
5799
5800 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
5801
5802         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5803         * */configure: Rebuilt.
5804
5805 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
5806
5807         * MAINTAINERS: Add my email address.
5808
5809 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
5810
5811         * MAINTAINERS (Write After Approval): Add myself.
5812
5813 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5814
5815         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5816         * Makefile.in: Regenerate.
5817
5818 2003-03-14  Michael Chastain  <mec@shout.net>
5819
5820         * Makefile.in: Regenerate with correct Makefile.def.
5821
5822 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5823
5824         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
5825         Make macro.
5826         * Makefile.in: Regenerate.
5827         * configure.in: Clean up gxx_include_dir logic.
5828         * configure: Regenerate.
5829
5830 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
5831
5832         * MAINTAINERS (Write After Approval): Add myself.
5833
5834 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
5835
5836         * MAINTAINERS: Update my mail address.
5837
5838 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5839
5840         * configure.in (gxx_include_dir): Fix typo.
5841         * configure: Regenerated.
5842
5843 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5844
5845         * Makefile.tpl: Reindent.
5846         * Makefile.in: Regenerate.
5847         * configure.in: Reindent.  Don't set unused variables.
5848         * configure: Regenerate.
5849
5850 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
5851
5852         * configure.in: Include $(build_tooldir)/sys-include in
5853         FLAGS_FOR_TARGET.
5854         * configure: Regenerated.
5855
5856 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5857
5858         * Makefile.tpl: Always pass down RANLIB.
5859         * Makefile.in: Regenerate.
5860
5861         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5862         * Makefile.in: Regenerate.
5863         * configure.in: Remove unused logic relating to --enable-shared
5864         and --enable-threads.  Remove bogus comments.  Remove redundant
5865         noconfigdirs.
5866         * configure: Regenerate.
5867
5868         * configure.in: Replace ${libstdcxx_version} by its value.
5869         Remove reference to mh-dgux.
5870         * configure: Regenerate.
5871
5872 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
5873
5874         * MAINTAINERS (Write After Approval): Add myself.
5875
5876 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5877
5878         * Makefile.tpl: Rearrange.
5879         * Makefile.in: Regenerate.
5880
5881 2003-02-25  Uwe Stieber <uwe@wwws.de>
5882
5883         * configure.in: Add support for kaOS as cross build target system.
5884         * configure: Regenerated.
5885
5886 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
5887
5888         * MAINTAINERS (Write after approval): Add myself.
5889
5890 2003-02-21  James E Wilson  <wilson@tuliptree.org>
5891
5892         * MAINTAINERS: Update my email address.
5893
5894 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
5895
5896         * MAINTAINERS: Add self to blanket write privs. section.
5897
5898 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
5899
5900         * Makefile.tpl: Add definition of CPPFLAGS to pass into
5901         configure-target-* as some target builds may require additional
5902         flags for preprocessor tests.
5903         * Makefile.in: Regenerated.
5904
5905 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5906
5907         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5908         * ltconfig: Handle it.
5909         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5910         auto-detecting it.
5911
5912         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5913         it is used as argument to $CC.
5914         * ltcf-gcj.sh: Likewise.
5915
5916         * configure.in: Introduce --enable-maintainer-mode.
5917         * configure: Rebuilt.
5918         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5919         for maintainer mode.
5920         * Makefile.in: Rebuilt.
5921
5922 2003-02-18  Jason Merrill  <jason@redhat.com>
5923
5924         * Makefile.tpl (check-c++): Allow parallelism.
5925
5926 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5927
5928         * MAINTAINERS: Remove John Carr (who never actually had access to
5929         gcc.gnu.org).
5930
5931 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
5932
5933         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5934         don't configure target-libobjc.
5935         * configure: Regenerate.
5936
5937 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5938
5939         * Makefile.tpl (RANLIB): Define.
5940         * Makefile.in: Regenerate.
5941
5942 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
5943
5944         * MAINTAINERS: Update my email.
5945
5946 2003-02-06  Keith R Seitz  <keiths@redhat.com>
5947
5948         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5949         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5950         * Makefile.in: Regenerated.
5951         * configure.in: Remove all traces of snavigator, db, and grep.
5952         * configure: Regenerated.
5953
5954 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5955
5956         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
5957         After Approval.
5958
5959 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5960
5961         * MAINTAINERS (Write after approval): Add myself.
5962
5963 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
5964
5965         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5966         * Makefile.in: Regenerated.
5967
5968 2003-01-30  Roger Sayle  <roger@eyesopen.com>
5969
5970         * config.guess: Updated to 2003-01-30's version.
5971         * config.sub: Updated to 2003-01-28's version.
5972
5973 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
5974
5975         * config.if: If gcc_version is already set, just use it.  Don't set
5976         gcc_version_trigger if it's already set, otherwise set it to
5977         gcc/version.c, but only if the file exists.  If it is not set and
5978         gcc/version.c does not exist, try to extract the version number from
5979         $CC.
5980
5981 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
5982
5983         * MAINTAINERS: Add myself to write-after-approval list.
5984
5985 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
5986
5987         * configure.in:  Revert 24Jan change.
5988         * configure:  Regenerate.
5989
5990 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5991
5992         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
5993         entry of HJ Lu.
5994
5995 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5996
5997         * configure.in: Revert previous change.
5998         * configure: Regenerate.
5999
6000 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6001
6002         * configure.in: Make rda native-only.
6003         * configure: Regenerate.
6004
6005 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6006
6007         * MAINTAINERS: Move myself from GNATS-only-accounts to
6008         write-after-approval.
6009
6010 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6011
6012         * configure.in: Add missing \.
6013         * configure: Rebuilt.
6014
6015 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6016
6017         * configure.in (baseargs): Avoid using \| in sed regular
6018         expressions.
6019         * configure: Rebuilt.
6020
6021 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6022
6023         * configure.in (baseargs): Remove all supported forms of
6024         --cache-file, --srcdir, --host, --build and --target options
6025         from argument lists.
6026         * configure: Rebuilt.
6027
6028 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6029
6030         * MAINTAINERS: Add myself to write-after-approval list.
6031
6032 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6033
6034         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6035         * configure: Rebuilt.
6036
6037 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6038
6039         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6040         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6041         * Makefile.in: Regenerate.
6042         * configure: Regenerate.
6043
6044 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6045
6046         * configure.in: Remove Makefile in build, host and target modules
6047         unless configure was run with --no-recursion.
6048         * configure: Rebuilt.
6049
6050 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6051
6052         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6053         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6054         * Makefile.in: Regenerate.
6055
6056 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6057
6058         * config.guess: Update to 2003-01-03 version.
6059         * config.sub: Update to 2003-01-03 version.
6060
6061 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6062
6063         * configure: Regenerate with proper autoconf 2.13.
6064
6065 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6066
6067         * configure.in: Add AC_PREREQ for consistency.
6068         * configure: Regenerate.
6069
6070 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6071
6072         * configure.in (GDB_TK): Add tcl directories conditional on
6073         gdb/gdbtk directory being present.
6074         * configure: Regenerate.
6075
6076 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
6077
6078         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
6079         by gcc if LD is not defined and we are not doing a Canadian Cross.
6080         * configure: Rebuilt.
6081
6082 2002-12-31  Tom Tromey  <tromey@redhat.com>
6083
6084         * Makefile.in: Rebuilt.
6085         * Makefile.def (target_modules) [libffi]: Allow installation.
6086
6087 2002-12-31  Andreas Schwab  <schwab@suse.de>
6088
6089         * configure.in: Fix use of $program_transform_name.
6090         * configure: Regenerated.
6091
6092 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6093
6094         * configure.in (baseargs): Don't remove first configure argument.
6095         * configure: Regenerated.
6096
6097 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6098
6099         * Makefile.tpl (local-distclean): Don't remove...
6100         (multilib.ts): ... this.  Moved into...
6101         (multilib.out): ... this.  Don't use sub-make.
6102         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6103         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6104         (configure-build-[+module+], configure-[+module+],
6105         configure-target-[+module+], configure-gcc): ... these.  Test
6106         for Makefile existence.  Drop config.status from dependencies.
6107         * Makefile.in: Rebuilt.
6108         * configure.in: Move gcc-version-trigger to the end of
6109         ac_configure_args.  Add comments to maybedep.tmp and
6110         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6111         nonopt from baseargs, matching and removing corresponding
6112         whitespace while at it.
6113         * configure: Rebuilt.
6114
6115 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6116
6117         * configure.in (host_configargs): Replace reference to
6118         no-longer-defined buildopts with --build=${build_alias}.
6119         * configure: Rebuilt.
6120
6121         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6122         program_transform_name to standard idiom.
6123         (AUTOGEN, AUTOCONF): Define.
6124         (Makefile.in): Use $(AUTOGEN).
6125         (Makefile): Depend on config.status, and use autoconf-style rule to
6126         build it.  Move original commands to...
6127         (config.status): ... this new target.
6128         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6129         $(AUTOCONF).
6130         * Makefile.in: Rebuilt.
6131
6132 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6133
6134         * Makefile.tpl: Fix dramatic bustage due to change in
6135         program_transform_name.
6136         * Makefile.in: Regenerate.
6137
6138         * configure.in: Remove unnecessary PATH setting.
6139         * configure: Regnerate.
6140
6141         * configure.in: Don't default to unprefixed tools unless
6142         the native tools will work.
6143         * configure: Regenerate.
6144
6145         * configure.in: Convert to autoconf script.  Blow away lots
6146         of now-redundant Makefile fragments.
6147         * configure: Generate using Autoconf.
6148         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6149         * Makefile.in: Regenerate.
6150
6151 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6152
6153         * configure: Fix stupid bug where RANLIB was mistakenly included.
6154
6155         * configure.in: Rename (buildargs, hostargs, targargs) to
6156         (build_configargs, host_configargs, target_configargs).
6157
6158         * configure.in: Move logic out of sed statement.
6159
6160         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6161         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6162
6163 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6164
6165         * config.sub: Import from master repository
6166         * config.guess: Ditto
6167
6168 2002-12-24  Andreas Schwab  <schwab@suse.de>
6169
6170         * Makefile.tpl (multilib.out): Fix missing space.
6171         * Makefile.in: Regenerate.
6172
6173 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6174
6175         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6176         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6177         * Makefile.in: Regenerate.
6178         * configure.in: Remove unnecessary leftovers.
6179
6180 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6181
6182         * configure.in (extra_ranlibflags_for_target): New variable.
6183         (*-*-darwin): Add -c to ranlib commands.
6184         * configure (tooldir): Handle extra_ranlibflags_for_target.
6185
6186 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6187
6188         * Makefile.tpl: Revert HJL's change.
6189         * Makefile.in: Regenerated.
6190         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6191         always.
6192
6193 2002-12-19  Andreas Schwab  <schwab@suse.de>
6194
6195         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6196         * Makefile.in: Regenerate.
6197
6198 2002-12-18  H.J. Lu <hjl@gnu.org>
6199
6200         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6201         * Makefile.in: Regenerated.
6202
6203         * configure.in (build_prefix): New. Substitute.
6204
6205 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6206
6207         * Makefile.tpl: Don't let real targets depend on phony targets.
6208         * Makefile.in: Regenerate.
6209
6210         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6211         * Makefile.in: Regenerate.
6212
6213 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
6214
6215         * config.sub: Import from master repository
6216         * config.guess: Ditto
6217
6218 2002-12-16  Jason Merrill  <jason@redhat.com>
6219
6220         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6221         previous 'make bootstrap'.
6222         * Makefile.in: Regenerate.
6223
6224 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
6225
6226         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6227
6228 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6229
6230         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6231         * Makefile.in: Regenerate.
6232
6233 2002-12-13  Jason Merrill  <jason@redhat.com>
6234
6235         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
6236         library tests.
6237         (check-c++): Just depend on it and check-target-libstdc++-v3.
6238         * Makefile.in: Regenerate.
6239
6240 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6241
6242         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6243         * Makefile.in: Rebuilt.
6244
6245 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6246
6247         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6248
6249 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6250
6251         * configure: Fix bug put in by gremlins.
6252
6253         * Makefile.tpl: Substitute more autoconfily.
6254         * configure: Substitute more autoconfily.
6255         * Makefile.in: Regenerate.
6256
6257 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
6258
6259         * config.sub: Import from master repository
6260         * config.guess: Ditto
6261         * MAINTAINERS: Added Svein Seldal under write after approval
6262
6263 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
6264
6265         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6266         * Makefile.in (all-sim): Ditto.
6267
6268 2002-12-06  DJ Delorie  <dj@redhat.com>
6269
6270         * Makefile.tpl: Change configure dependencies to not have real
6271         targets depend on phony targets.
6272
6273 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
6274
6275         * configure.in: Revert unintentional change.
6276
6277         * Makefile.tpl: Change dependency for */multilib.out so that
6278         it works when gcc isn't in the tree.
6279
6280         * configure.in: Substitute more.
6281         * configure: Run subconfigures from the Makefile.
6282         * Makefile.tpl: Run subconfigures from the Makefile; add a few
6283         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
6284
6285 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6286
6287         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
6288
6289 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6290
6291         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6292         and corresponding dependencies.
6293         * Makefile.in: Regenerate.
6294
6295         * configure.in (host_tools): Order binutils, gas and ld for
6296         convenience in running the testsuites.
6297
6298         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6299         * Makefile.in: Regenerate.
6300         * configure.in: Introduce rules to serialize subconfigure runs.
6301
6302         * configure.in: Introduce BASE_CC_FOR_TARGET.
6303         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
6304         Realize configure-build-* targets.  Realize configure-target-* targets.
6305         * Makefile.in: Regenerate.
6306
6307 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6308
6309         * configure: Move gcc_version_trigger stuff from here...
6310         * configure.in: ...to here.
6311
6312         * configure.in: Separate subconfigure options added by this file from
6313         options given by the user.  Add machinery to put args for host
6314         subconfigures into the Makefile.
6315
6316         * Makefile.tpl: Remove 'vault' targets.
6317         * Makefile.tpl: Reorder and comment dependencies.
6318         * Makefile.in: Regenerate.
6319
6320 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6321         * configure.in: Fix my broken commit of previous patch. (sigh)
6322
6323 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6324
6325         * configure.in: Move host-specific darwin noconfigdirs into
6326         the host-specific section.
6327
6328 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6329
6330         * configure.in: Move host-specific darwin noconfigdirs into
6331         the host-specific section.
6332
6333 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6334
6335         * configure: Remove skip-this-dir support.
6336         * Makefile.tpl: Remove skip-this-dir support.
6337
6338         * Makefile.tpl: Remove leftover support for non-autoconfiscated
6339         subdirectories.
6340         * Makefile.in: Regenerate.
6341
6342         * Makefile.tpl: Strip out useless setting of 'dir'.
6343         * Makefile.in: Regenerate.
6344
6345 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6346
6347         * configure.in: Fix deeply stupid bug.
6348
6349         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6350         shell code in CXX_FOR_TARGET
6351         * Makefile.def: Introduce raw_cxx.
6352         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6353         RAW_CXX_FOR_TARGET.
6354         * Makefile.in: Regenerate.
6355
6356 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
6357
6358         * Makefile.tpl: Remove unnecessary ifs.
6359         * Makefile.in: Regenerate.
6360
6361         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6362         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6363         targets for 'no_install' modules.
6364         * configure: Move GDB_TK substitution to configure.in.  Move
6365         build_modules stuff to configure.in.
6366         * configure.in: Implement soft dependency machinery.  Maybe-ize
6367         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6368         * Makefile.in: Regenerate.
6369
6370 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6371
6372         * Makefile.tpl: Make all-target, install-target behave similarly
6373         to all, install (only hitting configured targets).  Eliminate
6374         unused macro defintions.
6375
6376         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6377         build != host.
6378
6379         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6380
6381         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6382
6383         * configure.in: Produce lists of subdir targets we're actually
6384         configuring.  Remove references to "dosrel".
6385         * Makefile.tpl: Let configure set which subdir targets are hit.
6386         Remove install-cross; clean up install; remove ALL.  Remove
6387         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6388         Autogenerate host module targets.  Remove empty dependency lines
6389         and redundant dependency; rearrange slightly.
6390         * Makefile.def: Add host-side libtermcap, utils.
6391
6392         * Makefile.in: Regenerate.
6393
6394 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6395
6396         * ltconfig (osf[345]): Append $major to soname_spec.
6397         Reflect this in library_names_spec.
6398         * ltmain.sh (osf): Prefix $major with . for use as extension.
6399
6400 2002-11-19  Andreas Jaeger  <aj@suse.de>
6401
6402         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6403         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6404         and sparc64 GNU/Linux systems.
6405
6406 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
6407
6408         * MAINTAINERS: Update email.
6409
6410 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6411
6412         * MAINTAINERS: Complete James Dennett's entry.
6413
6414 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
6415
6416         * MAINTAINERS (Write After Approval): Add myself.
6417
6418 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6419
6420         * Makefile.tpl: syntactic cleanup
6421
6422 2002-11-13 Stuart Hastings <stuart@apple.com>
6423
6424         * MAINTAINERS: Add myself to write-after-approval list.
6425
6426 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6427
6428         * Makefile.def: Add list of recursive targets to autogenerate.
6429         Add build_modules.
6430         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6431         targets.  Autogenerate *-build-* targets.
6432         * Makefile.in: Regenerate.
6433
6434 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6435
6436         * configure: More autoconf-style substitutions.
6437         * Makefile.tpl: More autoconf-style substitutions.
6438         * Makefile.in: Regenerate.
6439
6440 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6441
6442         * configure: Substitute more variables in a more autoconf-friendly
6443         way.  Simplify slightly.
6444         * Makefile.tpl: Make more variables substitutable in an
6445         autoconf-friendly way.
6446         * Makefile.in: Regenerate.
6447
6448 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
6449
6450         * MAINTAINERS (Write After Approval): Add myself.
6451
6452 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6453
6454         * configure.in (v810*): Remove special setting of tools.
6455
6456         * configure: Add support for extra required flags for ar or nm.
6457         * configure.in (aix4.3+): Use above support for target-specific
6458         issues, rather than using config/mt-aix43.
6459
6460 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6461
6462         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6463         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6464         with $srcdir.  Reformat indentation.  Substitute some variables
6465         formerly hard-coded in the Makefile for build=host.
6466         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6467         * Makefile.def: Autogenerate more.
6468         * Makefile.in: Regenerate.
6469
6470 2002-11-04  Adam Nemet  <anemet@lnxw.com>
6471
6472         * MAINTAINERS (Write After Approval): Add myself.
6473
6474 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6475
6476         * Makefile.def (host_modules): Add rda.
6477         * Makefile.in: Regenerate.
6478         * configure.in (target_tool): Add target-rda to list.
6479
6480 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6481
6482         * MAINTAINERS: Remove "co-maintainer" note for web pages.
6483
6484 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6485
6486         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6487         and restrap targets to this rule.
6488         * Makefile.in:  Regenerate.
6489
6490 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6491
6492         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6493         GNATS only accounts.
6494
6495 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6496
6497         * configure.in (i[3456]86-*-linux*): Add check to disable
6498         ${libgcj} for glibc1.
6499
6500 2002-10-24  Denis Chertykov  <denisc@overta.ru>
6501
6502         * MAINTAINERS: Add myself as ip2k port maintainer.
6503
6504 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6505
6506         * configure.in: Add tic4x target.
6507
6508 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6509
6510         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6511         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6512         * Makefile.in: Regenerate.
6513
6514         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6515         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6516         * Makefile.in: Regenerate.
6517
6518 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
6519
6520         * MAINTAINERS: Add myself as web pages co-maintainer.
6521
6522 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6523
6524         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6525         * Makefile.in: Regenerate.
6526
6527 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
6528
6529         * MAINTAINERS: Add myself and Nathan Sidwell
6530         <nathan@codesourcery.com> as VxWorks maintainers.
6531
6532 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6533
6534         * Makefile.def: Remove order dependency comments.
6535         * Makefile.tpl: Add explicit install-install dependencies.
6536         * Makefile.in: Regenerate.
6537
6538         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6539         * Makefile.in: Regenerate.
6540
6541         * Makefile.tpl: Add configure-target (for src-release in src)
6542         * Makefile.in: Regenerate.
6543
6544 2002-09-30  Nick Clifton  <nickc@redhat.com>
6545
6546         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6547
6548 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
6549
6550         * configure.in (s390*-*-linux*): Enable libgcj.
6551
6552 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6553
6554         * configure: Revert accidentally applied changes.
6555
6556         * Makefile.tpl: Make more autoconf-friendly.
6557         * Makefile.in: Regenerate.
6558         * configure: Make substitution more autoconf-like.
6559
6560 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
6561
6562         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6563         single entry to handle all these.
6564         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
6565         libjava on arm-*-elf.
6566
6567 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
6568
6569         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6570         things that depend on them.
6571
6572 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6573
6574         * Makefile.tpl: Make subsituted variables more autoconfy.
6575         * Makefile.in: Regenerate.
6576         * configure: Make seds more autoconfy.
6577
6578 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6579
6580         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6581         * Makefile.in: Regenerate.
6582         * configure.in: Rewrite sed statements to look autoconfy.
6583
6584         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6585         all-target-foo on configure-target-foo.
6586         * Makefile.def: Ditto.
6587         * Makefile.in: Rebuild.
6588
6589 2002-09-25  Andrew Haley  <aph@redhat.com>
6590
6591         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
6592
6593 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6594
6595         * Makefile.def: New file.
6596         * Makefile.tpl: New file.
6597         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6598         * contrib/gcc_update: Note that Makefile.in is a generated file.
6599
6600         * configure.in: Minor rearrangement.  Simplify tests.
6601
6602 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
6603
6604         * configure.in (with_headers): Skip copy if value is "yes".
6605         (with_libs): Likewise.
6606
6607 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6608
6609         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6610         * configure.in (sh*-*-pe*): Ditto.
6611         * configure.in (mips*-*-pe*): Ditto.
6612         * configure.in (*arm-wince-pe): Ditto.
6613
6614         * configure.in: Rearrange.
6615
6616 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
6617
6618         * MAINTAINERS: Update my email address.
6619
6620 2002-08-30  Paul Koning  <pkoning@equallogic.com>
6621
6622         * MAINTAINERS: (Write After Approval): Add myself.
6623
6624 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
6625
6626         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
6627
6628 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
6629
6630         * MAINTAINERS: Change my mailing address.
6631
6632 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
6633
6634         * MAINTAINERS (Write After Approval): Remove myself.
6635         (Various Maintainers: c++ runtime libs): Add myself.
6636
6637 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
6638
6639         * MAINTAINERS (Write After Approval): Remove myself.
6640         (Various Maintainers: c++ runtime libs): Add myself.
6641
6642 2002-08-15  Eric Christopher  <echristo@redhat.com>
6643
6644         * config.sub: Import from master repository.
6645         * config.guess: Ditto.
6646
6647 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
6648
6649         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6650         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6651         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6652
6653 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
6654
6655         * MAINTAINERS: Add self to rs6000 vector extensions.
6656
6657 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
6658
6659         * libiberty/configure: Reverted unintended yesterday's check in.
6660
6661 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
6662
6663         * boehm-gc/configure, libf2c/configure: Rebuilt.
6664         * libffi/configure, libiberty/configure: Ditto.
6665         * libjava/configure, libobjc/configure: Ditto.
6666         * libstdc++-v3/configure, zlib/configure: Ditto.
6667         Merged from binutils:
6668         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
6669         From Steve Ellcey <sje@cup.hp.com>:
6670         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6671         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6672         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6673         IA64.
6674         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6675         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6676         soname_spec, sys_lib_search_path_spec): Ditto.
6677
6678 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
6679
6680         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6681
6682 2002-08-04  H.J. Lu  (hjl@gnu.org)
6683
6684         * configure.in (mips*-*-linux*): Don't skip target-libffi.
6685
6686 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
6687
6688         * MAINTAINERS (Write After Approval): Add myself.
6689
6690 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
6691
6692         * configure.in: Move generic linux case to end.  Copy generic
6693         linux noconfigdirs to mips*-*-linux* entry and new
6694         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
6695
6696 2002-07-19  Michael Matz  <matz@suse.de>
6697
6698         * MAINTAINERS: Add myself as ra* maintainer.
6699
6700 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
6701
6702         * config.guess: Update to 2002-07-09 version.
6703         * config.sub: Update to 2002-07-03 version.
6704
6705 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
6706
6707         * MAINTAINERS: Fix typo in a maintainer email address.
6708
6709 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6710
6711         * configure.in: Remove two redundant tests.
6712
6713 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6714
6715         * configure.in (mips*-*-irix6*o32): Enable stabs.
6716
6717 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6718
6719         * configure.in: Don't build grez.
6720         * Makefile.in: Ditto.
6721
6722         * Makefile.in: Remove references to bsp, cygmon, libstub.
6723         * configure.in: Ditto.
6724
6725         * configure.in: Remove leftover reference to gdbtest.
6726
6727 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
6728
6729         * configure.in (gxx_include_dir):  Change to match versioned
6730         C++ headers if --enable-version-specific-runtime-libs is used.
6731
6732 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
6733
6734         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6735
6736 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6737
6738         * configure.in: Make --without-x work.
6739
6740 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6741
6742         * configure.in: Rearrange target Makefile fragment collection.
6743
6744         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6745         cvs[src].
6746         * configure.in: Ditto.
6747
6748 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
6749
6750         * MAINTAINERS (Write After Approval): Update my e-mail address.
6751
6752 2002-06-24  Ben Elliston  <bje@redhat.com>
6753
6754         * configure.in (host_tools): Remove cgen.
6755
6756         * Makefile.in (all-cgen): Remove; runs from its source directory.
6757         (check-cgen, install-cgen, clean-cgen): Likewise.
6758         (all-opcodes): Do not depend on all-cgen.
6759         (all-sim): Likewise.
6760
6761 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
6762
6763         * Makefile.in: Eliminate 'apache' targets.
6764         * configure.in: Eliminate 'apache' targets.
6765
6766         * configure.in: Eliminate redundant tests.  Reorganize.
6767
6768         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6769
6770         * config-ml.in: Eliminate references to Cygnus configure.
6771
6772         * Makefile.in: Eliminate references to building emacs.
6773
6774 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
6775
6776         * MAINTAINERS: Update my email address.
6777
6778 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
6779
6780         * config.if (libstdcxx_incdir): Version C++ headers.
6781         (cxx_incdir): Remove.
6782
6783 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6784
6785         * MAINTAINERS (Write After Approval): Add self.
6786
6787 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
6788
6789         * configure.in: Add support for ip2k.
6790
6791 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
6792
6793         * configure.in: Fix AIX configury bug.
6794
6795 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
6796
6797         * MAINTAINERS (Write After Approval): Add self.
6798
6799 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6800
6801         * configure.in: replace ${topsrcdir} with ${srcdir}
6802
6803         * configure.in: Move definition of libstdcxx_flags
6804         right above usage, rather than waaay earlier.
6805
6806         * configure.in: Pull definition of is_cross_compiler earlier.
6807
6808         * configure.in: Rearrange a little.
6809
6810         * configure.in: Remove references to librx.
6811         * Makefile.in: Remove references to librx.
6812
6813 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
6814
6815         * config.sub: Add support for avr target.
6816         Import from master sources, rev 1.255
6817
6818 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
6819
6820         * configure, .cvsignore:  Revert previous change...
6821         * Makefile:  ...delete.
6822
6823 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
6824
6825         * configure.in: Eliminate ${gasdir} variable.
6826
6827 2002-06-18  Dave Brolley  <brolley@redhat.com>
6828
6829         * configure.in: Add support for frv.
6830         * config.sub: Add support for frv.
6831
6832 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
6833
6834         * configure:  Remove garbage from previous commit.
6835
6836 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
6837
6838         * configure:  For in-source builds, make a subdir and re-exec there.
6839         * Makefile:  New file.  Pass targets through to build directory.
6840         * .cvsignore:  No longer ignore "Makefile".
6841
6842 2002-06-16  Douglas Rupp  <rupp@gnat.com>
6843
6844         * MAINTAINERS (Write After Approval): Add self.
6845
6846 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6847
6848         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6849
6850 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
6851
6852         * configure.in (vax-*-netbsd*): Re-enable gas.
6853
6854 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
6855
6856         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6857         BUILD_PREFIX_1, to correct nomenclature.
6858         * configure: Likewise.
6859
6860         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6861         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6862
6863 2002-05-31  Olaf Hering  <olh@suse.de>
6864
6865         * config-ml.in: Propogate DESTDIR also.
6866
6867 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
6868
6869         * configure.in (vax-*-netbsd*): Don't build gas for this
6870         platform.
6871
6872 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6873
6874         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6875         and libgcj for AVR.
6876
6877 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
6878
6879         * MAINTAINERS (Write After Approval): Add myself.
6880
6881 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6882
6883         * config.guess: Update to 2002-05-22 version.
6884         * config.sub: Likewise.
6885
6886 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6887
6888         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6889         * config-ml.in: Likewise.
6890         * configure: Likewise.
6891         * configure.in: Likewise.
6892
6893 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
6894
6895         * MAINTAINERS: Update my email address.
6896
6897 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
6898
6899         * configure.in: Simplify makefile fragment collection.
6900
6901         * configure.in: Remove code to build emacs.
6902
6903         * configure.in : Remove --srcdir argument from targargs and buildargs
6904         (it's always overridden in the Makefile anyway).  Rearrange a bit.
6905
6906         * configure: Move some logic to configure.in.
6907         * configure.in: Move some logic from configure.
6908
6909 2002-05-11  Tom Tromey  <tromey@redhat.com>
6910
6911         * MAINTAINERS: Reflect libgcj reality.
6912
6913 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
6914
6915         * Makefile.in: Honour DESTDIR.
6916
6917 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
6918
6919         * config.guess: Import 2002-03-20 version.
6920         * config.sub: Import 2002-04-26 version.
6921
6922 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6923
6924         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
6925
6926 2002-05-07  Tim Josling  <tej@melbpc.org.au>
6927
6928         * MAINTAINERS: Add self.
6929
6930 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
6931
6932         * ltmain.sh: Detect and handle object name conflicts
6933         while piecewise linking a static library.
6934
6935 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
6936
6937         * configure.in (noconfigdirs): Don't disable libgcj on
6938         sparc64-*-solaris* and sparcv9-*-solaris*.
6939
6940 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
6941
6942         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6943
6944 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
6945
6946         * configure.in (FLAGS_FOR_TARGET): Do not add
6947         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6948         on i[3456]86-*-linux*.
6949
6950 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
6951
6952         * configure.in (noconfigdirs): Replace [ ] with test.
6953
6954         * configure.in (noconfigdirs): Do not add target-newlib if
6955         target == i[3456]86-*-linux*, and host == target.
6956
6957 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
6958
6959         * configure.in: delete reference to absent file
6960
6961         * configure.in: replace '[' with 'test'
6962
6963         * configure.in: Eliminate references to gash.
6964         * Makefile.in: Eliminate references to gash.
6965
6966         * configure.in: remove useless references to 'pic' makefile fragments.
6967
6968         * configure.in: (*-*-windows*) Finish removing.
6969
6970         * configure.in: Eliminate redundant test for libgui.
6971
6972 2002-04-29  Roger Sayle  <roger@eyesopen.com>
6973
6974         * MAINTAINERS: Add self and realphabetize.  Update entries
6975         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
6976         entry for a29k port maintainer.
6977
6978 2002-04-26      Joel Sherrill <joel@OARcorp.com>
6979
6980         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6981         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6982
6983 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
6984
6985         * configure.in: remove references to dead files
6986
6987 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
6988
6989         * MAINTAINERS: Add information about purpose of this file.
6990
6991 2002-04-18  Tom Tromey  <tromey@redhat.com>
6992
6993         * configure.in: Disallow configuring libgcj when it is already
6994         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
6995         Solaris 2.8 by default.  For PR libgcj/6158.
6996
6997 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6998
6999         * configure.in:  Move default CC setting out of config/mh-* fragments
7000         directly into here.
7001
7002 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7003
7004         * configure.in: don't even try to configure or make a subdirectory
7005         if there's no configure script for it.
7006
7007 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7008
7009         * MAINTAINERS: Remove chill maintainers.
7010         * Makefile.in (CHILLFLAGS): Remove.
7011         (CHILL_LIB): Remove.
7012         (TARGET_CONFIGDIRS): Remove libchill.
7013         (CHILL_FOR_TARGET): Remove.
7014         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7015         CHILL_LIB.
7016         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7017         (CHECK_TARGET_MODULES): Likewise.
7018         (INSTALL_TARGET_MODULES): Likewise.
7019         (CLEAN_TARGET_MODULES): Likewise.
7020         (configure-target-libchill): Remove.
7021         (all-target-libchill): Remove.
7022         * configure.in (target_libs): Remove target-libchill.
7023         Do not compute CHILL_FOR_TARGET.
7024         * libchill: Remove directory.
7025
7026 2002-04-11  DJ Delorie  <dj@redhat.com>
7027
7028         * Makefile.in, configure.in: Sync with binutils, entries
7029         follow...
7030
7031 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7032
7033         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7034         (do-tar, do-bz2): New rules.
7035         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7036         (gdb-tar): New rule.
7037         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7038         (insight_dejagnu.tar): New rule.
7039         (insight.tar): New rule.
7040         (gdb+dejagnu.tar): New rule.
7041         (gdb.tar): New rule.
7042
7043 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7044
7045         * Makefile.in: Add all-tix to deps for all-snavigator
7046         so that tix is built when building snavigator.
7047
7048 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7049
7050         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7051         ld and gdb are not supported.
7052
7053 2002-01-07  Mark Salter  <msalter@redhat.com>
7054
7055         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7056         Allow target-libgloss to be built for arm, strongarm, and xscale.
7057
7058 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7059
7060         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7061         options for i[3456]86-pc-linux* native builds.
7062
7063 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7064
7065         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7066         files from .po files for a distribution.
7067
7068 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7069
7070         * configure.in: Enable libstdc++-v3 for h8300 targets.
7071
7072 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7073
7074         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7075         version from bfd/.
7076
7077 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7078
7079         * Makefile.in (VER): When present, extract the version number from
7080         the file version.in.
7081
7082 2001-05-24  Tom Rix <trix@redhat.com>
7083
7084         * configure.in : enable ld for aix
7085
7086 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7087
7088         * config.guess: Add linux target for S/390.
7089
7090 2000-11-07  Philip Blundell  <pb@futuretv.com>
7091
7092         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7093
7094 2000-11-03  Philip Blundell  <pb@futuretv.com>
7095
7096         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7097         files.
7098
7099 2001-01-15  Ben Elliston  <bje@redhat.com>
7100
7101         * configure.in (host_tools): Add sid.
7102         Always configure cgen.
7103
7104 2000-11-24  Nick Clifton  <nickc@redhat.com>
7105
7106         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7107
7108
7109 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7110
7111         * Makefile.in (ALL_MODULES): Add all-cgen.
7112         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7113         (all-cgen): New target.
7114         (all-opcodes,all-sim): Depend on all-cgen.
7115         * configure.in (host_tools): Add cgen.
7116         Only configure cgen if --enable-cgen-maint.
7117
7118 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
7119
7120         * configure.in: Add *-*-freebsd* configurations.
7121
7122 2002-04-08  Tom Tromey  <tromey@redhat.com>
7123
7124         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7125         Fixes PR libgcj/6068.
7126
7127 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7128
7129         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7130
7131 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7132
7133         * configure.in (alpha*-dec-osf*): Enable libgcj.
7134
7135 2003-03-27  Matthew Gingell <gingell@gnat.com>
7136
7137         * MAINTAINERS (Write After Approval): Add myself.
7138
7139 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7140
7141         Fix for: PR bootstrap/3591, target/5676
7142         * configure.in (mcore-pe): Disable the configuration of
7143         libstdc++-v3 since exceptions are not supported.
7144
7145 2002-03-20  Anthony Green  <green@redhat.com>
7146
7147         * configure.in: Enable libgcj for xscale-elf target.
7148
7149 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
7150
7151         * MAINTAINERS:  Update my email address.
7152
7153 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7154
7155         * ltmain.sh (relink_command): Fix typo in previous change.
7156
7157 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7158
7159         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7160         (relink_command): Added --tag flags.
7161         (mode=install): If relinking fails; error out.
7162
7163 2002-03-12  Richard Henderson  <rth@redhat.com>
7164
7165         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7166         .NOTPARALLEL tag.
7167         (do-check): Rename from check.
7168         (check): Allow parallel check.
7169
7170 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7171
7172         * MAINTAINERS: Add myself as maintainer for xtensa port.
7173         Fix alphabetical order in CPU port maintainer list.
7174         Remove myself from Write After Approval list.
7175
7176 2002-03-11  Richard Henderson  <rth@redhat.com>
7177
7178         * Makefile.in (.NOTPARALLEL): Add fake tag.
7179
7180 2002-03-07  H.J. Lu  (hjl@gnu.org)
7181
7182         * configure.in: Enable gprof for mips*-*-linux*.
7183
7184 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
7185
7186         * MAINTAINERS (Write After Approval): Add myself.
7187
7188 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7189
7190         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7191         libjava.
7192         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7193
7194 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7195
7196         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7197         because its Makefile is there; test for the executable instead.
7198
7199 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
7200
7201         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7202         libstdc++-v3 and libjava.
7203
7204 2002-02-11  Adam Megacz <adam@xwt.org>
7205
7206         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7207         boehm-gc
7208
7209 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7210
7211         * config.guess: Updated to 2002-01-30's version.
7212         * config.sub: Updated to 2002-02-01's version.
7213         Contribute sh64-elf.
7214         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7215         * configure.in: Added sh64-*-*.
7216
7217 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
7218
7219         * MAINTAINERS: Belatedly add myself to write after approval list.
7220
7221 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
7222
7223         * MAINTAINERS: Put self in as maintainer for x86-64 port.
7224         Remove self as Write After Approval.
7225
7226 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
7227
7228         * MAINTAINERS: Put self in as maintainer for contrib/regression
7229         directory.
7230
7231 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
7232
7233         * MAINTAINERS:  Update my email address.
7234
7235 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7236
7237         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7238         target-libiberty, and target-libgloss.  Skip Java-related
7239         libraries if not supported for NetBSD on target CPU.
7240
7241 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
7242
7243         * install-sh: Use _inst.$$_ for temp file name.
7244
7245 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
7246
7247         * MAINTAINERS (Write After Approval): Move my contact info
7248         from here...
7249         (OS Port Maintainers): ...to here (netbsd).
7250
7251 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
7252
7253         * MAINTAINERS (Write After Approval): Add myself.
7254
7255 2002-01-17  H.J. Lu <hjl@gnu.org>
7256
7257         * Makefile.in (all-fastjar): Also depend on all-libiberty.
7258         (all-target-fastjar): Also depend on all-target-libiberty.
7259
7260 2002-01-16  H.J. Lu  (hjl@gnu.org)
7261
7262         * config.guess: Import from master sources, rev 1.225.
7263         * config.sub: Import from master sources, rev 1.238.
7264
7265 2002-01-16  Kazu Hirata  <kazu@hxi.com>
7266
7267         * MAINTAINERS (Write After Approval): Remove myself.
7268
7269 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
7270
7271         * MAINTAINERS (Write After Approval): Add myself.
7272
7273 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7274
7275         * MAINTAINERS: Add self as docs co-maintainer.
7276
7277 2001-12-11  Matthias Klose  <doko@debian.org>
7278
7279         * MAINTAINERS (Write After Approval): Add myself.
7280
7281 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
7282
7283         * MAINTAINERS: Update my email address.
7284
7285 2001-12-07  Turly O'Connor  <turly@apple.com>
7286         * MAINTAINERS (Write After Approval): Add myself.
7287         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
7288         (rs6000_initialize_trampoline): Call __trampoline_setup for
7289         ABI_DARWIN too.
7290         * darwin-tramp.asm: New file, implements __trampoline_setup.
7291         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
7292
7293 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
7294
7295         * MAINTAINERS (Write After Approval): Add myself.
7296
7297 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
7298
7299         * configure, configure.in: Use temp file for long sed commands.
7300
7301 2001-12-03  Laurent Guerby  <guerby@acm.org>
7302
7303         * config.sub: Update to version 1.232 on subversion.
7304
7305 2001-12-03  Ben Elliston  <bje@redhat.com>
7306
7307         * MAINTAINERS: Update mail address for config.* patches.
7308
7309 2001-11-27  DJ Delorie <dj@redhat.com>
7310             Zack Weinberg  <zack@codesourcery.com>
7311
7312         When build != host, create libiberty for the build machine.
7313
7314         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7315         CONFIG_ARGUMENTS.
7316         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7317         New variables.
7318         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7319         and rules.
7320         (all.normal): Depend on ALL_BUILD_MODULES.
7321         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7322         (all-build-libiberty): Depend on configure-build-libiberty.
7323
7324         * configure: Calculate and substitute proper value for
7325         ALL_BUILD_MODULES.
7326         * configure.in: Create the build subdirectory.
7327         Calculate and substitute TARGET_CONFIGARGS (formerly
7328         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7329
7330 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
7331
7332         * MAINTAINERS (write-after-approval): Add self.
7333
7334 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7335
7336         * MAINTAINERS (GNATS only accounts): Remove self.
7337
7338 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
7339
7340         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7341         libf2c.
7342
7343 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7344
7345         * MAINTAINERS (Write After Approval): Add self.
7346
7347 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7348
7349         * MAINTAINERS: mips and s390 are also CPU ports.
7350
7351 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7352
7353         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7354
7355 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
7356
7357         * MAINTAINERS: Alphabetize.
7358
7359 2001-11-09  Kazu Hirata  <kazu@hxi.com>
7360
7361         * MAINTAINERS (Various maintainers: h8 port): Add myself.
7362
7363 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7364
7365         * MAINTAINERS (Various maintainers: hppa port): Added myself.
7366
7367 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7368
7369         * configure.in (--enable-languages): Be more permissive about
7370         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7371
7372 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
7373
7374         * config.sub: Import from master sources, rev. 1.230.
7375         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7376
7377 2001-11-07  Laurent Guerby  <guerby@acm.org>
7378
7379         * MAINTAINERS (Write After Approval): Add self.
7380
7381 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7382
7383         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7384
7385 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
7386
7387         * config.sub: Import from master sources, rev 1.226.
7388         * config.guess: Import from master sources, rev 1.216.
7389
7390 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
7391
7392         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7393         * MAINTAINERS: Add self as maintainer of MMIX port.
7394         Remove old after-approval entry.
7395
7396 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7397
7398         * ChangeLog, configure: Fix spelling errors.
7399
7400 2001-10-20  Brendan Kehoe  <brendan@zen.org>
7401
7402         * MAINTAINERS: Tweak my address.
7403
7404 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
7405
7406         * MAINTAINERS: Update my email address.
7407
7408 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
7409
7410         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7411         * MAINTAINERS: Add self as maintainer of CRIS port.
7412
7413 2001-10-10  Geert Bosch  <bosch@gnat.com>
7414
7415         * MAINTAINERS (Various maintainers: Ada front end):
7416         Added Robert Dewar.
7417
7418 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
7419
7420         * MAINTAINERS (Write After Approval): Added self
7421
7422 2001-10-02  Geert Bosch  <bosch@gnat.com>
7423
7424         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7425
7426 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7427
7428         * configure: Handle temporary files securely using mkdir.
7429
7430 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7431
7432         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7433
7434 2001-09-26  Will Cohen <wcohen@redhat.com>
7435
7436         * configure.in (*-*-linux*): Disable configuration of target-newlib
7437         and target-libgloss.
7438
7439 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7440
7441         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7442         RANLIB.
7443
7444 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7445
7446         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7447         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7448         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7449         avoid quotes nesting problems.
7450         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7451         (DO_X): Export only variables that are set.
7452
7453 2001-09-19  Ben Elliston  <bje@redhat.com>
7454
7455         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7456         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7457         semantics.  Use the shell built-in "type" command instead.
7458
7459 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
7460
7461         Merged from gcc-3_0-branch:
7462         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7463         * ltcf-c.sh: Use $objext, not $ac_objext.
7464         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7465         * ltcf-cxx.sh: Add support for GNU.
7466         2001-07-22  Timothy Wall  <twall@redhat.com>
7467         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7468         default settings if using GNU tools with that configuration.
7469         * ltcf-cxx.sh: Ditto.
7470         * ltcf-gcj.sh: Ditto.
7471         2001-07-21  Michael Chastain  <chastain@redhat.com>
7472         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7473         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7474         * ltmain.sh: Mark as gcc-local.
7475
7476 2001-08-30  Eric Christopher  <echristo@redhat.com>
7477             Jason Eckhardt  <jle@redhat.com>
7478
7479         * config.guess: Merge from master sources.
7480         * config.sub: Merge from master sources, add support for mipsisa32.
7481
7482 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
7483         * config.sub: Merge from master sources, rev 1.219.
7484         * MAINTAINERS: Add self as contact for stormy16 port.
7485
7486 2001-08-14  Zack Weinberg  <zackw@panix.com>
7487
7488         * config.sub: Merge from master sources, rev 1.218.
7489         * config.guess: Merge from master sources, rev 1.209.
7490
7491 2001-08-11  Graham Stott  <grahams@redhat.com>
7492
7493         * Makefile.in (check-c++): Add missing semicolon.
7494
7495 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
7496
7497         * MAINTAINERS (Various maitainers: predict.def): Added myself.
7498
7499 2001-07-30  Eric Christopher  <echristo@redhat.com>
7500
7501         * MAINTAINERS (Various maintainers: mips port): Added myself.
7502
7503 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
7504
7505         * configure.in (sh-*-linux*): New.
7506
7507 2001-07-27  Richard Henderson  <rth@redhat.com>
7508
7509         * .cvsignore: Add LAST_UPDATED.
7510
7511 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
7512
7513         * MAINTAINERS (Various maintainers: s390 port): Added myself.
7514
7515 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
7516
7517         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
7518
7519 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
7520
7521         * MAINTAINERS (Write After Approval): Added myself.
7522
7523 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7524
7525         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7526         and libgcj on m68hc11/m68hc12.
7527
7528 2001-06-27  H.J. Lu  (hjl@gnu.org)
7529
7530         * Makefile (CFLAGS_FOR_BUILD): New.
7531         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7532
7533 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7534
7535         * README: Remove version number.
7536
7537 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7538
7539         * INSTALL/README: Update wrt. to the installation instructions now
7540         residing in gcc/doc/install.texi.
7541
7542 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7543
7544         * README: Replace with a cut-down and updated version of gcc/README.
7545
7546 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
7547
7548         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
7549         multilibs to be disabled.
7550
7551 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
7552
7553         * MAINTAINERS (Write After Approval): Add myself.
7554
7555 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
7556
7557         * config.guess: Import CVS version 1.195.
7558         * config.sub: Import CVS version 1.212.
7559
7560 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
7561
7562         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7563         gcc/xgcc is built, use -print-prog-name to find out the program
7564         name to use.
7565
7566 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
7567
7568         * config.guess:  Import CVS version 1.194.  All gcc-local changes
7569         appear to also be in the master copy.
7570         * config.sub:  Import CVS version 1.211.
7571
7572 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
7573
7574         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7575         with_gcc]: Use `gcc -shared' to build a shared library.
7576
7577 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7578
7579         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7580         archives.
7581
7582 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7583
7584         * MAINTAINERS (Write After Approval): Add myself.
7585
7586 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
7587
7588         * configure.in (libstdcxx_flags): Do not try to execute
7589         libstdc++-v3/testsuite_flags until it exists.
7590
7591 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
7592
7593         * MAINTAINERS: Update my email address.
7594
7595 2001-05-31  Graham Stott  <grahams@redhat.com>
7596
7597         * MAINTAINERS (Write After Approval): Add myself.
7598
7599 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
7600
7601         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
7602         libraries when using g++ with native linker.
7603
7604 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
7605
7606         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7607
7608 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
7609
7610         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7611         [aix4*|aix5*]: Prepend blank.
7612
7613 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
7614
7615         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7616         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
7617         of subdir/configure scripts to use the new libtool.m4.
7618
7619 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
7620
7621         * MAINTAINERS (Write After Approval): Add myself.
7622
7623 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
7624
7625         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7626
7627 2001-05-11  Ben Elliston  <bje@redhat.com>
7628
7629         * Makefile.in (all-sid): New target.
7630         (check-sid, clean-sid, install-sid): Likewise.
7631
7632 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
7633
7634         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7635
7636 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7637
7638         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7639         libgcj.
7640
7641 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7642
7643         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7644         gcc/xgcc is built, use -print-prog-name to find out the program
7645         name to use.
7646
7647 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7648
7649         * configure.in (noconfigdirs): Don't reset it from scratch in the
7650         target case; only append to it.
7651
7652         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7653         sparc-*-solaris2.8]: Disable ${libgcj}.
7654
7655 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
7656
7657         * configure.in (libgcj_saved): Copy from $libgcj.
7658         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7659         --disable-libgcj.
7660
7661 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
7662
7663         * MAINTAINERS: Remove self as MIPS maintainer and
7664         C front end maintainer.
7665
7666 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
7667
7668         * configure.in: Move *-chorusos target case to the proper switch.
7669         Disable libgcj.
7670
7671 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7672
7673         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7674         1.641.2.228.
7675
7676 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7677
7678         * Makefile.in (STAGE1_CFLAGS): Pass down.
7679
7680 2001-04-13  Alan Modra  <amodra@one.net.au>
7681
7682         * config.guess: Add hppa64-linux support.  Note for next import that
7683         this is already in the master file.
7684         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
7685
7686 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7687
7688         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7689         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7690
7691 2001-04-11  Stan Shebs  <shebs@apple.com>
7692
7693         * MAINTAINERS: Add self as Darwin port maintainer.
7694
7695 2001-04-11  Alan Modra  <amodra@one.net.au>
7696
7697         * MAINTAINERS: Update my email address.
7698
7699 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
7700
7701         * ltcf-cxx.sh: Support creation of C++ shared libraries on
7702         recent versions of FreeBSD (release 3 or later).
7703         * ltconfig: On FreeBSD, -lc must not be provided when building
7704         a shared library or else the standard -pthread gcc option is
7705         rendered worthless to later users of the built library.
7706
7707 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
7708
7709         * MAINTAINERS: Add self and RTH as C front end maintainers.
7710
7711 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
7712
7713         * config.sub: Make sure to match an already-canonicalized
7714         machine name (eg. mn10300-unknown-elf).
7715
7716 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
7717
7718         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7719         New macros.
7720         (bootstrap, cross): Use RECURSE_FLAGS.
7721         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7722
7723 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
7724
7725         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7726
7727 2001-03-22  Colin Howell  <chowell@redhat.com>
7728
7729         * Makefile.in (DO_X): Do not backslash single-quotes in
7730         backquotes (two places).
7731
7732 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7733
7734         Re-installed:
7735         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7736         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7737         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7738         * ltcf-cxx.sh: Likewise.
7739         * ltcf-gcj.sh: Likewise.
7740
7741 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7742
7743         * MAINTAINERS: Add myself as "documentation co-maintainer".
7744
7745 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7746
7747         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7748         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7749
7750 2001-03-19  Tom Tromey  <tromey@redhat.com>
7751
7752         * config-ml.in: Handle GCJ and GCJFLAGS.
7753
7754 2001-03-21  Michael Chastain  <chastain@redhat.com>
7755
7756         * Makefile.in: all-m4 depends on all-texinfo.
7757
7758 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
7759
7760         * MAINTAINERS: Add myself to write after approval list.
7761
7762 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
7763
7764         * Makefile.in (DO_X): Quote nested quotes.
7765
7766 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
7767
7768         * MAINTAINERS: Add myself to write after approval list.
7769
7770 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
7771
7772         * Makefile.in (DO_X): Use double quotes for quoting
7773         "RANLIB=$${RANLIB}".
7774
7775 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
7776
7777         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
7778
7779 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
7780
7781         * configure.in: Only use `lang_requires' for languages athat are
7782         actually enabled.
7783
7784 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
7785
7786         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
7787
7788 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
7789
7790         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7791
7792 2001-03-07  Tom Tromey  <tromey@redhat.com>
7793
7794         * configure.in: Allow config-lang.in to set `lang_requires' to list
7795         of other required languages.
7796
7797 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
7798
7799         * Makefile.in: Remove RANLIB definition. Use RANLIB
7800         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7801         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7802
7803 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
7804             Alexandre Oliva  <aoliva@redhat.com>
7805
7806         * Makefile.in (check-c++): Use tabs, not spaces.
7807
7808 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
7809
7810         * MAINTAINERS: add myself to Write After Approval list.
7811
7812 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
7813
7814         * Makefile.in (check-c++): New rule.
7815
7816         * configure.in (target_libs): Remove libg++.
7817         (noconfigdirs): Remove libg++.
7818         (noconfigdirs): Same.
7819         (noconfigdirs): Same.
7820         (noconfigdirs): Same.
7821
7822         * config-ml.in: Remove libg++ references.
7823
7824         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7825         (ALL_TARGET_MODULES): Same.
7826         (configure-target-libg++): Remove.
7827         (all-target-libg++): Remove.
7828         (configure-target-libio): Remove.
7829         (all-target-libio): Remove.
7830         (check-target-libio): Remove.
7831         (.PHONY): Remove.
7832         (libg++.tar.bz2): Remove.
7833         (all-target-cygmon): Remove libio.
7834         (all-target-libstdc++): Remove.
7835         (configure-target-libstdc++): Remove.
7836         (TARGET_LIB_PATH): Remove libstdc++.
7837         (ALL_GCC_CXX): Remove libstdc++.
7838         (all-target-gperf): Correct.
7839
7840 2001-02-16  Nick Clifton  <nickc@redhat.com>
7841
7842         * configure.in (noconfigdirs): Allow configuration of texinfo
7843         for Cygwin hosts.
7844
7845 2001-02-15  Anthony Green  <green@redhat.com>
7846
7847         * configure: Introduce GCJ_FOR_TARGET.
7848         * configure.in: Ditto.
7849         * Makefile.in: Ditto.
7850
7851 2001-02-13  Andreas Schwab  <schwab@suse.de>
7852
7853         * MAINTAINERS: Update mail address.
7854
7855 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7856
7857         * config.guess: Add linux target for S/390.
7858         * config.sub: Likewise.
7859
7860 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
7861
7862         * configure.in: for *-chorusos, don't config target-newlib and
7863         target-libgloss.
7864
7865 2001-02-06  Ben Elliston  <bje@redhat.com>
7866
7867         * configure: Output host type to stdout, not stderr.
7868
7869 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
7870
7871         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
7872         * ltcf-cxx.sh: Likewise.
7873
7874         * config.if: Assume enable_libstdcxx_v3 is defined.
7875
7876 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
7877
7878         Remove V2 C++ library.
7879         * configure.in: Remove --enable-libstdcxx_v3 support.
7880
7881 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
7882
7883         * include/demangle.h: Add prototype for java_demangle_v3.
7884
7885 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
7886
7887         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
7888
7889 2001-01-27  Richard Henderson  <rth@redhat.com>
7890
7891         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7892
7893 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7894
7895         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7896         Don't unset, it's non-portable and no longer necessary, set to empty
7897         instead.
7898
7899 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7900
7901         * ltconfig: Shell portability fix for the tagname validity check.
7902
7903 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
7904
7905         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7906         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7907
7908 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7909
7910         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7911
7912 2001-01-26  Tom Tromey  <tromey@redhat.com>
7913
7914         * configure.in: Allow libgcj to be built on Sparc Solaris.
7915
7916 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
7917
7918         * ltcf-c.sh: Add aix5 case.
7919         * ltcf-cxx.sh: Likewise.
7920         * ltconfig: Likewise.
7921
7922 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7923
7924         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7925         keep at least one of build_libtool_libs or build_old_libs set to
7926         yes.
7927
7928         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7929         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7930
7931 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
7932
7933         * configure.in: Enable libgcj on several additional platforms.
7934
7935 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
7936
7937         * configure.in: Enable libgcj for linux targets.
7938
7939 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7940
7941         * MAINTAINERS (Write After Approval): Add myself.
7942
7943 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7944
7945         * MAINTAINERS: Add myself as vax port maintainer.
7946
7947 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
7948
7949         * MAINTAINERS: Add myself as Mercury front-end maintainer.
7950
7951 2001-01-09  Mike Stump  <mrs@wrs.com>
7952
7953         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7954         failures of subdirectories.
7955
7956 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7957
7958         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7959         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7960         * ltcf-cxx.sh: Likewise.
7961         * ltcf-gcj.sh: Likewise.
7962         * ltconfig.sh: Fix typo.
7963
7964 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7965
7966         * configure: handle DOS-style absolute paths.
7967
7968 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7969
7970         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7971
7972 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
7973
7974         * MAINTAINERS: Add myself as avr port co-maintainer.
7975
7976 2000-12-28  Ben Elliston  <bje@redhat.com>
7977
7978         * MAINTAINERS: Add myself under ``Write After Approval''.
7979
7980 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
7981
7982         * texinfo: Remove directory from GCC.
7983
7984 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7985
7986         * COPYING: Update to current
7987         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
7988         to 19yy as example year in copyright notice).
7989
7990 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
7991
7992         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7993         (libstdcxx_incdir): Pass down.
7994         * config.if: Remove expired bits for cxx_interface, add stub.
7995         (libstdcxx_incdir): Add variable for g++ include directory.
7996         * configure.in (gxx_include_dir): Use it.
7997
7998 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
7999
8000         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8001         with old-email address from ``Write After Approval''.
8002
8003 2000-12-15  Andreas Jaeger  <aj@suse.de>
8004
8005         * configure.in: Handle lang_dirs.
8006
8007 2000-12-14  Tom Tromey  <tromey@redhat.com>
8008
8009         * MAINTAINERS: Removed brads.
8010
8011         * MAINTAINERS: Added gcj developers.
8012
8013 2000-12-13  Anthony Green  <green@redhat.com>
8014
8015         * configure.in: Disable libgcj for any target not specifically
8016         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8017         with g++ abi.
8018
8019 2000-12-13  Mike Stump  <mrs@wrs.com>
8020
8021         * Makefile.in (local-distclean): Also remove fastjar.
8022
8023 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8024
8025         * contrib/gcc_update: Add fastjar --touch entries.
8026
8027 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8028
8029         * configure.in: Disable language-specific target libraries for
8030         languages that aren't enabled.
8031
8032 2000-12-10  Anthony Green  <green@redhat.com>
8033
8034         * configure.in: Define libgcj.  Disable libgcj target libraries for
8035         most targets.
8036
8037 2000-12-10  Neil Booth  <neilb@earthling.net>
8038
8039         * MAINTAINERS: Update mail address, remove from WAA list.
8040
8041 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8042
8043         * libjava: Imported from /cvs/java.
8044         * libffi: Likewise.
8045         * Boehm-gc: Likewise.
8046
8047 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8048
8049         * configure.in (target_libs): Revert 2000-12-08 patch.
8050         (noconfigdirs): Added target-libjava.
8051
8052 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8053
8054         * djunpack.bat: removed.
8055
8056 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8057
8058         * Makefile.in: handle DOS-style absolute paths.
8059         * config-ml.in: likewise.
8060         * symlink-tree: likewise.
8061
8062 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8063
8064         * fastjar: Imported.
8065
8066 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8067
8068         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8069         libjava.
8070         * configure.in (target_libs): Removed `target-libjava'.
8071
8072 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8073
8074         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8075         (ALL_MODULES): Added fastjar.
8076         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8077         (all-target-libjava): all-fastjar replaces all-zip.
8078         (all-fastjar): Added.
8079         (configure-target-fastjar, all-target-fastjar): Likewise.
8080         * configure.in (host_tools): Added fastjar.
8081
8082 2000-12-07  Mike Stump  <mrs@wrs.com>
8083
8084         * Makefile.in (local-distclean): Remove leftover built files.
8085
8086 2000-11-24  Nick Clifton  <nickc@redhat.com>
8087
8088         * configure.in (xscale-elf): Add target.
8089         (xscale-coff): Add target.
8090
8091 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8092
8093         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8094         recent versions of FreeBSD (release 3 or later).
8095         * ltconfig: On FreeBSD, -lc must not be provided when building
8096         a shared library or else the standard -pthread gcc option is
8097         rendered worthless to later users of the built library.
8098
8099 2000-11-16  Fred Fish  <fnf@be.com>
8100
8101         * configure.in (enable_libstdcxx_v3): Fix typo,
8102         libstd++ -> libstdc++.
8103
8104 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8105
8106         * MAINTAINERS: Add self to Write After Approval list.
8107
8108 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8109
8110         * MAINTAINERS: Update my email address.  Add myself to global write
8111         privs list.
8112
8113 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8114
8115         * Makefile.in: Merge with src and libgcj.
8116         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8117         configure-target-<library> when their configure scripts need the C
8118         or C++ library to have already been built to work properly.
8119         (do_proto_toplev): Set them to an empty string.
8120
8121         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8122         (REALLY_SET_LIB_PATH): Use them.
8123
8124 2000-11-17  Stan Shebs  <shebs@apple.com>
8125
8126         * MAINTAINERS: Add self to Write After Approval list.
8127
8128 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8129
8130         * configure: Provide the original toplevel configure arguments
8131         (including $0) to subprocesses in the environment rather than
8132         through gcc/configargs.h.
8133
8134 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8135
8136         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8137         C99.  Alphabetise "Write After Approval" list.
8138
8139 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8140
8141         * configure: Turn on libstdc++ V3 by default.
8142
8143         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8144         if we've got GCC.
8145
8146 2000-11-11  Philip Blundell  <philb@gnu.org>
8147
8148         * MAINTAINERS: Add self to Write After Approval list.
8149
8150 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8151
8152         * ltcf-c.sh (aix4): Improve shared library configuration; require
8153         exporting symbols.
8154         * ltcf-cxx.sh (aix4): Define.
8155         * ltconfig (aix4): Define library and soname specs appropriate for
8156         AIX.  Define command to create export symbols list.
8157
8158 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
8159
8160         * config.sub: Add support for Sun Chorus
8161
8162 2000-10-31  Nick Clifton  <nickc@redhat.com>
8163
8164         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8165         <name>@redhat.com.  Also installed new email address for Clint
8166         Popetz.
8167
8168 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8169
8170         * etc: Remove directory from GCC.
8171
8172 2000-10-16  Michael Meissner  <meissner@redhat.com>
8173
8174         * configure (gcc/configargs.h): Only create if there is a build GCC
8175         directory created.
8176
8177 2000-10-16  Matthias Klose  <doko@debian.org>
8178
8179         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8180         when configured for libstdc++-v3.
8181
8182 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
8183
8184         * configure: Save configure arguments to gcc/configargs.h.
8185
8186 2000-10-04  Philipp Thomas  <pthomas@suse.de>
8187
8188         * config.guess: Import CVS version 1.157.
8189         * config.sub: Import CVS version 1.181.
8190
8191 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
8192
8193         * Makefile.in (bootstrap): avoid recursion if subdir missing
8194         (cross): ditto
8195         (do-proto-toplev): ditto
8196
8197 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
8198
8199         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8200         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8201
8202         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8203         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
8204         all affected `configure' scripts.
8205
8206 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
8207
8208         * MAINTAINERS: Add self as cpplib co-maintainer.
8209
8210 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
8211
8212         * MAINTAINERS: Add self to Write After Approval list.
8213
8214 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8215
8216         * INSTALL/README: egcs -> GCC update.
8217
8218 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
8219
8220         * MAINTAINERS: Add myself to Write After Approval list.
8221
8222 2000-09-15  Kazu Hirata  <kazu@hxi.com>
8223
8224         * MAINTAINERS: Add myself to Write After Approval list.
8225
8226 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
8227
8228         * configure.in: Do not build byacc for hppa64.  Provide paths to the
8229         X11 libraries for hppa64.
8230
8231 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8232
8233         * MAINTAINERS: Add myself as 68hc11 port maintainer.
8234
8235 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
8236
8237         * Makefile.in (all-zlib): Added dummy target.
8238
8239         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8240         ltcf-gcj.sh: Updated from libtool multi-language branch.
8241
8242 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8243
8244         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8245         (bootstrap*): Depend on all-bootstrap.
8246
8247 2000-09-05  Philipp Thomas  <pthomas@suse.de>
8248
8249         * config.guess: Import CVS version 1.156.
8250         * config.sub: Import CVS version 1.179.
8251
8252 2000-09-02  Anthony Green  <green@cygnus.com>
8253
8254         * Makefile.in (all-gcc): Depend on all-zlib.
8255         (CLEAN_MODULES): Add clean-zlib.
8256         (ALL_MODULES): Add all-zlib.
8257         * configure.in (host_libs): Add zlib.
8258
8259 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
8260
8261         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8262         crosses, but add gcc/include to the header search path for them.
8263
8264 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
8265
8266         * MAINTAINERS: Add self to Write After Approval list.
8267
8268 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8269
8270         * config.guess: Import CVS version 1.152.
8271         * config.sub: Import CVS version 1.177.
8272
8273 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
8274
8275         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8276         $targargs to tell whether newlib is going to be built.
8277
8278         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8279         $$r/TARGET_SUBDIR/libio for _G_config.h.
8280
8281 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
8282
8283         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
8284
8285 2000-08-22  DJ Delorie  <dj@redhat.com>
8286
8287         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
8288
8289 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
8290
8291         * config-ml.in (CC, CXX): Avoid trailing whitespace.
8292         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8293         sub-configures.
8294
8295 2000-08-21  DJ Delorie  <dj@redhat.com>
8296
8297         * MAINTAINERS: Add self as a libiberty maintainer
8298
8299 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
8300
8301         * configure.in (libstdcxx_flags): Use
8302         libstdc++-v3/src/libstdc++.INC.
8303
8304 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
8305
8306         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8307
8308 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
8309
8310         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8311
8312         * configure: Make enable_threads and enable_shared defaults
8313         explicit.  Substitute enable_threads into generated Makefiles.
8314         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8315         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8316
8317 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
8318
8319         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
8320
8321 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
8322
8323         * config-ml.in (CC): Remove bogus duplicate quotation mark from
8324         previous delta.
8325
8326 2000-08-11  Jason Merrill  <jason@redhat.com>
8327
8328         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8329         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8330         (FLAGS_FOR_TARGET): Not here.
8331         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8332
8333 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
8334
8335         * config-ml.in (CC, CXX): Don't introduce a leading space.
8336
8337 2000-08-07  DJ Delorie  <dj@delorie.com>
8338
8339         * MAINTAINERS: Add self as a DJGPP maintainer
8340
8341 2000-08-07  DJ Delorie  <dj@redhat.com>
8342
8343         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8344         "if we're also building gcc, and it's a gcc that will run on the
8345         build machine, we want to use its includes instead of the system's
8346         default includes".
8347
8348 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8349
8350         * MAINTAINERS: Add self to Write After Approval list.
8351
8352 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
8353
8354         * configure.in (libstdcxx_flags): Don't use `"'.
8355
8356         * config-ml.in: Adjust multilib search paths to the
8357         appropriate multilib tree.
8358
8359 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
8360
8361         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8362         commas in $LANGUAGES.
8363
8364 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
8365
8366         * configure.in: Re-enable all references to libg++ and librx.
8367
8368 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
8369
8370         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8371         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
8372         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8373         * ltcf-cxx.sh (need_lc): Set based on postdeps.
8374
8375         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8376
8377 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
8378
8379         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8380         CXX_FOR_TARGET for sed.
8381
8382 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
8383
8384         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8385         Do not override if already set in the environment or in configure.
8386         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8387         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8388
8389 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
8390
8391         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8392         the libtool CVS tree multi-language branch.
8393         * ltconfig, ltmain.sh: Updated.
8394
8395 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
8396
8397         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8398         (clean-target): Depend on it.
8399
8400         * Makefile.in (FLAGS_FOR_TARGET): New macro.
8401         (GCC_FOR_TARGET): Use it.
8402         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8403         * configure.in: ... here.
8404         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
8405         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8406
8407 2000-07-24  Eric Christopher  <echristo@cygnus.com>
8408
8409         * MAINTAINERS: Add self to Write After Approval list.
8410
8411 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
8412
8413         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8414         (configure-target-libchill, configure-target-libobjc): Likewise.
8415
8416         * configure.in: Use the same cache file for all target libs.
8417         * config-ml.in: But different cache files per multilib variant.
8418
8419 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8420
8421         * configure (topsrcdir): Don't use dirname.
8422
8423 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
8424
8425         * MAINTAINERS: Add self to Write After Approval list.
8426
8427 2000-07-20  Jason Merrill  <jason@redhat.com>
8428
8429         * configure.in: Remove all references to libg++ and librx.
8430
8431         * configure, configure.in, Makefile.in: Unify gcc and binutils.
8432
8433 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
8434
8435         * config.sub: Update to subversions version 2000-07-06.
8436
8437 2000-07-12  Andrew Haley  <aph@cygnus.com>
8438
8439         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8440         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8441
8442 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
8443
8444         * symlink-tree:  Check number of arguments.
8445
8446 2000-07-05  Jim Wilson  <wilson@cygnus.com>
8447
8448         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8449         search path for a g++ extracted from the build tree.  This
8450         will allow link tests run by configure scripts in
8451         subdirectories to succeed.
8452
8453 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
8454
8455         * ltconfig: Add support for mips-dde-sysv4.2MP
8456
8457 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8458
8459         * MAINTAINERS: Add myself as loop discovery maintainer.
8460
8461 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
8462
8463         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8464         `os2'. Force ac_cv_exeext to be ".exe" in that case.
8465
8466 2000-06-19  Timothy Wall  <twall@cygnus.com>
8467
8468         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8469         * config.sub: Add tic54x target.
8470
8471 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8472
8473         * MAINTAINERS: Add self as Fortran maintainer,
8474         remove Craig Burley.
8475
8476 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8477
8478         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8479         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8480
8481 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
8482
8483         * MAINTAINERS: Add self as i18n maintainer
8484
8485 20000-05-21  H.J. Lu  (hjl@gnu.org)
8486
8487         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8488         directory are used if they exist. Make sure
8489         $(build_tooldir)/include is searched for header files,
8490         $(build_tooldir)/lib/ for library files.
8491         (GCC_FOR_TARGET): Likewise.
8492         (CXX_FOR_TARGET): Likewise.
8493
8494 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
8495
8496         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8497
8498 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
8499
8500         * Makefile.in (configure-target-libiberty): Depend on
8501         configure-target-newlib.
8502
8503 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
8504
8505         * configure.in, Makefile.in: Merge all libffi-related
8506         configury stuff from the libgcj tree.
8507
8508 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8509
8510         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8511         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8512
8513 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8514
8515         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8516         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8517         current version information.  Add to proto-toplev directory.
8518         (gdb-taz): Build do-djunpack.
8519
8520 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
8521
8522         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8523
8524 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8525
8526         * MAINTAINERS: Add self to Write After Approval list.
8527
8528 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8529
8530         * ltmain.sh: Preserve in relink_command any environment
8531         variables that may affect the linker behavior.
8532
8533 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
8534
8535         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8536
8537 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
8538
8539         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8540
8541 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8542
8543         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8544         with the version name.
8545
8546 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
8547
8548         * MAINTAINERS: Add self as bb-reorder maintainer.
8549
8550 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
8551
8552         * config.if: Tweak.
8553
8554 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
8555
8556         * djunpack.bat: New file.
8557
8558 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8559
8560         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8561         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8562         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8563         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8564
8565 2000-04-16  Dave Pitts  <dpitts@cozx.com>
8566
8567         * config.sub (case $basic_machine): Change default for "ibm-*"
8568         to "openedition".
8569
8570 2000-04-13  Andreas Jaeger  <aj@suse.de>
8571
8572         * MAINTAINERS: Added myself.
8573
8574 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8575
8576         * Makefile.in (gdb-taz): New target.  GDB specific archive.
8577         (do-md5sum): New target.
8578         (MD5PROG): Define.
8579         (PACKAGE): Default to TOOL.
8580         (VER): Default to a shell script.
8581         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
8582         md5 checksum generation.
8583         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8584         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8585         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8586         insight.tar.bz2): Use gdb-taz to create archive.
8587
8588 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8589
8590         * configure (warn_cflags): Delete.
8591
8592 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
8593
8594         * MAINTAINERS: Added myself.
8595
8596 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
8597             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
8598
8599         * configure.in (enable_libstdcxx_v3): Add.
8600         (target_libs): Add bits here to switch between libstdc++-v2 and
8601         libstdc++-v3.
8602         * config.if: And this file too.
8603         * Makefile.in: Add libstdc++-v3 targets.
8604
8605 2000-04-05  Michael Meissner  <meissner@redhat.com>
8606
8607         * config.sub (d30v): Add d30v as a basic machine type.
8608
8609 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
8610
8611         * configure.in: -linux-gnu*, not -linux-gnu.
8612
8613 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8614
8615         * MAINTAINERS: Add self in write-after-approval section.
8616
8617 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
8618
8619         * MAINTAINERS: Add self as ia64 port maintainer.
8620
8621 2000-03-08  Neil Booth  <NeilB@earthling.net>
8622
8623         * MAINTAINERS: Add self in write-after-approval section.
8624
8625 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8626
8627         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8628         (do-tar-bz2): Replace TOOL with PACKAGE.
8629         (gdb.tar.bz2): Remove GDBTK from GDB package.
8630         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8631         dejagnu.tar.bz2): New packages.
8632
8633 2000-02-27  Andreas Jaeger  <aj@suse.de>
8634
8635         * configure.in: Add entry for mips*-*-linux*, move catch all
8636         *-*-*linux* entry below this one.
8637
8638 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
8639
8640         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8641
8642 2000-02-24  Nick Clifton  <nickc@cygnus.com>
8643
8644         * config.sub: Support an OS of "wince".
8645
8646 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8647
8648         * config.guess, config.sub: Updated to match config's 2000-02-15
8649         version.
8650
8651 2000-02-23  Linas Vepstas <linas@linas.org>
8652
8653         * config.sub: Add support for Linux/IBM 370.
8654         * configure.in: Likewise.
8655
8656 2000-02-22  Nick Clifton  <nickc@cygnus.com>
8657
8658         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8659
8660 2000-02-20  Christopher Faylor <cgf@cygnus.com>
8661
8662         * config.guess: Guess "cygwin" rather than "cygwin32".
8663
8664 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8665
8666         * configure (gcc_version): When setting, narrow search to
8667         lines containing `version_string'.
8668
8669 2000-02-15  Denis Chertykov  <denisc@overta.ru>
8670
8671         * config.sub: Add support for avr target.
8672
8673 2000-02-14  Nick Clifton  <nickc@cygnus.com>
8674
8675         * MAINTAINERS: Add maintainers for MCore port.
8676
8677 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8678
8679         * config.sub: Add mmix-knuth-mmixware.
8680
8681 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8682
8683         * MAINTAINERS: Pair cccp with cpplib maintainership.
8684
8685 2000-01-27  Christopher Faylor <cgf@redhat.com>
8686
8687         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8688         structure stuff to -L library search.
8689         (CXX_FOR_TARGET): Ditto.
8690         (CROSS_CHECK_MODULES): Fix spelling mistake.
8691
8692 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
8693
8694         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8695         the C++ compiler.
8696
8697 2000-01-12  Richard Henderson  <rth@cygnus.com>
8698
8699         * configure.in: Don't build some bits for beos.
8700
8701 2000-01-12  Joel Sherrill (joel@OARcorp.com)
8702
8703         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8704         as include files.
8705
8706 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
8707
8708         * Add self as cpplib maintainer, as requested by Jason
8709         Merrill.  Correct my e-mail address.
8710
8711 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
8712
8713         * configure.in: Use mt-aix43 to handle *_TARGET defs,
8714         not mh-aix43.
8715
8716 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
8717
8718         * MAINTAINERS: Add myself to "write after approval" list.
8719
8720 1999-12-14  Richard Henderson  <rth@cygnus.com>
8721
8722         * config.guess (alpha-osf, alpha-linux): Detect ev67.
8723         * config.sub: Accept alphaev[78], alphaev8.
8724
8725 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8726
8727         * config.guess, config.sub: Update from autoconf.
8728
8729 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
8730
8731         * MAINTAINERS:  update my playtime e-address.
8732
8733 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8734
8735         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8736         necessary libraries are missing.
8737
8738 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
8739
8740         * MAINTAINERS: Add new 'write after approval' maintainer.
8741
8742 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8743
8744         * MAINTAINERS: Add new Java maintainer.
8745
8746 1999-10-25  Andreas Schwab  <schwab@suse.de>
8747
8748         * configure: Fix quoting inside arguments of eval.
8749
8750 1999-10-21  Nick Clifton  <nickc@cygnus.com>
8751
8752         * config-ml.in: Allow suppression of some ARM multilibs.
8753
8754 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
8755
8756         * config.guess: Add OS/390 match pattern.
8757         * config.sub: Add mvs, openedition targets.
8758         * configure.in (i370-ibm-opened*): New.
8759
8760 1999-09-04  Steve Chamberlain  <sac@pobox.com>
8761
8762         * config.sub: Add support for configuring for pj.
8763
8764 1999-08-31  Nick Clifton  <nickc@cygnus.com>
8765
8766         * config.sub (maybe_os): Add support for configuring for fr30.
8767
8768 1999-08-25  Nick Clifton  <nickc@cygnus.com>
8769
8770         * configure.in: Do not configure or build ld for AIX
8771         platforms.  ld is known to be broken on these platforms.
8772
8773 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8774
8775         * config-ml.in: Pass compiler flag corresponding to multidirs to
8776         subdir configures.
8777
8778 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
8779
8780         * Makefile.in (LDFLAGS): Define.
8781
8782 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
8783
8784         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8785         noconfigdirs.
8786         (*-*-cygwin*): Likewise.
8787
8788 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
8789
8790         * mkdep: New file.
8791         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8792         (BINUTILS_SUPPORT_DIRS): Add mkdep.
8793
8794         From Eli Zaretskii <eliz@is.elta.co.il>:
8795         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8796         long file name when using DJGPP on MS-DOS.
8797
8798 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
8799
8800         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8801
8802 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
8803
8804         * Makefile.in (check-target-libio): Remove all-target-libstdc++
8805         dependency as this causes "make check" to globally "make all"
8806
8807 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
8808
8809         * configure.in (target_libs): Added target-zlib.
8810         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8811         (CONFIGURE_TARGET_MODULES): Likewise.
8812         (CHECK_TARGET_MODULES): Likewise.
8813         (INSTALL_TARGET_MODULES): Likewise.
8814         (CLEAN_TARGET_MODULES): Likewise.
8815         (configure-target-zlib): New target.
8816         (all-target-zlib): Likewise.
8817         (all-target-libjava): Depend on all-target-zlib.
8818         (configure-target-libjava): Depend on configure-target-zlib.
8819
8820         * Makefile.in (configure-target-libjava): Depend on
8821         configure-target-newlib.
8822         (configure-target-boehm-gc): New target.
8823         (configure-target-qthreads): New target.
8824
8825         * configure.in (target_libs): Added target-qthreads.
8826         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8827         (CONFIGURE_TARGET_MODULES): Likewise.
8828         (CHECK_TARGET_MODULES): Likewise.
8829         (INSTALL_TARGET_MODULES): Likewise.
8830         (CLEAN_TARGET_MODULES): Likewise.
8831         (all-target-qthreads): New target.
8832         (configure-target-libjava): Depend on configure-target-qthreads.
8833         (all-target-libjava): Depend on all-target-qthreads.
8834
8835         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8836         (CONFIGURE_TARGET_MODULES): Likewise.
8837         (CHECK_TARGET_MODULES): Likewise.
8838         (INSTALL_TARGET_MODULES): Likewise.
8839         (CLEAN_TARGET_MODULES): Likewise.
8840         (all-target-libjava): New target.
8841         (all-target-boehm-gc): Likewise.
8842         * configure.in (target_libs): Added libjava, boehm-gc.
8843
8844 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
8845
8846         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8847         configure.bat in SUPPORT_FILES.
8848         (gas+binutils.tar.bz2): Likewise.
8849
8850         * makeall.bat: Remove; obsolete.
8851
8852 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
8853
8854         From Mark Elbrecht:
8855         * configure.bat: Remove; obsolete.
8856
8857 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
8858
8859         * configure: Add -W -Wall to the default CFLAGS when compiling with
8860         gcc.
8861
8862 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
8863
8864         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8865
8866 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
8867
8868         * configure.in: Build ld on IRIX6.
8869
8870 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
8871
8872         * Makefile.in: Change distribution targets to use bzip2 instead of
8873         gzip.
8874         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8875         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8876
8877 1999-06-04  Nick Clifton  <nickc@cygnus.com>
8878
8879         * config.sub: Add mcore target.
8880
8881 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
8882
8883         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8884
8885 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
8886
8887         * config.guess (dummy): Changed to $dummy.
8888
8889 1999-05-24  Nick Clifton  <nickc@cygnus.com>
8890
8891         * config.sub: Tidied up case statements.
8892
8893 1999-05-22  Ben Elliston  <bje@cygnus.com>
8894
8895         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8896         <jiro@din.or.jp>.
8897
8898         * config.guess: Merge with FSF version. Future changes will be
8899         more accurately recorded in this ChangeLog.
8900         * config.sub: Likewise.
8901
8902 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
8903
8904          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8905
8906 1999-04-30  Tom Tromey  <tromey@cygnus.com>
8907
8908         * ltmain.sh: [mode link] Always use CC given by ltconfig.
8909
8910 1999-04-23  Tom Tromey  <tromey@cygnus.com>
8911
8912         * ltconfig, ltmain.sh: Update to libtool 1.2f.
8913
8914 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
8915
8916         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8917         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8918         Bad merge removed these two changes.
8919
8920 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
8921                           Martin Heller (Ing.-Buero_Heller@t-online.de)
8922
8923         * config.guess (interix Alpha): Add.
8924
8925 1999-04-11  Richard Henderson  <rth@cygnus.com>
8926
8927         * configure.in (i?86-*-beos*): Do config gperf; don't config
8928         gdb, newlib, or libgloss.
8929
8930 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
8931
8932         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8933         link a trivial program with -mabi=64.  If it fails, remove mabi=64
8934         from multidirs.
8935
8936 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
8937
8938         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8939
8940 1999-04-08  Nick Clifton  <nickc@cygnus.com>
8941
8942         * config.sub: Add support for mcore targets.
8943
8944 1999-04-07  Michael Meissner  <meissner@cygnus.com>
8945
8946         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8947         not mt-ospace, in order to shut up assembler warning about using
8948         symbols that are named the same as registers.
8949
8950 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
8951
8952         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8953         dependency list for all-target-cygmon.
8954
8955 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
8956
8957         * config-ml.in: Check $host, not $target, for selective multilibs.
8958         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8959         thumb interworking, and underscore prefix multilibs.
8960
8961 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
8962
8963         * missing: Update to version from current automake.
8964
8965 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
8966
8967         * configure (gxx_include_dir): Removed.
8968
8969         * configure.in (gxx_include_dir): Handle it.
8970         * Makefile.in: Likewise.
8971
8972 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
8973
8974         * config.sub (mips64vr4111,mips64vr4111el) Add.
8975
8976 1999-03-21  Ben Elliston  <bje@cygnus.com>
8977
8978         * config.guess: Correct typo for detecting ELF on FreeBSD.
8979
8980 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
8981
8982         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8983         config/mh-djgpp.
8984
8985 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
8986
8987         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8988         all-target-newlib to dependency list for all-target-bsp.
8989
8990 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8991
8992         * config.sub: Add i386-uwin support.
8993         * config.guess: Likewise.
8994
8995 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8996
8997         * configure.in: cleanup, add mh-*pic handling for arm, special
8998         case powerpc*-*-aix*
8999
9000 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9001
9002         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9003         can be built.
9004
9005 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9006
9007         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9008         targets.
9009
9010 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9011
9012         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9013
9014 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9015
9016         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9017
9018 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9019
9020         * config.sub: Fix typo in arm recognition.
9021
9022 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9023
9024         * configure.in (noconfigdirs): Changed target_configdirs to
9025         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9026         rather than m68k-*-* since it is not known to work on
9027         m68k-aout. Ditto for arm-*-*oabi.
9028
9029 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9030
9031         * configure.in (*-*-windows*): Remove, no longer used.
9032
9033 1999-02-19  Ben Elliston <bje@cygnus.com>
9034
9035         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9036         Smart and improved by Andrew Cagney.
9037
9038 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9039
9040         * config.guess: Recognize openbsd-*-hppa.
9041
9042 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9043
9044         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9045         only if it is not empty.
9046
9047 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9048
9049         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9050
9051         * config.guess: Modified to recognize uname's armv* syntax.
9052
9053         * config.sub: Modified to recognize uname's armv* syntax.
9054
9055 1999-02-17  Mark Salter  <msalter@cygnus.com>
9056
9057         * configure.in: Added target-bsp for sparclite.
9058
9059 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9060
9061         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9062
9063 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9064
9065         * configure.in: Add support for strongarm port.
9066         * config.sub: Add support for strongarm target.
9067
9068 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9069
9070         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9071         the old name config/mh-cygwin32.
9072         Enable texinfo.
9073
9074 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9075
9076         * configure.in: Do build ld for ix86 Solaris.
9077
9078 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9079
9080         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9081         $AR_FOR_TARGET.  Likewise for RANLIB.
9082
9083 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9084
9085         * config.sub (oabi):  Recognize.
9086         * configure.in (arm-*-oabi):  Handle.
9087
9088 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9089
9090         * config.guess: Improve detection of i686 on UnixWare 7.
9091
9092 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9093
9094         * config.guess: Add support for i386-pc-interix.
9095         * config.sub: Likewise.
9096         * configure.in: Likewise.
9097
9098 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9099
9100         * Makefile.in: Remove unneeded all-target-libio from
9101         from all-target-winsup target since it is now unneeded.
9102         Add all-target-libtermcap in its place since it is now
9103         needed.
9104
9105 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9106
9107         * configure.in: makefile stub for cygwin target is probably
9108         unnecessary.  Remove it for now.
9109
9110 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9111
9112         * configure.in: libtermcap.a should be built when cygwin is the
9113         target as well as the host.
9114         * config.guess: Allow mixed case in cygwin uname output.
9115         * Makefile.in: Add libtermcap target.
9116
9117 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9118
9119         * config.sub: Clean up handling of hppa2.0.
9120
9121 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9122
9123         * config.guess: Use C code to identify more HP machines.
9124
9125 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9126
9127         * config.sub: Handle hppa2.0.
9128
9129 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9130
9131         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9132         cygmon for all sparclite targets, regardless of object format.
9133
9134 1998-12-15  Mark Salter  <msalter@cygnus.com>
9135
9136         * configure.in: Added target-bsp for several target architectures.
9137
9138         * Makefile.in: Added rules for bsp.
9139
9140 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9141
9142         * config.guess: Improve detection of hppa2.0 processors.
9143
9144 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9145
9146         * config.guess: Recognize FreeBSD using ELF automatically.
9147
9148 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9149
9150         * configure (skip-this-dir): Add handling for new shell script, which
9151         might be created by a sub-directory's configure to indicate, this particular
9152         directory is "unwanted".
9153         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9154
9155 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9156
9157         * ltconfig: import from libtool, after changing libtool to
9158         account for the cygwin name change.
9159
9160 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9161
9162         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9163         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9164
9165 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9166
9167         * configure.in: Add libtermcap to list of cygwin dependencies.
9168
9169 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9170
9171         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9172         they include winsup/include when it's a cygwin target.
9173
9174 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9175
9176         * configure.in (host_tools): Added zip.
9177         * Makefile.in (all-target-libjava): Depend on all-zip.
9178         (all-zip): New target.
9179         (ALL_MODULES): Added all-zip.
9180         (NATIVE_CHECK_MODULES): Added check-zip.
9181         (INSTALL_MODULES): Added install-zip.
9182         (CLEAN_MODULES): Added clean-zip.
9183
9184 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
9185
9186         * Makefile.in: lose "32" from comment about cygwin.
9187
9188 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
9189
9190         * configure.in: Use -Os to build target libraries for the fr30.
9191
9192 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
9193
9194         * config.sub: Add fr30.
9195
9196 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
9197
9198         * configure.in: drop "32" from config/mh-cygwin32.  Check
9199         cygwin* instead of cygwin32*.
9200         * config.sub: Check cygwin* instead of cygwin32*.
9201
9202 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
9203
9204         * config.guess: Match any version of Unixware7.
9205
9206 1998-10-20  Syd Polk  <spolk@cygnus.com>
9207
9208         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9209         if desired.
9210
9211 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
9212
9213         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9214         these if the appropriate directories and files to not exist.
9215
9216 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
9217
9218         * Makefile.in (DEVO_SUPPORT): Add config.if.
9219
9220 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9221
9222         * configure: Add pattern to replace "build_tooldir"'s
9223         definition in the generated Makefile with "tooldir"'s
9224         actual value.
9225
9226 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
9227
9228         * config.sub: Bring back lost sparcv9.
9229
9230         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9231
9232 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
9233
9234         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9235         CC_FOR_TARGET and friends.
9236
9237 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
9238
9239         * Makefile.in (build_tooldir): New variable, same as tooldir.
9240         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9241         -B$(build_tooldir)/bin/.
9242         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9243
9244 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9245
9246         * README: Remove installation instructions and refer to the
9247         INSTALL directory instead.
9248
9249 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
9250
9251         * config.sub: Add support for i[34567]86-pc-udk.
9252         * configure.in: Likewise.
9253
9254 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
9255
9256         * Makefile.in: add bzip2 package building bits for user
9257         tools module
9258         * configure.in: ditto
9259
9260 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
9261
9262         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9263         (ALL_TARGET_MODULES): Add all-target-libobjc.
9264         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9265         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9266         (all-target-libchill): Add dependencies.
9267         * configure.in (target_libs): Add libchill.
9268
9269 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
9270
9271         * configure.in (target_subdir): Remove duplicate line.
9272
9273 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
9274
9275         * Makefile.in (all-automake): fix dependencies.
9276
9277 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
9278
9279         * configure.in: Minor cleanups for building in the $(target_alias)
9280         subdir.
9281
9282 1998-09-22  Jim Wilson  <wilson@cygnus.com>
9283
9284         * Makefile.in (bootstrap): Set r and s before make all.  Use
9285         BASE_FLAGS_TO_PASS in make all.
9286         (cross): Likewise.
9287
9288 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
9289
9290         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9291
9292 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
9293
9294         * config.sub: Fix typo in last change.
9295
9296 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9297
9298         * config.sub: Add support for C4x target.
9299         * configure.in: Likewise.
9300
9301 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
9302
9303         * config.sub: Recognize sparcv9 just like sparc64.
9304
9305 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
9306
9307         * config.guess: Match "Pent II" or "PentII" for OpenServer.
9308
9309 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
9310
9311         * config.guess: Correctly identify Pentium II sco boxes.
9312
9313         * config.guess: Fix "tr" code.  From Weiwen Liu.
9314
9315 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
9316
9317         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9318         stabs.
9319
9320 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
9321
9322         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9323         (ALL_TARGET_MODULES): Add all-target-libchill.
9324         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9325         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9326         (all-target-libchill): Add dependencies.
9327         * configure.in (target_libs): Add libchill.
9328
9329 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9330
9331         * config.guess: Avoid assumptions about "tr" behaves when
9332         LANG is set to something other than English.
9333
9334 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
9335
9336         * configure (gxx_include_dir): Changed to
9337         '${prefix}/include/g++'-${libstdcxx_interface}.
9338
9339         * config.if: New to determine the interfaces.
9340
9341 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
9342
9343         * config.guess: Detect and handle MPE/IX.
9344         * config.sub: Deal with MPE/IX.
9345
9346 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
9347
9348         * configure.in: Use mh-aix43.
9349
9350 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
9351
9352         * configure: Fix --without/--disable cases for gxx-include-dir.
9353
9354 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
9355
9356         * mdata-sh:  Imported.  Needed for automake support.
9357
9358 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
9359
9360         * Makefile.in (taz): Try "chmod -R og=u ." before
9361         "chmod og=u `find . -print`".
9362
9363 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
9364
9365         * configure.in: Add arm-elf and thumb-elf support.
9366
9367 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
9368
9369         * Makefile.in: Undo previous patch.
9370
9371 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
9372
9373         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9374         to here ...
9375         (install-no-fixedincludes): and here
9376         (INSTALL_MODULES): ... from here.
9377
9378 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9379
9380         * config.sub: Merge with FSF.
9381
9382         * config.guess: Merge with FSF.
9383
9384 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
9385
9386         * configure (extraconfigdirs): New variable.
9387         (SUBDIRS): Add extraconfigdirs and recurse on them too.
9388         * Makefile.in (all): Move higher in file.
9389         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9390         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9391         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9392         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9393         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9394
9395 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
9396
9397         * Makefile.in (all-target-libjava): Depend on all-gcc and
9398         all-target-newlib.
9399         (configure-target-libjava): Depend on $(ALL_GCC).
9400
9401 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
9402
9403         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9404         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9405
9406 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
9407
9408         * INSTALL/README: Fix typo.
9409
9410 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9411
9412         * ylwrap: Change absolute path checks to check for DOS style path
9413         names.
9414
9415         * ylwrap: Don't use a full path name if the source file is in the
9416         same directory.  From hjl@lucon.org (H.J. Lu).
9417
9418         * config-ml.in: Default to being verbose, to match Feb 18 change to
9419         configure.
9420
9421 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
9422
9423         Brought over from egcs:
9424
9425         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9426
9427         * configure.in (target_subdir): Set to ${target_alias} instead
9428         of "libraries".
9429
9430         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9431
9432         * configure.in (target_subdir): Set to libraries if enable_multilib.
9433
9434 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
9435
9436         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9437         multilibs, force reconfiguration the first time we create
9438         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9439
9440 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
9441
9442         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9443         avoid confusion with --no-recursion.
9444
9445 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
9446
9447         * configure.in: Win32 hosts shouldn't use install -x
9448         * install-sh: remove -x option, and special .exe-handling
9449         hack.
9450
9451 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
9452
9453         * config.guess: Recognize i586-pc-beos.
9454         * configure.in: Don't build some bits for beos.
9455
9456 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9457
9458         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9459         CFLAGS default to -O2.
9460
9461         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9462         when using GNU ld.
9463
9464 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
9465
9466         * ltmain.sh: Correct install when using a different shell.
9467
9468 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9469
9470         * ltconfig, ltmain.sh: Update to libtool 1.2b.
9471
9472 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
9473
9474         * makefile.vms: Update to build binutils/makefile.vms.  Add install
9475         target.
9476
9477 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
9478
9479         * ltconfig: Update to correct AIX handling.
9480
9481 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9482
9483         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9484
9485         * configure.in (target_subdir): Set to ${target_alias} instead
9486         of "libraries".
9487
9488 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
9489
9490         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9491         (Makefile): Depend on $(gcc_version_trigger).
9492
9493         * configure (gcc_version): Change default initializer to empty
9494         string.
9495         (gcc_version_trigger): New variable; pass this variable down
9496         to subdir configures to enable them checking gcc's version
9497         themselves. Emit make macros for both gcc_version vars.
9498         (topsrcdir): Initialize reliably.
9499         (recursion line): Remove --with-gcc-version=${gcc_version}.
9500
9501 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9502
9503         * configure (enable_version_specific_runtime_libs): Implement new flag
9504         --enable-version-specific-runtime-libs which installs C++ runtime stuff
9505         in $(libsubdir); emit definition in each generated Makefile.
9506         (gxx_include_dir): Initialize depending on
9507         $enable_version_specific_runtime_libs.
9508
9509 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9510
9511         * configure (gcc_version): Initialize properly depending on
9512         how and where configure is started.
9513         (recursion line): Pass a --with-gcc-version=${gcc_version}
9514         to configures in subdirs.
9515
9516 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
9517
9518         * configure.in (noconfigdirs): Add configure pattern for mips tx39
9519         cygmon
9520
9521 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
9522
9523         * configure.in: Add cygmon and libstub support for mn10200.
9524
9525 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
9526
9527         * configure (gcc_version): Add new variable describing the
9528         particular gcc version we're building.
9529         * Makefile.in (libsubdir): Add new macro for the directory
9530         in which the compiler finds executables, libraries, etc.
9531         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9532         and libsubdir.
9533
9534 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9535
9536         * Makefile.in (local-clean): Remove *.log.
9537         (warning.log): Built with warn_summary from build.log.
9538         (mail-report.log): Run test_summary.
9539         (mail-report-with-warnings.log): Run test_summary including
9540         warning.log in the report.
9541
9542 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
9543
9544         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9545
9546 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9547
9548         * Makefile.in (grep): Grep no longer depends on libiberty.
9549
9550 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
9551
9552         * Makefile.in: all-snavigator needs all-libgui.
9553
9554 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
9555
9556         * configure.in: Add cygmon and libstub support for mn10300.
9557
9558 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
9559
9560         * missing: Update to version from automake 1.3.
9561
9562         * ltmain.sh: On installation, don't get confused if the same name
9563         appears more than once in the list of library names.
9564
9565 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9566
9567         * config.sub: Accept m68060 and m5200 as CPU names.
9568
9569 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
9570
9571         * configure: Use && rather than using -a in test, because odd
9572         strings can confuse test.
9573         * configure.in: Likewise.
9574
9575 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
9576
9577         * ltconfig, ltmain.sh: Bring in Visual C++ support.
9578
9579 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9580
9581         * Makefile.in (boostrap2-lean, bootstrap3-lean,
9582         bootstrap4-lean): New targets.
9583
9584 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
9585
9586         * mpw-* Delete.  Not used.
9587
9588 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
9589
9590         * COPYING.LIB: Update FSF address.
9591
9592 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
9593
9594         * ltconfig, ltmain.sh: Update to libtool 1.2a.
9595
9596         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9597         GAS_SUPPORT_DIRS.
9598
9599 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
9600
9601         * ltconfig, ltmain.sh: Avoid producing a version number if
9602         -version-info was not used.
9603
9604 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9605
9606         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9607         building with newlib.
9608
9609 1998-04-30  Paul Eggert  <eggert@twinsun.com>
9610
9611         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9612         Solaris `make' causes it to continue to next definition.
9613
9614 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9615
9616         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9617         the right GUI libraries and files are installed along with GDB.
9618
9619 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9620
9621         * configure.in: Change alpha to alpha* in several places.
9622
9623 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
9624
9625         * config.sub: Recognize sparc86x.
9626
9627 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
9628
9629         * configure.in (--enable-target-optspace): Remove debug echo.
9630
9631 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
9632
9633         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9634
9635 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9636
9637         * ltconfig: Update cygwin32 support.
9638
9639         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9640         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9641         (GDB_SUPPORT_DIRS): Likewise.
9642
9643 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
9644
9645         * configure.in (target_makefile_frag): If --enable-target-optspace,
9646         use -Os to compile target libraries rather than -O2.  Default to
9647         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9648         not used.
9649         * configure.in (target_cflags): Ditto for d30v.
9650
9651 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
9652
9653         * Makefile.in (all-bfd): Depend on all-intl.
9654         (all-binutils): Likewise.
9655         (all-gas): Likewise.
9656         (all-gprof): Likewise.
9657         (all-ld): Likewise.
9658
9659 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
9660
9661         * configure.in (host_tools): Fix typo, lbtool -> libtool.
9662
9663 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9664
9665         * Makefile.in (all-bfd): Depend upon all-libiberty.
9666
9667         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9668
9669 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
9670
9671         * Makefile.in: Add libstub.
9672
9673         * configure.in: Ditto. Build libstub for targets that have cygmon
9674         support.
9675
9676 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
9677
9678         * configure.in: Don't set PICFLAG on ix86-cygwin32.
9679
9680 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
9681
9682         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9683         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
9684
9685 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
9686
9687         * configure: Define DEFAULT_M4 by searching PATH.
9688         * Makfile.in: Use DEFAULT_M4.
9689
9690 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9691
9692         * ltconfig: Add cygwin32 support.
9693
9694         * Makefile.in, configure.in: Add libtool as a native only directory
9695         to configure and build.
9696
9697 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
9698
9699         * Makefile.in (INSTALL_MODULES): Remove texinfo.
9700
9701 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
9702
9703         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9704
9705 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
9706
9707         * Makefile.in: add ash make rules
9708         * configure.in: add ash to native_only and host_tools lists
9709
9710 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
9711
9712         * Makefile.in (all-gettext, all-intl): New targets.
9713         (ALL_MODULES): Added all-gettext, all-intl.
9714         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9715         (INSTALL_MODULES): Added install-gettext, install-intl.
9716         (CLEAN_MODULES): Added clean-gettext, clean-intl.
9717
9718         * configure.in (host_tools): Added gettext.
9719         (native_only): Likewise.
9720         (noconfigdirs) [various cases]: Likewise.
9721         (host_libs): Added intl.
9722
9723 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
9724
9725         * configure: Do not disable building gdbtk for cygwin32 hosts.
9726
9727 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
9728
9729         * configure.in: Add thumb-coff target.
9730         * config.sub: Add thumb-coff target.
9731
9732 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9733
9734         * Makefile.in: Revert yesterday's change.
9735         (all-target-winsup):  all-target-librx stays out of here.
9736
9737 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9738
9739         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9740         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9741         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9742         Remove references to librx and libg++.
9743
9744 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
9745
9746         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9747         recursive makes
9748
9749 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
9750
9751         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9752         for newlib directory.
9753         (CXX_FOR_TARGET): Likewise.
9754
9755 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
9756
9757         * ltconfig: Update after libtool/ltconfig.in change for
9758         hpux11.
9759
9760 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
9761
9762         * ltconfig, ltmain.sh: Update to libtool 1.2.
9763
9764 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9765
9766         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9767         (install-gcc-cross): Instead, override LANGUAGES here.
9768
9769 1998-03-18  Dave Love  <d.love@dl.ac.uk>
9770
9771         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9772         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9773
9774 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
9775
9776         * configure.in: Add Thumb-pe target.
9777
9778 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
9779
9780         * Makefile.in - changed sn targets to snavigator
9781         * configure.in - changed sn targets to snavigator
9782
9783 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9784
9785         * config-ml.in: After building symlink tree call make distclean
9786         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9787         to be the case for libiberty.
9788
9789 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
9790
9791         * configure: When making link, also check the current
9792         directory. The configure scripts may create one.
9793
9794 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
9795
9796         * config.sub: Accept alphapca56 and alphaev6 properly.
9797
9798 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9799
9800         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9801
9802 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9803
9804         * config.sub (sco5): Fix typo.
9805
9806 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
9807
9808         * Makefile.in (INSTALL_MODULES): Move install-tcl before
9809         install-itcl.
9810         (install-itcl): Remove dependency on install-tcl.
9811
9812 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
9813
9814         * configure.in: Remove libgloss from noconfigdirs for MN10300.
9815
9816 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
9817
9818         * configure.in: Don't build libgui for a cygwin32 target when not on
9819         a cygwin32 host.
9820
9821 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9822
9823         * configure (redirect): Set to null, so default behavior of
9824         configure is now --verbose.
9825
9826 1998-02-16  Dave Love  <d.love@dl.ac.uk>
9827
9828         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9829         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9830
9831 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
9832
9833         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9834         this change to sync Makefile.in with its ChangeLog entries.
9835
9836 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
9837
9838         * ltmain.sh (mkdir): Check that the directory doesn't exist
9839         before we exit with error, so that we don't get races during
9840         parallel builds.
9841
9842 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9843
9844         * ltconfig, ltmain.sh: Update from libtool 1.0i.
9845
9846 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9847
9848         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9849         PICFLAG_FOR_TARGET.
9850         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9851
9852         * configure: Emit a definition for the new macro enable_shared
9853         into each Makefile.
9854
9855 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9856
9857         * configure.in (host_tools, native_only): Add libtool.
9858
9859 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
9860
9861         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9862         Fix typo in ming config comment.
9863
9864 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
9865
9866         * ltconfig, ltmain.sh: Update from libtool 1.0h.
9867
9868 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
9869
9870         * config.sub: Add tic30 cases, and map c30 to tic30.
9871
9872 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
9873
9874         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9875         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9876         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9877         (CLEAN_TARGET_MODULES): Similarly
9878         (all-target-libf2c): Add dependences.
9879         * configure.in (target_libs): Add libf2c.
9880
9881 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
9882
9883         * configure.in: Remove expect from noconfigdirs when target
9884         is cygwin32.  OK to build expect and dejagnu with Canadian
9885         Cross.
9886
9887 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
9888
9889         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9890         host.
9891
9892         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9893         and mingw32.
9894
9895 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9896
9897         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9898         here as it is not defined in the toplevel Makefile.
9899
9900 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9901
9902         * configure (package_makefile_rules_frag): New variable, which names
9903         a file with generic rules, ...
9904         Change comment to mention we now have FIVE parts.
9905         * configure: Undo last change.
9906
9907 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
9908
9909         * config.guess: More accurate determination of HP processor types.
9910         * config.sub: More accurate determination of HP processor types.
9911
9912 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9913
9914         * configure (package_makefile_frag): Move inserting the
9915         ${package_makefile_frag} to where it should be according
9916         to the comment.
9917
9918 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
9919
9920         * config.guess: Add support for Linux/ARM.
9921
9922 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
9923
9924         * .cvsignore: Remove *-info and *-install since they match
9925         release-info and mpw-install, which we don't want to just ignore.
9926
9927 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
9928
9929         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9930
9931 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
9932
9933         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9934         local_prefix to sub-make invocations.
9935
9936 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
9937
9938         * configure.in: Check makefile fragments in the source
9939         directory.
9940
9941 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9942
9943         * configure.in: Check whether host and target makefile
9944         fragments exist before adding them to *_makefile_frag.
9945
9946 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
9947
9948         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9949
9950 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
9951
9952         * configure.in: Make sure we only replace RPATH_ENVVAR on
9953         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9954         regexp to sed.
9955
9956         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9957         to sub-makes.
9958
9959 1998-01-13  Lee Iverson   (leei@ai.sri.com)
9960
9961         * config-ml.in (multi-do): LDFLAGS must include multilib
9962         designator.
9963
9964 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
9965
9966         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9967
9968 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
9969
9970         * config.sub: Add mingw32 support.
9971         * configure.in: Likewise.
9972
9973 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9974
9975         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9976
9977 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
9978
9979         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9980         * configure (gxx_include_dir): Provide a definition for subdirs
9981         which do not use autoconf.
9982
9983 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
9984
9985         * config.guess: Sync with egcs.  Picks up new alpha support,
9986         BeOS & some additional linux support.
9987
9988 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
9989
9990         * config.guess: HP 9000/803 is a PA1.1 machine.
9991
9992 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
9993
9994         * configure.in: It's alpha*-...
9995
9996 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9997
9998         * configure.in (host_makefile_frag, target_makefile_frag):
9999         Handle multiple config files.
10000         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10001         alpha-*-*.
10002
10003 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10004
10005         * mkdep: New file.
10006
10007 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10008
10009         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10010
10011 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10012
10013         * Makefile.in: Add libgui directory.
10014         (GDB_TK): Add all-libgui.
10015         * configure.in: Add libgui directory.
10016         * configure: Add all-libgui to GDB_TK.
10017
10018 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10019
10020         * config-ml.in (multidirs): Add m32r to multilib list.
10021
10022 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10023
10024         * Makefile.in (all-target-gperf): Change dependency to
10025         all-target-libstdc++.
10026
10027 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10028
10029         * config.guess: Add BeOS support.
10030
10031 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10032
10033         Source directory cvs renamed to cvssrc:
10034         * configure.in (host_tools): Change cvs to cvssrc.
10035         (native_only): Likewise.
10036         (noconfigdirs) [various cases]: Likewise.
10037         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10038         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10039         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10040         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10041         (all-cvssrc): Rename target from all-cvs.
10042
10043 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10044
10045         * configure (gxx_include_dir): Fix thinko.
10046
10047 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10048
10049         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10050         (install-cross, install-gcc-cross): New targets.
10051
10052 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10053
10054         * configure.in (noconfigdirs): Add support for Thumb target.
10055
10056         * config.sub (maybe_os): Add support for Thumb target.
10057
10058 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10059
10060         * Makefile.in: Add rules for cygmon.
10061
10062         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10063
10064 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10065
10066         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10067         * configure (gxx_include_dir): Provide a definition for subdirs
10068         which do not use autoconf.
10069
10070 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10071
10072         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10073         11/18/97 build
10074
10075 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10076
10077         * From Franz Sirl.
10078         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10079         found on RedHat Linux systems.
10080
10081 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10082
10083         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10084         guesses.
10085
10086 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10087
10088         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10089
10090 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10091
10092         * ltmain.sh: If mkdir fails, check whether the directory was created
10093         anyhow by some other process.
10094
10095 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10096
10097         * configure.in (d30v-*-*): Configure all directories.
10098
10099 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10100
10101         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10102         for the D30V.
10103
10104 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10105
10106         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10107
10108 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10109
10110         * include/libiberty.h: Add extern "C" { so it can be used with C++
10111         progrms.
10112         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10113         programs.
10114
10115 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10116
10117         * configure.in (d30v-*-*): Configure GCC now.
10118
10119 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10120
10121         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10122         is no longer needed.
10123
10124 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10125
10126         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10127
10128 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10129
10130         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10131         targets using "$@" to provide support for similar but not identical
10132         targets without having to duplicate code.
10133
10134 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10135
10136         * makefile.vms: Fix to work with DEC C.
10137
10138 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10139
10140         * config.sub: Add mips-tx39-elf to marketing names.
10141
10142 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10143
10144         * ltmain.sh: Handle symlinks in generated script.
10145
10146 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10147
10148         * configure: Handle autoconf style directory options: --bindir,
10149         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10150         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10151         --sysconfdir.
10152         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10153         (sharedstatedir, localstatedir, oldincludedir): New variables.
10154         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10155         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10156         sbindir, sharedstatedir, and sysconfdir.
10157
10158 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10159
10160         * Makefile.in (bootstrap-lean): New target.
10161
10162 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10163
10164         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10165         sn, and gnuserv from noconfigdirs.
10166
10167 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10168
10169         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10170
10171 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10172
10173         * Makefile.in (cross): New target.
10174
10175 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10176                           Jeff Law         <law@cygnus.com>
10177
10178         * Makefile.in (bootstrap2, bootstrap3): New targets.
10179         (all-bootstrap): Remove outdated and confusing target.
10180         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10181
10182 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10183
10184         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10185         windows.  Consistent with gdb/configure.
10186
10187 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
10188
10189         * configure.in: Name Linux target fragment.
10190
10191         * configure: Rewrite so that project Makefile fragment is inserted
10192         first and appears last in the resulting Makefile.
10193
10194 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10195
10196         * Makefile.in (install-itcl): Install tcl first.
10197
10198 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
10199
10200         * configure.in: remove bison from noconfigdirs for Cygwin32 host
10201
10202 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10203
10204         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10205
10206         * configure.in (skipdirs): Add target-librx for Linux.
10207         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10208
10209 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
10210
10211         * Makefile.in (bootstrap): New target.
10212
10213 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
10214
10215         * config.sub: Accept 'amigados' for backward compatibility.
10216
10217 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
10218
10219         * config.guess: Merge with FSF.
10220
10221 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
10222
10223         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10224
10225 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
10226
10227         * config.sub: Add "marketing-names" patch.
10228
10229 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
10230
10231         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10232
10233 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
10234
10235         * config.sub: Handle v850-elf.
10236
10237 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
10238
10239         * .cvsignore (*-install): Remove.
10240
10241 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
10242
10243         * ltconfig: Set CONFIG_SHELL in libtool.
10244         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10245
10246 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10247
10248         * configure.in (target_subdir): Set to libraries if enable_multilib.
10249
10250 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
10251
10252         * config.guess: Update from gcc directory.
10253
10254 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10255
10256         * Makefile.in (all-sim): Depends on all-readline.
10257
10258 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10259
10260         * Makefile.in (BISON, YACC): Use $$s.
10261         (all-bison): Depend on all-texinfo.
10262
10263 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
10264
10265         * Makefile.in (BISON): Add -L flag.
10266         (YACC): Likewise.
10267
10268 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10269
10270         * configure.in (noconfigdirs): Add support for v850e target.
10271
10272         * config.sub (maybe_os): Add support for v850e target.
10273
10274 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10275
10276         * configure.in (noconfigdirs): Add support for v850ea target.
10277
10278         * config.sub (maybe_os): Add support for v850ea target.
10279
10280 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
10281
10282         * config.sub: Add mipstx39.  Delete r3900.
10283
10284 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10285
10286         * Makefile.in (all-autoconf): Depends on all-texinfo.
10287
10288 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
10289
10290         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10291         eabi targets.
10292
10293 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
10294
10295         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10296
10297         * configure: When handling a Canadian Cross, handle YACC as well as
10298         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
10299         * Makefile.in (all-bison): Depend upon all-texinfo.
10300
10301 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10302
10303         * Makefile.in (BISON): bison, not byacc or bison -y.
10304         (YACC): bison -y or byacc or yacc.
10305         (various): Add *-bison as appropriate.
10306         (taz): No need to mess with BISON anymore.
10307
10308 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
10309
10310         * configure: If OSTYPE matches *win32*, try to find a good value for
10311         CONFIG_SHELL.
10312
10313 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
10314
10315         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10316         configure.in if it is present.
10317
10318 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
10319
10320         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10321
10322 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
10323
10324         * config.sub: Recognize `arc' cpu.
10325         * configure.in: Likewise.
10326         * config-ml.in: Likewise.
10327
10328 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
10329
10330         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10331
10332 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
10333
10334         * configure: Changed sed delimiter from ':' to '|' when
10335         attempting to substitute ${config_shell} for SHELL. On
10336         NT ${config_shell} may contain a ':' in it.
10337
10338 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10339
10340         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10341
10342 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
10343
10344         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10345
10346 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10347
10348         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10349
10350         * ylwrap: If the program is a relative path, force it to be
10351         absolute.
10352
10353 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10354
10355         * configure (tooldir): Set BISON to `bison -y' and not just bison.
10356
10357 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10358
10359         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10360         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10361         for libraries.
10362
10363 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
10364
10365         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10366         separated by spaces.
10367
10368 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
10369
10370         * ylwrap: New file.
10371         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10372
10373         * ltmain.sh: Handle /bin/sh at start of install program.
10374
10375         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10376
10377         * ltconfig, ltmain.sh: New files, from libtool 1.0.
10378         * missing: New file, from automake 1.2.
10379
10380 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
10381
10382         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
10383         check-tk to CHECK_X11_MODULES.
10384
10385 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10386
10387         * config.sub: Merge with FSF.
10388
10389 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10390
10391         * config.guess: Merge with FSF.
10392
10393 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10394
10395         * configure: Treat msdosdjgpp like go32.
10396         * configure.in: Likewise.  Don't remove gprof for go32.
10397
10398         * configure: Change Makefile.tem2 to Makefile.tm2.
10399
10400 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
10401
10402         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10403
10404 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10405
10406         * install-sh (chmodcmd): Set to null if the DST directory already
10407         exists.  Same as Nov 11th change.
10408
10409 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
10410
10411         * configure (GDB_TK): Needs itcl and tix.
10412
10413 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
10414
10415         * config.guess: Update from FSF.
10416
10417 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
10418
10419         * Makefile.in (GDB_TK): Depend on itcl and tix.
10420
10421 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10422
10423         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10424         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10425         (INSTALL_SCRIPT): New variable.
10426         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10427         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10428         to -x.
10429         * install-sh: Add support for -x option.
10430
10431 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
10432
10433         * configure.in, Makefile.in: Treat tix like itcl.
10434
10435 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10436
10437         * Makefile.in (WINDRES): New variable.
10438         (WINDRES_FOR_TARGET): New variable.
10439         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10440         (EXTRA_HOST_FLAGS): Add WINDRES.
10441         (EXTRA_TARGET_FLAGS): Add WINDRES.
10442         (EXTRA_GCC_FLAGS): Add WINDRES.
10443         ($(DO_X)): Pass down WINDRES.
10444         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10445         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10446         DLLTOOL_FOR_TARGET.
10447
10448 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
10449
10450         * configure.in: configure sim before gdb for win32-x-ppc
10451
10452 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10453
10454         Move gperf into the toplevel, from libg++.
10455         * configure.in (target_tools): Add target-gperf.
10456         (native_only): Add target-gperf.
10457         * Makefile.in (all-target-gperf): New target, depend on
10458         all-target-libg++.
10459         (configure-target-gperf): Empty rule.
10460         (ALL_TARGET_MODULES): Add all-target-gperf.
10461         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10462         (CHECK_TARGET_MODULES): Add check-target-gperf.
10463         (INSTALL_TARGET_MODULES): Add install-target-gperf.
10464         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10465
10466 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
10467
10468         * config.sub (mn10200): Recognize new basic machine.
10469
10470 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10471
10472         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10473         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10474
10475 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10476
10477         * configure.in: If we're building mips-sgi-irix6* native, turn on
10478         ENABLE_MULTILIB and set TARGET_SUBDIR.
10479
10480 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
10481
10482         * Makefile.in (all-sn): Depend on all-grep.
10483
10484 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
10485
10486         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10487
10488         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10489         Makefile.  From Jeff Makey <jeff@cts.com>.
10490         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10491
10492         * Makefile.in (DISTBISONFILES): Remove.
10493         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
10494         $(DEFAULT_YACC).
10495
10496         * configure.in: Build itl, db, sn, etc., when building for native
10497         cygwin32.
10498
10499         * Makefile.in (LD): New variable.
10500         (EXTRA_HOST_FLAGS): Pass down LD.
10501         ($(DO_X)): Likewise.
10502
10503 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
10504
10505         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10506
10507 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
10508
10509         * configure.in (targargs): Strip out any supplied --build argument
10510         before adding our own. Always add --build.
10511
10512 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
10513
10514         * configure.in (targargs): Pass --build if we're doing
10515         a cross-compile.
10516
10517 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
10518
10519         * configure: Use '|' instead of ":" as the separator in
10520         sed. Otherwise sed chokes on NT path names with drive
10521         designators. Also look for "?:*" as the leading characters in an
10522         absolute pathname.
10523
10524 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
10525
10526         * config.sub: Support for r3900.
10527
10528 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10529
10530         * configure.in: Use install-sh, not install.sh.
10531
10532 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10533
10534         * Makefile.in (taz): Improve check for BISON so it doesn't try to
10535         apply it twice.
10536
10537 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10538
10539         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10540         install-binutils.
10541
10542 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
10543
10544         * Makefile.in: Add automake targets.
10545         * configure.in (host_tools): Add automake.
10546
10547 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
10548
10549         * configure: Default CXX to c++, not gcc.
10550         * Makefile.in (CXX): Set to c++, not gcc.
10551         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10552
10553 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
10554
10555         * install-sh: try appending a .exe if source file doesn't
10556         exist
10557
10558 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
10559
10560         * configure.in: Turn on multilib by default.
10561         (cross_only): Remove target-libiberty.
10562
10563         * Makefile.in (all-gcc): Don't depend on libiberty.
10564
10565 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
10566
10567         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10568
10569 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
10570
10571         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10572         (DISTBISONFILES): Add ld/Makefile.in
10573
10574 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
10575
10576         * configure.in: if target is cygwin32 but host isn't cygwin32,
10577         don't configure gdb tcl tk expect, not just gdb.
10578
10579 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
10580
10581         * configure.in: Added gnuserv everywhere sn appears.
10582
10583         * Makefile.in (ALL_MODULES): Added all-gnuserv.
10584         (CROSS_CHECK_MODULES): Added check-gnuserv.
10585         (INSTALL_MODULES): Added install-gnuserv.
10586         (CLEAN_MODULES): Added clean-gnuserv.
10587         (all-gnuserv): New target.
10588
10589 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
10590
10591         * config.guess: Fixes for MIPS OpenBSD systems.
10592
10593 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
10594
10595         * Makefile.in (INSTALL_XFORM): Remove.
10596         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10597
10598         * mkinstalldirs: New file, copied from automake.
10599         * Makefile.in (installdirs): Rename from install-dirs.  Use
10600         mkinstalldirs.  Change all users.
10601         (DEVO_SUPPORT): Add mkinstalldirs.
10602
10603 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10604
10605         * install-sh: Rename from install.sh.
10606         * Makefile.in (INSTALL): Change install.sh to install-sh.
10607         (DEVO_SUPPORT): Likewise.
10608
10609         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
10610         Graichen <graichen@rzpd.de>.
10611
10612 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
10613
10614         * config.guess: Recognize OpenBSD systems correctly.
10615
10616 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10617
10618         * README, Makefile.in (ETC_SUPPORT): Remove references to
10619         cfg-paper*, configure.{texi,man,info*}._
10620
10621 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
10622
10623         * Makefile.in (all.normal): Ensure that gcc is built after all
10624         the x11 - ie gdb - targets.
10625
10626 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
10627
10628         * makefile.vms: Don't run conf-a-gas.
10629
10630 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
10631
10632         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10633
10634 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
10635
10636         * configure.in: Remove noconfigdirs case since gdb also
10637         configures and builds for tic80-coff.
10638
10639 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
10640
10641         * configure: Set cache_file to config.cache.
10642         * Makefile.in (local-distclean): Remove config.cache.
10643
10644 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
10645
10646         * COPYING: Update FSF address.
10647
10648 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
10649
10650         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10651         noconfigdirs.
10652
10653 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
10654
10655         * Makefile.in (install-dirs): Don't crash if prefix, and hence
10656         MAKEDIRS, is empty.
10657
10658 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
10659
10660         * config.sub: Tweak mn10300 entry.
10661
10662 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
10663
10664         * configure.in (host_tools): Put sim before gdb, so gdb's
10665         configure.tgt can determine if the simulator was configured.
10666
10667 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
10668
10669         * config.sub: Move BeOS $os case to be with other Cygnus
10670         local cases.
10671
10672 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
10673
10674         * config.sub: Remove misplaced comment that broke Linux.
10675
10676 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
10677
10678         * config.sub: Add BeOS support.
10679
10680 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
10681
10682         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10683
10684 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
10685
10686         * configure.in (noconfigdirs): Remove tcl and tk from
10687         noconfigdirs for cygwin32 builds.
10688
10689 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
10690
10691         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10692
10693 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
10694
10695         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10696         make-all.com, use makefile.vms instead.
10697
10698 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
10699
10700         * config.sub: Accept -lnews*.
10701
10702 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
10703
10704         * configure.in (noconfigdirs): Disable target-newlib,
10705         target-examples and target-libiberty for d30v.
10706
10707 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
10708
10709         * configure.in (noconfigdirs): Enable ld for d30v.
10710
10711 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
10712
10713         * configure.in (tic80-*-*): Build compiler.
10714
10715 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
10716
10717         * configure.in (d30v-*): Remove sim directory from list of
10718         unsupported d30v directories
10719
10720 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
10721
10722         * config.sub, configure.in: Add d30v target cpu.
10723
10724 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
10725
10726         * makefile.vms: New file.
10727         * make-all.com: Remove.
10728
10729 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
10730
10731         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10732
10733 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
10734
10735         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10736
10737 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
10738
10739         * Makefile.in (ALL_MODULES): Added all-db.
10740         (CROSS_CHECK_MODULES): Addec check-db.
10741         (INSTALL_MODULES): Added install-db.
10742         (CLEAN_MODULES): Added clean-db.
10743
10744 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
10745
10746         * config.guess: Merge with latest FSF sources.
10747
10748 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
10749
10750         * Makefile.in (ALL_MODULES): Added all-itcl.
10751         (CROSS_CHECK_MODULES): Added check-itcl.
10752         (INSTALL_MODULES): Added install-itcl.
10753         (CLEAN_MODULES): Added clean-itcl.
10754
10755 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
10756
10757         * configure.in: build gdb for mn10200
10758
10759 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
10760
10761         * Makefile.in (all-target-winsup): Depend on all-target-libio.
10762
10763 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
10764
10765         * configure.in (tic80-*-*): Turn off most targets right now.
10766
10767 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
10768
10769         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10770         rather than the makeinfo program.
10771         (do-info): Depend upon all-texinfo.
10772
10773 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10774
10775         * configure.in: Remove uses of config/mh-linux.
10776
10777         * config.sub, config.guess: Merge with latest FSF sources.
10778
10779 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
10780
10781         * config.sub (case $basic_machine): Add tic80 entries.
10782
10783 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
10784
10785         * config.sub, config.guess: Merge with latest FSF sources.
10786
10787 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10788
10789         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10790         * mpw-config.in: Test for NewFolderRecursive.
10791         * mpw-install: Use symbolic name for startup filename.
10792         * mpw-README: Add various additional details.
10793
10794 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
10795
10796         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10797
10798 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
10799
10800         * configure.in: Do build gcc and the target libraries for
10801         the mn10200.
10802
10803 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
10804
10805         * configure.in: don't avoid building gdb for mn10300 any more
10806         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10807         instead of single-quoting it.
10808
10809 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
10810
10811         * configure.in: Don't use --with-stabs on IRIX 6.
10812
10813 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
10814
10815         * configure.in (m32r): Build gdb, libg++ now.
10816
10817 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10818
10819         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
10820         directories from noconfigdirs.
10821
10822 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
10823
10824         * config.sub (basic_machine): added mips16 configuration
10825
10826 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10827
10828         * config.sub: Handle d10v-unknown.
10829
10830 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
10831
10832         * config.sub: Handle v850-unknown.
10833
10834 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
10835
10836         * Makefile.in: add findutils
10837         * configure.in: add findutils to list of host_tools
10838
10839 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
10840
10841         * config.sub: Handle mn10200 and mn10300.
10842
10843 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10844
10845         * configure.in (d10v-*): Do not build librx.
10846
10847 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
10848
10849         * configure.in (mn10300): Build everything except gdb & libgloss.
10850
10851 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
10852
10853         * config.guess:  Patch for Dansk Data Elektronik servers,
10854         from Niels Skou Olsen <nso@dde.dk>.
10855
10856         For ncr, use /bin/uname rather than uname, since GNU uname does not
10857         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
10858
10859         Patch for MIPS R4000 running System V,
10860         from Eric S. Raymond <esr@snark.thyrsus.com>.
10861
10862         Fix thinko for nextstep.
10863
10864         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10865
10866         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
10867         * config.guess: Guess mips-dec-mach_bsd4.3.
10868
10869         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
10870         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
10871         release numbers.
10872         * config.guess (mips-mips-riscos*):  Emit just enough of the
10873         release number.
10874
10875         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
10876         * config.guess (sparc-auspex-sunos*):  Added.
10877         (f300-fujitsu-*): Added.
10878
10879         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
10880         * config.guess:  Recognize a Tadpole as a sparc.
10881
10882 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10883
10884         * config.guess: Don't assume that NextStep version is either 2 or
10885         3.  NextStep 4 (aka OpenStep 4) has come out now.
10886
10887 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10888
10889         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10890         From Rik Faith <faith@cs.unc.edu>.
10891
10892 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
10893
10894         * config.sub: Contributions from bug-gnu-utils to:
10895         Support plain "hppa" (no version given) architecture, reported by
10896         OpenStep.
10897         OpenBSD like NetBSD.
10898         LynxOs is not a hardware supplier.
10899
10900         * config.guess: Contributions from bug-gnu-utils to add support for:
10901         OpenBSD like NetBSD.
10902         Stratus systems.
10903         More Pyramid systems.
10904         i[n>4]86 Intel chips.
10905         M680[n>4]0 Motorola chips.
10906         Use unknown instead of lynx for hardware manufacturer.
10907
10908 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10909
10910         * install.sh (chmodcmd): Set to null if the DST directory already
10911         exists.
10912
10913 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10914
10915         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10916         not use mt-ppc target Makefile fragment any more.
10917
10918 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10919
10920         * configure.in (*-*-windows):  Exclude everything but those dirs
10921         needed to build windows.
10922
10923 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
10924
10925         * Makefile.in (all-target-winsup): Depend on all-target-librx.
10926
10927 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10928
10929         * configure.in:  Exclude mmalloc from i386-windows.
10930
10931 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10932
10933         * Undo my previous change.
10934
10935 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
10936
10937         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10938         unconditionally.
10939         (MAKEOVERRIDES): Define (revert this part of October 18 change).
10940
10941 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10942
10943         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
10944         host to add it's own flags.
10945
10946 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
10947
10948         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10949
10950 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
10951
10952         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10953         (CXX_FOR_TARGET): Likewise.
10954         (GCC_FOR_TARGET): Define.
10955         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10956         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10957         CC_FOR_TARGET was specified on the command line.
10958         (MAKEOVERRIDES): Don't define.
10959
10960 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
10961
10962         * configure.in (m32r): Fix spelling of libg++ libs.
10963
10964 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
10965
10966         * config.sub (-apple*): Remove, now redundant.
10967
10968 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
10969
10970         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10971
10972         * configure: Rework yesterday's sed script patch.
10973
10974         * config.sub: Merge with FSF.
10975
10976 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
10977
10978         * config.guess:  Merge from FSF.
10979
10980         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
10981         * config.guess: Use pc instead of unknown, for pc clone systems.
10982         Change linux to linux-gnu.
10983
10984         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10985         * config.guess: Avoid non-portable tr syntax.
10986
10987 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
10988
10989         * test-build.mk (HOLES): Add "xargs" for gdb.
10990
10991         * configure: Avoid hpux10.20 sed bug.
10992
10993 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
10994
10995         * configure.in:  Add support for windows host
10996         (that is a build done under the Microsoft build environment).
10997
10998 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
10999
11000         * Makefile.in: Replace all uses of srcroot with s, to shrink
11001         command line lengths.
11002
11003         Patches from Geoffrey Noer <noer@cygnus.com>:
11004         * configure.in: If configuring for newlib, pass --with-newlib to
11005         subdirectories.
11006         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11007         -Bnewlib/ and -Lwinsup to gcc.
11008         (CXX_FOR_TARGET): Likewise.
11009
11010 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11011
11012         * Makefile.in (ETC_SUPPORT): Add configure.
11013
11014 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11015
11016         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11017         host configuration file.
11018
11019 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11020
11021         * configure.in: Break mn10x00 support into separate
11022         mn10200 and mn10300 configurations.
11023         * config.sub: Likewise.
11024
11025 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11026
11027         * configure.in: Add lots of stuff to noconfigdirs for
11028         the mn10x00 targets.
11029
11030         * config.sub, configure.in: Add mn10x00 support.
11031
11032 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11033
11034         * make-all.com: Call conf-a-gas, not config-a-gas.
11035
11036 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11037
11038         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11039         targets.
11040
11041 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11042
11043         * mpw-README: Add much more detail for native PowerMac.
11044         * mpw-install: New file.
11045         * mpw-configure: Add --norecursion and --help options.
11046         * mpw-config.in: Translate readme and install files when
11047         copying to objdir.
11048         * mpw-build.in: Don't always depend on byacc and flex.
11049         (install-only-top): New action.
11050
11051 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11052
11053         * configure.in:  You can now configure GDB for the v850.
11054
11055 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11056
11057         * configure.in (noconfigdirs): Don't configure any C++ dirs
11058         if targeting D10V.
11059
11060 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11061
11062         * config.sub: Recognize mips64vr5000.
11063
11064 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11065
11066         * configure.in: Use a single line for host_tools and native_only.
11067
11068 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11069
11070         * config.sub, configure.in: Add entries for m32r.
11071
11072 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11073
11074         * Makefile.in (inet-install): Don't run install-gzip.
11075
11076 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11077
11078         * configure.in:  Don't config lots of things for *-*-windows*.
11079
11080 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11081
11082         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11083         (host_libs, host_tools): Copy from configure.in.
11084         * mpw-configure: Don't complain about directories not found.
11085
11086 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11087
11088         * configure.in (i[345]86): Recognize i686 for pentium pro.
11089         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11090         file.
11091
11092         * config.guess (i[345]86): Ditto.
11093
11094 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11095
11096         * configure.in (noconfigdirs): Removed gdb for D10V.
11097
11098 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11099
11100         * configure.in: Remove ld, target-libio, target-libg++, and
11101         target-libstdc++ from noconfigdirs.
11102
11103 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11104
11105         * configure: Fix three locations where shell scripts were
11106         being run directly rather than with config_shell.
11107
11108 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11109
11110         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11111         * config.sub (basic_machine): Recognize v850.
11112
11113 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11114
11115         * mpw-configure: Handle multiple enable/disable options and
11116         pass them down recursively, handle -c and -s flags appropriately
11117         depending on choice of compiler, add escape mechanism for
11118         quoted arguments to gC.
11119
11120 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11121
11122         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11123         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11124         so that -mrelocatable-lib and -mno-eabi are used.
11125
11126         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11127         not support --print-multi-lib, don't abort.
11128
11129 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11130
11131         * make-all.com: Run config-a-gas.
11132         * setup.com: Don't copy subdirectory files around.
11133
11134 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11135
11136         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11137         target, it now compiles correctly.
11138
11139 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11140
11141         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11142
11143 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11144
11145         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11146
11147 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11148
11149         * configure.in (native_only): Add prms.
11150
11151 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11152
11153         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11154         (BINUTILS_SUPPORT_DIRS): Likewise.
11155
11156 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11157
11158         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11159         d10v support is added.
11160
11161 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11162
11163         * configure.in (d10v-*-*): New target.
11164
11165 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11166
11167         * config.guess (HP 9000/811): Recognize this as a PA1.1
11168         machine.
11169
11170 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11171
11172         * Makefile.in (do-tar-gz): New target, split out from tail end of
11173         taz target.  Run each command separately, don't use pipes.
11174         (taz): Use it.
11175
11176 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11177
11178         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11179         * mpw-build.in: No builds should depend on building byacc or flex,
11180         they are assumed to be installed already.
11181
11182 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11183
11184         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11185         variable that CC_FOR_TARGET needs.
11186
11187 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11188
11189         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11190         options have changed since the last time the subdirectory was
11191         configured, and if it has, reconfigure.
11192         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11193         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11194
11195 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
11196
11197         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11198         CLEAN_MODULES): Add bash.
11199         (all-bash): New target.
11200
11201 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
11202
11203         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11204
11205 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11206
11207         * config.sub (basic_machine): Recognize d10v as a valid processor.
11208
11209 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
11210
11211         * mpw-configure: Add support for --bindir.
11212         * mpw-build.in: Use a GCC-specific build script for GCC actions.
11213
11214 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
11215
11216         * configure.in: add bash, time, gawk to list of hosttools and things
11217         to only build for native toolchains
11218
11219 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11220
11221         * Makefile.in (docdir): Remove.
11222
11223 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11224
11225         * Makefile.in (datadir): Set to $(prefix)/share.
11226
11227 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
11228
11229         * configure.in: build diff and patch for cygwin32-hosted
11230         toolchains.
11231
11232 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
11233
11234         * config.sub: Accept -rtems*.
11235
11236 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
11237
11238         * configure.in: enable dosrel for cygwin32-hosted builds,
11239                 remove diff from the list of things not buildable
11240                 via Canadian Cross
11241
11242 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
11243
11244         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11245         don't get ". ".
11246
11247 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
11248
11249         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11250
11251 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
11252
11253         * Makefile.in (taz): Handle case where tex3patch didn't even get
11254         checked out.  Also, if it was found, put the symlink in a new util
11255         subdirectory.
11256
11257 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11258
11259         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11260
11261 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
11262
11263         * config.sub: Recognize -openvms.
11264         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11265         * make-all.com, setup.com: New files.
11266
11267 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11268
11269         * Makefile.in (taz): tex3patch moved to texinfo/util.
11270
11271 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
11272
11273         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11274         * configure.in: remove make from disable-if-Can-Cross list
11275                 enable gdb if ${host} and ${target} are cygwin32
11276
11277 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
11278
11279         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
11280         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11281
11282 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11283
11284         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
11285         distinguish sysv/svr4/bsd variants.
11286         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11287
11288 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
11289
11290         * configure.in: Added copyright notice.
11291         * move-if-change: Added copyright notice.
11292
11293 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11294
11295         * configure.in (powerpcle-*-solaris*): Until we get shared
11296         libraries working, don't build gdb, sim, make, tcl, tk, or
11297         expect.
11298
11299 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
11300
11301         * config.guess:  Merge with FSF:
11302
11303         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11304         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11305
11306         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
11307         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11308
11309         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
11310         * config.guess:  Combine two OSF1 rules.
11311         Also recognize field test versions.  From mjr@zk3.dec.com.
11312         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
11313         because GNU uname does not support -p.  From pmr@pajato.com.
11314
11315 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
11316
11317         * Makefile.in (MAKEDIRS): Removed $(tooldir).
11318
11319 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
11320
11321         * mpw-README: Document GCCIncludes.
11322
11323 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
11324
11325         * configure.in (alpha-*-linux*): Set enable_shared to yes.
11326
11327 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11328
11329         * mpw-configure: Handle --enable-FOO and --disable-FOO.
11330
11331 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
11332
11333         * configure.in (*-*-cygwin32): Configure make.
11334
11335 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
11336
11337         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11338
11339 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
11340
11341         * Makefile.in (all-inet): Depend on all-perl.
11342
11343         * Makefile.in (inet-install): New target.
11344
11345         * Makefile.in (all-inet): Depend on all-tcl.
11346         (all-inet): Depend on all-send-pr.
11347
11348 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11349
11350         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11351         temporarily.
11352
11353 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
11354
11355         * configure.in: Don't configure --with-gnu-ld on AIX.
11356
11357 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11358
11359         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11360
11361 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
11362
11363         * Makefile.in (ALL_MODULES): Added all-inet.
11364         (CROSS_CHECK_MODULES): Added check-inet.
11365         (INSTALL_MODULES): Added install-inet.
11366         (CLEAN_MODULES): Added clean-inet.
11367         (all-indent): New target.
11368
11369         * configure.in (host_tools): Added inet.
11370         (native_only): Added inet.
11371         (noconfigdirs): Added inet.
11372
11373 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
11374
11375         * configure.in: Don't configure libgloss if we are not configuring
11376         newlib.
11377
11378 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
11379
11380         * configure.in: Don't configure libgloss for unsupported
11381         architectures.
11382
11383 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11384
11385         * Makefile.in (CLEAN_MODULES): Add clean-apache.
11386
11387 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
11388
11389         * Makefile.in (ALL_MODULES): Include all-apache.
11390         (CROSS_CHECK_MODULES): Include check-apache.
11391         (INSTALL_MODULES): Include install-apache.
11392         (all-apache): New target.
11393
11394         * configure.in: Added apache everywhere perl is seen.
11395
11396 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11397
11398         * Makefile.in: Add support for clean-{module} and
11399         clean-target-{module} rules.
11400
11401 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
11402
11403         * configure.in (*-*-ose) do not build libgloss.
11404
11405 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11406
11407         * config.guess (prep*:SunOS:5.*:*): Turn into
11408         powerpele-unknown-solaris2.
11409
11410 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
11411
11412         * configure.in: Permit --enable-shared to specify a list of
11413         directories.
11414
11415 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11416
11417         * configure.in (host==solaris): Pass only the first word of $CC
11418         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11419
11420 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11421
11422         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11423
11424 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
11425
11426         * Makefile.in (ALL_MODULES): Include all-perl.
11427         (CROSS_CHECK_MODULES): Include check-perl.
11428         (INSTALL_MODULES): Include install-perl.
11429         (ALL_X11_MODULES): Include all-guile.
11430         (CHECK_X11_MODULES): Include check-guile.
11431         (INSTALL_X11_MODULES): Include install-guile.
11432         (all-perl): New target.
11433         (all-guile): New target.
11434
11435         * configure.in (host_tools): Include perl and guile.
11436         (native_only): Include perl and guile.
11437         (noconfigdirs): Don't build guile and perl; no ports have been
11438         done.
11439
11440 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
11441
11442         * configure (--enable-*): Handle quoted option lists such as
11443         --enable-sim-cflags='-g0 -O' better.
11444
11445 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11446
11447         * Makefile.in ({,inst}all-target): New rule so we can make and
11448         install all of the target directories easily.
11449
11450 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11451
11452         * configure.in: Add missing global flag in sed substitution when
11453         deleting `target-' from ${configdirs}.
11454
11455 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
11456
11457         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11458         option.
11459
11460         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11461         config/mh-necv4.
11462
11463         * install.sh: Correct misspelling of transformbasename.
11464
11465         * config.guess: Recognize mips-*-sysv*.
11466
11467 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
11468
11469         * config.sub: Recognize mon960.
11470
11471 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
11472
11473         * configure: Restore Canadian Cross handling of BISON and LEX,
11474         removed in Feb 20 change.
11475
11476 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
11477
11478         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11479         Mention make install.  Remove the old copyright date as well the
11480         clumsy and rather pointless copyright on the README file.
11481
11482 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11483
11484         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11485         Makefile after running symlink-tree, then run `make distclean' to
11486         avoid clobbering any generated files in srcdir.
11487
11488 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
11489
11490         * configure.in (m68k-*-netbsd*): Build everything now.
11491
11492 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11493
11494         * Makefile.in (taz): Fix quoting.
11495
11496 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
11497
11498         * configure.in (sparclet-*-*): Build everything now.
11499
11500 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11501
11502         * configure.in (m68k-*-linux*): New host.
11503
11504 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
11505
11506         * configure: Check for bison before byacc.
11507
11508 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
11509
11510         * Makefile.in configure:  Change the way LEX and BISON/YACC are
11511         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
11512         searching PATH.  These are used as fallbacks by Makefile.in if
11513         flex/bison/byacc aren't in objdir.
11514
11515 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
11516
11517         * Makefile.in: Make everything which depends upon all-bfd also
11518         depend upon all-opcodes, in case --with-commonbfdlib is used.
11519
11520 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11521
11522         * configure.in (host *-*-cygwin32): Don't build gdb if we are
11523         building NT native compilers on Unix.
11524
11525 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
11526
11527         * configure.in: Don't get CC from the host Makefile fragment if we
11528         can find gcc in PATH, or if this is a Canadian Cross.  Move the
11529         Solaris test for /usr/ucb/cc to the post target script, just after
11530         the compiler sanity test.
11531
11532 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
11533
11534         * config.sub: Merge with FSF.
11535
11536 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
11537
11538         * Makefile.in (RPATH_ENVVAR): New variable.
11539         (REALLY_SET_LIB_PATH): Use it.
11540         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11541
11542 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
11543
11544         * config.sub, configure.in: Recognize sparclet cpu.
11545
11546 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11547
11548         * config.guess:  Support m68k-cbm-sysv4.
11549
11550 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11551
11552         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11553         m68k-unknown-linuxaout from linker help string.  Put quotes around
11554         $ld_help_string.
11555
11556 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
11557
11558         * config.guess (powerpc-harris-powerunix): Add guess for port
11559         to new target.
11560
11561 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11562
11563         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11564
11565 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
11566
11567         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11568         $(REALLY_SET_LIB_PATH) in Makefile.
11569         * Makefile.in (SET_LIB_PATH): New variable.
11570         (REALLY_SET_LIB_PATH): New variable.
11571         ($(DO_X)): Use $(SET_LIB_PATH).
11572         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11573         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11574         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11575         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11576         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11577         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11578         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11579         (install-dosrel): Likewise.
11580         (all-opcodes): Depend upon all-libiberty.
11581
11582 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11583
11584         * config.guess (*:CYGWIN*): New
11585
11586 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11587
11588         * Makefile.in (all-target-winsup): All all-target-libiberty.
11589
11590 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11591
11592         * configure.in (noconfigdirs): Add missing # in front of comment.
11593
11594 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
11595
11596         * configure.in: add second pass to things added to noconfigdirs
11597         so *-gm-magic can exclude libgloss properly.
11598
11599 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
11600
11601         * mpw-configure (extralibs_name, rez_name): Set correctly
11602         for MWC68K compiler.
11603
11604         * mpw-README: Add more info on the necessary build tools.
11605
11606 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11607
11608         * configure.in, config.sub: Recognize cygwin32.
11609
11610 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
11611
11612         * config.guess, config.sub: Recognize A/UX.
11613
11614 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
11615
11616         * config.sub: Merge with gcc/config.sub.
11617
11618 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
11619
11620         * mpw-build.in (do-binutils): Add build of stamps.
11621
11622 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
11623
11624         * config.sub: Add recognition for mips64vr4100*-* targets.
11625
11626 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11627
11628         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11629         Add creation of gconfigargs with `--enable-shared' turned on.
11630         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11631         ($(host)-stamp-stage3-configured): Likewise.
11632         (HOLES): Add chatr and ldd.
11633         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11634
11635 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
11636
11637         * configure: Pass --nfp to recursive configures.
11638
11639 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11640
11641         * Makefile.in (DLLTOOL): New.
11642         (DLLTOOL_FOR_TARGET): New.
11643         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11644         (EXTRA_TARGET_FLAGS): Ditto.
11645         (EXTRA_GCC_FLAGS): Ditto.
11646         (CONFIGURE_TARGET_MODULES): Ditto.
11647         (DO_X): Ditto.
11648         * configure: Add DLLTOOL.
11649
11650 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
11651
11652         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11653         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11654         mh-sco, since old workarounds no longer needed, and don't
11655         build ld, since libraries have weak symbols in COFF.
11656
11657 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
11658
11659         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11660
11661 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11662
11663         * configure.in: Make sure that ${CC} can be used to compile an
11664         executable.
11665
11666 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11667
11668         * Makefile.in (all-gdb): Depend on $(GDB_TK).
11669         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11670         nothing depending on whether gdbtk is being built.
11671
11672 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
11673
11674         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11675
11676 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
11677
11678         * configure.in (noconfigdirs): Put ld or gas in this early, if the
11679         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11680
11681 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
11682
11683         * config-ml.in: Add support for
11684         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11685         Simplify setting of multidirs from --disable-foo.
11686
11687 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11688
11689         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11690         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11691         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11692         non-empty, pass them on to the  GCC make.
11693         (all-bootstrap): New rule that is like all-gcc, except it executes
11694         the GCC bootstrap rule instead of the GCC all rule.
11695
11696 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
11697
11698         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11699
11700 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11701
11702         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11703         DG/UX support.
11704
11705 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
11706
11707         * config.sub (i*86*) Change [345] to [3456]
11708
11709 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11710
11711         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11712         --with-gnu-ld=no.
11713
11714 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11715
11716         * config-ml.in (rs6000*, powerpc*): Add switches to control which
11717         AIX multilibs get built.
11718
11719 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11720
11721         * configure.in (i386-win32): Don't build expect if we're not
11722         building the tcl subdir.
11723
11724 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
11725
11726         * Makefile.in: (configure-target-examples, all-target-examples):
11727         New targets, configure and build example programs.
11728
11729 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11730
11731         * mpw-configure: If an mpw-config.in generated a file mk.sed,
11732         use it as input to sedit the generated MPW makefile.
11733         * mpw-README: Add a suggestion about Gestalt.h.
11734
11735 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
11736
11737         * config.sub: Accept *-*-ieee*.
11738
11739 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
11740
11741         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
11742         Ronald F. Guilmette <rfg@monkeys.com>.
11743
11744 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11745
11746         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11747         for powerpc-pe native.
11748         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11749         (target==powerpc-pe): duplicate i386-win32 entry.
11750
11751 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11752
11753         * configure.in (noconfigdirs): Exclude target-newlib for all versions
11754         of vxworks, not just vxworks5.1.
11755
11756 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
11757
11758         * mpw-configure: Add support for exec-prefix.
11759
11760 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11761
11762         * config.guess: Recognize HP model 816 machines as having
11763         a PA1.1 processor.
11764
11765 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11766
11767         * configure: Ignore new autoconf configure options.
11768
11769 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11770
11771         * config.guess:  Recognize Pentium under SCO.
11772         From Robert Lipe <robertl@arnet.com>.
11773
11774 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11775
11776         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11777
11778 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
11779
11780         * configure.in: Don't configure gas for alpha-dec-osf*.
11781
11782 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
11783
11784         * configure.in: Default to --with-stabs for some targets for which
11785         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11786         i[345]86*-*-unixware*.
11787
11788 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11789
11790         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11791         rather than basing it on the target.  Simplify handling of options
11792         controlling which directories to configure.  Remove extraneous
11793         slash in multi-clean target.
11794
11795 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
11796
11797         * config-ml.in: Prefix more variables with ml_ so they don't collide
11798         with configure's.
11799
11800 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
11801
11802         * configure: Don't turn -v into --v.
11803
11804 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
11805
11806         * configure.in (targargs): Fix typo.
11807
11808         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11809
11810 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11811
11812         * configure.in: Strip --host and --target options from
11813         CONFIG_ARGUMENTS, and always configure for --host only.  Add
11814         --with-cross-host option when building with a cross-compiler.
11815         * configure: Canonicalize the arguments put into config.status by
11816         always using `=' for an option with an argument.  Pass a presumed
11817         --host or --target explicitly.
11818
11819 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
11820
11821         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11822         into general OS recognition case.
11823
11824 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11825
11826         * configure.in (target_configdirs): add target-winsup only
11827         for win32 target systems.
11828
11829 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
11830
11831         * Makefile.in (all-target-libgloss): Depend upon
11832         configure-target-newlib, since when libgloss is built it looks to
11833         see if the newlib directory exists.
11834
11835 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
11836
11837         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11838         cfg-ml-*.in.
11839
11840 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
11841
11842         * configure: Handle LD and LD_FOR_TARGET when configuring a
11843         Canadian Cross.
11844
11845 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11846
11847         * configure.in (target_libs): add target-winsup.
11848         (target==i386-win32): add patch diff flex make to $noconfigdirs.
11849         (target==ppcle-pe): remove ld from $noconfigdirs.
11850
11851 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
11852
11853         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11854         Preserve relative path names in $srcdir.  Build symlink tree if
11855         configuring cross target dir and srcdir=. (= no VPATH support).
11856         (configure-target-libg++): Depend on configure-target-librx.
11857         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11858         * config-ml.in: New file.
11859         * symlink-tree: New file.
11860         * configure: Ensure srcdir="." if that's what it is.
11861
11862 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
11863
11864         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11865         includes and FLEX_SKELETON setting.
11866         * mpw-configure (--with-gnu-ld): New option, controls whether
11867         to use PPCLink or ld with PowerMac GCC.
11868         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11869         * mpw-config.in: Configure grez if targeting Mac.
11870
11871         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
11872         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11873         just macos.
11874         * configure.in: Configure grez resource compiler if targeting Mac.
11875         * Makefile.in (all-grez, install-grez): New targets.
11876
11877 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
11878
11879         * configure: CXX defaults to gcc, not g++.  If we find
11880         gcc in the path, set CC to gcc -O2.
11881
11882 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
11883
11884         * configure: Default ${build} correctly.  Avoid picking up extra
11885         spaces when reading CC and CXX from Makefile.  When doing a
11886         Canadian Cross, use plausible default values for numerous
11887         variables.
11888         * configure.in: When doing a Canadian Cross, don't try to
11889         configure tools whose configure script can't handle it.
11890
11891 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11892
11893         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11894
11895 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11896
11897         * configure:  Remove dubious bug reporting address.
11898
11899 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11900
11901         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
11902         configure script, run that instead of this directory's configure.
11903         In either case, print a message that we're configuring the sub-dir.
11904
11905 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11906
11907         * configure.in: Before checking for the existence of various files,
11908         use sed to filter out "target-".
11909
11910 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11911
11912         * Makefile.in (DO_X): Split rule to decrease command line length
11913         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
11914         (Philippe De Muyter).
11915
11916 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11917
11918         * Makefile.in (all-patch): depend on all-libiberty.
11919
11920 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
11921
11922         * configure.in: If the only directory in target_configdirs which
11923         actually exists is libiberty, then set target_configdirs to empty,
11924         to avoid trying to build a target libiberty in a gas or gdb
11925         distribution.
11926
11927 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
11928
11929         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11930         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11931         systems.
11932
11933 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11934
11935         * configure.in (copy_dirs): Use sys-include instead of include
11936         for --with-headers option.
11937
11938 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
11939
11940         * Makefile.in, configure.in: Make winsup builds work with
11941         new scheme.
11942
11943 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
11944
11945         * configure.in: Build the linker on AIX.
11946
11947 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11948
11949         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
11950         where needed.
11951
11952 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
11953
11954         * Makefile.in (all-gcc): Fix typo.
11955
11956 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11957
11958         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
11959
11960 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11961
11962         * configure.in:  Rename libFOO to target-libFOO, and xiberty
11963         to target-xiberty, to provide more flexibility.
11964         (target_subdir):  Define.  Create if cross.
11965         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11966         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
11967         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11968         check-libFOO -> check-target-libFOO, etc.
11969         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11970         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11971         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11972         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
11973         allow ALL_GCC="" to only configure.
11974         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
11975         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
11976         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
11977
11978 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
11979
11980         * Makefile.in (taz): Build "info" in etc explicitly.
11981
11982 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
11983
11984         * configure.in:  Make sure that CC is undefined (as opposed to
11985         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
11986         problem with autoconf trying to configure on a host without GCC.
11987
11988 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11989
11990         * mpw-configure: Set host alias from choice of host compiler,
11991         only use generic MPW Makefile sed if present, edit a file
11992         named "hacked_Makefile.in" instead of "Makefile.in" if present.
11993         * mpw-README: Add problem notes about CW6 and CW7.
11994
11995 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
11996
11997         * Makefile.in (taz): Use ";" instead of ";;".
11998
11999 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12000
12001         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12002         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12003         DISTDOCDIRS.
12004         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12005         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12006
12007 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12008
12009         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12010         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12011         Move bfd to DISTSTUFFDIRS.
12012
12013 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12014
12015         * Makefile.in (X11_LIB): Removed.
12016         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12017
12018         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12019
12020 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12021
12022         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12023         names.
12024
12025 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12026
12027         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12028
12029 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12030
12031         * configure.in (i[345]86-*-win32): Always build newlib.
12032         Don't configure cvs, autoconf or texinfo.
12033         * Makefile.in (LD_FOR_TARGET): New.
12034         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12035         Pass down LD_FOR_TARGET.
12036
12037 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12038
12039         * winsup: New directory.
12040         * Makefile.in: Build winsup.
12041         * configure.in: Winsup is configured when target is win32.
12042         Can only build win32 target GDB when native.
12043
12044 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12045
12046         * config.guess: Recognize HP model 819 machines as having
12047         a PA 1.1 processor.
12048
12049 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12050
12051         * configure: Fix sed loop which substitutes for CC and CXX to
12052         avoid bug found in various sed implementations.
12053
12054 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12055
12056         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12057         simulator.  Use standard powerpc-*-eabi*.
12058
12059 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12060
12061         * configure.in: Stop putting gas and binutils in noconfigdirs for
12062         powerpc-*-aix* and rs6000-*-*.
12063
12064 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12065
12066         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12067         -mcall-aixdesc libraries.
12068
12069 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12070
12071         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12072
12073         * config.sub (arm | armel | armeb): Fix shell syntax.
12074
12075 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12076
12077         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12078         -msoft-float and -mcpu=common support.
12079         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12080         libraries.
12081
12082 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12083
12084         * configure.in: Allow configuration and build of emacs19 for the alpha.
12085
12086 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12087
12088         * configure.in (CC): Get ^CC, not just any old CC, from
12089         ${host_makefile_frag}.
12090
12091 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12092
12093         * configure.in (CC): Try to get CC from
12094         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12095
12096 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12097
12098         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12099         only if it exists in $(srcdir).
12100
12101 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12102
12103         * configure: If CC and CXX are not set in the environment, set
12104         them, based on either an existing Makefile or on searching for gcc
12105         in PATH.  Substitute for CC and CXX in Makefile.
12106         * configure.in: Remove libm from target_libs.  Separate
12107         target_configdirs from configdirs.  If CC is not set in
12108         environment, try to get it from a host Makefile fragment.  Rewrite
12109         changes of configdirs to use skipdirs instead.  A few minor
12110         tweaks.  Take directories out of target_configdirs as they are
12111         taken out of configdirs.  Remove existing Makefile files from
12112         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12113         CONFIG_ARGUMENTS in Makefile.
12114         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12115         by configure.in.
12116         (CONFIG_ARGUMENTS): Likewise.
12117         (CONFIGURE_TARGET_MODULES): New variable.
12118         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12119         ($(CONFIGURE_TARGET_MODULES)): New target.
12120         (configure-libg++, configure-libio): New targets.
12121         (all-libg++): Depend upon configure-libg++.
12122         (all-libio): Depend upon configure-libio.
12123         (configure-libgloss, all-libgloss): New targets.
12124         (configure-libstdc++): New target.
12125         (all-libstdc++): Depend upon configure-libstdc++.
12126         (configure-librx, all-librx): New targets.
12127         (configure-newlib): New target.
12128         (all-newlib): Depend upon configure-newlib
12129         (configure-xiberty): New target.
12130         (all-xiberty): Depend upon configure-xiberty.
12131
12132 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12133
12134         * configure.in (host i[345]86-*-win32):  Expand the
12135         noconfigdirs again.
12136
12137 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12138
12139         * mpw-configure: Fix sed command file name.
12140
12141 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12142
12143         * configure.in (host i[345]86-*-win32): Reduce the
12144         noconfigdirs again.
12145
12146 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12147
12148         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12149         or powerpc*-*-pe*, since they are not yet supported.
12150
12151 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12152
12153         Add PowerMac support and many other enhancements.
12154         * mpw-configure: New option --cc to select compiler to use,
12155         paste options set according to --cc into the generated
12156         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12157         if mpw-make.sed is present.
12158         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12159         add forward includes for PowerPC include files.
12160         * mpw-build.in: Build using Makefile.PPC if present.
12161         (do-byacc, etc): Remove separate version resource builds.
12162         (do-gas): Build "stamps" before "all".
12163         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12164         * mpw-README: Update to reflect --cc option, PowerMac support,
12165         and recently-reported compatibility problems.
12166
12167 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12168
12169         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12170         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12171         (--with-multilib-top): Pass to recursive invocations.
12172
12173 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12174
12175         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12176         v810-*-*.
12177
12178 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12179
12180         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12181         gdb, ld and opcodes on v810-*-*.
12182
12183 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12184
12185         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12186         (local-maintainer-clean): New target.
12187         (maintainer-clean): New target.
12188         (realclean): Just depend upon maintainer-clean.
12189
12190 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12191
12192         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12193
12194 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
12195
12196         * configure.in: Build ld in mips*-*-bsd* case.
12197
12198 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
12199
12200         * config.sub: Accept -lites* OS.  From Ian Dall.
12201
12202 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
12203
12204         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12205         targets.
12206
12207 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12208
12209         * configure.in: treat i386-win32 canadian cross the same as
12210         i386-go32 canadian cross.
12211
12212 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12213
12214         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12215         running under the simulator to build a reduced set of libraries.
12216         (powerpc-*-eabiaix): Add fine grained multilib support added to
12217         other powerpc targets yesterday.
12218
12219 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12220
12221         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12222         -disable-softfloat, -disable-relocatable, -disable-aix, and
12223         -disable-sysv to control which multilib libraries get built.
12224
12225 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12226
12227         * configure: Add Makefile.tem to list of files to remove in trap
12228         handler.
12229
12230 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12231
12232         * config.guess (*Linux*):  Add missing "exit"s.
12233         Also, need specific check for alpha-unknown-linux (uses COFF).
12234
12235 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12236
12237         * config.guess:  Merge with FSF:
12238
12239         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
12240         * config.guess (AIX4): More robust release numbering discovery.
12241
12242         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
12243         * config.guess (i386-sequent-ptx): Properly get version number.
12244
12245         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
12246         * config.guess (mips:*:4*:UMIPS): New case.
12247
12248 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12249
12250         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12251         (i386-win32 host): Likewise.  Don't build readline.
12252
12253 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
12254
12255         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
12256         SUPPORT_FILES to submakes.
12257
12258 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
12259
12260         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12261         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12262         mpw-configure.
12263
12264 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
12265
12266         * configure.in (appdirs): Use =, not ==, in test expression when
12267         trying to build the text to print in the warning message for
12268         Solaris users.
12269
12270 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
12271
12272         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12273
12274 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12275
12276         * config.guess: Recognize lynx-2.3.
12277
12278 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
12279
12280         * config.sub (z8ksim): Deleted
12281         (z8k-*-coff): New, this is the one true name of the target.
12282
12283 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
12284
12285         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12286
12287 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
12288
12289         * config.guess (*:Linux:*:*): First try asking the linker what the
12290         default object file format is (elf, aout, or coff).  Then if this
12291         fails, try previous methods.
12292
12293 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12294
12295         * configure.in: Don't build newlib for *-*-vxworks5.1.
12296
12297 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12298
12299         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12300         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12301
12302 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
12303
12304         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12305
12306 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
12307
12308         * cfg-ml-com.in: New file.
12309         * cfg-ml-pos.in: New file.
12310
12311 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12312
12313         * COPYING.NEWLIB: Add HP free copyright to list.
12314
12315 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12316
12317         * config.sub: Recognize -eabi* for the system, not just -eabi.
12318
12319 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12320
12321         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12322         * config.sub, configure.in (win32): New target and host.
12323
12324 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12325
12326         * configure.in: Add i386-pe configuration.
12327
12328 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
12329
12330         * mpw-build.in (install): Install GDB after LD.
12331
12332 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
12333
12334         * mpw-config.in (elf/mips.h): Always forward-include, needed
12335         for GDB to build.
12336
12337 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12338
12339         * testsuite: New directory for customer acceptance and whole tool
12340         chain tests.
12341
12342 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12343
12344         * configure: If per-host line isn't found, but AC_OUTPUT is found
12345         and a configure script exists, run it instead.
12346
12347 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12348
12349         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
12350
12351 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12352
12353         * configure: Set build_{cpu,vendor,os,alias} to host values when
12354         --build isn't specified.
12355
12356 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12357
12358         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12359         (FLAGS_TO_PASS): Pass them.
12360         (EXTRA_TARGET_FLAGS): Ditto.
12361
12362 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12363
12364         * Makefile.in (all-libg++): Depend on all-libstdc++.
12365
12366 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12367
12368         * configure.in (noconfigdirs): Enable all packages for
12369           i386-unknown-netbsd.
12370
12371 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
12372
12373         * configure.in (noconfigdirs): Don't configure tk for i386-go32
12374         hosted builds (DOS builds)
12375
12376 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12377
12378         Changes for ARM based on patches from Richard Earnshaw:
12379         * config.sub: Handle armeb and armel.
12380         * configure.in: Omit arm linker only for riscix.
12381
12382 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12383
12384         * config.guess:  Update from FSF.
12385
12386 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
12387
12388         * config.sub: Recognize powerpcle as the little endian variant of
12389         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
12390         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
12391         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
12392         temporarily.
12393
12394 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
12395
12396         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12397
12398 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
12399
12400         * config.sub: Accept -lites* as a basic system type.
12401
12402 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
12403
12404         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12405         installed, and if so return linuxoldld as the system name.
12406
12407 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
12408
12409         * config.guess: Add hppa1.1-hp-lites support.
12410
12411 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12412
12413         * configure.in: Don't build newlib for m68k-vxworks5.1.
12414
12415 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12416
12417         * configure.in (mips-sgi-irix6): Use mh-irix5.
12418
12419 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
12420
12421         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12422
12423 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12424
12425         * test-build.mk: Enable building of shared libraries on IRIX 5 and
12426         OSF/1.  Fix compiler flags.
12427         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
12428
12429 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
12430
12431         * configure.in: Recognize --with-newlib.
12432         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12433
12434 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12435
12436         * Makefile.in: move {all,check,install}-gdb from *_MODULES
12437         to *_X11_MODULES due to gdbtk needing X include files et al.
12438
12439 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
12440
12441         Merge in support for Mac MPW as a host.
12442         (Old change descriptions retained for informational value.)
12443
12444         * mpw-config.in: Add generic include forwards for cpu-specific
12445         include files in aout and elf directories.
12446
12447         * mpw-configure: Added copyright.
12448         * mpw-config.in: Check for presence of required build tools.
12449         (target_libs): Add newlib.
12450         (target_tools): Add examples.
12451         (Read Me): Generate as "Read Me for MPW" instead.
12452         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12453         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12454         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12455
12456         * mpw-configure: Remove subdir-specific makefile hackery,
12457         delete mk.tmp after using it.
12458
12459         * mpw-build.in (all): Display start and end times.
12460
12461         * mpw-configure (host_canonical): Set.
12462         (target_cpu): Always add to makefiles.
12463         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12464         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12465         (mpw-mh-mpw): Look for in srcdir and srcroot.
12466         Use sed instead of mpw-edit-prefix to edit prefix definitions.
12467
12468         * mpw-build.in: (install-only): New target.
12469
12470         * mpw-configure (host_alias, target_alias): Rename from hostalias
12471         and targetalias, add into generated Makefile.
12472         (mk.tmp): If present, add into generated Makefile.
12473         * mpw-build.in (all-gas): Build config.h first before gas proper.
12474
12475         * mpw-configure (config.status): Write only if changed.
12476         * mpw-config.in (readline): Configure it (not built, just used for
12477         definitions).
12478
12479         * mpw-config.in (elf/mips.h): Add a forward include.
12480
12481         * mpw-config.in: Forward-include most .h files in include into
12482         extra-include.
12483         (readline): Don't build.
12484         mpw-build.in (install): Install GDB.
12485
12486         * mpw-configure (prefix, mpw_prefix): Handle it.
12487         * mpw-config.in (mmalloc, readline): Don't configure.
12488         * mpw-build.in (thisscript): Rename to ThisScript.
12489         Use mpw-build instead of BuildProgram everywhere.
12490         (mmalloc, readline): Don't build.
12491         * mpw-README: New file, basic documentation about the MPW port.
12492
12493         * mpw-config.in: Use forward-include to create include files.
12494
12495         * mpw-configure: Add more things to the top of each configured
12496         Makefile, including contents of config/mpw-mh-mpw.
12497         * mpw-config.in (extra-include): Create this directory and fill it
12498         with Posix-like include files when configuring.
12499
12500         * config.sub (apple, mac, mpw): Add various aliases.
12501
12502         * mpw-build.in: New file, top-level build script fragment for MPW.
12503         * mpw-configure: New file, configure script for MPW.
12504         * mpw-config.in: New file, config fragment for MPW.
12505
12506 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12507
12508         * configure.in (host_libs): Remove glob, since it is gone from the
12509         sources.
12510
12511 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12512
12513         * Makefile.in: define empty GDB_NLM_DEPS var.
12514
12515         * configure.in(target_makefile_frag): use config/mt-netware
12516         for netware targets.
12517
12518 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12519
12520         * config.sub: Merge in recent FSF changes.  Remove linux special
12521         cases.
12522
12523 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12524
12525         Revert this change:
12526
12527         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
12528
12529                 * build-all.mk: Use CC=cc -Xs on Solaris.
12530
12531 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12532
12533         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
12534         stop using it.
12535         * Makefile.in: Nuke all references to glob subdirectory.
12536
12537 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12538
12539         * configure.in: Fix --enable-shared logic in per-host.
12540
12541 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12542
12543         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12544
12545 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12546
12547         * configure.in (noconfigdirs): Don't build gas on AIX, for
12548         powerpc*-*-aix* as well as for rs6000*-*-aix*.
12549
12550 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
12551
12552         * configure: Fix --cache-file to work if the file argument is a
12553         relative path.
12554
12555 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
12556
12557         * configure: If the --cache-file is used, pass it down to
12558         configure in subdirectories.
12559
12560 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
12561
12562         * config.sub: add vxworks29k configuration.
12563
12564 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12565
12566         * Makefile.in (taz): Do "diststuff" part quietly.
12567
12568 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12569
12570         * config.sub: Mini-merge with gcc/config.sub.
12571
12572 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12573
12574         * config.guess (IRIX): Sed - to _.
12575
12576 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12577
12578         * Makefile.in (source-vault, binary-vault): New targets.
12579
12580 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
12581
12582         * config.sub: Recognize -eabi as a basic system type.
12583
12584 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12585
12586         * configure.in (enable_shared stuff): Fix typo.
12587
12588 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
12589
12590         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12591
12592 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12593
12594         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12595
12596 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12597
12598         * configure.in (rs6000-*-*): Don't build gas.
12599
12600 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
12601
12602         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12603         reduce command line length.
12604         (AS_FOR_TARGET): Check for as.new, not Makefile.
12605         (NM_FOR_TARGET): Check for nm.new, not Makefile.
12606
12607 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12608
12609         * config.guess:  Merge from FSF.
12610
12611 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12612
12613         * configure: Don't use $ when handling program_suffix.
12614
12615 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
12616
12617         * configure.in:  Configure tk for hppa/hpux.
12618
12619 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12620
12621         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
12622
12623 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12624
12625         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
12626         to LIBCXXFLAGS.  Tests are better run without it.
12627
12628 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
12629
12630         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12631
12632 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
12633
12634         * configure.in (*-*-netware*): Don't configure xiberty.
12635
12636 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
12637
12638         * configure.in:  Remove tk from native_only list.
12639
12640 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
12641
12642         * build-all.mk: Add mips-ncd-elf target to sun4 targets
12643           for special NCD build.
12644
12645 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12646
12647         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12648         makeall.bat, they're only useful for binutils snapshots.
12649         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12650         makeall.bat to specified SUPPORT_FILES.
12651
12652 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
12653
12654         * build-all.mk: Add Ericsson targets to sun4 and solaris
12655           hosts.  Add  BNR's sun4 target to solaris host, so their
12656           build-from-source will be tested in-house first.
12657
12658 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12659
12660         * Makefile.in (LIBCFLAGS): New variable.
12661         (CFLAGS_FOR_TARGET): Ditto.
12662         (LIBCFLAGS_FOR_TARGET): Ditto.
12663         (LIBCXXFLAGS): Ditto.
12664         (CXXFLAGS_FOR_TARGET): Ditto.
12665         (LIBCXXFLAGS_FOR_TARGET): Ditto.
12666         (BASE_FLAGS_TO_PASS): Pass them.
12667         (EXTRA_TARGET_FLAGS): Ditto.
12668
12669         * configure.in: Support --enable-shared.
12670
12671 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12672
12673         * configure.in (target_libs):  Include libstdc++ again.
12674         * config.guess:  Update from FSF (for FreeBSD).
12675
12676 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12677
12678         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12679         makeall.bat.
12680         (DISTDOCDIRS): Add `etc'.
12681         (ETC_SUPPORT_PFX): New variable.
12682         (taz): Include anything from etc starting with a word in
12683         ETC_SUPPORT_PFX.
12684
12685 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12686
12687         * config.sub: Update for recent FSF changes.  Remove obsolete
12688         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
12689         spacing changes.
12690
12691 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12692
12693         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
12694
12695         * config.guess:  Merge with FSF.
12696         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12697
12698 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12699
12700         * configure: Since the "trap 0" handler will override the exit
12701         status on many systems, only use it for "exit 1", and make it set
12702         a non-zero exit status; reset it before "exit 0".  Also, check
12703         exit status of config.sub, and error out if it failed.
12704
12705 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
12706
12707         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12708         and install libgloss.
12709
12710 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12711
12712         * Makefile.in (all-binutils): Depend upon all-byacc.
12713
12714         * configure.in: Don't build emacs on Irix 5.
12715
12716 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12717
12718         * configure.in (*-*-netware*): Add libio.
12719
12720 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12721
12722         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12723         (CHECK_TARGET_MODULES): Ditto.
12724         (INSTALL_TARGET_MODULES): Ditto.
12725         (TARGET_LIBS): Ditto.
12726         (all-libstdc++): Note dependencies.
12727
12728 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12729
12730         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12731
12732 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12733
12734         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12735         -fexternal-templates.
12736
12737         * configure.in (target_libs): Add libstdc++.
12738         (noconfigdirs): Add libstdc++ as appropriate.
12739
12740 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12741
12742         * config.guess:  Update from FSF.
12743
12744 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12745
12746         * configure: Use ${config_shell} when running ${configsub}.
12747
12748 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
12749
12750         * config.sub: No longer recognize h8300h.
12751
12752 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12753
12754         * config.sub: Remove extraneous differences between config.sub and
12755         gcc/config.sub.
12756
12757 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12758
12759         * Makefile.in (DISTSTUFFDIRS): Add gas.
12760
12761 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
12762
12763         * COPYING.NEWLIB: New file.
12764
12765 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12766
12767         * config.guess (HP-UX):  Patch from Harlan Stenn
12768         <harlan@landmark.com> to also emit release level.
12769
12770 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12771
12772         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12773
12774 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12775
12776         * config.sub:  Merge nextstep cleanup from FSF.
12777
12778 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12779
12780         * configure.in (arm-*-*): Don't configure ld for this target.
12781
12782 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12783
12784         * configure.in (*-*-netware): don't configure libg++, libio,
12785           librx, or newlib.
12786
12787 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12788
12789         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
12790         configure ld--it works, but it doesn't support shared libraries.
12791
12792 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12793
12794         * config.guess (*-unknown-freebsd*):  Get rid of possible
12795         trailing "(Release)" in version string.
12796         Patch from Paul Richards <paul@isl.cf.ac.uk>.
12797
12798 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12799
12800         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12801         Fix type: *-next-neststep -> *-next-nextstep.
12802
12803         * config.guess:  Merge from FSF:
12804
12805         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
12806
12807         * config.guess: Recognize powerpc-ibm-aix3.2.5.
12808
12809         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
12810
12811         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12812         instead of UNIX_SV for UnixWare 1.0).
12813
12814 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
12815
12816         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
12817         to make gdb/nlm/* build after the compiler and linker.
12818
12819 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12820
12821         * config.guess (netbsd, freebsd, linux):  Accept any machine,
12822         not just i[34]86.
12823         (m68k-atari-sysv4):  Relocate to match FSF version.
12824
12825         * config.guess:  More merges from the FSF:
12826
12827         Add a space before function call or macro invocation.
12828
12829         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12830
12831         * config.guess: Add trap cmd to remove dummy.c and dummy when
12832         interrupted.
12833
12834         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12835
12836         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12837         (dummy): Redirect stderr from compilation of dummy.c.
12838
12839         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
12840
12841         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12842
12843 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
12844
12845         * configure: Accept and ignore --cache*, for compatibility with
12846         new autoconf.
12847
12848 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12849
12850         * config.guess:  Merge from FSF:
12851
12852         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12853
12854         * config.guess (Pyramid*:OSx*:*:*): New case.
12855         (PATH): Add /.attbin at end for finding uname.
12856         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
12857
12858         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
12859
12860         * config.guess (M88*:DolphinOS:*:*): New case.
12861
12862         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
12863
12864         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12865         to select whether to use ELF or COFF.
12866
12867         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12868
12869         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12870
12871         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12872
12873         * config.guess: Guess the OS version for HPUX.
12874
12875         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
12876
12877         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12878
12879 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12880
12881         * configure.in: Recognize --with-headers, --with-libs, and
12882         --without-newlib.
12883         * Makefile.in (all-xiberty): Depend upon all-ld.
12884
12885 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12886
12887         * configure.in: Change i[34]86 to i[345]86.
12888
12889 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12890
12891         * configure (version): A few more tweaks to help message.
12892
12893 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12894
12895         * Makefile.in:  Remove (for now) librx as a host library,
12896         now that we're building it for target.
12897
12898 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12899
12900         * configure: Fix up help message; from karl@owl.hq.ileaf.com
12901         (Karl Berry).
12902
12903 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12904
12905         * configure.in:  Also configure librx.
12906
12907 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12908
12909         * Makefile.in:  Update various rules to reflect that librx
12910         is now needed for libg++.
12911
12912 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12913
12914         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12915
12916 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
12917
12918         * configure.in: Configure the examples directory.
12919
12920 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12921
12922         * configure: Simplify Jun 2 1994 change.
12923
12924 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12925
12926         * change CC to /usr/latest/bin/gcc for lynx host builds, since
12927         /bin/gcc isn't good enough to build gcc.
12928
12929 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
12930
12931         * Makefile.in (GDB_SUPPORT_FILES): Remove
12932         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
12933         (gdb.tar.gz): Add new rule to use standard distribution building
12934         mechanism.
12935
12936 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12937
12938         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
12939         Bill Cox <bill@cygnus.com>.
12940
12941 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12942
12943         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
12944
12945 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
12946
12947         * configure:  Search current dir first in .gdbinit.
12948
12949 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12950
12951         * config.sub:  Recognize freebsd (merged from gcc config.sub).
12952
12953 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12954
12955         * config.sub:  Refer to NeXT's operating system as nextstep.
12956
12957         * config.sub (case $basic_machine):  Re-order the cases, to match
12958         the order in the FSF version (which is mostly alphabethical).
12959         Merge in some additions and changes from the FSF.
12960
12961 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
12962
12963         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12964         * config.sub: Recognize cxux7.
12965         * configure.in: Use mh-cxux for m88k-harris-cxux*.
12966
12967 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12968
12969         * config.sub:  Fix typo powerpc -> powerpc-*.
12970
12971 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
12972
12973         * Makefile.in: `all-emacs19' depends on `all-byacc'.
12974
12975         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12976         parallel with all-emacs and install-emacs).  Top-level command
12977         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12978
12979 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12980
12981         * test-build.mk ($(host)-stamp-stage2-installed): Remove
12982         $(relbindir)/make before doing ``make install'', and use
12983         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
12984         installing over running make binary.
12985         ($(host)-stamp-stage3-installed): Likewise.
12986
12987 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12988
12989         * config.guess: Recognize Mach.
12990
12991 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12992
12993         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12994         see whether --exec-prefix was used.
12995
12996 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12997
12998         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
12999
13000 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13001
13002         * Makefile.in: Add all-librx target similar to all-libproc.
13003
13004 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13005
13006         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13007         with post 1.2 uname bogosity.
13008
13009 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13010
13011         * configure: Remove temporary files on receipt of a signal.
13012
13013 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13014
13015         * configure: If there is a package_makefile_frag, remove
13016         ${subdir}/Makefile.tem after copying it in.
13017
13018 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13019
13020         * build_all.mk: support rs6000 lynx identifies itself as
13021         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13022         since /bin/gcc is too feeble to compile a modern gcc.
13023
13024 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13025
13026         * brought devo/test-build.mk update-to-date with progressive/
13027           test-build.mk. Add lynx targets and hppa flag info.
13028
13029 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13030
13031         * configure.in:  Use mh-ncrsvr43.  Patch from
13032         Tom McConnell <tmcconne@sedona.intel.com>.
13033
13034 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13035
13036         * config.guess (i386-unknown-bsdi):  No longer need to
13037         check #if defined(__bsdi__) && defined(__i386__).
13038
13039 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13040
13041         * configure: Set program_transform_nameoption correctly.
13042
13043 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13044
13045         * brought build-all.mk update-to-date with progressive build-all.mk,
13046           added new targets and hppa info.
13047
13048 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13049
13050         * configure: If config.guess result is a prefix of the user
13051         specified target, assume a native build and use the user specified
13052         target as the host alias.  Remove SunOS patch suffix removal hack.
13053         * configure.in: Remove SunOS patch suffix removal hack.
13054
13055         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13056         in NATIVE_CHECK_MODULES.
13057
13058 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13059
13060         * Makefile.in: Rename HOST_ONLY to NATIVE.
13061         * configure: Delete SunOs patch suffix from host_canonical
13062           and build_canonical variables that are prepended to Makefiles.
13063         * configure.in: Add comments for easier maintenance.
13064
13065 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13066
13067         * Makefile.in: Add all-libproc target similar to all-gui.
13068
13069 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13070
13071         * Makefile.in (CHECK_MODULES): split into
13072         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13073
13074 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13075
13076         * config.guess (i386-unknown-bsdi): New system to guess.
13077
13078 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13079
13080         * Makefile.in: Add all-gui target (but not yet build by "all").
13081
13082 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13083
13084         * config.sub: Move deletion of patch suffix from here...
13085         * configure.in: To here, at Ian's suggestion.  The top-
13086           level scripts might need to know of a patch level.
13087
13088 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13089
13090         * config.sub: Strip off patch suffix so rtl is recognized
13091           as a sunos4.1.3 machine, even though it's been patched.
13092
13093 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13094
13095         * Makefile.in (INSTALL_LAST): Delete.
13096         (INSTALL_DOSREL): New.
13097
13098 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13099
13100         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13101         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13102         whether we pass down --with-gnu-ld anyhow.
13103
13104 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13105
13106         * Makefile.in (INSTALL_LAST): Change operation so it works
13107         on more flavors of make.
13108         * configure.in (go32): Don't build libg++ or libio.
13109
13110 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13111
13112         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13113         they can be overriden by templates.
13114
13115 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13116
13117         * configure.in (target==go32): Don't build gdb.
13118         * dosrel: New directory.
13119
13120 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13121
13122         * configure.in (host==go32): Configure dosrel too.
13123         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13124         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13125         be set by incoming names or templates.
13126         (INSTALL_LAST): New rule.
13127
13128 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13129
13130         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13131
13132 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13133
13134         * configure.in (appdirs): New variable.  Currently empty, but will
13135         be used in gas distribution.  If nonempty, lists a set of
13136         directories at least one of which must get configured, or top
13137         level configuration is considered to have failed.
13138         (rs6000-*-lynxos*): Use new file name.
13139
13140 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13141
13142         Eliminate XTRAFLAGS.
13143         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13144         newlib include files using -idirafter, and also use -nostdinc.
13145         (CXX_FOR_TARGET): Likewise.
13146         (XTRAFLAGS): Removed.
13147         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13148         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13149         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13150         ($(DO_X)): Don't pass down XTRAFLAGS.
13151
13152 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13153
13154         * configure.in (mips*-dec-bsd*): New target; do build linker.
13155         (mips*-*-bsd*): New target; don't build linker.
13156
13157 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13158
13159         * configure.in: support rs6000-*-lynxos* configuration.
13160         support sunos4 as a cross target.
13161
13162         * config.sub: look for lynx*, not lynx since the OS version may
13163         legitimately be part of the name.
13164
13165 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13166
13167         * configure.in (i[34]86-*-sco*): Move to be with other i386
13168         targets.
13169         (romp-*-*): New target.  Skip various binary utilities.
13170         (vax-*-*): New target.  Don't build newlib.
13171         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13172
13173 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13174
13175         * configure.in: Only set host_makefile_frag if config
13176         directory exists.
13177
13178 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13179
13180         * install.sh: If $dstdir exists, don't check whether each
13181         component does.
13182
13183 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13184
13185         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13186
13187 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
13188
13189         * configure.in (*-*-lynxos*): Don't configure newlib for either
13190         native or cross Lynx.
13191
13192 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
13193
13194         * config.sub (sparc64-elf): Fix os.
13195         (z8k): Remove duplicate.
13196
13197 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13198
13199         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13200         gcc/stmp-fixproto, to try to prevent fixproto from being run.
13201
13202 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
13203
13204         * configure: Make file links cleanly even if Lynx fails on
13205           an NFS symlink (at least fail cleanly).
13206
13207 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13208
13209         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13210         -XNh2000.
13211
13212 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13213
13214         * configure: Unknown options are fatal again.
13215
13216 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
13217
13218         * configure: Ignore --x-includes and --x-libraries, for Autoconf
13219         compatibility.
13220
13221 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13222
13223         * build-all.mk: Add `clean' target.
13224
13225 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13226
13227         * config.guess:  Add SINIX support.
13228         * configure.in:  Add mips-*-sysv4* support.
13229
13230 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
13231
13232         * build-all.mk: Document all useful targets.
13233         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13234         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13235
13236 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13237
13238         * configure: Support --silent, --quiet.
13239
13240 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13241
13242         * configure: Support --disable-FEATURE.
13243
13244 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13245
13246         * config.guess: Recognize NCR running SVR4.3.
13247
13248 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13249
13250         * config.guess:  Make BSDI generate i386-unknown-bsd386.
13251         Patch from Paul Eggert <eggert@twinsun.com>.
13252
13253 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13254
13255         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13256
13257 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13258
13259         * configure: Make unrecognized options give nonfatal warnings
13260         instead of fatal errors, and pass them to any subdirectory
13261         configures in case they recognize them.
13262         Make --x equivalent to --with-x.
13263
13264 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13265
13266         * configure: Add --enable-* options.  Clean up usage message and
13267         some comments.
13268
13269 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
13270
13271         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13272
13273 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13274
13275         * configure.in (hppa*-*-*): Enable binutils.
13276
13277 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13278
13279         * config.sub: Recognize cisco.
13280
13281 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
13282
13283         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13284
13285 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13286
13287         * config.guess: about target *-hitachi-hiuxwe2, don't print more
13288         than one configuration name.  Add comment.
13289
13290 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
13291
13292         * config.guess: about target *-hitachi-hiuxwe2, fixed
13293         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
13294         macro is incorrect.]
13295
13296 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13297
13298         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13299         than the "make ls" stuff which used to be here.
13300
13301 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13302
13303         * config.guess:  Recognize i[34]86-unknown-freebsd.
13304         From Shawn M Carey <smcarey@rodan.syr.edu>.
13305
13306 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13307
13308         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13309
13310 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13311
13312         * config.guess: Check for ptx.
13313
13314 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
13315
13316         * config.sub: Add os9k checking.
13317
13318 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13319
13320         * config.guess: Handle OSF1 running on HPPA processors
13321
13322 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13323
13324         * configure: If subdir configure fails, print out a message with
13325         subdirectory name, in case subdir's configure code didn't identify
13326         itself.
13327
13328 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
13329
13330         * configure.in: Remove embedded newlines from configdirs.
13331         Avoid mismatches of substrings.  Fix matching strings at end
13332         of configdirs.
13333
13334 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
13335
13336         * config.guess:  Add Lynx/rs6000 config support.
13337
13338 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13339
13340         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13341
13342 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
13343
13344         * configure.in (hppa*-*-osf*): Treat this just like most other
13345         PA configurations (eg no binutils or ld).
13346         (hppa*-*-*elf*): These configurations have binutils and ld.
13347
13348 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13349
13350         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
13351
13352 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13353
13354         * configure.in (rs6000-*-*): Build gas.
13355
13356 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13357
13358         * Makefile.in:  Avoid bug in losing hpux sed.
13359
13360 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13361
13362         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13363         for GDB and GDB has been fixed to not need it.
13364
13365 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13366
13367         * config.guess: Recognize vax hosts.
13368
13369 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13370
13371         * configure (while loop): Don't use "break 2" inside case
13372         statement -- the case statement isn't an enclosing loop.
13373
13374 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13375
13376         * config.guess:  Clean up NeXT support, to allow nextstep
13377         on Intel machines.  Make OS be nextstep.
13378
13379 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
13380
13381         * config.guess: Add alternate forms for Convex.
13382
13383 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
13384
13385         * configure:  Completely rewrite option processing.  Take
13386         advantage of pattern-matching to avoid invoking test frequently.
13387         Also clean up host and target defaulting logic.
13388
13389 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13390
13391         * Makefile.in: Replace all occurrances of "rootme" with "r" and
13392         "$${rootme}" with "$$r", to increase the likelihood that the do-*
13393         commands (plus user environment) will fit SCO limits.
13394
13395 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13396
13397         * configure.in: Don't issue warnings about directories which are
13398         not being configured if -norecursion is set.  Correct test for
13399         --with-gnu-as and --with-gnu-ld to not get confused by substring
13400         matches.
13401
13402         * configure.in: Don't build gas for alpha-dec-osf1*.
13403
13404 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
13405
13406         * configure:  Back out Per's change of 12/19/1993.  It changes the
13407         behavior of configure in unexpected and confusing ways.
13408
13409         Also, use different delim char when calculating
13410         program_transform_name so that the name can contain slashes.
13411
13412 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13413
13414         * configure.in, config.sub: Add support for VSTa micro-kernel.
13415
13416 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13417
13418         * configure.in: Nuke hacks which were used to get a special
13419         version of GAS for HPPA configurations.
13420
13421 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13422
13423         * configure:  If only ${target_alias} is given, use that
13424         as the default for ${host_alias}.
13425         * configure:  Add missing back-slashes before nested quotes.
13426
13427 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13428
13429         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13430
13431 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
13432
13433         * config.guess:  Recognize some Tektronix configurations.
13434         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13435
13436 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13437
13438         * config.sub: Match any flavor of SH.
13439
13440 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
13441
13442         * configure.in: Don't try to configure newlib for Alpha.
13443
13444 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13445
13446         * configure.in: Don't build ld for Irix 5.  Don't build gas,
13447         libg++ or libio for any Alpha target.
13448
13449         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13450
13451 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
13452
13453         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13454         default arguments -- so it tried to compress itself.
13455
13456 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13457
13458         * configure.in (notsupp): ensure that a space is always at the end
13459           of the configdirs list, since the grep checks for an explicit space
13460
13461 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13462
13463         * configure.in (target i386-sysv4.2): don't build ld, since static
13464           versions of many libraries are not available.
13465
13466 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13467
13468         * config.guess: Recognize Apollos (using environment variables).
13469         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13470
13471 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13472
13473         * config.guess: Recognize Sony news mips running newsos.
13474
13475 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
13476
13477         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13478         "fi ; else" for bash.
13479
13480 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
13481
13482         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13483
13484 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
13485
13486         * config.sub: accept unixware as an alias for svr4.2.
13487         Fix some inconsistancies with the gcc version.
13488
13489 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13490
13491         * Makefile.in (DISTDOCDIRS):  Add gdb.
13492
13493 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13494
13495         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
13496
13497 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13498
13499         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13500         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13501         this now.
13502
13503 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13504
13505         * config.sub: Accept hiux* as an OS name.
13506
13507         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13508         etc/make-stds.texi.  The underscore came from gcc, and dje now
13509         agrees that RUNTESTFLAGS is the correct name.
13510
13511 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13512
13513         * install.sh:  Remove 'set -e'.  It makes any conditionals
13514         in the script useless.
13515
13516         * config.guess: Automatically recognize arm-acorn-riscix
13517         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13518
13519 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13520
13521         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13522
13523 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13524
13525         * Makefile.in (DISTDOCDIRS): New variable.
13526         (taz): Edit local Makefile.in sooner, instead of proto-toplev
13527         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
13528
13529 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13530
13531         * configure.in (hppa target): check the source directory for the
13532           pagas sub-directory
13533
13534 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
13535
13536         * config.sub: Allow -aout* and -elf*.
13537
13538 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13539
13540         * configure.in: Don't build ld on i386-solaris2, same as for
13541         sparc-solaris2.
13542
13543 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13544
13545         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13546
13547 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13548
13549         * configure.in:  Configure gdb for alpha.
13550
13551 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13552
13553         * Makefile.in (CXXFLAGS): Add -O.
13554
13555 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13556
13557         * config.guess: added support for DG Aviion
13558
13559 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13560
13561         * configure.in: Produce warning message for subdirectories not
13562         configurable for this host/target combination.  Don't try to
13563         configure gdb for vms.
13564
13565 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13566
13567         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13568         appropriate files before making "diststuff".
13569         (DISTBISONFILES): New var: list of files to be edited.
13570         (DISTSTUFFDIRS): Add binutils.
13571
13572 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13573
13574         * config.sub: also handle mipsel and mips64el (for little endian mips)
13575
13576 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13577
13578         * configure.in: Add * to end of all OS names.
13579
13580 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
13581
13582         * configure.in: Build newlib for LynxOS native.
13583
13584 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13585
13586         * config.guess: Add support for delta 88k running SVR3.
13587
13588         * configure.in: Add comment about HP compiler vs. emacs.
13589
13590 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13591
13592         * configure.in: don't build ld on solaris2 (not a viable option
13593           due to bugs in getpwnam & getpwuid)
13594
13595 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13596
13597         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13598         config.guess will produce a full version number.
13599
13600 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13601
13602         * configure.in: Build linker and binutils for alpha-dec-osf1.
13603
13604 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13605
13606         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13607         and gdb/testsuite/Makefile.in.
13608
13609 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13610
13611         * configure.in: recognize mips*- instead of mips-
13612
13613 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13614
13615         * config.sub: Accept linux*coff and linux*elf as operating
13616         systems.
13617
13618 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13619
13620         * config.sub: Recognize mips64, and mips3 as an alias for it.
13621
13622 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13623
13624         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13625         gdb knows how to handle OSF/1 shared libraries.
13626
13627 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13628
13629         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13630         * config.guess: Recognize Hitachi's HIUX.
13631         * config.sub: Recognize h3050r* and hppahitachi.
13632         Remove redundant cases for hp9k[23]*.
13633
13634 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13635
13636         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13637         if gas and ld are in the source tree and are in ${configdirs}.
13638         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13639         --with options (but still pass them down on the command line,
13640         if they were explicitly specified).
13641
13642 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13643
13644         * configure: substitute SHELL value in Makefile.in with
13645         ${CONFIG_SHELL}
13646
13647 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13648
13649         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13650         *-*-solaris2* targets.
13651
13652 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13653
13654         * Makefile.in: define M4, and pass it down to sub-makes;
13655         all-autoconf now depends on all-m4
13656
13657 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13658
13659         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13660         presence of {ar,ranlib} instead of a configured directory
13661
13662 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
13663
13664         * config.guess: Accept 34?? as well as 33?? for NCR.
13665
13666 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13667
13668         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13669         of 'gas' in sed commands, since 'gash' is now in the tree as well.
13670
13671 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13672
13673         * configure: grab values for $(CC) and $(CXX) from the
13674         environment, so that someone can do "CC=gcc configure; make" and
13675         have it work right (matching the way that autoconf works now)
13676
13677         * configure.in, Makefile.in: add support for gash, the tcl
13678         interface to Galaxy
13679
13680         * config.guess: add NetBSD variants (hp300, x86)
13681
13682 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
13683
13684         * install.sh: Support -d option (in the manner of SunOS 4 install,
13685         as it is more deterministic than that of GNU install)
13686         (chmodcmd): Set file to mode 755 by default (should also do default
13687         chgrp and chown, but I don't feel like dealing with that now)
13688
13689 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
13690
13691         * config.sub: Remove h8300hhms alias.
13692
13693 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13694
13695         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13696
13697 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13698
13699         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13700         as stmp-fixinc
13701
13702 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
13703
13704         * config.sub: recognize m88110-bug-coff.
13705
13706 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13707
13708         * Makefile.in (all-libio): all dependencies on the toolchain used
13709         to build this (gcc, gas, ld, etc)
13710
13711 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13712
13713         * config.guess: Deal with OSF/1 1.3 on alpha.
13714
13715 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13716
13717         * install.sh: add some 'else true' clauses for portability
13718
13719         * configure.in: don't build libio for h8[35]00-*-* targets
13720
13721 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13722
13723         * Makefile.in:  Add support for new libio.
13724
13725 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13726
13727         * install.sh: If one command fails, don't try the rest.  Don't try
13728         to remove $dsttmp (via trap) unless we have already created it.
13729         If $src doesn't exist, detect it and exit with an error.
13730
13731         * config.guess: Recognize BSD on hp300.
13732
13733 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13734
13735         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13736         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13737
13738 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
13739
13740         * Makefile.in (all-send-pr): depends on all-prms
13741
13742 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13743
13744         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13745
13746 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13747
13748         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13749         Added test for mips-mips-riscos5.
13750
13751 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13752
13753         * configure.in: use mh-hp300 for 68k HP hosts
13754
13755 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13756
13757         * configure: add support for CONFIG_SHELL, so that you can use
13758         some alternate shell for evaluating configure scripts
13759
13760 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
13761
13762         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
13763         in configure script to bug-gdb@prep.ai.mit.edu when building
13764         distribution archive.
13765         * Makefile.in (COMPRESS):  Remove def.
13766         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
13767         gdb.tar.Z and make-gdb.tar.Z respectively.
13768         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
13769         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
13770         to convergence with 'taz' target in Makefile.in.
13771
13772 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13773
13774         * install.sh (dsttmp): use trap to ensure that tmp files go
13775         away on error conditions
13776
13777 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13778
13779         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13780
13781 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13782
13783         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13784         its parent is '/' not ''.
13785
13786         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13787
13788 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
13789
13790         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13791         that ${newsrcdir}/configure.in does.
13792
13793 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13794
13795         * test-build.mk: support for CONFIG_SHELL
13796
13797 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
13798
13799         * config.sub (netware):  Add as a basic system type.
13800
13801 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
13802
13803         * Makefile.in (Makefile): depend on configure.in.  Also drop the
13804           $(srcdir)/ from the dependency on Makefile.in.
13805
13806 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
13807
13808         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13809         (h8300hhms is temporary until multi-libraries are implemented).
13810         * configure.in: Handle h8300h too.
13811
13812 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13813
13814         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13815
13816 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
13817
13818         * configure:  Remove extraneous output when guessing host type.
13819         * config.guess:  Remove extraneous output when guessing using C
13820         compiler rather than uname, or when guessing fails.
13821
13822 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
13823
13824         * Makefile.in: remove all.cross and install.cross targets
13825
13826         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13827           definitions
13828
13829 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
13830
13831         * configure.in (target sh): Build gprof.
13832
13833 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13834
13835         * config.sub: change -solaris to -solaris2
13836
13837 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13838
13839         * configure.in: Use config/mh-riscos for mips-*-sysv*.
13840
13841 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
13842
13843         * configure: Correct error message for missing Makefile.in to
13844         print correct directory.
13845
13846 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13847
13848         * install.sh: kludge around 386BSD shell bug
13849
13850 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
13851
13852         * config.guess:  Recognize NeXT.
13853         * config.guess:  Recognize i486-ncr-sysv4.
13854         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
13855
13856 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
13857
13858         * Makefile.in (MAKEINFOFLAGS): New variable.
13859         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13860         * build-all.mk, test-build.mk: Pass down --no-split as
13861         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
13862
13863 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
13864
13865         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
13866
13867 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
13868
13869         * Makefile.in (libg++.tar.z):  New rule.
13870         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
13871         * Makefile.in (taz):  Only do a single chmod.
13872
13873 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
13874
13875         * install.sh: don't use dirname anymore (replaced with sed usage)
13876
13877 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
13878
13879         * Makefile.in:  Change extension for gzip'd files from '.z' to
13880         '.gz' per new FSF standard usage.
13881
13882 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
13883
13884         * configure: put quotes around the final value of program_transform_name
13885
13886 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13887
13888         * Makefile.in: new install.sh support; update install-info rules
13889
13890 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
13891
13892         * configure.in: Build diff for crosses, but not for go32 host.
13893
13894         * configure.in: Build gprof only for native, and don't build it
13895         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13896
13897 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
13898
13899         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13900
13901 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13902
13903         * configure.in (host_tools): Add prms.
13904
13905 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13906
13907         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13908         with $(FLAGS_TO_PASS) on the command line
13909
13910         * config.sub: Recognize lynx and lynxos
13911
13912 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13913
13914         * config.sub: Accept -ecoff*, not just -ecoff.
13915
13916 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13917
13918         * Makefile.in (taz): Use .gz suffix instead of .z.
13919         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13920         names.
13921
13922 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13923
13924         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13925
13926 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13927
13928         * Makefile.in (install-no-fixedincludes):  install gcc last, so
13929         that rebuilds that might happen during 'make install' don't get
13930         bogus gcc include files
13931
13932 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13933
13934         Change from Utah for HPPA support:
13935         * config.guess: Recognize hppa1.x-hp-bsd.
13936
13937 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
13938
13939         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
13940         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13941
13942 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13943
13944         * config.sub: Add support for rom68k and bug boot monitors.
13945
13946 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
13947
13948         * Makefile.in: Make all-opcodes depend on all-bfd.
13949
13950 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13951
13952         * config.guess: Added special check for i[34]86-univel-sysv4*.
13953
13954 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
13955
13956         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13957         the processor rather than assuming i486.
13958
13959 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13960
13961         * config.guess: Recognize SunOS6 as Solaris3.
13962
13963 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
13964
13965         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
13966         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13967
13968 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
13969
13970         * build-all.mk (all-cross): New target for Canadian Cross.
13971         Added Q2 go32 targets.
13972         * test-build.mk: Configure go32 cross sparclite-aout and
13973         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
13974         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13975
13976 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13977
13978         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13979         GO32 hosted toolchains
13980
13981 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13982
13983         * configure: change  so "-exec-prefix" gets passed down rather
13984         than "-exec_prefix" so autoconf generated Makefiles get the
13985         exec_prefix set right.
13986
13987 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13988
13989         * config.guess: get the Solaris2 minor version number
13990
13991         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13992
13993 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13994
13995         * config.guess: Recognize some Sequent platforms.
13996
13997 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13998
13999         * Makefile.in: added the vault-install target
14000
14001         * configure.in: actually use the Sun3 makefile fragment that's in
14002         config, also added the release dir to configdirs
14003
14004 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14005
14006         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14007
14008 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14009
14010         * configure.in: remove some program from Alpha targetted toolchains
14011
14012 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14013
14014         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14015         gprof.
14016         (taz): Run "make diststuff" in those directories instead of "make
14017         proto-dir".  Look for "VERSION=" only at start of line in subdir
14018         Makefile.  Use "gzip -9" for compression.
14019         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14020         (binutils.tar.z): New target.
14021
14022 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14023
14024         * Makefile.in (taz): Include gpl.texinfo.
14025
14026 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14027
14028         * Makefile.in (setup-dirs): Merged into "taz" target.
14029         (taz): Only do `proto-dir' stuff if a directory is actually needed
14030         for this target.
14031
14032 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14033
14034         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14035         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14036         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14037         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14038         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14039
14040 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14041
14042         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14043         config.sub, and move-if-change to gdb testsuite distribution
14044         archive, so the testsuite can be extracted, configured, and
14045         run separately from the gdb distribution.  Blow away the Chill
14046         tests that require a Chill compiled executable, since GNU Chill
14047         is not yet publically available.
14048
14049 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14050
14051         * test-build.mk: set environment variables in a single command,
14052         instead of a list of assignments and exports
14053
14054         * config.guess: recognize Alpha/OSF1 systems
14055
14056 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14057
14058         * configure: Change help message to prefer --options rather than
14059           -options.
14060
14061 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14062
14063         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14064         zippy@ecst.csuchico.edu.
14065         * config.guess: Recognize miniframe.
14066
14067 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14068
14069         * Makefile.in: Use srcroot to find runtest rather than rootme.
14070         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14071
14072 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14073
14074         * test-build.mk: Extensive additions to support building on a
14075         machine other than the host.
14076
14077 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14078
14079         * configure (tooldir): Fix for i386-aix again.
14080
14081 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14082
14083         * configure, Makefile.in:  Change definition of $(tooldir)
14084         to match the FSF.
14085
14086 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14087
14088         * config.guess:  Recognize i[34]86/SVR4.
14089
14090 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14091
14092         * Makefile.in (all-gdb): gdb depends on sim.
14093
14094 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14095
14096         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14097         at the same time we make the prototype gdb directory.
14098         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14099         files at the same time as the gdb base release distribution.
14100
14101 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14102
14103         * Makefile.in (check): Use individual check targets rather than
14104         DO_X rule.
14105         (check-gcc): Added.
14106
14107 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14108
14109         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14110         for System V release 3.2.
14111
14112 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14113
14114         * config.sub: Recognize hppaosf.
14115         * configure.in: Do configure ld/binutils/gas for it.
14116
14117 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14118
14119         * configure (tooldir): Alter syntax used to set this, for systems
14120         where "\$" isn't handled right, like i386-aix.
14121
14122 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14123
14124         * configure: Pass program-transform-name, not
14125         program_transform_name, to recursive configures.
14126
14127 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14128
14129         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14130         of gas+ld+binutils.
14131
14132 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14133
14134         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14135
14136 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14137
14138         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14139
14140 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14141
14142         * Makefile.in (PRMS): Set back to all-prms.
14143
14144 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14145
14146         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14147         targets, rather than for MIPS hosts.
14148
14149 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14150
14151         * configure.in: add comment for --with-x default values
14152
14153         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14154
14155         * Makefile.in: add check-* targets for each of the directories in
14156         the tree.  Add a definition of RUNTEST that will use the one we
14157         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14158
14159 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14160
14161         * configure.in: Removed obsolete references to bfd_target and
14162         target_makefile_frag.
14163
14164         * build-all.mk: Set assorted targets for Q2.
14165         * config.sub: Recognize z8k-sim and h8300-hms.
14166         * test-build.mk: Really don't pass host to configure.
14167         (HOLES): Added uname.
14168
14169 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14170
14171         * configure: Handle an empty program-prefix, program-suffix or
14172         program-transform-name correctly.
14173
14174 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14175
14176         * build-all.mk: -G 8 no longer required for MIPS targets.
14177         * test-build.mk: Don't pass host argument to configure; make it
14178         guess.
14179
14180 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
14181
14182         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
14183         * Makefile.in (COMPRESS):  New macro, like GZIP.
14184
14185 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14186
14187         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14188
14189         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14190         with gas currently defaults to -G 0.
14191
14192 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
14193
14194         * Makefile.in (all-flex): flex depends on byacc.
14195
14196         * build-all.mk: If host not specified, use config.guess.  Pass TAG
14197         to test-build.mk as RELEASE_TAG.
14198         * test-build.mk (configargs): New variable containing arguments to
14199         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
14200         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14201
14202         * config.guess: Use /bin/uname when checking -X argument on SCO,
14203         to avoid invoking GNU uname which doesn't understand -X.
14204
14205         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14206
14207         * configure.in: Build gas for mips-*-*.
14208
14209 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14210
14211         * Makefile.in (all.normal): insert missing backslash.
14212
14213 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14214
14215         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14216
14217         * Makefile.in: Complete overhaul to merge many almost identical
14218         targets.
14219
14220 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14221
14222         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14223         (gdb.tar.Z): Adjusted.
14224
14225         * Makefile.in (setup-dirs, taz): New targets; should be general
14226         enough to adapt for gdb sometime.  Build only .z file.
14227         (gas.tar.z): New target.
14228
14229 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14230
14231         * build-all.mk: Use CC=cc -Xs on Solaris.
14232
14233 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
14234
14235         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
14236         for handling BISON for FSF releases.
14237
14238 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14239
14240         * configure: Actually implement the change zoo just documented.
14241
14242 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
14243
14244         * configure: when using config.guess, only set target_alias when
14245         it's not already been set (ie, on the command line)
14246
14247 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14248
14249         * Makefile.in: add installcheck target, set PRMS to install-prms
14250
14251 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14252
14253         * configure: add support for package_makefile_fragment, handle the
14254         case where a directory has a configure.in file but no Makefile.in
14255         more gracefully (with an actual understandable error message, even);
14256         add support for --without (and add this to the usage message); also
14257         explicitly add a --host=${host_alias} to the command line when
14258         config.guess is used
14259
14260 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14261
14262         * configure: Must use both --host and --target in recursive calls.
14263
14264 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14265
14266         * Makefile.in: Change deja-gnu to dejagnu.
14267
14268 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14269
14270         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14271
14272 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14273
14274         * configure.in: canonicalize all instances to *-*-solaris2*,
14275         also strip out a number of tools to not build for go32 host
14276
14277 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14278
14279         * config.guess: add GPL.
14280
14281         * Makefile.in, config.guess, config.sub, configure: bump
14282           copyrights to 93.
14283
14284 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
14285
14286         * Makefile.in (do-info): Removed obsolete check for existence of
14287         localenv file.
14288
14289         * Makefile.in (MAKEOVERRIDES): Define to be empty.
14290
14291 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14292
14293         * Makefile.in: a couple of 'else true' for decstation,
14294         support for TclX
14295
14296         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14297
14298 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
14299
14300         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14301
14302 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
14303
14304         * config.guess: Recognize i386-ibm-aix (PS/2).
14305         * configure.in: Use config/mh-aix386 file for it.
14306
14307 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
14308
14309         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14310         CC_FOR_TARGET instead.
14311         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14312
14313 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
14314
14315         * Makefile.in: Add sim to list of directories sent with gdb
14316
14317 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14318
14319         * configure.in: Put back mips-dec-bsd* case.
14320
14321 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
14322
14323         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14324         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
14325         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14326
14327 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14328
14329         * configure.in: remove no-op mips-dec-bsd* in "case $target"
14330
14331         * Makefile.in (dir.info): only run gen-info-dir if it exists,
14332         (install-info): install dir.info only if it exists,
14333         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14334
14335 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
14336
14337         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
14338         gas for mips-dec-bsd.
14339
14340 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
14341
14342         * configure (makesrcdir): If ${srcdir} is relative and not ".",
14343         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14344
14345 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14346
14347         * configure.in: Added "dejagnu" to hosttools list.
14348
14349 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
14350
14351         * config.sub, configure.in, config.guess:  Add support
14352         for Bosx, an AIX variant from Bull.
14353         Patches from F.Pierresteguy@frcl.bull.fr.
14354
14355 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14356
14357         * devo/dejagnu: Initial creation of devo/dejagnu.
14358         Migrated dejagnu testcases and support files for testing software
14359         tools to reside as subdirectories, currently called "testsuite",
14360         within the directory of the software tool.  Migrated all programs,
14361         support libraries, etc. beloging to dejagnu proper from
14362         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
14363         with no modifications.  The changes to these files which will
14364         allow them to configure, build, and execute properly will be made
14365         in a future update.
14366
14367 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14368
14369         * Makefile.in: Change send_pr to send-pr.
14370         * configure.in: Likewise.
14371         * send_pr: Renamed directory to send-pr.
14372
14373 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
14374
14375         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
14376
14377 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
14378
14379         * README:  Update for gdb-4.8 release.
14380         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
14381         gdb-xxx.tar.z (gzip'd) file also.
14382
14383 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14384
14385         * Makefile.in: make all-diff depend on all-libiberty
14386
14387 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
14388
14389         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14390
14391 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14392
14393         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14394
14395 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
14396
14397         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
14398         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
14399         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
14400
14401 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14402
14403         * Makefile.in:  makeinfo binary is in a new location
14404
14405 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
14406
14407         * config.sub: Accept -ecoff as an OS.
14408
14409         * Makefile.in: Various changes to eliminate a level of make
14410         recursion and reduce the required command line length.
14411         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14412         sub-makes.
14413         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14414         variables holding settings for specific sub-makes.
14415         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14416         in terms of BASE_FLAGS_TO_PASS.
14417         (TARGET_LIBS): New variable listing directories which use
14418         TARGET_FLAGS_TO_PASS.
14419         (subdir_do): Eliminated.
14420         (do-*): New set of targets to replace subdir_do.
14421         (various): All targets which used subdir_do now depend on do-*.
14422         (local-clean): Renamed from do_clean.
14423         (local-distclean): New target, dependency of distclean and
14424         realclean.
14425         (install-info): Don't create directories.  Depend on dir.info
14426         rather than calling make recursively.
14427         (install-dir.info): Eliminated.
14428         (install-info-dirs): Create all info directories here.
14429         (dir.info): Depend upon do-install-info.
14430
14431         * test-build.mk (HOLES): Added false.
14432
14433 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
14434
14435         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
14436
14437 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14438
14439         * Makefile.in (info): remove dependency on all-texinfo.  The
14440         problem was really in texinfo/C, not at this level.
14441
14442 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14443
14444         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14445
14446 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
14447
14448         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
14449         GDB releases.
14450
14451 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14452
14453         * configure: Include srcdir in message about target of link not
14454         being found.  Don't convert `-' to `_' in `with' options being
14455         passed to subdirs.
14456
14457 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14458
14459         * configure.in: add uudecode to host_tools
14460
14461         * Makefile.in: added {all,install}-uudecode targets, added them to
14462         the appropriate lists
14463
14464 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
14465
14466         * Makefile.in (all-gcc): Added dependency on all-gas.
14467
14468         * configure.in (mips-*-*): Build ld and binutils.
14469
14470 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14471
14472         * configure: check return code from mkdir, print error message and
14473           exit on failure.
14474
14475 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
14476
14477         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
14478
14479 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14480
14481         * test-build.mk (HOLES): Added tar, cpio and uudecode.
14482
14483 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14484
14485         * config.sub (h8500):  Recognize this as a cpu type.
14486
14487 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14488
14489         * configure: source directory missing is no longer a warning
14490
14491         * configure.in: recognize irix[34]* instead of irix[34]
14492
14493         * Makefile.in: define and pass down X11_LIB
14494
14495 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
14496
14497         * guess-systype: Renamed to ...
14498         * config.guess:  ... by popular request.
14499         * configure.in, Makefile.in:  Update accordingly.
14500
14501 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
14502
14503         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
14504         + Add Convex, Cray/Unicos, and Encore/Multimax support.
14505         + Execute ./dummy instead of assuming . is in PATH.
14506
14507 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
14508
14509         * guess-systype:  New shell script.  Attempts to guess the
14510         canonical host name of the executing host.
14511         Only a few hosts are supported so far.
14512         * configure:  Call guess-systype if no host is specified.
14513
14514 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14515
14516         * Makefile.in (gcc-no-fixedincludes): Made to work with current
14517         gcc Makefile.
14518
14519
14520 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
14521
14522         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14523         (all-gcc, install-gcc, subdir_do): Use it.
14524
14525 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14526
14527         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14528
14529 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
14530
14531         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14532           set exclusively by configure, using configure.in .
14533
14534 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14535
14536         * test-build.mk: set $PATH for all builds
14537
14538         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14539
14540 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
14541
14542         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
14543         the one used in gcc/Makefile.in, so that a null expansion doesn't
14544         override the one needed to build gcc with a native cc.
14545
14546
14547 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14548
14549         * configure: Accept -with arguments.
14550
14551 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14552
14553         * Makefile.in: added h8300sim
14554
14555 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
14556
14557         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14558         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
14559         (all-cygnus, native, build-cygnus): Make
14560         $(canonhost)-stamp-3stage-done, not $(host)....
14561         * test-build.mk (stamp-3stage-compared): Use tail +10c for
14562         i386-sco3.2v4.  Added else true to if command.
14563
14564 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
14565
14566         * config.sub: (from FSF) Sequent uses a BSD-like OS.
14567
14568 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
14569
14570         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14571
14572 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14573
14574         * configure.in: don't remove binutils from Solaris builds
14575
14576 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
14577
14578         * Makefile.in: get rid of earlier definitions for *clean,
14579         also handle the recursive info rule better
14580
14581 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
14582
14583         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
14584         do more-or-less the right thing.
14585
14586 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
14587
14588         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14589         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14590
14591 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14592
14593         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14594         $(host_canonical).
14595
14596         * configure.in: split the configdirs list into 4 categories (native
14597         v. cross, library v. tool) and handle the cross-only and native-
14598         only in more reasonable (and correct!) way.
14599
14600 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
14601
14602         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
14603         configdirs anymore.
14604
14605 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14606
14607         * Makefile.in: extensive cleanup::  removed all of the explicit
14608         clean-* targets, collapsed many wrappers around subdir_do into
14609         one, added additional targets to satisfy standards.texi, deleted
14610         some old targets, some changes for consistency
14611
14612 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14613
14614         * configure.in: handle some programs as cross-only, and others as
14615         native only
14616
14617         * test-build.mk: handle partial holes in a more generic manner
14618
14619         * Makefile.in: m4 depends on libiberty
14620
14621 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14622
14623         * configure.in: add m4, textutils, fileutils, sed, shellutils,
14624         time, wdiff, and find to configdirs
14625
14626         * Makefile.in: all, clean, and install rules for the new programs
14627         added to configure.in
14628
14629 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14630
14631         * configure.in: use mh-sun for all *-sun-* hosts
14632
14633 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14634
14635         * Makefile.in: define flags for X11 include files and library file
14636         locations, pass them down to the programs that need this info
14637
14638         * build-all.mk: added a 'native' target, to 3stage the native toolchain
14639
14640 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14641
14642         * configure.in: start building libg++ for HP-UX targets
14643
14644 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
14645
14646         * README:  Update references to files moved into etc/.
14647
14648 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
14649
14650         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
14651         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
14652
14653 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
14654
14655         * configure: accept dash as well as underscore in long option
14656         names for FSF compatibility.
14657
14658 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
14659
14660         * config.sub: added -sco3.2v4 support from FSF.
14661
14662 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14663
14664         * configure.in: expand the section that adds or removes
14665         directories from the list of programs to build, to handle native
14666         vs. cross in addition to host v. native
14667
14668 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
14669
14670         * Makefile.in:  Replace C++ in macro names with CXX.
14671         This is less likely to break ...
14672
14673 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14674
14675         * test-build.mk: add -w to GNU_MAKE
14676
14677 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14678
14679         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14680         add 'sparc' to list of recognized cpus.  This needed to make
14681         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14682         Delete some redundant ose68 variants.  Recognize -wrs as an os,
14683         then changes that into $CPU-wrs-vxworks.
14684
14685         * configure.in: remove most references to gdbtest, regularize
14686         target based program removal
14687
14688         * test-build.mk: import from p3 tree (many fixes and changes)
14689
14690 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
14691
14692         * Makefile.in: added rules to handle tcl, tk, and expect
14693
14694         * configure.in: handle those directories if they exist
14695
14696 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14697
14698         * config.sub: removed bogus hppabsd and hppahpux names, since
14699         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14700
14701 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14702
14703         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
14704         depends upon all-xiberty
14705
14706         * Makefile.in: changes from p3, including:
14707
14708         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
14709
14710         * Makefile.in (XTRAFLAGS): include newlib directories if
14711         newlib/Makefile exists, rather than if host != target.
14712
14713         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
14714
14715         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14716         from the same source tree and not building a cross-compiler.  This
14717         matters for the libg++ configuration if reconfiguring a tree that
14718         has already been installed.
14719
14720         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
14721
14722         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14723         pick up the machine and system specific header files.
14724
14725         * Makefile.in: added AS_FOR_TARGET, passed down in
14726         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
14727         the C compiler to use to create programs which are run in the
14728         build environment, set it to default to $(CC), and passed it down
14729         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14730
14731         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
14732
14733         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14734         We need them for unusual native builds, like systems without
14735         ranlib.
14736
14737         * configure: also define $(host_canonical) and
14738         $(target_canonical), which are the full, canonical names for the
14739         given host and target
14740
14741 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
14742
14743         * Makefile.in:  Added separate definitions for C++.
14744
14745 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
14746
14747         * configure.in (configdirs):  Add deja-gnu.
14748
14749 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
14750
14751         * README:  Update for configure.texi and gdb-4.7 release.
14752
14753 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
14754
14755         * Makefile.in:  Move "all" target to top of file.
14756         Previously, first target was ".PHONY" which caused BSD4.4 make
14757         to build .PHONY when make was run without arguments.
14758
14759 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
14760
14761         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
14762         Library-copylefted code in libiberty.
14763
14764 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
14765
14766         * config.sub:  Replace m68kmote with plain old m68k.
14767
14768 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
14769
14770         * Makefile.in:  Remove space from blank line, avoid Make complaints.
14771
14772 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
14773
14774         * config.sub: Complain if no argument is given.  Added support for
14775         386bsd as OS and target alias.
14776
14777 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
14778
14779         * Makefile.in (XTRAFLAGS): include newlib directories if
14780         newlib/Makefile exists, rather than if host != target.
14781
14782 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
14783
14784         * config.sub: recognize sparclite-wrs-vxworks.
14785
14786         * Makefile.in (install-xiberty): added *-xiberty make rules (from
14787         p3.) Added clean-xiberty to clean.
14788
14789 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14790
14791         * configure.in: use *-*-* instead of nested cases for host and target
14792
14793 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
14794
14795         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14796         from the same source tree and not building a cross-compiler.  This
14797         matters for the libg++ configuration if reconfiguring a tree that
14798         has already been installed.
14799
14800 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
14801
14802         * config.sub (i486v/i486v4):  Merge in from FSF version.
14803
14804 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
14805
14806         * configure: only set PWD if it is already set.
14807
14808 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
14809
14810         * configure: just set PWD=`pwd` at the top, since Ultrix sh
14811         doesn't have unset and all success paths (and most error paths)
14812         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14813         to just ${PWD} to avoid confusion.)
14814
14815 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
14816
14817         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14818         even for a native compilation.
14819
14820 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
14821
14822         Changes to make the gdb.tar.Z rule work better.
14823
14824         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
14825         (DEVO_SUPPORT):  Add configure.texi.
14826         (bfd-ilrt.tar.Z):  Remove ancient rule.
14827
14828 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
14829
14830         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14831         pick up the machine and system specific header files.
14832
14833         * configure.in, config.sub: added new target m68010-adobe-scout,
14834         with alias of adobe68k.  Changed configure.in to check for
14835         -scout before -sco* to avoid a false match.
14836
14837         * Makefile.in: added AS_FOR_TARGET, passed down in
14838         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
14839         the C compiler to use to create programs which are run in the
14840         build environment, set it to default to $(CC), and passed it down
14841         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14842
14843 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
14844
14845         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14846         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
14847         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14848         FOR_TARGET variants, to newlib and libg++.
14849
14850 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14851
14852         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14853         first.
14854
14855 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
14856
14857         * config.sub:  Accept `elf' as an environment.
14858
14859 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14860
14861         * Makefile.in (all-opcodes):  cd into the right directory
14862
14863 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
14864
14865         * configure: added -program_transform_name option, used as
14866         argument to sed when installing programs.
14867         configure.texi: added documentation for -program_prefix,
14868         -program_suffix and -program_transform_name.
14869
14870 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
14871
14872         * config.sub:  Accept i486 where i386 ok.
14873
14874 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
14875
14876         * config.sub: accept we32k
14877
14878 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
14879
14880         * config.sub, configure.in: accept OSE68000 and OSE68k.
14881
14882         * Makefile.in: don't create all directories for ``make install'';
14883         let the subdirectories create the ones they need.
14884
14885 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14886
14887         * COPYING: new file, GPL v2
14888
14889 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14890
14891         * Makefile.in: use the new gen-info-dir, which needs a template
14892         argument (which also lives in texinfo)
14893
14894         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14895
14896 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
14897
14898         * config.sub (ncr3000):  Change i386 to i486.
14899
14900 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14901
14902         * Makefile.in: add install-rcs, install-grep to
14903         install-no-fixedincludes, removed install-bison and install-libgcc
14904
14905 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
14906
14907         * configure.in: grab the HPUX makefile fragment if on HPUX
14908
14909 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14910
14911         * Makefile.in: eradicate bison spoor (ditto libgcc).
14912          configure.in: recognise m68{k,000}-ericsson-OSE.
14913          es1800 is alias for m68k-ericsson-OSE
14914
14915 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14916
14917         * configure.in: rearrange the parts that remove programs from
14918         configdirs, based now on HOST==TARGET or by canonical triple.
14919
14920 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14921
14922         * test-build.mk: recurse explicitly with -f test-build.mk when
14923           appropriate.  predicate stage3 and comparison on the existence
14924           of gcc.  That is, if gcc isn't around, we aren't three-staging.
14925           On very clean, also remove ...stamp-co.  Build in-place before
14926           doing other builds.
14927
14928 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14929
14930         * Makefile.in, configure.in: add tgas
14931
14932 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14933
14934         * Makefile.in: a number of changes merged in from progressive.
14935
14936         * configure.in: add libm.
14937
14938         * .cvsignore: ignore some stuff that comes from test-build.mk.
14939
14940 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
14941
14942         * config.sub:  Add es1800 (m68k-ericsson-es1800).
14943
14944 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14945
14946         * configure: Add program_suffix (parallel to program_prefix)
14947         * Makefile.in: adjust directory-creating script for losing decstation
14948
14949 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
14950
14951         * configure:  Minor $subdir-related fixes.
14952
14953 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14954
14955         * configure: fix various problems with propogating
14956         makefile_target_frag in subdirs.
14957         * configure.in: config libgcc if its there
14958
14959 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
14960
14961         * config.sub:  HPPA merge.
14962
14963 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
14964
14965         * Makefile.in:  Replace all-bison with all-byacc in all
14966         dependency lines for other tools (which now use byacc).
14967
14968 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
14969
14970         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
14971
14972 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
14973
14974         * Makefile.in: make gprof rules similar to byacc rules (instead of
14975         vestigal $(unsubdir) that didn't work...)
14976
14977 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
14978
14979         * config.sub:  Add support for Linux.
14980         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
14981         (at least for libg++).
14982
14983 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
14984
14985         * configure.texi: fix doc for the -nfp option to configure
14986
14987 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
14988
14989         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14990
14991 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
14992
14993         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14994         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14995         * configure.in: added solaris* host_makefile_frag hook.
14996
14997 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14998
14999         * config.sub: changed recognition of m68000 so that various
15000         m68k types can be specified via m680[01234]0
15001
15002 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15003
15004         * config.sub (basic_machine): fix sed so that '-foo' isn't
15005         completely substituted out while .+'-foo' loses the '-foo'
15006
15007 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15008
15009         * config.sub ($os): Add -aout.
15010
15011 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15012
15013         * configure:  If host_makefile_frag is absolute, don't
15014         prefix ${invsubdir} (relevant to libg++ auto-configure).
15015
15016 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15017
15018         * Makefile.in (tooldir): Define it.
15019         (all-ld): Depend on all-flex.
15020
15021 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15022
15023         * Makefile.in (check):  Fix libg++ special case.
15024
15025 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15026
15027         * configure: do not bury `pwd` into config.status, thus do fewer
15028           pwd's.
15029
15030         * configure: print the "Building in" message only when building in
15031           other than "." AND verbose.
15032
15033         * configure: remove -s, rework -v to better accommodate guested
15034           configures.
15035
15036         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15037
15038 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15039
15040         * Makefile.in: macroize flags passed on recursion.  remove
15041           fileutils.
15042
15043 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15044
15045         * configure: get makesrcdir right for subdirs deeper than 1.
15046
15047         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15048           install.
15049
15050 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15051
15052         * Makefile.in: don't print subdir_do or recursion lines.
15053
15054 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15055
15056         * standards.texi: added menu item.
15057
15058         * Makefile.in: build and install standards.info.
15059
15060         * standards.texi: new file.
15061
15062 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15063
15064         * configure: test for and move config.status pieces from
15065           ${subdir}/.
15066
15067 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15068
15069         * configure:  Test for existance of files before trying to mv
15070         them, to avoid numerous non-existance messages.
15071
15072 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15073
15074         * configure: correct final line of config.status.
15075
15076         * configure: patch from eggert.  Avoids a protection problem if
15077           the original Makefile.in is read only.
15078
15079         * configure: use move-if-change from gcc to create config.status.
15080           Some makefiles depend on config.status to tell if a directory
15081           has been reconfigured for a different host.  This change
15082           prevents those directories from remaking everything in the case
15083           where the reconfig was only intended to rebuild a Makefile.
15084
15085         * configure: test for config.sub with "config.sub sun4" rather
15086           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15087           host alias from a missing config.sub.
15088
15089 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15090
15091         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15092           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15093
15094 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15095
15096         * configure: mkdir ${subdir} as needed.
15097
15098 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15099
15100         * Makefile.in,configure.in: added autoconf.
15101
15102 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15103
15104         * Makefile.in: no longer pass against on recursion.
15105
15106         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15107           definitions are not inherited.
15108
15109         * configure: correct makesrcdir when subdir is .
15110
15111 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15112
15113         * configure:  Add support for 'subdirs' variable, which is
15114         like 'configdirs', except that configure doesn't re-invoke
15115         itself for subdirs, it just creates a Makefile for each subdir.
15116         * configure.texi:  Document subdirs.
15117
15118 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15119
15120         * configure.in: added flex to configdirs
15121
15122 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15123
15124         * Makefile.in: remove clean-stamps from clean.
15125
15126 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15127
15128         * configure.in:  Add gdbtest to configdirs.
15129
15130 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15131
15132         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15133         to recursive makes.
15134         * configure.in:  Recognize new ncr3000 config.
15135
15136 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15137
15138         * Makefile.in, configure.in: removed references to gdbm.
15139
15140 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15141
15142         * config.sub:  Don't canonicalize os value
15143         newsos* to bsd (readline needs to check for newsos).
15144         (This fix was earlier made Jan 31, but got re-broken.)
15145
15146 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15147
15148         * configure.in:  sco is an os, not a vendor!
15149
15150         * configure:  Quote $( better.  Keep various shells happy.
15151
15152 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15153
15154         * Makefile.in: eliminate stamp-files.
15155
15156 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15157
15158         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15159           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15160
15161 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15162
15163         * config.sub:  fix iris/iris3.
15164
15165 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15166
15167         * configure: re-add -rm.
15168
15169 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15170
15171         * Maskefile.in: add .stmp-rcs to all.
15172
15173         * configure.in: remove gas from rs6000 build, use aix host fragment.
15174
15175 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15176
15177         * configure: pass down site_option during recursion.
15178
15179 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
15180
15181         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
15182
15183 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
15184
15185         * configure: Change exec_prefix so that it really defaults to prefix.
15186
15187 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
15188
15189         * Makefile.in, configure.in:  Add support for mmalloc library.
15190
15191 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
15192
15193         * Makefile.in: add stmp dependencies for a few more things.
15194
15195 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
15196
15197         * configure: adjusted error message on objdir/srcdir configure
15198           collision, per john's suggestion.
15199
15200         * Makefile.in: add libiberty stmp to all and all.cross.
15201
15202 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
15203
15204         * Makefile.in: remove force dependencies, add grep to all.
15205
15206 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
15207
15208         * Makefile.in: drop flex.  make stamp files work.
15209
15210         * configure: added test for conflicting configuration in srcdir,
15211           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
15212           gets cranky.  use relative paths for configure and srcdir
15213           whenever possible.  Send some error messages to stderr that were
15214           going to stdout.
15215
15216 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
15217
15218         * Makefile.in:  Fix libg++ rule to check for gcc directory
15219         before using gcc/gcc.  Also pass XTRAFLAGS.
15220
15221 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
15222
15223         * Makefile.in: added stmp-files so that directories aren't polled
15224           when they are already built.
15225
15226         * configure.texi: fixed a node pointer problem.
15227
15228 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
15229
15230         * config.sub configure.in gdb/configure.in
15231         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15232         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15233         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
15234
15235 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15236
15237         * configure: -recurring becomes -silent.  corrected help message
15238           for -site= option.
15239
15240         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15241
15242 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15243
15244         * configure: when building Makefile for crosses, replace
15245           tooldir and program_prefix.  default srcdir from location of
15246           config.sub.  remove "for host in hosts" and "for target in
15247           targets" loops.
15248
15249 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15250
15251         * Makefile.in: Do not pass bindir or mandir to cvs.
15252
15253 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
15254
15255         * Makefile.in, configure.in: removed traces of namesubdir,
15256           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
15257           copyrights to '92, changed some from Cygnus to FSF.
15258
15259         * configure.texi: remove most references to multiple hosts,
15260           multiple targets, subdirs, etc.
15261
15262         * configure.man: removed rcsid. reference config.sub not
15263           config.subr.
15264
15265         * Makefile.in: mkdir $(infodir) on install-info.
15266
15267 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
15268
15269         * configure.texi:  Explain better about .gdbinit and about
15270         the environment that configure.in sections run in.
15271
15272 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
15273
15274         * configure.in:  Ultrix is only a decstation if it's a MIPS.
15275
15276 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
15277
15278         * README:  DOC.configure => cfg-paper.texi.
15279
15280 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
15281
15282         * config.sub (near case $os):  Don't convert newsos* to bsd!
15283
15284 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
15285
15286         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
15287         the number of copies of COPYING that go into the GDB tar file.
15288
15289 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
15290
15291         * bfd/configure.in, gdb/config/mh-i386sco,
15292         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15293         Fix SCO configuration stuff.
15294
15295 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
15296
15297         * Makefile.in:  For libg++, make sure the -I pointing
15298         to the gcc directory goes *after* all the libg++-local -I flags.
15299         Also, move just-gcc dependency from just-libg++ to all-libg++.
15300
15301 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
15302
15303         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
15304
15305 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
15306
15307         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
15308
15309 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
15310
15311         * config.sub:  Add stratus configuration frags.  Also
15312         submitted to FSF.
15313
15314 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
15315
15316         * Makefile.in (DEV_SUPPORT):  add configure.man.
15317
15318         * config.sub(Decode manufacturer-specific):  add -none*.
15319
15320 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
15321
15322         * Makefile.in:  remove form feeds to make Sun's make happy.
15323         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
15324
15325 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
15326
15327         * Makefile.in (AR_FLAGS):  Make quieter.
15328
15329 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
15330
15331         * configure.in:  Add libg++.
15332         * configure:  When verbose, don't output the command line at each
15333         level; it will be unremarkably the same as the previous version,
15334         which will be the same as what the user typed.
15335
15336 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
15337
15338         * configure.in, Makefile.in: fix clean-info, add flex.  add
15339           fileutils.
15340
15341         * configure: be less sensitive to spaces in Makefile.in.  Do not
15342           look for sources in "..".  Doing so breaks subdirectories that
15343           might have their own configure.  If a subdir has it's own
15344           configure script, use it.
15345
15346 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
15347
15348         * cfg-paper.texi: some changes suggested by rms.
15349
15350 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
15351
15352         * config.sub:  Merge in some small additions from the FSF version,
15353         taken from the gcc distribution, to bring the Cygnus and FSF
15354         versions into closer sync.
15355
15356 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
15357
15358         * configure.in:  Changed svr4 references to sysv4.
15359
15360 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
15361
15362         * configure: added -V for version number option.
15363
15364 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
15365
15366         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15367           renamed from DOC.configure to cfg-paper.texi.
15368
15369 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15370
15371         * configure, config.subr, config.sub: config.subr is now
15372           config.sub again.
15373
15374 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
15375
15376         * configure.texi: new file, in progress.
15377
15378         * Makefile.in: build info file and install the man page for
15379           configure.
15380
15381         * configure.man: new file, first cut.
15382
15383         * configure: find config.subr again now that configuration "none"
15384           has gone.  removed all traces of the -ansi option.  removed all
15385           traces of the -languages option.
15386
15387         * config.subr: resync from rms.
15388
15389 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15390
15391         * configure, config.sub, config.subr: merge config.sub into
15392           config.subr, call the result config.subr, remove config.sub, use
15393           config.subr.
15394
15395         * Makefile.in: revised install for dir.info.
15396
15397 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15398
15399         * configure.in: add decstation host makefile frag.
15400
15401         * Makefile.in: BISON now bison -y again.  also install-gcc on
15402           install.  clean-gdbm on clean.  infodir belongs in datadir.
15403           Make directories for info install.  Build dir.info here then
15404           install it.
15405
15406 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15407
15408         * Makefile.in: fix for bad directory tests.
15409
15410 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15411
15412         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
15413           regexp.  -srcdir relative was being handled incorrectly.
15414
15415         * Makefile.in: unwrapped some for loops so that parallel makes
15416           work again and so one can focus one's attention on a particular
15417           package.
15418
15419 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15420
15421         * configure: added PWD as a stand in for `pwd` (for speed). use
15422           elif wherever possible.  make -srcdir work without -objdir.
15423           -objdir= commented out.
15424
15425 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15426
15427         * configure: +options become --options.  -subdirs commented out.
15428           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
15429           Makefile now at top of generated Makefile.  Removed cvs log
15430           entries.  added -srcdir.  create .gdbinit only if there is one
15431           in ${srcdir}.
15432
15433         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
15434           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
15435           and mandir now keyed off datadir by default.
15436
15437 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15438
15439         * Freshly created ChangeLog.
15440
15441 \f
15442 Local Variables:
15443 mode: change-log
15444 left-margin: 8
15445 fill-column: 76
15446 version-control: never
15447 End: