Fix phi-opt-34.c testcase
[official-gcc.git] / ChangeLog
blobc5ab5b88a24aee2c9581a52e420e86ad40523063
1 2023-08-22  Filip Kastl  <fkastl@suse.cz>
3         * MAINTAINERS: Update my email address.
5 2023-08-11  Eric Feng  <ef2648@columbia.edu>
7         * MAINTAINERS: Add myself.
9 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
11         * Makefile.def: Reflect that libsframe needs to installed before
12         libbfd.  Reorder a bit to better track libsframe dependencies.
13         * Makefile.in: Regenerate.
15 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
17         * Makefile.def: Add install dependency on libsframe for libbfd.
18         * Makefile.in: Regenerated.
20 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
22         * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
23         Solaris 11.
25 2023-08-07  Alexander von Gluck IV  <kallisti5@unixzen.com>
27         * configure: Regenerate.
28         * configure.ac: Add Haiku to list of ELF OSes
29         * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
31 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
33         * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
34         options, including options containing paths.
36 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
38         * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
39         NM, if there is one.  Run nm on itself, not on /dev/null, to avoid
40         errors from nms that refuse to work on non-regular files.  Remove
41         other workarounds for this problem.  Strip out blank lines from the
42         nm output.
44 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
46         * configure.ac: Reinstate 32b PA-RISC HP-UX targets
47         * configure: Regenerate.
49 2023-08-07  Simon Marchi  <simon.marchi@efficios.com>
51         * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
52         * configure: Re-generate.
53         * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
54         (PKG_CONFIG_PATH): New.
55         * Makefile.in: Re-generate.
57 2023-08-07  Luis Machado  <luis.machado@arm.com>
59         * configure.ac: Disable year2038 by default on 32-bit hosts.
60         * configure: Regenerate.
62 2023-08-07  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
64         * Makefile.def: Add gprofng module.
65         * configure.ac: Add --enable-gprofng option.
66         * Makefile.in: Regenerate.
67         * configure: Regenerate.
69 2023-08-07  Martin Liska  <mliska@suse.cz>
71         * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
72         * configure: Regenerate.
74 2023-08-07  Fangrui Song  <maskray@google.com>
76         * configure: Regenerate.
77         * configure.ac: Add --with-zstd.
79 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
81         * configure: Regenerate.
82         * configure.ac: Recover tilegx/tilepro targets.
84 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
86         * configure: Regenerated.
87         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
88         --plugin and rc before enabling --plugin.
90 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
92         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
93         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
94         * configure.ac: Include config/gcc-plugin.m4.
95         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
96         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
97         RANLIB if possible.
98         * Makefile.in: Regenerated.
99         * configure: Likewise.
101 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
103         * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
104         $(CFLAGS).
106 2023-08-07  David Faust  <david.faust@oracle.com>
108         * MAINTAINERS: Add the BPF port to my reviewer listing.
110 2023-08-02  Jan Beulich  <jbeulich@suse.com>
112         * MAINTAINERS: Correct my email address.
114 2023-08-02  Hu, Lin1  <lin1.hu@intel.com>
116         * MAINTAINERS (Write After Approval): Add myself.
118 2023-08-01  Richard Ball  <richard.ball@arm.com>
120         * MAINTAINERS: Add myself.
122 2023-07-31  Andreas Schwab  <schwab@suse.de>
124         * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
125         * configure: Regenerate.
126         * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
128 2023-07-31  xuli  <xuli1@eswincomputing.com>
130         * MAINTAINERS: Add myself.
132 2023-07-25  Thomas Schwinge  <thomas@codesourcery.com>
134         * MAINTAINERS: List myself as "nvptx port" maintainer.
136 2023-07-21  Cupertino Miranda  <cupertino.miranda@oracle.com>
138         * MAINTAINERS: Add myself to write after approval
140 2023-07-18  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
142         * MAINTAINERS: Add myself as a reviewer for the riscv port.
144 2023-07-18  Robin Dapp  <rdapp@ventanamicro.com>
146         * MAINTAINERS: Add myself as a reviewer for the riscv port.
148 2023-07-12  Hao Liu  <hliu@os.amperecomputing.com>
150         * MAINTAINERS: Add Hao Liu to write after approval
152 2023-07-12  Ken Matsui  <kmatsui@gcc.gnu.org>
154         * MAINTAINERS: Add Ken Matsui to write after approval
156 2023-07-07  Eugene Rozenfeld  <erozen@microsoft.com>
158         * Makefile.in: Collect both kernel and user events for autofdo
159         * Makefile.tpl: Collect both kernel and user events for autofdo
161 2023-06-30  Rishi Raj  <rishiraj45035@gmail.com>
163         * MAINTAINERS: Added myself to Write After Approval and DCO
165 2023-06-29  Eugene Rozenfeld  <erozen@microsoft.com>
167         * Makefile.in: Remove -gtoggle for STAGEautoprofile
168         * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
170 2023-06-25  Lehua Ding  <lehua.ding@rivai.ai>
172         * MAINTAINERS: Add Lehua Ding to write after approval
174 2023-06-25  Iain Sandoe  <iain@sandoe.co.uk>
176         * Makefile.def: Pass the enable-host-pie value to GCC configure.
177         * Makefile.in: Regenerate.
178         * configure: Regenerate.
179         * configure.ac: Adjust the logic for shared and PIE host flags to
180         ensure that PIE is passed for hosts that require it.
182 2023-06-16  YunQiang Su  <yunqiang.su@cipunited.com>
184         * MAINTAINERS (Write After Approval): move Matthew Fortune
185         to Write After Approval.
187 2023-06-15  Marek Polacek  <polacek@redhat.com>
189         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
190         check.
191         * configure: Regenerate.
193 2023-06-14  Filip Kastl  <filip.kastl@gmail.com>
195         * MAINTAINERS: Add myself to write after approval
197 2023-06-02  YunQiang Su  <yunqiang.su@cipunited.com>
199         * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
200         port maintainer.
201         (Write After Approval): Remove myself.
203 2023-05-30  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
205         * MAINTAINERS (Write After Approval): Add myself.
207 2023-05-29  Martin Jambor  <mjambor@suse.cz>
209         * MAINTAINERS: Replace spaces with tabs.
211 2023-05-27  Benjamin Priour  <vultkayn@gcc.gnu.org>
213         * MAINTAINERS: New entry.
215 2023-05-18  Eugene Rozenfeld  <erozen@microsoft.com>
217         * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
218         * Makefile.in: Regenerate
220 2023-05-17  Eugene Rozenfeld  <erozen@microsoft.com>
222         * Makefile.in: Disable warnings as errors for STAGEautofeedback
224 2023-05-11  Robin Dapp  <rdapp@ventanamicro.com>
226         * MAINTAINERS: Sort.
228 2023-05-11  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
230         * MAINTAINERS: Add myself.
232 2023-05-10  Pan Li  <pan2.li@intel.com>
234         * MAINTAINERS: Add myself.
236 2023-04-28  Eugene Rozenfeld  <erozen@microsoft.com>
238         * Makefile.in: Define PROFILE_MERGER
239         * Makefile.tpl: Define PROFILE_MERGER
241 2023-04-27  Robin Dapp  <rdapp@ventanamicro.com>
243         * MAINTAINERS: Change my email address.
245 2023-04-26  Patrick O'Neill  <patrick@rivosinc.com>
247         * MAINTAINERS: Add myself.
249 2023-04-26  Martin Liska  <mliska@suse.cz>
251         * MAINTAINERS: fix sorting
253 2023-04-25  Victor Do Nascimento  <victor.donascimento@arm.com>
255         * MAINTAINERS (Write After Approval): Add myself.
257 2023-04-24  Martin Liska  <mliska@suse.cz>
259         * MAINTAINERS: Fix sorting.
261 2023-04-21  Peter Foley  <pefoley2@pefoley.com>
263         * configure: Regenerate.
264         * configure.ac: Only create serdep.tmp if needed
266 2023-04-21  “ajit.kumar.agarwal@ibm.com”  <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
268         * MAINTAINERS (Write After Approval): Add myself.
270 2023-04-21  Vineet Gupta  <vineetg@rivosinc.com>
272         * MAINTAINERS (Write After Approval): Add myself.
273         Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
275 2023-04-06  Indu Bhagat  <indu.bhagat@oracle.com>
277         * MAINTAINERS: Add myself.
279 2023-03-22  Tobias Burnus  <tobias@codesourcery.com>
281         * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
283 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
285         * MAINTAINERS (Write After Approval): Add myself.
287 2023-02-16  Martin Liska  <mliska@suse.cz>
289         * MAINTAINERS: I'm stepping down from my positions.
291 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
293         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
295 2023-01-06  Clément Chigot  <chigot@adacore.com>
297         * configure.ac: Skip GMP and MPFR when --disable-gdb is
298         provided.
299         * configure: Regenerate.
301 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
303         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
305 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
307         * Makefile.def: Do not build shared libffi.
308         * Makefile.in: Regenerate.
310 2022-12-21  Andrew Pinski  <apinski@marvell.com>
312         * Makefile.def: Add configure-gdb dependencies
313         on all-gmp and all-mpfr.
314         * configure.ac: Split out MPC checking from MPFR.
315         Require GMP and MPFR if the gdb directory exist.
316         * Makefile.in: Regenerate.
317         * configure: Regenerate.
319 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
321         * configure.ac (target_libraries): Add target-libgm2.
322         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
323         Add GCC_TARGET_TOOL entry for gm2.
324         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
325         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
326         * Makefile.def (target_modules): Add libgm2.
327         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
328         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
329         (languages): Add entry for language=m2 with gcc-check-target=check-m2
330         and lib-check-target=check-target-libgm2.
331         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
332         (HOST_EXPORTS): Add definition for GM2.
333         (BASE_TARGET_EXPORTS): Add definition for GM2.
334         (GM2_FOR_BUILD): Defined.
335         (GM2FLAGS): Defined.
336         (GM2_FOR_TARGET): Defined.
337         (GM2FLAGS_FOR_TARGET): Defined.
338         (EXTRA_HOST_FLAGS): Defined.
339         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
340         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
341         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
342         * configure: Rebuilt.
343         * Makefile.in: Rebuilt.
345 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
347         * Makefile.def: Add Rust language.
348         * Makefile.in: Regenerate via autogen.
350 2022-12-09  Martin Liska  <mliska@suse.cz>
352         * MAINTAINERS: Fix spacing.
354 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
356         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
358 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
360         * Makefile.def: Pass host_libs_picflag to host dependent library
361         configures.
362         * Makefile.in: Regenerate.
363         * configure: Regenerate.
364         * configure.ac (host_libs_picflag): New configure variable set to
365         '--with-pic' when building 'host_shared'.
367 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
369         * Makefile.def: Add libsframe as new module with its dependencies.
370         * Makefile.in: Regenerated.
371         * configure.ac: Add libsframe to host_libs.
372         * configure: Regenerated.
374 2022-11-23  Marek Polacek  <polacek@redhat.com>
376         Revert:
377         2022-11-23  Marek Polacek  <polacek@redhat.com>
379         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
380         isl.
381         * Makefile.in: Regenerate.
382         * Makefile.tpl: Set PICFLAG.
383         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
384         check.
385         * configure: Regenerate.
387 2022-11-23  Marek Polacek  <polacek@redhat.com>
389         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
390         isl.
391         * Makefile.in: Regenerate.
392         * Makefile.tpl: Set PICFLAG.
393         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
394         check.
395         * configure: Regenerate.
397 2022-11-14  Martin Liska  <mliska@suse.cz>
399         Revert:
400         2022-11-09  Martin Liska  <mliska@suse.cz>
402         * doc/Makefile: New file.
403         * doc/_static/custom.css: New file.
404         * doc/baseconf.py: New file.
405         * doc/bsd.rst: New file.
406         * doc/contrib.rst: New file.
407         * doc/contribute.rst: New file.
408         * doc/cppdiropts.rst: New file.
409         * doc/cppenv.rst: New file.
410         * doc/cppopts.rst: New file.
411         * doc/cppwarnopts.rst: New file.
412         * doc/favicon.ico: New file.
413         * doc/funding.rst: New file.
414         * doc/gcc_sphinx.py: New file.
415         * doc/gnu.rst: New file.
416         * doc/gnu_free_documentation_license.rst: New file.
417         * doc/gpl-3.0.rst: New file.
418         * doc/indices-and-tables.rst: New file.
419         * doc/lgpl-2.1.rst: New file.
420         * doc/logo.pdf: New file.
421         * doc/logo.svg: New file.
422         * doc/md.rst: New file.
423         * doc/requirements.txt: New file.
425 2022-11-14  Martin Liska  <mliska@suse.cz>
427         Revert:
428         2022-11-09  Martin Liska  <mliska@suse.cz>
430         * doc/baseconf.py: Port to GCC sources.
432 2022-11-14  Martin Liska  <mliska@suse.cz>
434         Revert:
435         2022-11-14  Martin Liska  <mliska@suse.cz>
437         * configure: Regenerate.
438         * configure.ac: Support Sphinx based documentation.
440 2022-11-14  Martin Liska  <mliska@suse.cz>
442         Revert:
443         2022-11-09  Martin Liska  <mliska@suse.cz>
445         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
446         provide a default.
448 2022-11-14  Martin Liska  <mliska@suse.cz>
450         Revert:
451         2022-11-09  Martin Liska  <mliska@suse.cz>
453         * doc/bsd.rst:
454         Add trailing newline.
455         * doc/contrib.rst:
456         Add trailing newline.
457         * doc/contribute.rst:
458         Add trailing newline.
459         * doc/cppdiropts.rst:
460         Add trailing newline.
461         * doc/cppenv.rst:
462         Add trailing newline.
463         * doc/cppopts.rst:
464         Add trailing newline.
465         * doc/cppwarnopts.rst:
466         Add trailing newline.
467         * doc/funding.rst:
468         Add trailing newline.
469         * doc/gnu.rst:
470         Add trailing newline.
471         * doc/gnu_free_documentation_license.rst:
472         Add trailing newline.
473         * doc/gpl-3.0.rst:
474         Add trailing newline.
475         * doc/indices-and-tables.rst:
476         Add trailing newline.
477         * doc/lgpl-2.1.rst:
478         Add trailing newline.
479         * doc/md.rst:
480         Add trailing newline.
482 2022-11-14  Martin Liska  <mliska@suse.cz>
484         Revert:
485         2022-11-09  Martin Liska  <mliska@suse.cz>
487         * configure.ac: Use new install URL.
488         * configure: Regenerate.
490 2022-11-14  Martin Liska  <mliska@suse.cz>
492         Revert:
493         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
495         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
496         instead of just ``.''.
497         * doc/gcc_sphinx.py: Moved to...
498         * doc/modules/gcc_sphinx.py: ...here.
500 2022-11-14  Martin Liska  <mliska@suse.cz>
502         Revert:
503         2022-11-10  Martin Liska  <mliska@suse.cz>
505         * doc/baseconf.py: Modernize by using pathlib.
507 2022-11-14  Martin Liska  <mliska@suse.cz>
509         Revert:
510         2022-11-11  Martin Liska  <mliska@suse.cz>
512         * doc/Makefile: Disable -j auto.
514 2022-11-14  Martin Liska  <mliska@suse.cz>
516         Revert:
517         2022-11-11  Martin Liska  <mliska@suse.cz>
519         * doc/Makefile: Update comment.
521 2022-11-14  Martin Liska  <mliska@suse.cz>
523         Revert:
524         2022-11-11  Martin Liska  <mliska@suse.cz>
526         * doc/indices-and-tables.rst: Rename Indexes to Indices.
528 2022-11-14  Martin Liska  <mliska@suse.cz>
530         Revert:
531         2022-11-13  Martin Liska  <mliska@suse.cz>
533         PR web/107643
534         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
535         is set.
536         * doc/indices-and-tables.rst: Use include_todo tag.
538 2022-11-14  Martin Liska  <mliska@suse.cz>
540         Revert:
541         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
543         * doc/contrib.rst: Update Jeff Law's email address.
545 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
547         * doc/contrib.rst: Update Jeff Law's email address.
549 2022-11-13  Martin Liska  <mliska@suse.cz>
551         PR web/107643
552         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
553         is set.
554         * doc/indices-and-tables.rst: Use include_todo tag.
556 2022-11-11  Martin Liska  <mliska@suse.cz>
558         * doc/indices-and-tables.rst: Rename Indexes to Indices.
560 2022-11-11  Martin Liska  <mliska@suse.cz>
562         * doc/Makefile: Update comment.
564 2022-11-11  Martin Liska  <mliska@suse.cz>
566         * doc/Makefile: Disable -j auto.
568 2022-11-10  Martin Liska  <mliska@suse.cz>
570         * doc/baseconf.py: Modernize by using pathlib.
572 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
574         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
575         instead of just ``.''.
576         * doc/gcc_sphinx.py: Moved to...
577         * doc/modules/gcc_sphinx.py: ...here.
579 2022-11-09  Martin Liska  <mliska@suse.cz>
581         * configure.ac: Use new install URL.
582         * configure: Regenerate.
584 2022-11-09  Martin Liska  <mliska@suse.cz>
586         * doc/bsd.rst:
587         Add trailing newline.
588         * doc/contrib.rst:
589         Add trailing newline.
590         * doc/contribute.rst:
591         Add trailing newline.
592         * doc/cppdiropts.rst:
593         Add trailing newline.
594         * doc/cppenv.rst:
595         Add trailing newline.
596         * doc/cppopts.rst:
597         Add trailing newline.
598         * doc/cppwarnopts.rst:
599         Add trailing newline.
600         * doc/funding.rst:
601         Add trailing newline.
602         * doc/gnu.rst:
603         Add trailing newline.
604         * doc/gnu_free_documentation_license.rst:
605         Add trailing newline.
606         * doc/gpl-3.0.rst:
607         Add trailing newline.
608         * doc/indices-and-tables.rst:
609         Add trailing newline.
610         * doc/lgpl-2.1.rst:
611         Add trailing newline.
612         * doc/md.rst:
613         Add trailing newline.
615 2022-11-09  Martin Liska  <mliska@suse.cz>
617         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
618         provide a default.
620 2022-11-09  Martin Liska  <mliska@suse.cz>
622         * configure: Regenerate.
623         * configure.ac: Support Sphinx based documentation.
625 2022-11-09  Martin Liska  <mliska@suse.cz>
627         * doc/baseconf.py: Port to GCC sources.
629 2022-11-09  Martin Liska  <mliska@suse.cz>
631         * doc/Makefile: New file.
632         * doc/_static/custom.css: New file.
633         * doc/baseconf.py: New file.
634         * doc/bsd.rst: New file.
635         * doc/contrib.rst: New file.
636         * doc/contribute.rst: New file.
637         * doc/cppdiropts.rst: New file.
638         * doc/cppenv.rst: New file.
639         * doc/cppopts.rst: New file.
640         * doc/cppwarnopts.rst: New file.
641         * doc/favicon.ico: New file.
642         * doc/funding.rst: New file.
643         * doc/gcc_sphinx.py: New file.
644         * doc/gnu.rst: New file.
645         * doc/gnu_free_documentation_license.rst: New file.
646         * doc/gpl-3.0.rst: New file.
647         * doc/indices-and-tables.rst: New file.
648         * doc/lgpl-2.1.rst: New file.
649         * doc/logo.pdf: New file.
650         * doc/logo.svg: New file.
651         * doc/md.rst: New file.
652         * doc/requirements.txt: New file.
654 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
656         * Makefile.def: Remove module 'liboffloadmic'.
657         * Makefile.in: Regenerate.
658         * configure.ac: Remove 'liboffloadmic' handling.
659         * configure: Regenerate.
661 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
663         * MAINTAINERS: Update email address.
665 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
667         * configure.ac: Don't configure readline if --with-system-readline is
668         used.
669         * configure: Re-generate.
671 2022-10-12  Cui,Lili  <lili.cui@intel.com>
673         * MAINTAINERS (Write After Approval): Add myself.
675 2022-10-11  Olivier Hainque  <hainque@adacore.com>
677         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
678         and friends for rtp !large. Assume the linker has the required
679         abilities and set lt_cv_deplibs_check_method.
681 2022-09-30  Olivier Hainque  <hainque@adacore.com>
683         * configure.ac (*vxworks*): If enable_shared is not
684         set, set to "no" and add --disable-shared to target and
685         host_configargs.
686         * configure: Regenerate.
688 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
690         * MAINTAINERS: Update my email address and DCO entry.
692 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
694         * MAINTAINERS (Write After Approval): Add myself.
696 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
698         * MAINTAINERS (Write After Approval): Add myself.
700 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
702         * MAINTAINERS: Update my email address.
704 2022-09-07  Tom de Vries  <tdevries@suse.de>
706         * configure.ac: Set extra_host_libiberty_configure_flags and
707         extra_host_zlib_configure_flags in separate case statements.
708         * configure: Regenerate.
710 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
712         * MAINTAINERS: Update c-sky port maintainers' emails.
714 2022-08-31  Martin Liska  <mliska@suse.cz>
716         * configure: Regenerate.
717         * configure.ac: Delete hpux9 and hpux10.
719 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
721         * Makefile.def: Drop libelf module and gcc-configure dependency
722         on it.
723         * Makefile.in: Regenerate with 'autogen Makefile.def'.
724         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
725         LIBELFINC.
726         * configure: Regenrate.
727         * configure.ac (host_libs): Drop unused libelf.
729 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
731         * Makefile.in: Regenerate.
733 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
735         * MAINTAINERS: Add myself as AutoFDO maintainer.
737 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
738             Arnaud Charlet  <charlet@adacore.com>
740         * configure: Regenerate.
742 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
744         PR bootstrap/106472
745         * Makefile.def (dependencies): Make configure-target-libgo depend
746         upon all-target-libbacktrace.
748 2022-07-27  David Faust  <david.faust@oracle.com>
750         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
752 2022-07-27  Richard Biener  <rguenther@suse.de>
754         * MAINTAINERS (Roger Sayle): Update e-mail address.
756 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
758         * MAINTAINERS (Write After Approval): Add myself.
760 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
762         * MAINTAINERS: Add myself as Ada front end co-maintainer.
764 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
766         * .gitignore: Do not ignore config.h.
768 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
770         * MAINTAINERS: Add myself to Write After Approval.
772 2022-07-04  Martin Liska  <mliska@suse.cz>
774         * MAINTAINERS: fix sorting of names
776 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
778         * MAINTAINERS: add myself.
780 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
782         * MAINTAINERS: Add myself to write after approval and DCO.
784 2022-07-02  Tim Lange  <mail@tim-lange.me>
786         * MAINTAINERS: Add myself.
788 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
790         * MAINTAINERS (Write After Approval): Add myself.
792 2022-06-30  Cui,Lili  <lili.cui@intel.com>
794         Revert:
795         2022-06-30  Cui,Lili  <lili.cui@intel.com>
797         * MAINTAINERS (Write After Approval): Add myself.
799 2022-06-30  Cui,Lili  <lili.cui@intel.com>
801         * MAINTAINERS (Write After Approval): Add myself.
803 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
805         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
806         (EXTRA_GCC_FLAGS): Likewise.
807         * Makefile.in: Rebuilt.
809 2022-06-28  konglin1  <lingling.kong@intel.com>
811         * MAINTAINERS (Write After Approval): Add myself.
813 2022-06-27  Tom de Vries  <tdevries@suse.de>
815         * configure.ac: Build libiberty pic variant for gdbserver.
816         * configure: Regenerate.
818 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
820         * configure: Regenerate.
821         * configure.ac: Correct use of $host.
823 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
825         * MAINTAINERS: Remove tilegx and tilepro entries.
826         * configure.ac: Remove tilegx and tilepro stanzas.
827         * configure: Rebuilt.
829 2022-05-28  Bruce Korb  <bkorb@gnu.org>
831         * .gitignore: Ignore vim swap files
833 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
835         * MAINTAINERS: Add myself to write after approval.
837 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
839         * MAINTAINERS: Remove myself from DCO section.
841 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
843         * MAINTAINERS: Update my email address.
845 2022-05-09  Clément Chigot  <chigot@adacore.com>
847         * MAINTAINERS: Update my email address.
849 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
851         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
852         section.
854 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
856         * MAINTAINERS: Update my email address.
858 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
860         * MAINTAINERS: Update my email address.
862 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
864         * MAINTAINERS: (CPU Port Maintainers): Add myself and
865         Lulu as LoongArch port maintainer.
867 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
868             Lulu Cheng  <chenglulu@loongson.cn>
870         * configure.ac: Add LoongArch tuples.
871         * configure: Regenerate.
873 2022-03-28  Tom Tromey  <tromey@adacore.com>
875         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
876         * configure: Rebuild.
878 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
880         * MAINTAINERS: Change my information.
882 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
884         * MAINTAINERS: Add myself to DCO section.
886 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
888         * configure.ac: Fix incorrect option in comment.
889         * configure: Regenerate.
891 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
893         * Makefile.def (dependencies): Make configure-sim depend on
894         all-readline.
895         * Makefile.in: Regenerate.
897 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
899         * MAINTAINERS (Write After Approval): Update my e-mail address.
901 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
903         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
905 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
907         * MAINTAINERS: Update my email and add myself to the DCO list.
909 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
911         Revert:
912         2021-09-16  Andrew Pinski  <apinski@marvell.com>
914         PR bootstrap/67102
915         * Makefile.def: Have configure-target-libffi depend on
916         all-target-libstdc++-v3.
917         * Makefile.in: Regenerate.
919 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
921         PR other/104181
922         * build.log: Remove.
924 2022-01-20  Martin Liska  <mliska@suse.cz>
926         * MAINTAINERS: Adjust email address based on IRC request.
928 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
930         * MAINTAINERS: Update my email address.
932 2022-01-17  Martin Liska  <mliska@suse.cz>
934         * MAINTAINERS: Rename .c names to .cc.
936 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
938         * Makefile.am: Remove.
940 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
942         * Makefile.am: New file.
944 2022-01-11  Martin Liska  <mliska@suse.cz>
946         * MAINTAINERS: Sort 2 names.
948 2022-01-10  Martin Liska  <mliska@suse.cz>
950         * MAINTAINERS: Fix obvious issues with sorting.
952 2022-01-07  liuhongt  <hongtao.liu@intel.com>
954         * build.log: New file.
956 2022-01-05  Nathan Sidwell  <nathan@acm.org>
958         * MAINTAINERS: Add DCO entry.  Sort that list.
960 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
962         * MAINTAINERS: Change of email address in both DCO and
963         Write After Approval list.
965 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
967         * configure: Regenerate.
969 2021-12-21  Martin Liska  <mliska@suse.cz>
971         * config.sub: Change mode back to 755.
973 2021-12-17  Martin Liska  <mliska@suse.cz>
975         * config.sub: Sync from master.
977 2021-12-17  Martin Liska  <mliska@suse.cz>
979         Revert:
980         2021-12-16  Matthias Seidel  <mseidel@apache.org>
982         * config.sub: Fix typo.
984 2021-12-16  Matthias Seidel  <mseidel@apache.org>
986         * config.sub: Fix typo.
988 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
990         Revert:
991         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
993         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
994         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
995         * configure.ac: Include config/gcc-plugin.m4.
996         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
997         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
998         RANLIB if possible.
999         * Makefile.in: Regenerated.
1000         * configure: Likewise.
1002 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1004         * Makefile.tpl (BUILD_CFLAGS): New.
1005         (CFLAGS): Append $(BUILD_CFLAGS).
1006         (CXXFLAGS): Likewise.
1007         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1008         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1009         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1010         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1011         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1012         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1013         (PGO-TRAINING-TARGETS): Likewise.
1014         (PGO_BUILD_TRAINING): Likewise.
1015         (all): Add '+' to the command line for recursive make.  Support
1016         the PGO build.
1017         * configure.ac: Add --enable-pgo-build[=lto].
1018         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1019         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
1020         * Makefile.in: Regenerated.
1021         * configure: Likewise.
1023 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1025         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1026         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1027         * configure.ac: Include config/gcc-plugin.m4.
1028         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1029         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1030         RANLIB if possible.
1031         * Makefile.in: Regenerated.
1032         * configure: Likewise.
1034 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
1036         * MAINTAINERS: Add myself to write after approval.
1038 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
1040         * MAINTAINERS: Adding myself.
1042 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
1044         * configure: Regenerate.
1045         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1046         $(CPP).
1048 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
1050         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1051         libatomic.
1052         * Makefile.in: Regenerate.
1053         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1054         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1055         target-libphobos-bootstrap.
1056         (STAGE2_CONFIGURE_FLAGS): Likewise.
1057         * configure: Regenerate.
1058         * configure.ac: Add support for bootstrapping D front-end.
1060 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
1062         * MAINTAINERS: Add myself to DCO section and update email address.
1064 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
1066         * configure: Regenerate.
1067         * configure.ac: Ensure that PIC (shared) defaults are set
1068         correctly for Darwin.
1070 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
1072         * MAINTAINERS: Update my address.
1074 2021-11-12  Alan Modra  <amodra@gmail.com>
1076         * Makefile.def (configure-opcodes): Depend on configure-bfd.
1077         * Makefile.in: Regenerate.
1079 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
1081         * MAINTAINERS: Clarify the policy WRT the Write After Approval
1082         list.
1084 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
1086         * MAINTAINERS (Reviewers, arc): Remove my entry.
1087         (Write After Approval): Add an entry for myself.
1089 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
1091         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1092         * Makefile.in: Regenerate.
1093         * configure: Regenerate.
1094         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1096 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
1098         * MAINTAINERS: Fix up Maciej's entries.
1100 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
1102         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1103         maintainer.
1105 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
1107         PR other/102663
1108         * Makefile.def: Handle install-dvi target.
1109         * Makefile.tpl: Likewise.
1110         * Makefile.in: Regenerate.
1112 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
1114         * MAINTAINERS: Add myself for write after approval.
1116 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
1118         * Makefile.def: Mark libcody, libdecnumber,
1119         c++tools, libgcc, and libobjc as missing TAGS
1120         targets.
1121         * Makefile.in: Regenerate.
1123 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
1125         * MAINTAINERS: Add myself to DCO section and update email
1126         address.
1128 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
1130         * MAINTAINERS: Add myself to DCO section.
1132 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1134         * configure: Regenerate.
1135         * configure.ac (skipdirs): Add the contents of target_configdirs if
1136         we are not building gcc.
1138 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1140         * Makefile.def: Back-port commits ba4d88ad892f and
1141         755ba58ebef0 from binutils-gdb repository.
1142         * Makefile.in: Regenerated.
1144 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
1146         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1148 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
1150         * Makefile.def: Add a jit check target for the jit
1151         language.
1152         * Makefile.in: Regenerate.
1154 2021-09-16  Andrew Pinski  <apinski@marvell.com>
1156         PR bootstrap/67102
1157         * Makefile.def: Have configure-target-libffi depend on
1158         all-target-libstdc++-v3.
1159         * Makefile.in: Regenerate.
1161 2021-09-10  Petter Tomner  <tomner@kth.se>
1163         * MAINTAINERS: Me added to DCO and write after approval
1165 2021-09-01  YunQiang Su  <syq@debian.org>
1167         * MAINTAINERS: Add myself for write after approval.
1169 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1171         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1172         * Makefile.in: Regenerate.
1174 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
1176         * MAINTAINERS: Add myself for write after approval.
1178 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
1180         * Makefile.in: Regenerate.
1181         * Makefile.tpl: Make the state of the configured host
1182         shared flag available to makefile fragements.
1184 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
1186         * MAINTAINERS (Write After Approval): Add myself.
1188 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1190         * .dir-locals.el (bug-reference-url-format): Use https.
1192 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1194         * .dir-locals.el (c-mode): Change fill-column to 79.
1196 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
1198         * MAINTAINERS: Add myself to DCO section.
1200 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
1202         * configure: Regenerate.
1203         * configure.ac: Adjust cases for which it is necessary to
1204         include the Darwin host config fragment.
1206 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
1208         * MAINTAINERS: Add myself for write after approval and DCO.
1210 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
1212         * Makefile.def: Add dsymutil defs.
1213         * Makefile.in: Regenerated.
1214         * Makefile.tpl: Add dsymutil to flags.
1215         * configure: Regenerated.
1216         * configure.ac: Add dsymutil to target and build recipes.
1218 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
1220         * MAINTAINERS: Add myself for write after approval.
1222 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
1224         * MAINTAINERS (Write After Approval): Add myself.
1226 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
1228         * MAINTAINERS: Add myself for write after approval and DCO
1230 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
1232         * .gitignore: Add entry for cscope.out.
1234 2021-06-22  liuhongt  <hongtao.liu@intel.com>
1236         * MAINTAINERS: Remove my Write After Approval entry.
1238 2021-06-21  liuhongt  <hongtao.liu@intel.com>
1240         * MAINTAINERS: Add myself as maintainer of the i386 vector
1241         extensions.
1243 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
1245         * MAINTAINERS (Write After Approval): Add myself.
1247 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
1249         * MAINTAINERS (Various Maintainers): Add Andrew and myself
1250         as *vrp and ranger maintainers.
1252 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1254         * MAINTAINERS: Adjust my entry in the DCO section so that it does
1255         not trigger testsuite failures.
1257 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1259         * MAINTAINERS: Add myself to DCO section with both email addresses.
1261 2021-06-03  Jason Merrill  <jason@redhat.com>
1263         * MAINTAINERS: Add DCO version number.
1265 2021-06-02  Jason Merrill  <jason@redhat.com>
1267         * MAINTAINERS: Add DCO section.
1269 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
1271         * MAINTAINERS (Write After Approval): Add myself.
1273 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
1275         * configure.ac: Add gnulib to configdirs for sim.
1276         * configure: Regenerate.
1278 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
1280         * Makefile.def: Add configure-sim dependency on all-gnulib.
1281         * Makefile.in: Regenerated.
1283 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1285         * MAINTAINERS (Write After Approval): Add myself.
1287 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1289         * MAINTAINERS (Write After Approval): Add myself.
1291 2021-05-11  Martin Liska  <mliska@suse.cz>
1293         * MAINTAINERS: Remove entries for removed
1294         components (HSA, BRIG, libhsail-rt).
1295         Move Pekka to Write After Approval.
1297 2021-05-11  Martin Liska  <mliska@suse.cz>
1299         * Makefile.def: Remove libhsail-rt.
1300         * Makefile.in: Likewise.
1301         * configure.ac: Likewise.
1302         * configure: Regenerate.
1303         * libhsail-rt/ChangeLog: Removed.
1304         * libhsail-rt/Makefile.am: Removed.
1305         * libhsail-rt/Makefile.in: Removed.
1306         * libhsail-rt/README: Removed.
1307         * libhsail-rt/aclocal.m4: Removed.
1308         * libhsail-rt/configure: Removed.
1309         * libhsail-rt/configure.ac: Removed.
1310         * libhsail-rt/configure.tgt: Removed.
1311         * libhsail-rt/include/internal/fibers.h: Removed.
1312         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1313         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1314         * libhsail-rt/include/internal/workitems.h: Removed.
1315         * libhsail-rt/rt/arithmetic.c: Removed.
1316         * libhsail-rt/rt/atomics.c: Removed.
1317         * libhsail-rt/rt/bitstring.c: Removed.
1318         * libhsail-rt/rt/fbarrier.c: Removed.
1319         * libhsail-rt/rt/fibers.c: Removed.
1320         * libhsail-rt/rt/fp16.c: Removed.
1321         * libhsail-rt/rt/misc.c: Removed.
1322         * libhsail-rt/rt/multimedia.c: Removed.
1323         * libhsail-rt/rt/queue.c: Removed.
1324         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1325         * libhsail-rt/rt/segment.c: Removed.
1326         * libhsail-rt/rt/workitems.c: Removed.
1327         * libhsail-rt/target-config.h.in: Removed.
1329 2021-05-04  Nick Clifton  <nickc@redhat.com>
1331         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1332         * configure: Regenerate.
1334 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1335             Tobias Burnus  <tobias@codesourcery.com>
1337         * configure.ac (--enable-offload-defaulted): New.
1338         * configure: Regenerate.
1340 2021-04-23  David Faust  <david.faust@oracle.com>
1342         * MAINTAINERS (Write After Approval): Add myself.
1344 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1346         * MAINTAINERS (Write After Approval): Add myself.
1348 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1350         * MAINTAINERS: Add myself as pru port maintainer.
1352 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1354         * MAINTAINERS: Add myself as static analyzer maintainer.
1356 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1358         * MAINTAINERS: Update primary entry.
1360 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1362         * MAINTAINERS (Write After Approval): Add myself.
1364 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1366         * Makefile.def: Remove all-sim dependency on configure-gdb.
1367         * Makefile.in: Regenerated.
1369 2021-03-11  Jeff Law  <law@redhat.com>
1371         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1373 2021-03-11  Martin Liska  <mliska@suse.cz>
1375         * Makefile.tpl: The change was done Makefile.in which
1376         is generated file.
1378 2021-03-08  Jeff Law  <law@redhat.com>
1380         * MAINTAINERS: Update my email address
1382 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1384         * config.guess: Import latest upstream.
1385         * config.sub: Import latest upstream.
1387 2021-01-25  Martin Liska  <mliska@suse.cz>
1389         PR gcov-profile/98739
1390         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1391         for profiledbootstrap.
1393 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1395         * MAINTAINERS (Write After Approval): Add myself.
1397 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1399         * MAINTAINERS (Write After Approval): Update my e-mail address.
1401 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1403         * MAINTAINERS: Fix spacing.
1405 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1407         * MAINTAINERS (Write After Approval): Add myself
1409 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1411         * Makefile.def: Sync with binutils-gdb:
1412         (dependencies): all-ld depends on all-libctf.
1413         (host_modules): libctf is no longer no_install.
1414         No longer no_check.  Checking depends on all-ld.
1415         * Makefile.in: Regenerated.
1417 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1419         * libtool.m4: Match gnu* along other GNU systems.
1420         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1421         * libgo/configure: Re-generate.
1423 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1425         * MAINTAINERS: Update my email address.
1427 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1429         * MAINTAINERS (Write After Approval): Add myself.
1431 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1433         * Makefile.def
1434         * Makefile.in
1435         * Makefile.tpl
1436         * configure
1437         * configure.ac
1439 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1441         * Makefile.def: Add libcody.
1442         * configure.ac: Add libcody.
1443         * Makefile.in: Regenerated.
1444         * configure: Regenerated.
1446 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1448         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1450 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1452         PR target/97865
1453         * libtool.m4: Update handling of Darwin platform link flags
1454         for Darwin20.
1456 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1458         * .gitignore: Sync with binutils-gdb
1460 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1462         * MAINTAINERS: Add myself as arc port maintainer.
1464 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1466         PR d/87788
1467         * configure.ac: Don't disable D for *-*-darwin*.
1468         * configure: Regenerate.
1470 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1472         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1473         hppa64-*-hpux11*.
1475 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1477         * configure: Regenerate.
1478         * configure.ac: Add --bootstrap-hwasan option.
1480 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1482         * config.guess: Import latest upstream.
1483         * config.sub: Import latest upstream.
1485 2020-11-16  Martin Liska  <mliska@suse.cz>
1487         * .gitignore: Add cache as clangd uses it now.
1489 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1491         * MAINTAINERS (Write After Approval): add myself
1493 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1495         * MAINTAINERS (Write After Approval): Add myself.
1497 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1499         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1500         Remove FIXME comments.
1502 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1504         * MAINTAINERS: Update my email address.
1506 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1508         * MAINTAINERS (Write After Approval): Add myself.
1510 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1512         PR target/97302
1513         * configure.ac: Only set with_gmp to /usr/local
1514         if not building in tree.
1515         * configure: Regenerate.
1517 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1519         * MAINTAINERS (Write After Approval): Add myself.
1521 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1523         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1525 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1527         PR bootstrap/96612
1528         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1529         if not the same as ${host}.
1530         * configure: Regenerate.
1532 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1534         * MAINTAINERS (Write After Approval): Add myself.
1536 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1538         * MAINTAINERS: Update my email address.
1540 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1542         * MAINTAINERS (Write After Approval): Add myself.
1544 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1546         * MAINTAINERS (Write After Approval): Add myself.
1548 2020-06-12  Martin Liska  <mliska@suse.cz>
1550         * .gitignore: Add .clang-tidy.
1552 2020-06-08  Jason Merrill  <jason@redhat.com>
1554         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1555         * configure: Regenerate.
1557 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1559         * MAINTAINERS: Add myself as xtensa port maintainer.
1561 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1563         * configure.ac: Don't require --enable-host-shared when building
1564         for Mingw.
1565         * configure: Regenerate.
1567 2020-05-18  Jason Merrill  <jason@redhat.com>
1569         * configure.ac: Update bootstrap dialect to -std=c++11.
1571 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1573         * MAINTAINERS (Write After Approval): Add myself.
1575 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1577         PR target/92713
1578         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1579         (noconfigdirs): Add 'target-libstdc++-v3'.
1580         * configure: Regenerate.
1582 2020-04-21  Stephen Casner  <casner@acm.org>
1584         PR 25830
1585         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1586         * configure: Rebuild.
1588 2020-04-17  Martin Liska  <mliska@suse.cz>
1589             Jonathan Yong <10walls@gmail.com>
1591         PR gcov-profile/94570
1592         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1593         for CYGWIN.
1595 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1597         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1599 2020-04-09  Tom Tromey  <tom@tromey.com>
1601         * configure: Rebuild.
1602         * Makefile.in: Rebuild.
1603         * Makefile.def (gdbsupport, gdbserver): New host modules.
1604         (configure-gdb): Depend on all-gdbsupport.
1605         (all-gdb): Depend on all-gdbsupport, all-libctf.
1606         * configure.ac (host_tools): Add gdbserver.
1607         Conditionally build gdbserver and gdbsupport.
1609 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1611         * configure.ac: Build libgomp by default for amdgcn.
1612         * configure: Regenerate.
1614 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1616         * MAINTAINERS (Write After Approval): Add myself.
1618 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1620         * MAINTAINERS (Write After Approval) : Add myself.
1622 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1624         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1626 2020-02-14  Martin Sebor  <msebor@redhat.com>
1628         * doc/extend.texi (attribute alias): Mention type requirement.
1629         (attribute weak): Same.
1630         (attribute weakref): Correct invalid example.
1632 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1634         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1636 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1637             Jakub Jelinek  <jakub@redhat.com>
1639         * .gitattributes: Add *.md diff=md.
1641 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1643         The mentioned auto-generated file is no more part of the
1645         GCC sources, it's auto-generated in $(builddir) during build.
1647         PR target/92055
1648         * contrib/gcc_update (files_and_dependencies): Remove
1649         entry for gcc/config/avr/t-multilib.
1651 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1653         * MAINTAINERS: Update my email address.
1655 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1657         * README.MOVED_TO_GIT: Remove.
1659 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1661         * README.MOVED_TO_GIT: New file.
1663 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1665         * MAINTAINERS (Write After Approval): Add myself.
1667 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1669         * MAINTAINERS (write_after_approval): Add myself.
1671 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1673         * MAINTAINERS (write_after_approval): Add myself.
1675 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1677         * MAINTAINERS (write_after_approval): Add myself.
1679 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1681         * configure.ac: Factor out common cases for compare_exclusions.
1682         * configure: Regenerate.
1684 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1686         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1687         flag.
1689 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1691         * MAINTAINERS (Write After Approval): Add myself.
1693 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1695         PR middle-end/92463
1696         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1697         * configure: Regenerate
1699 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1701         * configure.ac: Use https for gcc.gnu.org.
1702         * configure: Regenerated.
1704 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1706         * MAINTAINERS (aarch64 port): Remove my name, move to...
1707         (Write After Approval): ...Here.
1709 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1711         * MAINTAINERS: Change my email address as maintainer.
1713 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1715         PR fortran/91828
1716         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1717         * configure: Regenerated.
1719 2019-10-21  Jason Merrill  <jason@redhat.com>
1721         * .gitattributes: Also check ChangeLog whitespace.
1723 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1725         * contrib/dg-extract-results.sh: Add support for KPASS.
1726         * contrib/dg-extract-results.py: Likewise.
1728 2019-10-17  Jason Merrill  <jason@redhat.com>
1730         * .gitattributes: Avoid {} in filename pattern.
1732 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1734         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1735         Approval section.
1737 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1739         * MAINTAINERS: Add myself to Write After Approval
1741 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1743         * MAINTAINERS: Add myself as an aarch64 maintainer.
1745 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1747         * MAINTAINERS: Add myself as aarch64 maintainer.
1749 2019-09-23  Carl Love  <cel@us.ibm.com>
1751         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1752         New define_insn.
1753         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1754         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1756 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1758         * MAINTAINERS (Sam Tebbs): Update email address.
1760 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1762         * MAINTAINERS: Update my email address.
1764 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1766         * libtool.m4: Handle uclinuxfdpiceabi.
1768 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1770         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1771         Remove myself from Write After Approval section.
1773 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1775         * configure.ac: Support for bpf-*-* targets.
1776         * configure: Regenerate.
1778 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1780         * config.sub: Import upstream version 2019-06-30.
1781         * config.guess: Import upstream version 2019-07-24.
1783 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1785         * MAINTAINERS: Remove spu port maintainers.
1787 2019-08-28  Martin Liska  <mliska@suse.cz>
1789         * .gitignore: Add .clangd and compile_commands.json
1790         to .gitignore.
1792 2019-08-23  Michael Forney  <mforney@mforney.org>
1794         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1795         * Makefile.in: Regenerate.
1797 2019-08-19  Tom Tromey  <tom@tromey.com>
1799         * configure: Rebuild.
1800         * configure.ac: Add --with-static-standard-libraries.
1802 2019-08-16  Alexandre Oliva <oliva@gnu.org>
1804         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1806 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
1808         * MAINTAINERS (Write After Approval): Add myself.
1810 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1812         * MAINTAINERS (Write After Approval): Remove myself, already listed in
1813         RISC-V port maitainer.
1815 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1817         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1819 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1821         * MAINTAINERS (Write After Approval): Add myself.
1823 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
1825         * MAINTAINERS (Write After Approval): Add myself.
1827 2019-06-25  Martin Liska  <mliska@suse.cz>
1829         contrib/filter-clang-warnings.py: Transform from
1830         filter-rtags-warnings.py.
1832 2019-06-15  Tom Tromey  <tom@tromey.com>
1834         * configure.ac (host_libs): Add gnulib.
1835         * configure: Rebuild.
1836         * Makefile.def (host_modules, dependencies): Add gnulib.
1837         * Makefile.in: Rebuild.
1839 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1841         * MAINTAINERS (Write After Approval): Add myself.
1843 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1845         * configure: Regenerate.
1846         * configure.ac: Add PRU target.
1848 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1850         * MAINTAINERS (Write After Approval): Add myself.
1852 2019-06-11  Nick Clifton  <nickc@redhat.com>
1854         Import these changes from the binutils/gdb repository:
1856         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1858         * Makefile.def (dependencies): configure-libctf depends on all-bfd
1859         and all its deps.
1860         * Makefile.in: Regenerated.
1862         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1864         * Makefile.def (host_modules): Add libctf.
1865         * Makefile.def (dependencies): Likewise.
1866         libctf depends on zlib, libiberty, and bfd.
1867         * Makefile.in: Regenerated.
1868         * configure.ac (host_libs): Add libctf.
1869         * configure: Regenerated.
1871 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1873         * MAINTAINERS (Write After Approval): Add myself.
1875 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1877         * MAINTAINERS: Update my email address.
1879 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1881         * MAINTAINERS (Write After Approval): Add myself.
1883 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
1885         * MAINTAINERS (Write After Approval): Add myself.
1887 2019-05-07  Jim Wilson  <jimw@sifive.com>
1889         * MAINTAINERS: Remove myself as IA-64 maintainer.
1891 2019-05-04  Roland Illig  <roland.illig@gmx.de>
1893         * MAINTAINERS (Write After Approval): Add myself.
1895 2019-05-02  Richard Biener  <rguenther@suse.de>
1897         PR bootstrap/85574
1898         * Makefile.tpl (compare target): Also compare extra-compare
1899         files.
1900         * Makefile.in: Regenerate.
1902 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1904         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1905         as modulo-scheduler maintainer.
1907 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1909         * MAINTAINERS: Add myself as co-maintainer for Darwin.
1911 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1913         * MAINTAINERS: Update my email address.
1915 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1917         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1918         * configure: Regenerate.
1920 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1922         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1923         * configure: Regenerate.
1925 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1927         * configure.ac: Add target-zlib to target_libraries.
1928         * configure: Regenerate.
1930 2019-04-09  Martin Liska  <mliska@suse.cz>
1932         * Makefile.in: Regenerate.
1933         * Makefile.tpl: Pass GENERATOR_CFLAGS
1934         in all stages.
1936 2019-03-28  Martin Liska  <mliska@suse.cz>
1938         PR bootstrap/89829
1939         * Makefile.in: Revert r254150.
1940         * Makefile.tpl: Likewise.
1942 2019-03-28  Ben Elliston  <bje@gnu.org>
1944         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1945         related, and libdecnumber.
1947 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1949         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1950         (Write After Approval): Remove myself.
1952 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1954         * MAINTAINERS (Write After Approval): Add myself.
1956 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1958         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1959         (Write After Approval): Remove myself and Julian.
1961 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1963         * MAINTAINERS (Write After Approval): Add myself.
1965 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1967         * MAINTAINERS (Write After Approval): Add myself.
1969 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1971         * ChangeLog: Replace space with tab.
1972         * MAINTAINERS: Delete 1 tab to keep alignment.
1974 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1976         * MAINTAINERS (Write After Approval): Add myself.
1978 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1980         * MAINTAINERS (Write After Approval): Add myself.
1982 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1983             Kwok Cheung Yeung  <kcy@codesourcery.com>
1984             Julian Brown  <julian@codesourcery.com>
1985             Tom de Vries  <tom@codesourcery.com>
1986             Jan Hubicka  <hubicka@ucw.cz>
1987             Martin Jambor  <mjambor@suse.cz>
1989         * configure.ac: Likewise.
1990         * configure: Regenerate.
1991         * contrib/config-list.mk: Add amdgcn-amdhsa.
1993 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1995         * MAINTAINERS (Write After Approval): Add myself.
1997 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1999         * MAINTAINERS (Write After Approval): Add myself.
2001 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2003         PR target/88535
2004         * config.guess: Import upstream version 2019-01-03.
2005         * config.sub: Import upstream version 2019-01-01.
2007 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2009         * MAINTAINERS (Write After Approval): Update my maintainer address.
2011 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
2013         * MAINTAINERS (Write After Approval): Add myself.
2015 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
2017         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2019 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
2021         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2022         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2023         (GCC_TARGET_TOOL): Likewise.
2024         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2025         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
2026         OTOOL, OTOOL_FOR_TARGET: New substitutions.
2027         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
2028         * configure: Regenerate.
2029         * Makefile.in: Likewise.
2031 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
2033         * MAINTAINERS (Write After Approval): Add myself.
2035 2018-11-13  Martin Liska  <mliska@suse.cz>
2037         * gcc.target/i386/pr87930.c: Move to ...
2038         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
2040 2018-11-10  Stafford Horne  <shorne@gmail.com>
2042         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2043         (Write After Approval): Remove myself.
2045 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2047         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2048         Append $INCICONV to it.
2050 2018-11-04  Stafford Horne  <shorne@gmail.com>
2052         * MAINTAINERS (Write After Approval): Add myself.
2054 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
2056         PR bootstrap/82856
2057         * multilib.am: New file.  From automake.
2059         Merge from binutils-gdb:
2060         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2062         * libtool.m4: Use AC_LANG_SOURCE.
2063         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2064         * ar-lib: New file.
2065         * test-driver: New file.
2066         * configure: Re-generate.
2068 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
2070         * MAINTAINERS (Write After Approval): Add myself.
2072 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
2074         PR bootstrap/87788
2075         PR d/87799
2076         * configure: Rebuild.
2077         * configure.ac: Disable D on systems where it is known not to work.
2079 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
2081         * Makefile.def (target_modules): Add libphobos.
2082         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2083         GDCFLAGS_FOR_TARGET.
2084         (dependencies): Make libphobos depend on libatomic, libbacktrace
2085         configure, and zlib configure.
2086         (language): Add language d.
2087         * Makefile.in: Rebuild.
2088         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2089         (HOST_EXPORTS): Add GDC.
2090         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2091         (BASE_TARGET_EXPORTS): Add GDC.
2092         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2093         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2094         (EXTRA_HOST_FLAGS): Add GDC.
2095         (STAGE1_FLAGS_TO_PASS): Add GDC.
2096         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2097         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2098         environment variables.
2099         * configure: Rebuild.
2100         * configure.ac: Add target-libphobos to target_libraries.  Set and
2101         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2103 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
2105         * MAINTAINERS (Write After Approval): Add myself.
2107 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2109         * MAINTAINERS (Write After Approval): Remove myself.
2111 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2113         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2115 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
2117         * MAINTAINERS: Update my email address.
2119 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
2121         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2122         maintainer.
2124 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
2126         * MAINTAINERS (Write After Approval): Add self.
2128 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
2130         * MAINTAINERS (write after approval): Add myself.
2132 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
2134         * MAINTAINERS: Update my email address.
2136 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
2138         * MAINTAINERS (write after approval): Add myself.
2140 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
2142         * MAINTAINERS: Add self to global reviewers list.
2144 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
2146         MAINTAINERS: Add c-sky port maintainers.
2148 2018-08-10  Martin Liska  <mliska@suse.cz>
2150         * MAINTAINERS: Revert change in previous commit and
2151         join lines.
2153 2018-08-10  Martin Liska  <mliska@suse.cz>
2155         * MAINTAINERS: Remove extra line.
2157 2018-08-06  Naveen H.S  <naveenh@marvell.com>
2159         * MAINTAINERS: Update my email address.
2161 2018-07-19  DJ Delorie  <dj@redhat.com>
2163         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2164         as maintainer.
2166 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
2168         * MAINTAINERS: Adjust email address for me and my colleague Robin
2169         Dapp.
2171 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2172             Sunil K Pandey  <sunil.k.pandey@intel.com>
2174         PR target/84413
2175         * config/i386/i386.c (m_CORE_AVX512): New.
2176         (m_CORE_AVX2): Likewise.
2177         (m_CORE_ALL): Add m_CORE_AVX2.
2178         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2179         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2180         and remove the rest of m_SKYLAKE_AVX512.
2182 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2184         * config.sub: Sync with upstream version 2018-07-03.
2186 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2188         * config.guess: Sync with upstream version 2018-06-26.
2189         * config.sub: Sync with upstream version 2018-07-02.
2191 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
2193         * libtool.m4: Sort output of 'find' to enable deterministic builds.
2194         * ltmain.sh: Likewise.
2196 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
2198         * contrib/config-list.mk: Remove powerpc-linux_paired.
2200 2018-06-29  Alexandre Oliva <oliva@adacore.com>
2202         * configure.ac: Introduce support for @unless/@endunless.
2203         * Makefile.tpl (dep-kind): Rewrite with cond; return
2204         postbootstrap in some cases.
2205         (make-postboot-dep, postboot-targets): New.
2206         (dependencies): Do not output postbootstrap dependencies at
2207         first.  Output non-target ones changed for configure to depend
2208         on stage_last @if gcc-bootstrap, and the original deps @unless
2209         gcc-bootstrap.
2210         * configure.in, Makefile.in: Rebuilt.
2212 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
2214         * MAINTAINERS (write after approval): Add myself.
2216 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
2218         * MAINTAINERS (write after approval): Add myself.
2220 2018-06-19  Nick Clifton  <nickc@redhat.com>
2222         * zlib/configure.ac: Restore old behaviour of only enabling
2223         multilibs when a target subdirectory is defined.  This allows
2224         building with srcdir == builddir.
2225         * zlib/configure: Regenerate.
2227 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
2229         * Makefile.def (fortran): Add check-target-libgomp-fortran.
2230         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2231         * Makefile.in: Regenerate.
2233 2018-06-16  Ben Elliston  <bje@gnu.org>
2235         * config.guess: Import latest version.
2236         * config.sub: Likewise.
2238 2018-06-08  Martin Liska  <mliska@suse.cz>
2240         * MAINTAINERS: Remove MPX-related entries.
2241         * Makefile.def: Remove libmpx support.
2242         * Makefile.in: Regenerate.
2243         * configure.ac: Remove removed files.
2244         * configure: Regenerate.
2245         * libmpx/ChangeLog: Remove.
2246         * libmpx/Makefile.am: Remove.
2247         * libmpx/Makefile.in: Remove.
2248         * libmpx/acinclude.m4: Remove.
2249         * libmpx/aclocal.m4: Remove.
2250         * libmpx/config.h.in: Remove.
2251         * libmpx/configure: Remove.
2252         * libmpx/configure.ac: Remove.
2253         * libmpx/configure.tgt: Remove.
2254         * libmpx/libmpx.spec.in: Remove.
2255         * libmpx/mpxrt/Makefile.am: Remove.
2256         * libmpx/mpxrt/Makefile.in: Remove.
2257         * libmpx/mpxrt/libmpx.map: Remove.
2258         * libmpx/mpxrt/libtool-version: Remove.
2259         * libmpx/mpxrt/mpxrt-utils.c: Remove.
2260         * libmpx/mpxrt/mpxrt-utils.h: Remove.
2261         * libmpx/mpxrt/mpxrt.c: Remove.
2262         * libmpx/mpxrt/mpxrt.h: Remove.
2263         * libmpx/mpxwrap/Makefile.am: Remove.
2264         * libmpx/mpxwrap/Makefile.in: Remove.
2265         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2266         * libmpx/mpxwrap/libtool-version: Remove.
2267         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2269 2018-06-04  Martin Liska  <mliska@suse.cz>
2271         * MAINTAINERS: Add myself as gcov maintainer.
2273 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
2275         * MAINTAINERS: Update my email address.
2277 2018-06-04  Tom de Vries  <tdevries@suse.de>
2279         * MAINTAINERS: Remove write-after-approval entries for component
2280         maintainers.
2282 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2284         * MAINTAINERS (write after approval): Add myself.
2286 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2288         * MAINTAINERS: Update my email address.
2290 2018-06-01  Tom de Vries  <tdevries@suse.de>
2292         * MAINTAINERS: Update my email address.
2294 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2296         * MAINTAINERS (loop-optimizer): Add myself.
2298 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2300         * configure.ac: Added "nfp" target.
2301         * configure: Regenerate.
2303 2018-04-30  Richard Biener  <rguenther@suse.de>
2305         PR bootstrap/85571
2306         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2307         (STAGE3_TFLAGS): Likewise.
2308         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2309         (STAGEtrain_TFLAGS): Likewise.
2310         * Makefile.in: Regenerate.
2312 2018-04-26  Richard Biener  <rguenther@suse.de>
2314         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2315         (STAGE2_CFLAGS): Likewise.
2316         (STAGE2_TFLAGS): Likewise.
2317         (STAGE3_CFLAGS): Add -fchecking.
2318         (STAGE3_TFLAGS): Likewise.
2319         (STAGEtrain_CFLAGS): Filter out -fchecking.
2320         (STAGEtrain_TFLAGS): Likewise.
2321         * Makefile.in: Re-generate.
2323 2018-04-25  Catherine Moore <clm@codesourcery.com>
2325         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2327 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2329         * MAINTAINERS (write after approval): Add myself.
2331 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2333         * MAINTAINERS: Update my email address.
2335 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2337         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2339 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2341         * MAINTAINERS: Update my email address and disambiguate myself
2342         a bit from Will Schmidt.
2344 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2346         * MAINTAINERS: Move maintainers of now-removed picochip and score
2347         ports to write after approval.
2349 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2351         * MAINTAINERS: Add entry for SVE maintainership.
2353 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2355         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2356         * configure: Regenerate.
2358 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2360         * MAINTAINERS (write after approval): Add myself.
2362 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2364         * MAINTAINERS (write after approval): Add myself.
2366 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2368         * MAINTAINERS (write after approval): Add myself.
2370 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2372         Update copyright years.
2374 2018-01-03  Ben Elliston  <bje@gnu.org>
2376         * config.guess: Import latest version.
2377         * config.sub: Likewise.
2379 2017-12-12  Stafford Horne  <shorne@gmail.com>
2381         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2382         * configure: Regenerate.
2384 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2386         * MAINTAINERS (Write After Approval): Add myself.
2388 2017-11-28  Julia Koval  <julia.koval@intel.com>
2389             Sebastian Peryt  <sebastian.peryt@intel.com>
2391         * Makefile.def (target_modules): Remove libcilkrts.
2392         * Makefile.in: Ditto.
2393         * configure: Ditto.
2394         * configure.ac: Ditto.
2396 2017-11-28  Julia Koval  <julia.koval@intel.com>
2398         * MAINTAINERS (Write After Approval): Add myself.
2400 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2402         * MAINTAINERS (Write After Approval): Add myself.
2404 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2406         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2407         Use my SiFive email address.
2409 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2411         * MAINTAINERS (write after approval): Add myself.
2413 2017-10-27  Martin Liska  <mliska@suse.cz>
2415         * Makefile.tpl: Use proper name of folder as it was renamed
2416         during transition to 4 stages.
2417         * Makefile.in: Regenerate.
2419 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2421         * MAINTAINERS (write after approval): Add myself.
2423 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2425         * MAINTAINERS: Add a note that maintainership also includes web
2426         pages, docs, and testsuite related to that area.
2428 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2430         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2432 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2434         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2436 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2438         * MAINTAINERS: Remove myself as a vxworks maintainer.
2440 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2442         * MAINTAINERS: Remove email address of Jim Norris.
2444 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2446         * MAINTAINERS (Reviewers): Move myself from here...
2447         (CPU Port Maintainers): ... to here.
2449 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2451         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2453 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2455         * MAINTAINERS (write after approval): Add myself.
2457 2017-07-28  Tony Reix  <tony.reix@atos.net>
2459         * configure.ac (target-libffi): Don't disable for AIX.
2460         (go): Don't add to unsupported_languages on AIX.
2461         (target-libgo): Don't disable for AIX.
2462         * configure: Regenerate.
2464 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2466         * MAINTAINERS: Add myself.
2468 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2470         * MAINTAINERS: Update my email address.
2472 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2474         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2475         arm-specific auto-generated header files.
2477 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2479         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2480         * configure: Rebuilt.
2482 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2484         * MAINTAINERS: Readd myself for c6x.
2486 2017-06-28  Martin Liska  <mliska@suse.cz>
2488         PR bootstrap/81217
2489         * Makefile.def: Remove superfluous bootstrap_target from
2490         bootstrap_stage.
2491         * Makefile.in: Re-generate the file.
2493 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2495         * MAINTAINERS: Add myself to Write After Approval
2497 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2499         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2501 2017-06-19  Martin Liska  <mliska@suse.cz>
2503         * Makefile.def: Define 4 stages PGO bootstrap.
2504         * Makefile.tpl: Define FLAGS.
2505         * Makefile.in: Regenerate.
2507 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2509         * Makefile.def: Add check-gotools to go check targets.
2510         * Makefile.in: Rebuild.
2512 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2514         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2516 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2518         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2519         * configure: Regenerate.
2521 2017-05-31  Martin Liska  <mliska@suse.cz>
2523         * configure.ac: Add handling of stage2_werror_flags to
2524         action-if-given and to action-if-not-given.
2525         * configure: Regenerate.
2527 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2529         * MAINTAINERS: Add self to Write After Approval
2531 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2533         * MAINTAINERS: Update my email address, and remove myself as
2534         maintainer in some areas.
2536 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2538         * MAINTAINERS: Add self to Write After Approval
2540 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2542         * configure.ac: Add --enable-languages=default to mean default and
2543         make --enable-languages=all mean all supported languages.
2544         * configure: Regenerated.
2546 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2548         * config.gcc (powerpc*-*-*spe*): New.
2549         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2550         (powerpc-*-rtems*spe*): New.
2551         (powerpc*-*-linux*spe*): New.
2552         (powerpc-wrs-vxworksspe): New.
2553         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2554         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2555         * config.host (powerpc*-*-*spe*): New.
2557 2017-05-19  Martin Liska  <mliska@suse.cz>
2559         * configure.ac: Add --enable-werror-always just for
2560         bootstrap-debug (or none build config) and do not add it
2561         when we are on a release branch.
2562         * configure: Regenerated.
2564 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2566         * MAINTAINERS: Add self to Write After Approval
2568 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2570         * MAINTAINERS: Move myself to Write After Approval section.
2572 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2574         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2575         ACCH registers.
2576         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2577         available.
2578         (umulsidi3): Likewise.
2579         (mulsidi3_700): Disable this pattern when we have advanced mpy
2580         instructions.
2581         (umulsidi3_700): Likewise.
2582         (maddsidi4): New pattern.
2583         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2584         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2585         (mpydu_imm_arcv2hs): Likewise.
2586         * config/arc/predicates.md (accl_operand): New predicate.
2588 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2589             Andrew Burgess <andrew.burgess@embecosm.com>
2591         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2592         case.
2593         (ARC_AUTOFP_IRQ_P): Likewise.
2594         (ARC_AUTO_IRQ_P): Likewise.
2595         (rgf_banked_register_count): New variable.
2596         (parse_mrgf_banked_regs_option): New function.
2597         (arc_override_options): Handle rgf_banked_regs option.
2598         (arc_handle_interrupt_attribute): Add firq option.
2599         (arc_compute_function_type): Return fast irq type when required.
2600         (arc_must_save_register): Handle fast interrupts.
2601         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2602         (arc_return_address_regs): Update.
2603         * config/arc/arc.h (arc_return_address_regs): Update.
2604         (arc_function_type): Add fast interrupt type.
2605         (ARC_INTERRUPT_P): Update.
2606         (RC_FAST_INTERRUPT_P): Define.
2607         * config/arc/arc.md (simple_return): Update for fast interrupts.
2608         (p_return_i): Likewise.
2609         * config/arc/arc.opt (mrgf-banked-regs): New option.
2610         * doc/invoke.texi (mrgf-banked-regs): Document.
2612 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2614         * config/arc/arc.c (irq_ctrl_saved): New variable.
2615         (ARC_AUTOBLINK_IRQ_P): Define.
2616         (ARC_AUTOFP_IRQ_P): Likewise.
2617         (ARC_AUTO_IRQ_P): Likewise.
2618         (irq_range): New function.
2619         (arc_must_save_register): Likewise.
2620         (arc_must_save_return_addr): Likewise.
2621         (arc_dwarf_emit_irq_save_regs): Likewise.
2622         (arc_override_options): Handle deferred options.
2623         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2624         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2625         arc_must_save_return_addr.
2626         (arc_compute_frame_size): Handle automated save and restore of
2627         registers.
2628         (arc_expand_prologue): Likewise.
2629         (arc_expand_epilogue): Likewise.
2630         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2631         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2632         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2634 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2635         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2637         PR bootstrap/77661
2638         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2639         in-tree build MPC.
2640         * Makefile.in: Regenerate.
2642 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2644         * configure.ac: Enable LTO by default on darwin >= 9.
2645         * configure: Regenerate.
2647 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2649         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2650         and Andrew Waterman as the RISC-V maintainers.
2652 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2654         * MAINTAINERS: Add self to Write After Approval
2656 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2658         * config.guess: Import latest from upstream.
2660 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2662         * MAINTAINERS (Write After Approval): Remove entries that are
2663         already covered under Reviewers.
2665 2017-03-08  Mark Wielaard  <mark@klomp.org>
2667         PR demangler/70909
2668         PR demangler/67264
2669         * include/demangle.h: Add d_printing to struct demangle_component
2670         and pass struct demangle_component as non const.
2672 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2674         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2676 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2678         * Makefile.tpl: Remove HOST_ISLVER.
2679         (HOST_EXPORTS): Remove ISLVER.
2680         * Makefile.in: Regenerate.
2682 2017-02-13  Richard Biener  <rguenther@suse.de>
2684         * configure: Re-generate.
2686 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2688         * MAINTAINERS: Adjust bug reporting URL.
2690 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2692         * MAINTAINERS (Write After Approval): Remove redundant entry
2693         for Andrew Burgess.
2695 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2697         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2698         32-bit hppa*-*-hpux*.
2699         * configure: Regenerate.
2701 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2703         * configure.ac: Moved the white list of enabling BRIG FE to
2704         libhsail-rt/configure.tgt.
2705         * configure: Regenerated.
2706         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2708 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2709             Martin Jambor  <mjambor@suse.cz>
2711         * Makefile.def (target_modules): Added libhsail-rt.
2712         (languages): Added language brig.
2713         * Makefile.in: Regenerated.
2714         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2715         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2716         * configure: Regenerated.
2718 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2720         PR other/79046
2721         * configure: Regenerated.
2723 2017-01-04  Alan Modra  <amodra@gmail.com>
2725         * configure: Regenerate.
2727 2016-12-29  Ben Elliston  <bje@gnu.org>
2729         * config.sub: Import latest version.
2731 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2733         * MAINTAINERS (Write After Approval): Add myself.
2735 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2737         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2738         includes bootstrap-mpx.
2739         * configure: Regenerated.
2741 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2743         * MAINTAINERS (Write After Approval): Add myself.
2745 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2747         * configure: Regenerate.
2749 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2751         * configure.ac: Don't use pkg-config to check for bdw-gc.
2752         * configure: Regenerate.
2754 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2756         * Makefile.def: Remove reference to boehm-gc target module.
2757         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2758         options and for the bdw-gc pkg-config module.
2759         * configure: Regenerate.
2760         * Makefile.in: Regenerate.
2762 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2764         * MAINTAINERS (nvptx): Remove self.
2766 2016-11-25  Ben Elliston  <bje@gnu.org>
2768         * config.guess: Import latest version.
2769         * config.sub: Likewise.
2771 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
2773         * MAINTAINERS (Write After Approval): Add myself.
2775 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2777         * Makefile.def: Remove references to GCJ.
2778         * Makefile.tpl: Likewise.
2779         * Makefile.in: Regenerate.
2781 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2783         * config-ml.in: Remove references to GCJ.
2784         * configure.ac: Likewise.
2785         * configure: Regenerate.
2787 2016-11-01  Josh Conner  <joshconner@google.com>
2789         * MAINTAINERS (Write After Approval): Update email address,
2791 2016-10-27  Carl Love  <cel@us.ibm.com>
2793         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2794         Approval list to make it alphabetical.
2796 2016-10-27  Carl Love  <cel@us.ibm.com>
2798         * MAINTAINERS (Write After Approval): Add myself.
2800 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2802         * MAINTAINERS (Reviewers): Add myself.
2803         (Write After Approval): Add myself.
2805 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
2806             Ulrich Weigand  <uweigand@de.ibm.com>
2808         * MAINTAINERS: Update email address.
2810 2016-10-10  Nathan Sidwell  <nathan@acm.org>
2812         * MAINTAINERS: Update email address.
2814 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
2816         * configure.ac: Add aarch64-*-freebsd*.
2817         * configure: Regenerate.
2819 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
2821         * MAINTAINERS: Update email address after it got reverted.
2823 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2825         * configure.ac (target_libraries): Readd target-boehm-gc.
2826         Restore --enable-objc-gc handling.
2827         * configure: Regenerate.
2829 2015-10-03  Jeff Law  <law@redhat.com>
2831         * MAINTAINERS: Move several inactive maintainers to the
2832         write-after-approval section.
2834 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
2836         * configure.ac: Add target-libffi to target_libraries.
2837         Readd libgcj target disablings, modified to only target-libffi.
2838         Readd target addition of go to unsupported languages.
2839         * configure: Regenerated.
2841 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
2843         * MAINTAINERS: Update email address.
2845 2016-09-30  Andrew Haley  <aph@redhat.com>
2847         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2848         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
2849         libgcj.
2851 2016-09-30  Andrew Haley  <aph@redhat.com>
2853         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2854         write-after approval after GCJ deletion.
2856 2016-09-30  Andrew Haley  <aph@redhat.com>
2858         * Makefile.def: Remove libjava.
2859         * Makefile.tpl: Likewise.
2860         * Makefile.in: Regenerate.
2861         * configure.ac: Likewise.
2862         * configure: Likewise.
2863         * gcc/java: Remove.
2864         * libjava: Likewise.
2866 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
2868         * MAINTAINERS (Reviewers): Add myself.
2870 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2872         * configure.ac: Disable "sim" directory for arc*-*-*.
2873         * configure: Regenerated.
2875 2016-09-23  Tamar Christina <tamar.christina@arm.com>
2877         * MAINTAINERS (Write After Approval): Add myself.
2879 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2881         * configure.ac: Check for the minimum in-tree MPFR version
2882         handled.
2883         * configure: Regenerate.
2885 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
2887         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2888         * configure: Regenerated.
2890 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
2892         * MAINTAINERS (Write After Approval): Add myself.
2894 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2896         * Makefile.def: Add autoprofiledbootstrap.
2897         * Makefile.tpl: Dito.
2898         * Makefile.in: Regenerate.
2900 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2902     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2903     * configure: Regenerate.
2905 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2907         * configure: Regenerate.
2908         * configure.ac: Remove support for avr-rtems.
2910 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2912         * MAINTAINERS (Write After Approval): Add myself.
2914 2016-06-16  Michael Collison  <michael.collison@arm.com>
2916         * MAINTAINERS (Write After Approval): Add myself.
2918 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2920         * MAINTAINERS (Write After Approval): Update e-mail address.
2922 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2924         * MAINTAINERS (Write After Approval): Add myself.
2926 2016-05-28  Alan Modra  <amodra@gmail.com>
2928         * Makefile.tpl (configure): Depend on m4 files included.
2929         * Makefile.in: Regenerate.
2931 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2933         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2934         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2936 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2938         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2939         special case builtin.
2940         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2941         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2942         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2943         for __builtin_vec_addec.
2945 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2947         * config.guess: Import version 2016-04-02 (newest).
2948         * config.sub: Import version 2016-05-10 (newest).
2950 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2952         * configure.ac: Add ARC support to libgloss.
2953         * configure: Regenerate
2955 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2957         * MAINTAINERS (Write After Approval): Add myself.
2959 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2961         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2962         * configure: Regenerated.
2963         * Makefile.def (gmp): Explicitly disable assembler.
2964         (mpfr): Adjust lib_path.
2965         (mpc): Likewise.
2966         * Makefile.in: Regenerated.
2968 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2970         PR bootstrap/70704
2971         * configure.ac (--enable-stage1-checking): Add missing
2972         --enable-checking=.
2973         * configure: Regenerated.
2975 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2977         * config.guess: Revert r235676.
2978         * config.sub: Revert r235676.
2980 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2982         * config.guess: Remove SH5 support.
2983         * config.sub: Likewise.
2984         * configure: Likewise.
2985         * configure.ac: Likewise.
2987 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2989         PR bootstrap/70704
2990         * configure.ac (--enable-stage1-checking): For --disable-checking or
2991         implicit --enable-checking, make sure extra flag matches in between
2992         stage1 and later checking.
2993         * configure: Regenerated.
2995 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2997         * .gitattributes: New file.
2999 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
3001         * MAINTAINERS (rs6000/powerpc port): Add myself.
3003 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
3005         PR bootstrap/70173
3006         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3007         and gotools directories.  Delete the stage_final file.
3008         * Makefile.in: Regenerate.
3010 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
3012         * MAINTAINERS (Write After Approval): Add myself.
3014 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
3016         * MAINTAINERS (Fortran maintainer): Remove myself.
3018 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
3020         * MAINTAINERS (Write After Approval): Add myself.
3022 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
3024         * MAINTAINERS (Write After Approval): Add myself.
3026 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3028         Sync with binutils-gdb:
3030         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3032         * configure.ac: Add mips and s390 to the gold target check.
3033         * configure: Regenerate.
3035 2016-03-01  DJ Delorie  <dj@redhat.com>
3037         * MAINTAINERS (mep): Remove myself as MeP maintainer.
3039 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
3041         * MAINTAINERS (libcpp): Add myself.
3042         (diagnostic messages): Likewise.
3044 2016-02-20  Tom de Vries  <tom@codesourcery.com>
3046         * MAINTAINERS: Fix whitespace.
3048 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
3050         * MAINTAINERS (Write After Approval): Add myself.
3052 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
3054         * config/isl.m4: Add comments about isl-0.16.
3055         * configure: Regenerate.
3057 2016-01-29  Martin Jambor  <mjambor@suse.cz>
3059         * MAINTAINERS (hsa maintainers): Add myself.
3061 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
3063         * MAINTAINERS: (Write After Approval): Add myself.
3065 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
3066             Sebastian Pop  <s.pop@samsung.com>
3068         * Makefile.in: Regenerate.
3069         * Makefile.tpl: Export ISLVER.
3070         * configure: Regenerate.
3071         * config/isl.m4: Detect isl-0.15.
3073 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
3075         PR bootstrap/69329
3076         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3077         * Makefile.in: Regenerate.
3079 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
3081         * configure.ac: Enable LTO for DJGPP
3082         * configure: Regenerate
3084 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3086         Sync with binutils-gdb:
3087         2015-10-21  Nick Clifton  <nickc@redhat.com>
3089         PR gas/19109
3090         * configure.ac: Note the 'none' is an acceptable argument to
3091         --enable-compressed-debug-sections.
3092         * configure: Regenerate.
3094 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3096         PR bootstrap/69134
3097         * Makefile.def (mpfr): Disable assembler.
3098         * Makefile.in: Regenerate.
3100 2016-01-01  Ben Elliston  <bje@gnu.org>
3102         * config.guess: Import version 2016-01-01.
3103         * config.sub: Likewise.
3105 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
3107         * MAINTAINERS (Write After Approval): Add myself.
3109 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
3111         * Makefile.in: Replace ISL with isl.
3112         * Makefile.tpl: Same.
3113         * config/isl.m4: Same.
3114         * configure.ac: Same.
3115         * contrib/download_prerequisites: Same.
3116         * configure: Regenerate.
3118 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
3120         * MAINTAINERS (Write After Approval): Add Myself.
3122 2015-12-17  Nathan Sidwell  <nathan@acm.org>
3124         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3125         * configure: Regenerate.
3127 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
3128             Sebastian Pop  <s.pop@samsung.com>
3130         * config/isl.m4 (ISL_CHECK_VERSION): Check for
3131         isl_ctx_get_max_operations.
3132         * configure: Regenerate.
3134 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
3136         * MAINTAINERS (Write After Approval): Add myself.
3138 2015-12-02  Ian Lance Taylor  <iant@google.com>
3140         PR go/66147
3141         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3142         * Makefile.in: Regenerate.
3144 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
3146         PR libffi/65726
3147         * Makefile.def (lang_env_dependencies): Make libffi depend
3148         on cxx.
3149         * Makefile.in: Regenerate.
3151 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
3153         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3154         symbols.
3156 2015-11-20  Tristan Gingold  <gingold@adacore.com>
3158         Sync with binutils-gdb:
3159         2015-11-20  Tristan Gingold  <gingold@adacore.com>
3161         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3162         * configure: Regenerate.
3164 2015-11-19  Martin Liska  <mliska@suse.cz>
3166         * .gitignore: Add .clang-format to ignored files.
3167         * Makefile.in: Add clang-format.
3168         * Makefile.tpl: Likewise.
3170 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
3172         * configure.ac: Enable libmpx by default.
3173         * configure: Regenerated.
3175 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
3177         * MAINTAINERS: Update email address.
3179 2015-10-23  Paulo Matos  <pmatos@linki.tools>
3181         * MAINTAINERS: Update email address.
3183 2015-10-23  Alan Hayward <alan.hayward@arm.com>
3185         * MAINTAINERS  (Write After Approval): Add myself.
3187 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3189         Sync with binutils-gdb:
3190         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3192         PR gas/19109
3193         * configure.ac: Add
3194         --enable-compressed-debug-sections={all,gas,gold,ld}.
3195         * configure: Regenerated.
3197 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
3199         * MAINTAINERS: Update list of Ada maintainers and email addresses.
3201 2015-10-09  Martin Liska  <mliska@suse.cz>
3203         * MAINTAINERS (Write After Approval): Add myself.
3205 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
3207         * MAINTAINERS (Write After Approval): Add myself.
3209 2015-10-02  Florian Weimer  <fweimer@redhat.com>
3211         * MAINTAINERS: Update email address.
3213 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
3215         * MAINTAINERS  (Write After Approval): Add myself.
3217 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
3219         * MAINTAINERS: Update email.
3221 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
3223         * MAINTAINERS: Update my email address.
3225 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
3227         * MAINTAINERS (ft32 port): Add myself.
3229 2015-08-28  David Sherwood  <david.sherwood@arm.com>
3231         * MAINTAINERS: Add myself.
3233 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
3235         * MAINTAINERS (Write After Approval): Add myself.
3237 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3239         PR libfortran/54572
3240         * Makefile.def: Make libgfortran depend on libbacktrace.
3241         * Makefile.in: Regenerate.
3243 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
3245         * MAINTAINERS (Write After Approval): Add myself.
3247 2015-08-12  Tom de Vries  <tom@codesourcery.com>
3249         PR other/67092
3250         * configure.ac: Remove --with_host_libstdcxx support.
3251         * configure: Regenerate.
3253 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
3254             Jakub Jelinek  <jakub@redhat.com>
3256         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3257         nvptx*-*-*.
3258         * configure: Regenerate.
3260 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
3262         * Makefile.def (libiconv): Define bootstrap=true.
3263         Mark pdf/html/info as missing.
3264         (configure-gcc): Depend on all-libiconv.
3265         (all-gcc): Ditto.
3266         (configure-libcpp): Ditto.
3267         (all-libcpp): Ditto.
3268         (configure-intl): Ditto.
3269         (all-intl): Ditto.
3270         * Makefile.in: Regenerate.
3272 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
3274         * MAINTAINERS (loop ivopts): Add the entry and myself.
3276 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3278         * MAINTAINERS (nvptx): Add self.
3280 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3282         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3283         128-bit vector modes.
3285 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3287         * MAINTAINERS (Write After Approval): Add myself.
3289 2015-07-28  Ben Elliston  <bje@gnu.org>
3291         * config.sub, config.guess: Import from upstream.
3293 2015-07-24  Michael Darling  <darlingm@gmail.com>
3295         PR other/66259
3296         * config-ml.in: Reflects renaming of configure.in to configure.ac
3297         * configure: Likewise
3298         * configure.ac: Likewise
3300 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3302         * MAINTAINERS: Update my email address.
3304 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3306         Sync with binutils-gdb:
3307         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3309         * configure.ac (target_configdirs): Exclude target-zlib if
3310         target-libjava isn't built.
3311         * configure: Regenerated.
3313 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3315         Sync with binutils-gdb:
3316         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3318         * configure.ac: Disable configuration of GDB for HPUX targets.
3319         * configure: Regenerate.
3321         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3323         * configure.ac: Add --with-system-zlib.
3324         * configure: Regenerated.
3326         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3328         * configure.ac: Add FT32 support.
3329         * configure: Regenerate.
3331         2015-01-12  Anthony Green  <green@moxielogic.com>
3333         * configure.ac: Don't disable gprof for moxie.
3334         * configure: Rebuild.
3336 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3338         Sync with binutils-gdb:
3339         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3341         PR ld/18355
3342         * Makefile.def: Add extra_configure_flags to host zlib.
3343         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3344         to --enable-host-shared When bfd is to be built as shared
3345         library.  AC_SUBST.
3346         * Makefile.in: Regenerated.
3348 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3350         Sync with src:
3351         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3352         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3353         * Makefile.in: Regenerated.
3355 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3357         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3358         target.
3359         * configure: Regenerate.
3361 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3363         * MAINTAINERS (Write After Approval): Add myself.
3365 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3367         * MAINTAINERS (OS Port Maintainers): Add myself.
3368         (Various Maintainers): Remove myself from libffi testsuite.
3370 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3372         * MAINTAINERS (gen* on machine desc): Add self.
3374 2015-06-02  Jason Merrill  <jason@redhat.com>
3376         PR bootstrap/66319
3377         * configure.ac: Use -std=gnu++98.
3379 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3381         * MAINTAINERS (Write After Approval): Add myself.
3383 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3385         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3386         * configure: Regenerate.
3388 2015-05-26  Jason Merrill  <jason@redhat.com>
3390         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3391         * configure: Regenerate.
3393 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3395         * configure.ac: FT32 target added.
3396         * configure: Regenerated.
3398 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3400         * MAINTAINERS (Write After Approval): Add myself.
3402 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3404         * MAINTAINERS (Write After Approval): Add myself.
3406 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3408         * configure.ac: Fix typo.
3409         * configure: Regenerate.
3411 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3413         * MAINTAINERS (Write After Approval): Add myself.
3415 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3417         * configure.ac: Match $host configured with triplets.
3418         * configure: Regenerate.
3420 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3422         * Makefile.tpl: Remove surplus whitespace throughout.
3423         * Makefile.in: Regenerate.
3425 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3427         * MAINTAINERS (Various Maintainers): Add myself as instruction
3428         combiner maintainer.
3430 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3432         PR bootstrap/62077
3433         * configure.ac (--enable-stage1-checking): Default to
3434         release,misc,gimple,rtlflag,tree,types if --disable-checking
3435         or --enable-checking is not specified and DEV-PHASE is not
3436         experimental.
3437         * configure: Regenerated.
3439 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3441         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3442         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3443         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3444         * Makefile.in: Regenerate.
3446 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3448         * MAINTAINERS: Update my email address.
3450 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3452         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3454 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3456         * MAINTAINERS: Add myself as an arm port reviewer.
3458 2015-03-25  Martin Liska  <mliska@suse.cz>
3459             Yury Gribov  <y.gribov@samsung.com>
3461         * Makefile.in: Fix ln source location for vimrc file.
3462         * Makefile.tpl: Likewise.
3464 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3466         PR bootstrap/25672
3467         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3468         cross-compiling.  Similarly for CXX_FOR_TARGET.
3469         * configure: Regenerate.
3471 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3473         * Makefile.def: Add libmpx.
3474         * configure.ac: Add libmpx.
3475         * Makefile.in: Regenerate.
3476         * configure: Regenerate.
3478 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3480         * MAINTAINERS (CPU Port Maintainers): Add myself
3481         i386 vector ISA extns mantainer.
3483 2015-03-13  Jeff Law  <law@redhat.com>
3485         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3486         maintainer.
3487         Remove Richard Henderson as a maintainer for the x86 port.
3489 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3491         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3493 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3495         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3496         pointer bounds checker and i386 MPX maintainer.
3498 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3500         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3502 2015-02-26  Martin Sebor  <msebor@redhat.com>
3504         * MAINTAINERS (Various Maintainers): Add self.
3506 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3508         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3509         Make sure it contains lto.
3510         * configure: Regenerate.
3512 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3514         * configure: Regenerate.
3516 2015-02-06  Diego Novillo  <dnovillo@google.com>
3518         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3519         middle-end, docstring): Remove myself.
3520         (Write After Approval): Add myself.
3522 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3524         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3525         (Write After Approval): Update address.
3527 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3529         PR jit/64780
3530         * configure.ac: Require the user to explicitly specify
3531         --enable-host-shared if the jit is enabled.
3532         * configure: Regenerate.
3534 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3536         * MAINTAINERS (Write After Approval): Add myself.
3538 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3540         * MAINTAINERS: Make whitespace consistent.
3542 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3544         * MAINTAINERS (Write After Approval): Add myself.
3546 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3548         * MAINTAINERS: (Write After Approval): Add myself.
3550 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3552         * MAINTAINERS: (Write After Approval): Add myself.
3554 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3556         * MAINTAINERS: (Write After Approval): Add myself.
3558 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3560         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3561         objective-c/c++ front end maintainer.
3563 2015-01-13  Marek Polacek  <polacek@redhat.com>
3565         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3567 2015-01-12  Jeff Law  <law@redhat.com>
3569         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3570         a very long time.
3572 2015-01-09  Ian Lance Taylor  <iant@google.com>
3574         * configure.ac (host_tools): Add gotools.
3575         * Makefile.def (host_modules): Add gotools.
3576         (dependencies): Add dependency of all-gotools on all-target-libgo.
3578 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3580         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3581         * configure: Regenerate.
3583 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3585         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3586         all-target-libgomp.
3587         * Makefile.in: Regenerate.
3589 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3591         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3593 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3595         * configure.ac: Add Visium support.
3596         * configure: Regenerate.
3598 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3600         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3601         * configure: Regenerate.
3603 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3605         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3606         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3607         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3608         (OBJCOPY_FOR_TARGET): New variable.
3609         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3610         * Makefile.in: Regenerate.
3611         * configure.ac: Check for already installed target objcopy.
3612         Also GCC_TARGET_TOOL on objcopy.
3613         * configure: Regenerate.
3615 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3617         * config.sub: Update from upstream, to 2015-01-01 version.
3618         * config.guess: Ditto.
3620 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3622         * MAINTAINERS (RTEMS Ports): Add myself.
3624 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3626         * MAINTAINERS (Write After Approval): Add myself.
3628 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3630         * MAINTAINERS (Write After Approval): Add myself.
3632 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3634         * configure.ac (--enable-as-accelerator-for): Don't set
3635         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3636         * configure: Regenerate.
3638 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3640         PR bootstrap/64023
3641         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3642         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3643         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3644         to CXX.
3645         * Makefile.in: Regenerated.
3647 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3648             Yury Gribov  <y.gribov@samsung.com>
3650         * .gitignore: Added .local.vimrc and .lvimrc.
3651         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3652         * Makefile.in: Regenerate.
3654 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3656         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3657         * configure: Regenerated.
3659 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3661         * MAINTAINERS (nvptx port): New entry.
3663 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3665         * configure: Regenerate.
3667 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3669         * configure.ac: Merge with Binutils.
3671 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3673         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3674         * Makefile.in: Regenerate.
3676 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3678         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3679         missing flex.
3680         * Makefile.in: Regenerated.
3682 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3684         * Makefile.in: Regenerate.
3686 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3688         PR bootstrap/63784
3689         * libtool.m4: Add $pic_flag with -shared.
3691 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3693         * MAINTAINERS (Write After Approval): Added myself.
3695 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3697         * MAINTAINERS (write-after-approval): Add myself.
3699 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3701         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3702         from 2 years ago.
3704 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3706         Revert:
3707         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3709         * MAINTAINERS (Write After Approval): Added myself as line map
3710         maintainer.
3712 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3714         Revert:
3715         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3717         * MAINTAINERS (Write After Approval): Added myself.
3719 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3721         * MAINTAINERS (Write After Approval): Added myself.
3723 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3725         * MAINTAINERS (Write After Approval): Added myself as line map
3726         maintainer.
3728 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3730         * MAINTAINERS (Various Maintainers): Added myself as line map
3731         maintainer.
3733 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3735         * move-if-change: Sync from upstream gnulib.
3737 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3739         * compile: Sync with upstream Automake.
3740         * depcomp: Ditto.
3741         * install-sh: Ditto.
3742         * missing: Ditto.
3743         * mkinstalldirs: Ditto.
3744         * ylwrap: Ditto.
3746 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3748         * config.sub: Update from upstream config repo.
3749         * config.guess: Ditto.
3751 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3753         * Makefile.def: Add liboffloadmic to target_modules.  Make
3754         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3755         * Makefile.in: Regenerate.
3756         * configure: Regenerate.
3757         * configure.ac: Add liboffloadmic to target binaries.
3758         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3759         Add liboffloadmic to noconfig list when C++ is not supported.
3761 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3762             Thomas Schwinge  <thomas@codesourcery.com>
3763             Ilya Verbin  <ilya.verbin@intel.com>
3764             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3766         * configure: Regenerate.
3767         * configure.ac (--enable-as-accelerator-for)
3768         (--enable-offload-targets): New configure options.
3770 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3772         * Makefile.def: Make all-gcc depend on all-isl.
3773         * Makefile.in: Regenerate.
3775 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
3777         * ChangeLog.jit: New.
3778         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3780 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3782         PR target/63610
3783         * libtool.m4: Fix globbing of darwin versions.
3784         * configure: Regenerate.
3786 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3788         * Makefile.def: Remove CLooG.
3789         * Makefile.tpl: Ditto.
3790         * configure.ac: Ditto.
3791         * configure: Regenerate.
3792         * Makefile.in: Ditto.
3794 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
3796         * configure.ac: Handle nvptx-*-*.
3797         * configure: Regenerate.
3799 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
3801         * MAINTAINERS (Write After Approval): Add myself.
3803 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
3805         * Makefile.def (libcc1): Remove bootstrap=true;.
3806         * Makefile.in: Regenerated.
3808 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3810         * configure.ac: Update comment.
3811         * configure: Regenerate.
3813 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
3815         * MAINTAINERS (Write After Approval): Add myself.
3817 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
3819         * configure.ac (extra_host_libiberty_configure_flags): Add
3820         --enable-shared also for libcc1's benefit.
3821         * configure: Regenerate.
3823 2014-10-29  Tristan Gingold  <gingold@adacore.com>
3825         * MAINTAINERS: Change my email address.
3827 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
3828             Tom Tromey  <tromey@redhat.com>
3830         * Makefile.def: Add libcc1 to host_modules.
3831         * configure.ac (host_tools): Add libcc1.
3832         * Makefile.in, configure: Rebuild.
3834 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
3836         * configure.ac (build_configargs): Don't share config.cache between
3837         build subdirs.
3838         * configure: Regenerate.
3840 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3842         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3843         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3844         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3845         leon3v7 as leon3.
3846         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3847         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3848         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3849         * config/sparc/sparc.md (cpu): Add leon3v7.
3850         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3852 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3854         * MAINTAINERS (write-after-approval): Add myself.
3856 2014-10-23  Ian Lance Taylor  <iant@google.com>
3858         * configure.ac: Disable the Go frontend on systems where it is known
3859         to not work.
3860         * configure: Regenerate.
3862 2014-10-23  Richard Biener  <rguenther@suse.de>
3864         * Makefile.def: Add libcpp build module and dependencies.
3865         * configure.ac: Add libcpp build module.
3866         * Makefile.in: Regenerate.
3867         * configure: Likewise.
3869 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
3871         * MAINTAINERS (write-after-approval): Add myself.
3873 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3875         * INSTALL/README: Do not mention CVS.
3877 2014-10-03  Jing Yu  <jingyu@google.com>
3879         * configure.ac: Add aarch64 to list of targets that support gold.
3880         * configure: Regenerate.
3882 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3884         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
3886 2014-09-29  Catherine Moore  <clm@codesourcery.com>
3888         * MAINTAINERS:  Add myself as MIPS maintainer.
3890 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
3892         * MAINTAINERS: Move myself to MIPS maintainers.
3894 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3896         * MAINTAINERS: Put all email addresses between '<' and '>'.
3898 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3900         * MAINTAINERS: Move myself to reviewers (Fortran).
3902 2014-09-01  Andi Kleen  <ak@linux.intel.com>
3904         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3905         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3906         * Makefile.in: Regenerate.
3908 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3910         * rtx-classes-status.txt: Delete
3912 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3914         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3916 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3918         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3919         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3920         of checking for version number.
3921         * configure: Regenerated.
3922         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3924 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3926         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3927         is done; begin phase 6 (use extra rtx_def subclasses).
3929 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3931         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3932         done; begin phase 5 (additional rtx_def subclasses).
3934 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3936         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3938 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3940         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3941         SET_BB_HEADER are done.
3943 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3945         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3946         done.
3948 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3950         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3952 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3954         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3956 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3958         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3960 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3962         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3964 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3966         * rtx-classes-status.txt: Phase 3 (per-file commits within
3967         "config" subdirs) is done; begin phase 4 (removal of
3968         "scaffolding").
3970 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3972         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3973         dir) is done; begin phase 3 (per-file commits within "config"
3974         subdirs).
3976 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3978         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3979         phase 2 (per-file commits in main source dir).
3981 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3983         * configure: Regenerated.
3985 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3987         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3989 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3991         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3993 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3995         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3997 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3999         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4001 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4003         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4005 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
4007         * MAINTAINERS (Write After Approval): Add myself.
4009 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
4011         * MAINTAINERS: Remove myself
4013 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4015         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4017 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
4019         * MAINTAINERS (Write After Approval): Add myself.
4021 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4023         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4024         SET_BB_HEADER, SET_BB_FOOTER
4026 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4028         * rtx-classes-status.txt: New file
4030 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
4032         * configure.ac: Eliminate ClooG installation dependency.
4033         * configure: Regenerate.
4034         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4035         * Makefile.in: Regenerate.
4037 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
4039         * MAINTAINERS (Write After Approval): Add myself.
4041 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
4043         * MAINTAINERS (Write After Approval): Add myself.
4045 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
4047         * MAINTAINERS (Write After Approval): Add myself.
4049 2014-07-28  Anthony Green  <green@moxielogic.com>
4051         Import from savannah.gnu.org:
4052         * config.sub: Update to 2014-07-28 version.
4054 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
4056         * MAINTAINERS: Remove my MIPS maintainer entry.
4058 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
4060         PR target/47230
4061         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4062         * configure: Regenerate.
4064 2014-07-24  James Norris  <jnorris@codesourcery.com>
4066         * MAINTAINERS (Write After Approval): Add myself.
4068 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
4070         * configure.ac: Accept only CLooG 0.18.1.
4071         * configure: Regenerate.
4073 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
4075         * configure.ac: Don't accept isl 0.11.
4076         * configure: Regenerate.
4078 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4080         * MAINTAINERS (Write After Approval): Add myself.
4082 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4084         * configure.ac: Don't accept isl 0.10.
4085         * configure: Regenerate.
4087 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4089         Fix include path for in-tree cloog.
4090         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4091         * configure: Regenerate.
4093 2014-06-18  Richard Henderson  <rth@redhat.com>
4095         * .gitignore: Import gcc_update output.
4097 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4099         * config-ml.in: Robustify ac_configure_args parsing.
4101         * configure.ac (--enable-linker-plugin-configure-flags)
4102         (--enable-linker-plugin-flags): New flags.
4103         (configdirs): Conditionally add libiberty-linker-plugin.
4104         * configure: Regenerate.
4105         * Makefile.def (host_modules): Add libiberty-linker-plugin.
4106         (host_modules) <lto-plugin>: Pay attention to
4107         @extra_linker_plugin_flags@ and
4108         @extra_linker_plugin_configure_flags@.
4109         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4110         * Makefile.in: Regenerate.
4112         * Makefile.tpl (configure-[+prefix+][+module+])
4113         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4114         "module_srcdir" instead of "module" for locating a module's srcdir.
4115         * Makefile.in: Regenerate.
4117 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
4119         * MAINTAINERS (Write After Approval): Add myself.
4121 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
4123         * MAINTAINERS: Update my email address.
4125 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4127         * MAINTAINERS (Write After Approval): Add myself.
4129 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
4131         * MAINTAINERS (Write After Approval): Add myself.
4133 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
4135         PR libstdc++/61011
4136         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4137         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4138         * configure: Regenerate.
4140 2014-05-28  Pedro Alves  <palves@redhat.com>
4142         * MAINTAINERS (Write After Approval): Add myself.
4144 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
4146         * MAINTAINERS: Update my affiliation/email.
4148 2014-05-19  Mike Stump  <mikestump@comcast.net>
4150         * MAINTAINERS: Add wide-int reviewers.
4152 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
4154         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4155         * configure: Regenerated.
4157 2014-05-15  Torvald Riegel  <triegel@redhat.com>
4159         * MAINTAINERS (libitm): Add myself as maintainer.
4161 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
4163         * MAINTAINERS (Write After Approval): Add myself.
4165 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
4167         * config.sub, config.guess: Import from upstream.
4169 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4171         * MAINTAINERS (Write After Approval): Put myself in correct order.
4173 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4175         * MAINTAINERS (Write After Approval): Add myself.
4177 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4179         * MAINTAINERS: Move myself from Reviewers to Write After Approval
4180         section.
4182 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4184         * MAINTAINERS (Write After Approval): Delete myself.
4186 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
4188         PR sanitizer/56781
4189         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4190         and -B* options with -Xcompiler.
4192 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
4194         PR bootstrap/60620
4195         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4196         * Makefile.in: Regenerate.
4198 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
4200         * Makefile.def (dependencies): Make all-ld depend on all-binutils
4201         for WINDRES_FOR_TARGET in default-manifest.o rule.
4202         * Makefile.in: Regenerate.
4204 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
4206         * MAINTAINERS (Write After Approval): Add myself.
4208 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
4210         PR sanitizer/56781
4211         * Makefile.def: Set bootstrap=true; for host fixincludes.
4212         * configure.ac: Don't bootstrap host fixincludes unless
4213         --with-build-config=bootstrap-{a,ub}san.
4214         * Makefile.in: Regenerated.
4215         * configure: Regenerated.
4217 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
4219         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
4220         --enable-vtable-verify option parsing.  Don't add
4221         target-libsanitizer to bootstrap_target_libs unless
4222         --with-build-config=bootstrap-asan or
4223         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
4224         to bootstrap_target_libs unless --enable-vtable-verify.
4225         * configure: Regenerated.
4227 2014-03-10  Anatoly Sokolov <aesok@post.ru>
4229         * MAINTAINERS (Write After Approval): Add myself.
4231 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
4233         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4235 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
4237         PR bootstrap/58572
4238         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4239         -I for libstdc++-v3 includes if $(LEAN).
4240         * Makefile.in: Regenerated.
4242 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
4244         * MAINTAINERS: Update my email address.
4246 2014-02-24  Walter Lee  <walt@tilera.com>
4248         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4249         (tilegx-*-*): Change to tilegx*-*-*.
4250         * configure: Regenerate.
4252 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
4254         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4256 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4258         * MAINTAINERS (Write After Approval): Add myself.
4260 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4262         PR target/59788
4263         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4264         *solaris2*.
4266 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
4268         * MAINTAINERS: Update my email address.
4270 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
4272         * MAINTAINERS: Convert to UTF-8.
4273         Properly sort Xinliang David Li's entry.
4275 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
4276             Sandra Loosemore  <sandra@codesourcery.com>
4278         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4279         nios2 port maintainers.
4281 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4283         * MAINTAINERS (Write After Approval): Add myself.
4285 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4287         * configure.ac: Add user-friendly check for native x86_64-linux
4288         multilibs.
4289         * configure: Regenerate.
4291 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4293         * MAINTAINERS: Add myself as sh maintainer.
4295 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4297         * MAINTAINERS: Add self as SLSR maintainer.
4299 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4301         * MAINTAINERS: Update my email address.
4303 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4305         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4307 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4309         * Makefile.in: Regenerate.
4311         * Makefile.tpl: Fix typo.
4312         * Makefile.in: Regenerate partially.
4314 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4316         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4317         supported.
4318         * configure: Regenerated.
4320 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4322         * MAINTAINERS (Write After Approval): Add myself.
4324 2013-10-30  Jason Merrill  <jason@redhat.com>
4326         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4327         --disable-build-format-warnings.
4329 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4331         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4332         depend on libstdc++ and libgcc.
4333         * configure: Regenerate.
4334         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4335         libcilkrts for POSIX and i*86, and x86_64 architectures.
4336         * Makefile.in: Added libcilkrts related fields to support building it.
4338 2013-10-26  Jeff Law  <law@redhat.com>
4340         * Makefile.def (target_modules): Remove libmudflap
4341         (languages): Remove check-target-libmudflap).
4342         * Makefile.in: Rebuilt.
4343         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4344         * configure.ac (target_libraries): Remove target-libmudflap.
4345         Remove checks which disabled libmudflap on some systems.
4346         * configure: Rebuilt.
4347         * libmudflap: Directory removed.
4349 2013-10-21  Cong Hou  <congh@google.com>
4351         * MAINTAINERS (Write After Approval): Add myself.
4353 2013-10-16  Mike Stump  <mikestump@comcast.net>
4355         * .dir-locals.el: Add.
4357 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4359         * configure.ac: Add --enable-host-shared
4360         * configure: Regenerate.
4362 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4364         Import from savannah.gnu.org:
4365         * config.guess: Update to 2013-06-10 version.
4366         * config.sub: Update to 2013-10-01 version.
4368 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4370         Changes to build configuration to allow big endian ARC ELF toolchain
4371         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4372         * configure: Regenerate.
4374 2013-09-20  Alan Modra  <amodra@gmail.com>
4376         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4377         ppc host match.  Support little-endian powerpc linux hosts.
4379 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4381         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4382         maintainer.
4384 2013-09-12  DJ Delorie  <dj@redhat.com>
4386         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4387         maintainers.
4389 2013-09-03  Richard Biener  <rguenther@suse.de>
4391         * configure.ac: Also allow ISL 0.12.
4392         * configure: Regenerated.
4394 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4396         * MAINTAINERS (Write After Approval): Add myself.
4398 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4400         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4402 2013-08-26  Caroline Tice  <cmtice@google.com>
4404         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4405         "Various Reviewers" to libvtv "Various Maintainers".
4407 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4409         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4411 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4413         * MAINTAINERS: Update name, email.
4415 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4417         * MAINTAINERS (Write After Approval): Add myself.
4419 2013-08-12  Caroline Tice  <cmtice@google.com>
4421         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4422         address in the Write After Approval section.
4424 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4426         * MAINTAINERS (Write After Approval): Update email.
4428 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4430         * configure.ac: Adjust to check VTV_SUPPORTED.
4431         * configure: Regenerated.
4433 2013-08-02  Caroline Tice  <cmtice@google.com>
4435         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4436         on non-linux systems; add target-libvtv to noconfigdirs; add
4437         libsupc++/.libs to C++ library search paths.
4438         * configure: Regenerated.
4439         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4440         libstdc++ and libgcc.
4441         * Makefile.in: Regenerated.
4443 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4445         * MAINTAINERS (Write After Approval): Add myself.
4447 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4448             Shiva Chen  <shiva0217@gmail.com>
4450         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4451         nds32 port maintainers.
4453 2013-07-17  Tim Shen  <timshen91@gmail.com>
4455         * MAINTAINERS (Write After Approval): Add myself.
4457 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4459         * configure.ac: Sync from binutils.
4460         * configure: Regenerate.
4462 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4464         * MAINTAINERS (Write After Approval): Add myself.
4466 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4468         * MAINTAINERS (Write After Approval): Add myself.
4470 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4472         * MAINTAINERS (Write After Approval): Add myself.
4474 2013-04-30  Brooks Moses  <bmoses@google.com>
4476         * MAINTAINERS: Update my email; move myself from Fortran
4477         reviewer to Write After Approval.
4479 2013-04-16  Andreas Schwab  <schwab@suse.de>
4481         * configure.ac (aarch64-*-*): Don't disable java.
4482         * configure: Regenerate.
4484 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4486         * MAINTAINERS (Write After Approval): Add myself.
4488 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4490         * Makefile.def (target_modules): Don't install libffi.
4491         * Makefile.in: Regenerate.
4493 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4495         * MAINTAINERS (Write After Approval): Add myself.
4497 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4499         * MAINTAINERS (Write After Approval): Add myself.
4501 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4503         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4504         * configure: Regenerated.
4506 2013-02-05  Ian Lance Taylor  <iant@google.com>
4508         PR go/55969
4509         * configure.ac: Disable libgo on some systems where it does not
4510         work.
4512 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4514         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4515         Remove Geoff Keating as rs6000 port maintainer, at his request.
4517 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4519         * MAINTAINERS: Update my email.
4521 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4523         * configure: Re-generate.
4525 2013-01-15  Richard Biener  <rguenther@suse.de>
4527         PR other/55973
4528         * configure: Re-generate.
4530 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4532         * Makefile.def (install-target-libsanitizer): Depend on
4533         install-target-libstdc++-v3.
4534         * Makefile.in: Regenerate.
4536 2013-01-14  Richard Biener  <rguenther@suse.de>
4538         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4539         * configure: Re-generate
4541 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4543         * config.sub: Update from config repo.
4545 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4547         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4548         * Makefile.in: Regenerate.
4550 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4552         * MAINTAINERS (arc): Add new port maintainership for myself.
4554 2013-01-09  Jason Merrill  <jason@redhat.com>
4556         * .gitignore: Import from gdb repository.
4558 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4560         * Makefile.def (configure-gcc): Depend on all-gmp.
4561         (all-gcc): Remove dependency on all-gmp.
4562         * Makefile.in: Regenerated.
4564 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4566         * config.sub: Merge from config repo.
4567         * config.guess: Ditto.
4569 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4571         * Makefile.def: Merge from binutils.
4572         * Makefile.in: Ditto.
4574 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4576         * MAINTAINERS: Update my email.
4578 2012-12-29  Ben Elliston  <bje@gnu.org>
4580         * config.guess: Update to 2012-12-29 version.
4581         * config.sub: Likewise.
4583 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4585         * Makefile.def (install-target-libgfortran): Depend on
4586         install-target-libquadmath, install-target-libgcc.
4587         (install-target-libsanitizer): Depend on install-target-libgcc.
4588         (install-target-libjava): Depend on install-target-libgcc.
4589         (install-target-libitm): Depend on install-target-libgcc.
4590         (install-target-libobjc): Depend on install-target-libgcc.
4591         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4592         * Makefile.in: Regenerate.
4594 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4596         * Makefile.def (install-target-libgo): Depend on
4597         install-target-libatomic.
4598         * Makefile.in: Regenerate.
4600 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4602         PR go/55201
4603         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4604         * Makefile.in: Regenerate.
4606 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4608         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4609         * configure: Regenerate.
4611 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4613         * config.sub: Merge from config repo.
4615 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4617         * Makefile.def (target_modules): Add bootstrap=true and
4618         raw_cxx=true to libsanitizer.
4619         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4620         * Makefile.in: Regenerated.
4621         * configure: Likewise.
4623 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4625         * MAINTAINERS: Remove self as RTL optimization maintainer.
4627 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4629         * MAINTAINERS (Write After Approval): Add myself.
4631 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4633         * Makefile.def (target_modules): Remove bootstrap=true and
4634         raw_cxx=true from libsanitizer.
4635         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4636         * Makefile.in: Regenerated.
4637         * configure: Likewise.
4639 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4641         * Makefile.def (target_modules): Add bootstrap=true and
4642         raw_cxx=true to libsanitizer.
4643         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4644         * Makefile.in: Regenerated.
4645         * configure: Likewise.
4647 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4649         PR bootstrap/54279
4650         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4651         * configure: Regenerate.
4652         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4653         * Makefile.in: Regenerate.
4655 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4657         * configure.ac: Disable libsanitizer if we're not building C++.
4658         * configure: Regenerate.
4660 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4662         * MAINTAINERS (Write After Approval): Add myself.
4664 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4666         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4667         Kostya Serebryany (kcc@google.com) and
4668         Jakub Jelinek (jakub@redhat.com).
4669         Rename area for Dodji Seketeli (dodji@redhat.com).
4671 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4673         * MAINTAINERS: (asan.c, related): Add myself.
4675 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4677         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4678         * configure: Regenerate.
4680 2012-11-13  Richard Henderson  <rth@redhat.com>
4682         * configure.ac: Move libsanitizer logic to subdirectory.
4683         * configure: Regenerate.
4685 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4687         * configure.ac: Enable libsanitizer just on x86 linux for now.
4688         * configure: Re-generate.
4690 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4692         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4693         sections.
4694         * configure: Regenerate.
4696 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4698         * configure.ac: Add section for configdirs for libsanitizer.
4699         Disable for cris-*-* and mmix-*-*.
4700         * configure: Regenerate.
4702 2012-11-12  Wei Mi <wmi@google.com>
4704         * configure.ac: Add libsanitizer to target_libraries.
4705         * Makefile.def: Ditto.
4706         * configure: Regenerate.
4707         * Makefile.in: Regenerate.
4708         * libsanitizer: New directory for asan runtime.  Contains an empty
4709         tsan directory.
4711 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4713         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4714         against Mingw64 w32api.
4715         * configure: Regenerate.
4717 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4719         * configure: Regenerated.
4721 2012-11-03  Robert Mason  <rbmj@verizon.net>
4723         * configure.ac: add --disable-libstdcxx configure option
4724         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4726 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4728         * MAINTAINERS (Write After Approval): Add myself.
4730 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4732         * MAINTAINERS (Write After Approval): Add myself.
4734 2012-10-24  Sharad Singhai  <singhai@google.com>
4736         * MAINTAINERS (Write After Approval): Add myself.
4738 2012-10-24  Eric Christopher  <echristo@gmail.com>
4740         * MAINTAINERS: Update email address.
4742 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4744         PR bootstrap/54820
4745         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4746         * configure: Regenerate.
4748 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4750         * MAINTAINERS (aarch64): Add Marcus and myself.
4752 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4754         PR bootstrap/54820
4755         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4756         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4757         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4758         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4759         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4760         * Makefile.in: Regenerate.
4761         * configure.ac (have_static_libs): New variable and associated check.
4762         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4763         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4764         * configure: Regenerate.
4766 2012-10-10  Richard Biener  <rguenther@suse.de>
4768         * MAINTAINERS: Adjust for changed surname.
4770 2012-10-04  Lawrence Crowl  <crowl@google.com>
4772         * MAINTAINERS (Write After Approval): Add myself.
4774 2012-10-01  Cary Coutant  <ccoutant@google.com>
4776         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4778 2012-09-28  Ian Lance Taylor  <iant@google.com>
4780         * Makefile.def: Make all-target-libgo depend on
4781         all-target-libbacktrace.
4782         * Makefile.in: Rebuild.
4784 2012-09-26  Ian Lance Taylor  <iant@google.com>
4786         * Makefile.def: Make all-gcc depend on all-libbacktrace.
4787         * Makefile.in: Rebuild.
4789 2012-09-20  Walter Lee  <walt@tilera.com>
4791         * configure.ac: Add tilegx to list of targets that support gold.
4792         * configure: Regenerate.
4794 2012-09-20  Marek Polacek  <polacek@redhat.com>
4796         * MAINTAINERS (Write After Approval): Add myself.
4798 2012-09-19  Steve Ellcey  <sellcey@mips.com>
4800         * configure.ac: Add mips*-mti-elf* target.
4801         * configure: Regenerate.
4803 2012-09-17  Ian Lance Taylor  <iant@google.com>
4805         * MAINTAINERS (Various Maintainers): Add libbacktrace.
4806         * configure.ac (host_libs): Add libbacktrace.
4807         (target_libraries): Add libbacktrace.
4808         * Makefile.def (host_modules): Add libbacktrace.
4809         (target_modules): Likewise.
4810         * configure, Makefile.in: Rebuild.
4812 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
4814         PR target/38607
4815         Merge upstream change.
4816         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4818         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4819         Add libgomp*.o to compare_exclusions for AIX.
4820         * configure: Regenerate.
4822 2012-09-06  Diego Novillo  <dnovillo@google.com>
4824         * configure.ac: Bump minimum GMP version to 4.2.3.
4825         * configure: Re-generate.
4827 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
4829         PR target/54461
4830         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4831         target-libgloss if not configured --with-avrlibc=no.
4832         * configure: Regenerate.
4834 2012-09-04  Jason Merrill  <jason@redhat.com>
4836         * configure.ac: Fix --enable-languages=all.
4838 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
4840         * MAINTAINERS (Write After Approval): Add myself.
4842 2012-09-03  Richard Guenther  <rguenther@suse.de>
4844         PR bootstrap/54138
4845         * configure.ac: Re-organize ISL / CLOOG checks to allow
4846         disabling with either --without-isl or --without-cloog.
4847         * configure: Regenerated.
4849 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
4851         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4852         * configure: Regenerate.
4854 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
4856         * MAINTAINERS: Fix my email address.
4858 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4860         PR binutils/4970
4861         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4862         and opcodes.
4863         * Makefile.in: Regenerated.
4865 2012-08-26  Art Haas <ahaas@impactweather.com>
4867         * configure: Regenerate.
4869 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
4871         * INSTALL/README: Also refer to the online installation
4872         instructions.
4874 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4876         * MAINTAINERS (Write After Approval): Add myself.
4877         (Picochip port): Remove myself.
4879 2012-08-14   Diego Novillo  <dnovillo@google.com>
4881         Merge from cxx-conversion branch.
4883         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4884         POSTSTAGE1_CONFIGURE_FLAGS.
4885         * Makefile.in: Regenerate.
4886         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
4887         Force C++ when bootstrapping.
4888         * configure: Regenerate.
4890 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4892         * MAINTAINERS (Write After Approval): Add myself.
4894 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
4896         * README: Document use of ranges of years in copyright notices.
4898 2012-07-06  Richard Guenther  <rguenther@suse.de>
4900         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4901         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4902         --with-gmp=system.
4903         * Makefile.in: Regenerated.
4904         * configure: Likewise.
4906 2012-07-06  Richard Guenther  <rguenther@suse.de>
4908         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4909         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4910         supply V=1 as extra_make_flags.
4911         * configure: Regenerated.
4912         * Makefile.in: Likewise.
4914 2012-07-04  Tristan Gingold  <gingold@adacore.com>
4916         * configure: Regenerate.
4918 2012-07-03  Richard Guenther  <rguenther@suse.de>
4920         * Makfile.def (isl): Remove not necessary extra_exports and
4921         extra_make_flags.
4922         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4923         * Makefile.in: Regenerated.
4925 2012-07-03  Richard Guenther  <rguenther@suse.de>
4927         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4928         * configure.ac: If either the ISL or the CLooG check failed
4929         do not try to build in-tree versions.
4930         * Makefile.in: Regenerated.
4931         * configure: Regenerated.
4933 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4935         * configure: Regenerate.
4937 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4939         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4940         maintainer.
4942 2012-07-02  Richard Guenther  <rguenther@suse.de>
4944         * configure: Regenerated.
4946 2012-07-02  Richard Guenther  <rguenther@suse.de>
4947         Michael Matz  <matz@suse.de>
4948         Tobias Grosser <tobias@grosser.es>
4949         Sebastian Pop <sebpop@gmail.com>
4951         * Makefile.def: Add ISL host module, remove PPL host module.
4952         Adjust ClooG host module to use the proper ISL.
4953         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4954         * configure.ac: Include config/isl.m4.  Add ISL host library,
4955         remove PPL.  Remove PPL configury, add ISL configury, adjust
4956         ClooG configury.
4957         * Makefile.in: Regenerated.
4958         * configure: Likewise.
4960 2012-07-02  Richard Guenther  <rguenther@suse.de>
4962         Merge from graphite branch
4963         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4965         * configure: Regenerated.
4966         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4967         both cloog.org and legacy versions. The only supported version will
4968         be CLooG with the isl backend.
4970         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4972         * configure: Regenerated.
4973         * configure.ac: Require cloog isl 0.17.0
4975         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4977         * configure: Regenerated.
4978         * config/cloog.m4: Do not define CLOOG_ORG
4980 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4982         * configure.ac: Skip C if explicitly selected.
4983         * configure: Regenerate.
4985 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4987         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4988         they contain -O2.
4989         * configure: Regenerate.
4991 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4993         PR debug/53740
4994         * df.h, df-problems.c, dce.c: Revert last patch.
4996 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4998         * MAINTAINERS (Write After Approval): Update my email address.
5000 2012-06-21  Meador Inge  <meadori@codesourcery.com>
5002         * MAINTAINERS (Write After Approval): Add myself.
5004 2012-06-20  Jason Merrill  <jason@redhat.com>
5006         * Makefile.tpl (check-target-libgomp-c++): New.
5007         (check-target-libitm-c++): New.
5008         * Makefile.def (c++): Add them.
5009         * Makefile.in: Regenerate.
5011 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
5013         * MAINTAINERS (Write After Approval): Add myself.
5015 2012-05-16  Olivier Hainque  <hainque@adacore.com>
5017         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5018         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5019         (install-no-fixedincludes): Adjust accordingly.
5020         * Makefile.in: Regenerate.
5022 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5024         Merge upstream change
5025         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5027 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
5029         * MAINTAINERS (Write After Approval): Add myself.
5031 2012-05-09  Nick Clifton  <nickc@redhat.com>
5032             Paul Smith  <psmith@gnu.org>
5034         PR bootstrap/50461
5035         * configure.ac (mpfr-dir): When using in-tree MPFR sources
5036         allow for the fact that from release v3.1.0 of MPFR the source
5037         files were moved into a src sub-directory.
5038         * configure: Regenerate.
5040 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
5042         * configure.ac: Bump minimum MPFR version to 2.4.0.
5043         * configure: Regenerated.
5045 2012-05-01  Richard Henderson  <rth@redhat.com>
5047         * Makefile.def (libatomic): New target_module.
5048         * configure.ac (target_libraries): Add libatomic.
5049         (noconfigdirs): Check if libatomic is supported.
5050         * Makefile.in, configure: Rebuild.
5052 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
5054         * MAINTAINERS (Write After Approval): Add myself.
5056 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
5058         * config.sub: Update to 2012-04-18 version from official repo.
5060 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
5062         * MAINTAINERS (Write After Approval): Add myself.
5064 2012-04-11  Steve Ellcey  <sellcey@mips.com>
5066         * MAINTAINERS: Changed email address.
5068 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
5070         PR target/52737
5071         * contrib/gcc_update (files_and_dependencies):
5072         Remove gcc/config/avr/t-multilib from touch data.
5074 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5076         * MAINTAINERS (OS Port Maintainers): Remove irix.
5077         * configure.ac (enable_libgomp): Remove *-*-irix6*.
5078         (unsupported_languages): Remove mips-sgi-irix6.*.
5079         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5080         (with_stabs): Remove.
5081         * configure: Regenerate.
5083 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5085         * MAINTAINERS (OS Port Maintainers): Remove osf.
5086         * configure.ac (enable_libgomp): Remove *-*-osf*.
5087         (with_stabs): Remove alpha*-*-osf*.
5088         * configure: Regenerate.
5090 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5092         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5093         * configure: Regenerate.
5095 2012-02-17  Walter Lee  <walt@tilera.com>
5097         * MAINTAINERS: (Write After Approval): Delete myself.
5099 2012-02-14  Walter Lee  <walt@tilera.com>
5101         * MAINTAINERS (tilegx port): Add myself.
5102         (tilepro port): Add myself.
5103         (Write After Approval): Add myself.
5105 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
5107         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5108         and Joseph Myers as docstring relicensing maintainers.
5110 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
5112         * MAINTAINERS (write-after-approval): Add myself.
5114 2012-02-08  Ira Rosen <irar@il.ibm.com>
5116         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5117         maintainer.
5119 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5121         * MAINTAINERS (Write After Approval): Move myself to
5122         maintain alphabetical order.
5124 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5126         * MAINTAINERS (Write After Approval): Add myself.
5128 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
5130         * MAINTAINERS (Write After Approval): Add myself.
5132 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5133             Jayant R Sonar <jayant.sonar@kpitcummins.com>
5135         * configure.ac (cr16-*-*): Remove nonconfigdirs.
5136         * configure: Regenerate.
5138 2012-01-23  Harshit Chopra  <harshit@google.com>
5140         * MAINTAINERS (Write After Approval): Add myself.
5142 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
5144         * configure.ac: Remove reference to mh-interix.
5145         * configure: Regenerate.
5147 2012-01-05  Richard Henderson  <rth@redhat.com>
5149         PR bootstrap/51072
5150         * configure.ac: Disable libitm if c++ is not enabled.
5151         * configure: Rebuild.
5153         * configure.ac: Fix regexp for same.
5154         * configure: Rebuild.
5156 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
5158         * MAINTAINERS (Write After Approval): Add myself.
5160 2012-01-02  Richard Guenther  <rguenther@suse.de>
5162         PR bootstrap/51686
5163         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5164         * Makefile.in: Regenerate.
5166 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
5168         * MAINTAINERS (Write After Approval): Add myself.
5170 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
5172         * configure: Regenerate.
5174 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
5176         * MAINTAINERS (picochip): Changed email address.
5178 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5180         * MAINTAINERS (write-after-approval): Add self.
5182 2011-11-29  DJ Delorie  <dj@redhat.com>
5184         * configure.ac (rl78-*-*) New case.
5185         * configure: Regenerate.
5186         * MAINTAINERS: Add myself as RL78 maintainer.
5188 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5190         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5192 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
5194         * libtool.m4: Additional FreeBSD 10 fixes.
5196 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
5198         * MAINTAINERS: Move myself from Write After Approval to CPU Port
5199         Maintainers section, as Epiphany maintainer.
5201 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
5203         PR target/49992
5204         * configure.ac: Remove ranlib special-casing for Darwin.
5205         * configure: Regenerate.
5207 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
5209         * MAINTAINERS (Reviewers): Keep the list sorted.
5211 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
5213         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5215 2011-11-09  Roland McGrath  <mcgrathr@google.com>
5217         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5218         * configure: Rebuild.
5219         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5220         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5221         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5222         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5223         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5224         Add READELF.
5225         * Makefile.in: Rebuild.
5227 2011-11-09  Jason Merrill  <jason@redhat.com>
5229         * Makefile.def (language=c++): Remove check-c++0x.
5230         * Makefile.in (check-gcc-c++): Regenerate.
5232 2011-11-08  Richard Henderson  <rth@redhat.com>
5234         * configure.ac: Test for libitm directory present first.
5236         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5238         * configure.ac: Test libitm/configure.tgt to disable libitm.
5239         * configure: Rebuild.
5241 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
5242             Richard Henderson  <rth@redhat.com>
5244         Merged from transactional-memory.
5246         * Makefile.def (lang_env_dependencies): libitm is c++.
5247         Add libitm target module.
5248         * configure.ac: Likewise.
5249         * config/mmap.m4: New file.
5250         * contrib/gcc_update: Add libitm to touch data.
5251         * Makefile.in, configure: Rebuild.
5253 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5255         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5256         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5257         * Makefile.in: Regenerate.
5259 2011-11-01  DJ Delorie  <dj@redhat.com>
5261         * config.sub: Update to version 2011-10-29 (added rl78)
5263 2011-10-27  Nick Clifton  <nickc@redhat.com>
5265         * config.sub: Import these changes from the config project:
5267         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
5268             Ben Elliston  <bje@gnu.org>
5270         * config.sub (epiphany): New.
5272         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
5273             Ben Elliston  <bje@gnu.org>
5275         * config.sub (hexagon, hexagon-*): New.
5277         2011-08-23  Roland McGrath  <mcgrathr@google.com>
5279         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5280         64eb to be64.
5282         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5284         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5285         (nacl): Grok as alias for 32el-unknown-nacl.
5287 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5289         * MAINTAINERS (Write After Approval): Add myself.
5291 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5293         * MAINTAINERS (Write After Approval): Add myself.
5295 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5297         * MAINTAINERS (sparc port): Remove myself.
5299 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5301         * MAINTAINERS (Write After Approval): Add myself.
5303 2011-08-14  Yao Qi  <yao@codesourcery.com>
5305         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5306         * configure: Regenerate.
5308 2011-07-26  Ian Lance Taylor  <iant@google.com>
5310         * configure.ac: Set have_compiler based on whether gcc directory
5311         exists, rather than on whether gcc is in configdirs.
5312         * configure: Rebuild.
5314 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5316         * MAINTAINERS (Global Reviewers): Add self.
5318 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5320         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5321         link directories.
5322         * Makefile.in: Rebuild.
5324 2011-07-20  Ian Lance Taylor  <iant@google.com>
5326         PR bootstrap/49787
5327         * configure.ac: Move --enable-bootstrap handling earlier in file.
5328         If --enable-bootstrap and either --enable-build-with-cxx or
5329         --enable-build-poststage1-with-cxx, enable C++ automatically.
5330         * configure: Rebuild.
5332 2011-07-19  Ian Lance Taylor  <iant@google.com>
5334         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5335         make C++ a boot_language.  Set and substitute
5336         POSTSTAGE1_CONFIGURE_FLAGS.
5337         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5338         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5339         * configure, Makefile.in: Rebuild.
5341 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5343         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5344         maintainers.
5346 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5348         * MAINTAINERS (Global Reviewers): Add myself.
5350 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5352         * configure: Regenerate.
5354 2011-07-16  Jason Merrill  <jason@redhat.com>
5356         * Makefile.def (language=c++): Add check-c++0x and
5357         check-target-libmudflap-c++.
5358         * Makefile.tpl (check-target-libmudflap-c++): New.
5359         * Makefile.in: Regenerate.
5361 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5363         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5364         * Makefile.def (target_modules/libjava): Pass
5365         $(EXTRA_CONFIGARGS_LIBJAVA).
5366         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5367         if not configured with --enable-static-libjava.
5368         * Makefile.in: Regenerate.
5369         * configure: Likewise.
5371 2011-07-15  Jason Merrill  <jason@redhat.com>
5373         * Makefile.in (check-c++): Move check-gcc-c++0x after
5374         check-target-libstdc++-v3.
5376 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5378         * MAINTAINERS (c6x port): New entry.
5380 2011-07-13  Jason Merrill  <jason@redhat.com>
5382         * Makefile.in (check-gcc-c++0x): New.
5383         (check-c++): Depend on it.
5385 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5387         PR target/39150
5388         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5389         x86_64-*-solaris2.1[0-9]*.
5390         * configure: Regenerate.
5392 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5394         * MAINTAINERS (RTL optimizers): Add self.
5396 2011-06-27  Gabriel Charette  <gchare@google.com>
5398         * MAINTAINERS (Write After Approval): Add myself.
5400 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5402         PR regression/47836
5403         PR bootstrap/23656
5404         PR other/47733
5405         PR bootstrap/49247
5406         PR c/48825
5407         * configure.ac (target_libraries): Remove target-libiberty.
5408         Remove case-statement setting skipdirs=target-libiberty for
5409         multiple targets.  Remove checking target_configdirs and
5410         removing target-libiberty but keeping target-libgcc if
5411         otherwise empty.
5412         * Makefile.def (target_modules): Don't add libiberty.
5413         (dependencies): Remove all traces of target-libiberty.
5414         * configure, Makefile.in: Regenerate.
5416 2011-06-13  Walter Lee <walt@tilera.com>
5418         * configure.ac (tilepro-*-*) New case.
5419         (tilegx-*-*): Likewise.
5420         * configure: Regenerate.
5422 2011-06-06  Jing Yu  <jingyu@google.com>
5424         * configure.ac: Skip target-libiberty for
5425         arm*-*-linux-androideabi.
5426         * configure: Regenerated.
5428 2011-06-06  Nick Clifton  <nickc@redhat.com>
5430         * config.sub: Sync from upstream.
5432 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5434         * MAINTAINERS (Write After Approval): Add myself.
5436 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5438         * MAINTAINERS: Update my email address.
5440 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5442         * MAINTAINERS (Write After Approval): Update my email address.
5444 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5446         * MAINTAINERS (Write After Approval): Add myself.
5448 2011-05-08  Doug Kwan  <dougkwan@google.com>
5450         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5451         * configure: Regenerated.
5452         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5453         value from configure.
5454         * Makefile.in: Regenerated.
5456 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5458         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5459         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5460         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5461         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5462         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5463         *-*-vxworks*): Disable newlib and libgloss in separate case
5464         statement.
5465         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5466         to separate case statement.
5467         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5468         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5469         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5470         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5471         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5472         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5473         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5474         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5475         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5476         i[[3456789]]86-*-rdos*, m32r-*-*,
5477         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5478         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5479         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5480         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5481         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5482         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5483         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5484         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5485         and libgloss in main case over targets.  Remove most empty cases
5486         in main case over targets.
5487         * configure: Regenerate.
5489 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5491         * MAINTAINERS (Write After Approval): Add myself.
5493 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5495         * configure.ac: Remove code setting special library locations for
5496         hppa*64*-*-hpux11*.  Remove code setting compiler for
5497         sparc-sun-solaris2*.
5498         * configure: Regenerate.
5500 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5502         * configure.ac: Separate libgloss_dir settings from general case
5503         over targets.
5504         * configure: Regenerate.
5506 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5508         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5509         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5510         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5511         cases in libgcj-disabling case statement.
5512         (hppa*64*-*-linux*): Set unsupported_languages instead of
5513         disabling target-zlib.
5514         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5515         to hppa*64*-*-hpux*.
5516         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5517         hppa*-*-hpux*.
5518         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5519         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5520         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5521         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5522         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5523         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5524         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5525         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5526         libgcj-disabling case statement.
5527         * configure: Regenerate.
5529 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5531         * configure.ac: Disable Java for targets not supporting libffi.
5532         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5533         Remove cases in Java-disabling statement.
5534         (*arm-wince-pe): Change to arm-wince-pe.
5535         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5536         cases in Java-disabling statement.
5537         (bfin-*-*): Don't disable Java again.
5538         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5539         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5540         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5541         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5542         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5543         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5544         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5545         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5546         Java-disabling statement.
5547         (mmix-*-*): Don't disable Java again.
5548         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5549         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5550         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5551         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5552         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5553         statement.
5554         * configure: Regenerate.
5556 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5558         * configure.ac: Separate cases disabling Java and Java libraries
5559         from general case over targets.
5560         * configure: Regenerate.
5562 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5564         * MAINTAINERS: Update my email address.
5566 2011-04-20  Easwaran Raman  <eraman@google.com>
5568         * MAINTAINERS (Write After Approval): Add myself.
5570 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5572         PR lto/48086
5573         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5574         * configure: Regenerate.
5576 2011-04-16  Jim Meyering  <meyering@redhat.com>
5578         * MAINTAINERS (Write After Approval): Add myself.
5580 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5582         * MAINTAINERS: Update my email address.
5584 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5586         * MAINTAINERS (Write After Approval): Add myself.
5588 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5590         * MAINTAINERS (Write After Approval): Add myself.
5592 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5594         * MAINTAINERS (Write After Approval): Add myself.
5596 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5598         * configure.ac (build_tools): Remove build-byacc.
5599         (host_libs): Remove mmalloc.
5600         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5601         autoconf automake libtool diff rcs fileutils shellutils time
5602         textutils wdiff find uudecode hello tar gzip indent recode release
5603         sed perl gawk findutils gettext zip.
5604         (libgcj): Remove target-qthreads.
5605         (target_tools): Remove target-examples target-gperf.
5606         (YACC): Don't handle building byacc.
5607         * configure: Regenerate.
5608         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5609         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5610         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5611         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5612         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5613         handle building components.
5614         * Makefile.in: Regenerate.
5616 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5618         * MAINTAINERS: Update my email address as Xtensa maintainer.
5620 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5622         * config.sub: Sync from upstream.
5624 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5626         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5627         (microblaze*): Don't disable libssp.
5628         * configure: Regenerate.
5630 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5632         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5633         moveifchange.
5634         * configure: Regenerate.
5635         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5636         * Makefile.in: Regenerate.
5638 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5640         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5641         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5642         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5643         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5644         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5645         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5646         md_exec_prefix cases.
5647         * configure: Regenerate.
5649 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5651         * configure.ac: Separate cases disabling target-libssp,
5652         target-libiberty, target-libstdc++-v3 and Fortran from general
5653         case over targets.
5654         * configure: Regenerate.
5656 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5658         * configure.ac (*-*-chorusos): Don't disable libgcj.
5659         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5660         Remove case.
5661         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5662         (arm-*-coff): Don't disable libgcj.
5663         (arm*-*-linux-gnueabi): Remove useless assignment.
5664         (arm-*-riscix*): Don't disable libgcj.
5665         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5666         configuration.
5667         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5668         (c54x*-*-*): Remove case.
5669         (tic54x-*-*): Don't disable GCC or GCC libraries.
5670         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5671         to *.
5672         (d10v-*-*): Don't disable GCC libraries.
5673         (d30v-*-*): Don't disable libgcj.
5674         (h8500-*-*): Don't disable GCC libraries.
5675         (i960-*-*): Don't disable libgcj.
5676         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5677         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5678         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5679         libgcj.
5680         (m68k-*-coff*): Remove case.
5681         (mmix-*-*): Don't disable libgloss on host.
5682         (mn10200-*-*, mn10300-*-*): Remove cases.
5683         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5684         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5685         Don't disable libgcj.
5686         (romp-*-*): Remove case.
5687         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5688         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5689         case.
5690         (v810-*-*): Don't disable GCC libraries.
5691         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5692         (ip2k-*-*): Don't disable GCC libraries.
5693         * configure: Regenerate.
5695 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5697         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5698         libffi on host.
5699         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5700         on host.
5701         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5702         * configure: Regenerate.
5704 2011-03-26  John Marino  <binutils@marino.st>
5706         * configure.ac: Add support for *-*-dragonfly*
5707         * configure: Regenerate.
5709 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5711         * configure.ac (native_only): Remove.
5712         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5713         send-pr uudecode guile gnuserv on host.
5714         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5715         send-pr rcs guile perl texinfo libtool on host.
5716         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5717         automake send-pr rcs guile perl texinfo libtool on host.
5718         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5719         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5720         (alpha*-dec-osf*): Don't disable fileutils on target.
5721         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5722         texinfo send-pr expect dejagnu on target.
5723         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5724         target-qthreads on target.
5725         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5726         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5727         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5728         x86_64-*-mingw*): Don't disable expect on target.
5729         (*-*-cygwin*): Don't disable target-gperf on target.
5730         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5731         gnuserv on target.
5732         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5733         target.
5734         * configure: Regenerate.
5736 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5738         * configure.ac (target_tools): Remove target-groff.
5739         (native_only): Remove target-groff.
5740         (hppa*64*-*-*): Don't disable byacc.
5741         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5742         setting.
5743         (*-*-kaos*): Don't skip target-librx and target-groff.
5744         (*-*-netware*): Don't skip target-libmudflap.
5745         (*-*-tpf*): Don't skip target-libmudflap.
5746         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5747         directories on the host.
5748         (ia64*-*-*vms*): Don't skip tix.
5749         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5750         host.
5751         * configure: Regenerate.
5753 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5755         * configure.ac: Remove references to mt-mep, mt-netware,
5756         mt-wince.
5757         * Makefile.def: Add all-utils soft dependencies.
5758         * Makefile.tpl: Remove GDB_NLM_DEPS.
5759         * configure: Regenerate.
5760         * Makefile.in: Regenerate.
5762 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5764         * configure.ac: Do not include mh-x86omitfp.
5765         * configure: Regenerate.
5767 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5769         * configure.ac: Remove empty cases.
5770         * configure: Regenerate.
5772 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5774         * Makefile.def: Add dependency from termcap to gdb.
5775         * Makefile.in: Regenerate.
5777 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5779         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5780         * configure: Regenerate.
5781         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5782         * Makefile.tpl: Likewise.
5783         * Makefile.in: Regenerate.
5785 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5787         * configure.ac: Remove all mentions of tentative_cc.
5788         * configure: Regenerate.
5790 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5792         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5793         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5794         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5795         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5796         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5797         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5798         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5799         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5800         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5801         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5802         *-*-rhapsody*): Remove host cases.
5803         * configure: Regenerate.
5805 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5807         * configure.ac (ppc*-*-pe): Remove host case.
5808         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5809         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5810         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5811         cases.
5812         * configure: Regenerate.
5814 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5816         * config.sub: Update to version 2011-03-23.
5818 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5820         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5821         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5822         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5823         * configure: Regenerate.
5825 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5827         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
5828         to Write After Approval.
5829         * config-ml.in: Don't handle arc-*-elf*.
5830         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5831         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5832         handle GCC libraries.
5833         * configure: Regenerate.
5835 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5837         PR bootstrap/48120:
5838         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5839         Add -lstdc++ -lm to LIBS.
5840         * configure: Regenerate.
5842 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
5844         * config.guess: Update to version 2011-02-02
5845         * config.sub: Update to version 2011-02-24
5847 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
5849         PR lto/48086
5850         * configure.ac: Re-enable LTO on *-apple-darwin9.
5851         * configure: Regenerate.
5853 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5855         PR lto/48086
5856         * configure.ac: Disable LTO on darwin due to an assembler change in
5857         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5858         under 256.
5859         * configure: Regenerate.
5861 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
5863         * MAINTAINERS: Update myself as score backend maintainer,
5864         update my e-mail address.
5866 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
5868         * MAINTAINERS: Update my e-mail address.
5870 2011-03-06  Joey Ye  <joey.ye@arm.com>
5872         * MAINTAINERS: Update my e-mail address.
5874 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5876         * configure.ac: Adjust test of with_ppl.
5877         * configure: Regenerated.
5879 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5881         * MAINTAINERS: Adjust my e-mail address.
5883 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5885         * configure.ac: Add -lpwl to ppllibs.
5886         * configure: Regenerated.
5888 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5890         * config/cloog.m4: Add -lisl to clooglibs.
5891         * configure: Regenerated.
5893 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5895         * MAINTAINERS (CPU Port maintainers): Add self.
5897 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5899         * MAINTAINERS: Add myself as testsuite maintainer.
5901 2011-02-15  Mike Stump  <mikestump@comcast.net>
5903         * MAINTAINERS: Add myself as testsuite maintainer.
5905 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5907         Import from Libtool and gnulib:
5909         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5911         Prepare for supporting FreeBSD 10.
5912         * config.rpath: Remove handling of freebsd1* which soon would
5913         match FreeBSD 10.0.
5915         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5917         Remove support for FreeBSD 1.x.
5918         * libtool.m4 (_LT_LINKER_SHLIBS)
5919         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5920         soon would incorrectly match FreeBSD 10.0.
5922 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5924         PR binutils/12283
5925         * move-if-change: Import version from gnulib.
5927 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5929         PR lto/47225
5930         * Makefile.def (lto-plugin): Double dash for enable-shared.
5931         (configure-gcc): Depend on all-lto-plugin.
5932         * Makefile.in: Rebuilt.
5934 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5936         * configure.ac: Remove extra bracket.
5937         * configure: Regenerate.
5939 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5941         * MAINTAINERS: Add myself as libquadmath maintainer.
5943 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5945         * MAINTAINERS: Update my email address.
5947 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5949         * MAINTAINERS (option handling): Add self.
5951 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5953         PR lto/47225
5954         * Makefile.def: Add dependency for install-gcc
5955         on install-lto-plugin.
5956         * Makfile.in: Regenerated
5958 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5960         * MAINTAINERS (CPU Port Maintainers): Add myself.
5962 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5964         PR libgcj/44341
5965         * configure.ac: Discard --with-* flags for host when configuring
5966         target libraries for cross build.
5967         * configure: Rebuilt.
5969 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5971         * MAINTAINERS (linear loop transforms): Removed.
5973 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5975         * configure.ac: If with_ppl is no, move setting with_cloog=no
5976         after CLOOG_REQUESTED check.
5977         * configure: Regenerated.
5979 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5981         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5982         CLooG has been requested.
5983         * configure: Regenerated.
5985 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5987         * configure: Regenerated.
5988         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5990 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5992         * configure: Regenerated.
5993         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5995 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5997         * configure.ac: Use AS_HELP_STRING throughout.
5998         * configure: Regenerate.
6000 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
6002         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6003         * configure: Regenerate.
6005 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6007         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6009 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
6011         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6012         for ia64-hpux.
6013         * configure: Regenerate.
6015 2011-01-07  Jan Hubicka  <jh@suse.cz>
6017         PR lto/47225
6018         * Makefile.in: Regenerate.
6019         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6020         configure.
6022 2011-01-07  Jan Hubicka  <jh@suse.cz>
6024         * Makefile.in: Regenerate.
6025         * Makefile.def (gcc host module) and soft dependency on lto-plugin
6026         and configure dependency on lto-plugin configure.
6027         (lto-plugin module): Remove dependency on GCC; add dependency on
6028         liniberty.
6030 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
6032         * MAINTAINERS (Write After Approval): Add myself.
6034 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
6036         * configure: Regenerate.
6038 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
6040         * configure.ac: (picochip): Disable libiberty.
6042 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
6044         * MAINTAINERS (Write After Approval): Add myself.
6046 2010-12-10  Ian Lance Taylor  <iant@google.com>
6048         PR bootstrap/46819
6049         * configure.ac: For --disable-libgcj clear libgcj_saved.
6050         * configure: Rebuild.
6052 2010-12-10  Tobias Burnus  <burnus@net-b.de>
6054         PR fortran/46540
6055         * configure.ac: Add --disable-libquadmath and
6056         --disable-libquadmath-support.
6057         * configure: Regenerate.
6059 2010-12-03  Ian Lance Taylor  <iant@google.com>
6061         * MAINTAINERS: Add myself as libgo maintainer.
6063 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
6065         PR libffi/46792
6066         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6067         * configure: Regenerate.
6069 2010-12-02  Ian Lance Taylor  <iant@google.com>
6071         * configure.ac: Always set default for poststage1_ldflags to
6072         -static-libstdc++ -static-libgcc.
6074 2010-11-29  Andreas Schwab  <schwab@redhat.com>
6076         * configure.ac: Move comment to remove extra space in last argument
6077         of GCC_TARGET_TOOL.
6079 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
6081         PR other/46026
6082         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6083         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6084         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6085         (BASE_FLAGS_TO_PASS): Use it.
6086         * configure: Rebuilt.
6087         * Makefile.in: Rebuilt.
6089 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
6091         PR binutils/12258
6092         * configure.ac: Correct comments for --enable-gold/--enable-ld.
6093         Properly check default linker.
6094         * configure: Regnerated.
6096 2010-11-23  Matthias Klose  <doko@ubuntu.com>
6098         * configure.ac: For --enable-gold, handle value `default' instead of
6099         `both*'.  New configure option --{en,dis}able-ld.
6100         * configure: Regenerate.
6102 2010-11-20  Ian Lance Taylor  <iant@google.com>
6104         * configure.ac: Only disable a language library if no language needs
6105         it.  Don't let --disable-libgcj uncondtionally disable libffi.
6106         * configure: Rebuild.
6108 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6110         * Makefile.in: Regenerate.
6112         PR other/46202
6113         * configure.ac: Fix just-built in-tree STRIP name to be
6114         binutils/strip-new.
6115         * configure: Regenerate.
6116         * Makefile.def (install-strip-gcc, install-strip-binutils)
6117         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6118         (install-strip-sid): Mirror dependencies on non-strip variants
6119         of these targets on the respective -strip prerequisites.
6120         * Makefile.tpl (install-strip, install-strip-host)
6121         (install-strip-target): New targets.
6122         (install-strip-[+module+], install-strip-target-[+module+]):
6123         New targets.
6124         * Makefile.in: Regenerate.
6126 2010-11-19  Ian Lance Taylor  <iant@google.com>
6127             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6129         * configure.ac: Add target-libgo to target_libraries.  Set
6130         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6131         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6132         (HOST_EXPORTS): Add GOC.
6133         (BASE_TARGET_EXPORTS): Add GOC.
6134         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6135         (GOCFLAGS_FOR_TARGET): New variable.
6136         (EXTRA_HOST_FLAGS): Add GOC.
6137         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6138         * Makefile.def (target_modules): Add libgo.
6139         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6140         (dependencies): Add dependency from configure-target-libgo to
6141         configure-target-libffi and all-target-libstdc++-v3.  Add
6142         dependencies from all-target-libgo to all-target-libffi.
6143         (languages): Add go.
6144         * configure: Rebuild.
6145         * Makefile.in: Rebuild.
6147 2010-11-19  Ian Lance Taylor  <iant@google.com>
6149         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6150         compiler/flag environment variables.
6152 2010-11-18  Ian Lance Taylor  <iant@google.com>
6154         * configure.ac: Check for lang_requires_boot_languages in
6155         config-lang.in files.
6156         * configure: Rebuild.
6158 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6159             Tobias Burnus  <burnus@net-b.de>
6161         PR fortran/32049
6162         * Makefile.def: Add libquadmath; build it with language=fortran.
6163         * configure.ac: Add libquadmath.
6164         * Makefile.tpl: Handle multiple libs in check-[+language+].
6165         * Makefile.in: Regenerate.
6166         * configure: Regenerate.
6168 2010-11-16  Tom Tromey  <tromey@redhat.com>
6170         * MAINTAINERS: Moved myself to reviewers section.
6172 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
6174         * MAINTAINERS: Moved myself to reviewers section.
6176 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6178         * MAINTAINERS (Various Maintainers): Add self for build machinery.
6179         (Write After Approval): Remove self.
6181 2010-11-15  Andreas Schwab  <schwab@redhat.com>
6183         * configure.ac: Fix spelling in option names.
6184         * configure: Regenerated.
6186 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
6188         PR bootstrap/39622
6189         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6190         * configure: Regenerated.
6192 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
6194         * MAINTAINERS: Update my email address.
6196 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6198         * configure: Regenerate.
6200 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6202         * configure: Regenerate.
6204 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6206         * configure: Regenerate.
6208 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6210         * configure: Regenerate.
6212 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6214         * configure.ac: Support official CLooG.org versions.
6215         * configure: Regenerate.
6216         * config/cloog.m4: New.
6218 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
6220         * MAINTAINERS (Write After Approval): Add myself.
6222 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
6224         * MAINTAINERS: Update my email address.
6226 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
6228         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6229         * configure: Regenerate.
6231 2010-11-03  Ian Lance Taylor  <iant@google.com>
6232             Dave Korn  <dave.korn.cygwin@gmail.com>
6234         PR lto/46273
6235         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
6236         and on other supported platforms whenever LTO is enabled.
6237         * configure: Rebuild.
6239 2010-11-02  Alan Modra  <amodra@gmail.com>
6241         PR binutils/12110
6242         * configure.ac: Error when source path contains spaces.
6243         * configure: Regenerate.
6245 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
6247         * MAINTAINERS: Update my email address.
6249 2010-10-20  Ian Lance Taylor  <iant@google.com>
6251         * Makefile.def (target_modules): Set lib_path to src/.libs for
6252         libstdc++-v3 module.
6253         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6254         * Makefile.in: Rebuild.
6256 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6258         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6259         (Write After Approval): Remove myself.
6261 2010-10-15  Tristan Gingold  <gingold@adacore.com>
6263         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6265 2010-10-14  Douglas Rupp  <rupp@gnat.com>
6267         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6269 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6271         * configure.ac (build_lto_plugin): New shell variable.
6272         (--enable-lto): Turn on by default for all non-ELF platforms that
6273         have had LTO support added so far.  Set build_lto_plugin appropriately
6274         for both ELF and non-ELF.
6275         (configdirs): Add lto-plugin or not based on build_lto_plugin.
6276         * configure: Regenerate.
6278 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6280         Sync from src:
6281         * configure.ac (v850 support): Remove target-libgloss from
6282         noconfigdirs.
6283         * configure: Regenerate.
6285 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6287         PR bootstrap/45326
6288         PR bootstrap/45174
6289         * configure.ac: Honor initial values of $build_configargs,
6290         $host_configargs, $target_configargs.  Mark the precious, so
6291         environment settings get recorded.
6292         * configure: Regenerate.
6294 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6296         PR bootstrap/45796
6297         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6298         Depend on all-build-libiberty.
6299         * Makefile.in: Regenerate.
6301 2010-09-30  Michael Eager  <eager@eagercon.com>
6303         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6304         * configure: Regenerate.
6306 2010-09-28  Michael Eager  <eager@eagercon.com>
6308         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6310 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6312         PR bootstrap/44621
6313         * configure.ac: Fix unportable shell quoting.
6314         * configure: Regenerate.
6316 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6318         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6319         targets and amend comment.
6320         * configure: Regenerate.
6322 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6324         * MAINTAINERS (Write After Approval): Add myself.
6326 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6328         * configure.ac: Enable LTO by default on Darwin.
6329         * configure: Regenerate.
6331 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6333         * MAINTAINERS (Write After Approval): Add myself.
6335 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6337         * MAINTAINERS (Write After Approval): Add myself.
6339 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6341         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6342         ports
6344 2010-07-28  David Yuste  <david.yuste@gmail.com>
6346         * MAINTAINERS (Write After Approval): Add myself.
6348 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6350         * configure.ac: Support all v850 targets.
6351         * configure: Regenerate.
6353 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6355         PR bootstrap/44455
6356         * configure.ac (extra_mpfr_configure_flags): Copy from
6357         extra_mpc_gmp_configure_flags.
6358         * configure: Re-generated.
6360 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6362         * MAINTAINERS (Write After Approval): Add myself.
6364 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6366         * MAINTAINERS (Write After Approval): Add myself.
6368 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6370         * MAINTAINERS (Write After Approval): Add myself.
6372 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6374         PR target/44862
6375         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6376         Provide -B option to allow for link spec %s substitutions for
6377         libstdc++.a on darwin.
6378         * Makefile.in: Regenerate.
6380 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6382         * MAINTAINERS (Reviewers): Update my e-mail address
6384 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6386         * Makefile.def (configure-gcc): Depend on all-libelf.
6387         * Makefile.in: Rebuild.
6389 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6391         * MAINTAINERS (Write After Approval): Add myself in the right place.
6393 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6395         * MAINTAINERS (Write After Approval): Add myself.
6397 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6399         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6401 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6403         * config.sub: Update to version 2010-05-21.
6404         * config.guess: Update to version 2010-04-03.
6406 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6408         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6409         * configure: Regenerate.
6411 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6413         * MAINTAINERS (Write After Approval): Add myself.
6415 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6417         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6418         a platform that supports LTO.
6419         * configure: Regenerate.
6421 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6423         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6424         * configure: Regenerated.
6426 2010-04-27  Roland McGrath  <roland@redhat.com>
6427             H.J. Lu  <hongjiu.lu@intel.com>
6429         * configure.ac (--enable-gold): Support both, both/gold and
6430         both/bfd to add gold to configdirs without removing ld.
6431         * configure: Regenerated.
6433         * Makefile.def: Add install-gold dependency to install-ld.
6434         * Makefile.in: Regenerated.
6436 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6438         PR lto/42776
6439         * configure.ac (--enable-lto): Refactor handling so libelf tests
6440         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6441         and allow LTO to be explicitly enabled on non-ELF platforms that
6442         are known to support it inside else-clause.
6443         * configure: Regenerate.
6445 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6447         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6448         * configure: Regenerate.
6450 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6452         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6453         * configure: Regenerate.
6455 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6457         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6458         separately.
6459         * configure: Regenerate.
6461 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6463         * MAINTAINERS (Write After Approval): Add myself.
6465 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6467         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6468         * configure: Regenerate.
6470 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6472         * configure: Regenerate after change to elf.m4.
6474 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6476         * MAINTAINERS (Write After Approval): Add myself.
6478 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6480         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6481         * configure: Regenerated.
6483 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6485         * configure.ac: Print "buggy but acceptable" when CLooG
6486         revision is less than 9.
6487         * configure: Regenerated.
6489 2010-04-01  Diego Novillo  <dnovillo@google.com>
6491         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6493 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6495         PR bootstrap/43615
6496         PR bootstrap/43328
6498         Revert:
6500         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6502         * configure.ac: Do not pass --enable-multilib nor
6503         --disable-multilib in baseargs.  Accept explicitly passed
6504         --enable_multilib.
6505         * configure: Regenerate.
6507 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6509         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6511 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6513         * MAINTAINERS: Remove myself.
6515 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6517         PR bootstrap/43328
6518         * configure.ac: Do not pass --enable-multilib nor
6519         --disable-multilib in baseargs.  Accept explicitly passed
6520         --enable_multilib.
6521         * configure: Regenerate.
6523 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6525         * MAINTAINERS (spu port): Remove me.
6527 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6529         * configure.ac (tic6x-*-*): New case.
6530         * configure: Regenerate.
6532 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6534         * config.sub: Update to version 2010-03-22.
6535         * config.guess: Update to version 2009-12-30.
6537 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6539         PR ada/42554
6540         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6541         * configure: Regenerate.
6543 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6545         * MAINTAINERS: Update my email address.
6547 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6549         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6550         (ghassan.shobaki@amd.com): Removed.
6552 2010-03-17  Alan Modra  <amodra@gmail.com>
6554         * MAINTAINERS: Update my email address.
6556 2010-03-16  Diego Novillo  <dnovillo@google.com>
6558         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6559         Matthews.
6561 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6563         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6564         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6566 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6568         * MAINTAINERS: Update my email address.
6570 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6572         * MAINTAINERS: Update my email address.
6574 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6576         * MAINTAINERS: Update my email address.
6578 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6580         * MAINTAINERS: Update my email address.
6582 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6584         PR libstdc++/32499
6585         * configure.ac (RANLIB): Default to true.
6586         (STRIP): Likewise.
6587         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6588         * configure: Regenerate.
6590 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6592         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6593         (Write After Approval): Update my email address.
6595 2010-02-17  Nick Clifton  <nickc@redhat.com>
6597         PR 11238
6598         * Makefile.tpl (local-distclean): Also remove config.cache files in
6599         sub-directories as there may not be Makefiles present in the
6600         sub-directories.
6601         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6602         the config.cache files found by the find command.
6604         * Makefile.in: Regenerate.
6605         * configure.ac: Revert previous delta.
6606         * configure: Regenerate.
6608 2010-02-15  Nick Clifton  <nickc@redhat.com>
6610         PR 11238
6611         * configure.ac: Delete config.cache files in sub-directories when
6612         deleting Makefiles.
6613         * configure: Regenerate.
6615 2010-02-12  Ben Elliston  <bje@gnu.org>
6617         * MAINTAINERS: Update my email address.
6619 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6621         * MAINTAINERS (spu port): Update my email address.
6623 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6625         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6627 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6629         * configure.ac: Add "recommended" version checks for GMP/MPC.
6630         Update recommended GMP/MPFR/MPC versions.
6631         * configure: Regenerate.
6633 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6635         * MAINTAINERS: Move my Embecosm email address into the
6636         write-after-approval section.
6638 2010-01-26  Ian Lance Taylor  <iant@google.com>
6640         * MAINTAINERS: Add myself as Go frontend maintainer.
6642 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6644         PR libstdc++/36101, PR libstdc++/42813
6645         * configure.ac (bootstrap_target_libs): Make inclusion of
6646         target-libgomp conditional on libgomb being in target_configdirs.
6647         * configure: Regenerate.
6649 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6651         PR libstdc++/36101, PR libstdc++/42813
6652         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6653         * configure: Regenerate.
6655 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6657         PR libstdc++/36101, PR libstdc++/42813
6658         * configure.ac (target_configdirs): Substitute.
6659         * Makefile.def: Bootstrap target module libgomp.
6660         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6661         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6662         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6663         * configure, Makefile.in: Regenerate.
6665 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6667         * MAINTAINERS: Adjust my details.
6669 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6671         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6673 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6675         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6677 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6679         * MAINTAINERS (Write After Approval): Add myself.
6681 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6683         * MAINTAINERS (Write After Approval): Add myself.
6685 2010-01-11  Richard Guenther  <rguenther@suse.de>
6687         PR lto/41569
6688         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6689         * Makefile.in: Regenerated.
6691 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6693         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6694         * configure: Regenerate.
6696 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6697             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6699         PR bootstrap/42424
6700         * configure.ac: Include libtool m4 files.
6701         (_LT_CHECK_OBJDIR): Call it.
6702         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6703         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6705         * configure: Regenerate.
6707 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6709         PR bootstrap/41818
6710         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6711         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6712         * Makefile.in: Regenerate.
6714 2010-01-02  Richard Guenther  <rguenther@suse.de>
6716         PR lto/41529
6717         * configure.ac: Include config/elf.m4.  Disable LTO if not
6718         builting for an elf target.
6719         * configure: Regenerate.
6721 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6723         * MAINTAINERS: Change my email address.
6725 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6727         * config.sub, config.guess: Update from upstream sources.
6729 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6731         * MAINTAINERS (Write After Approval): Add myself.
6733 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6735         PR middle-end/30447
6736         PR middle-end/30789
6737         PR other/40302
6739         * configure.ac: Require MPC.
6740         * configure: Regenerate.
6742 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6744         PR target/38384
6745         PR bootstrap/40972
6746         * libtool.m4: Sync from git Libtool.
6747         * ltoptions.m4: Likewise.
6748         * ltversion.m4: Likewise.
6749         * lt~obsolete.m4: Likewise.
6750         * ltmain.sh: Likewise.
6752 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6754         * configure.ac: Update minimum MPC version to 0.8.
6755         * configure: Regenerate.
6757 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6759         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6760         * configure: Regenerated.
6762 2009-11-21  Ian Lance Taylor  <iant@google.com>
6764         * configure.ac: Change default of poststage1_ldflags to be empty if
6765         poststage1_libs is set.  When poststage1_libs is empty, and
6766         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6767         * configure: Rebuild.
6769 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
6771         * MAINTAINERS (Write After Approval): Update my email address.
6773 2009-11-20  Ben Elliston  <bje@au.ibm.com>
6775         * config.guess: Update from upstream sources.
6777 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6779         * Makefile.def: Restore host and target settings for gmp.
6780         * Makefile.in: Rebuild.
6782 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6784         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
6785         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
6786         Fix portability of test of C++ as bootstrap language.  Add
6787         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6788         * configure: Rebuild.
6789         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6790         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
6791         in-tree building.
6792         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6793         (POSTSTAGE1_HOST_EXPORTS): Use it.
6794         (STAGE[+id+]_CXXFLAGS): New.
6795         (BASE_FLAGS_TO_PASS): Pass it down.
6796         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
6797         extra_exports.
6798         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6799         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6800         extra_exports.
6801         * Makefile.in: Rebuild.
6803 2009-11-17  Ben Elliston  <bje@au.ibm.com>
6805         * config.sub, config.guess: Update from upstream sources.
6807 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6809         * MAINTAINERS (Write After Approval): Add myself.
6811 2009-11-09  Jon Beniston  <jon@beniston.com>
6813         * MAINTAINERS (Write After Approval): Add myself.
6815 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
6817         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
6818         paths for *-w64-mingw* and x86_64-*mingw*.
6819         * configure: Regenerated.
6821 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
6823         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6825 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
6827         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6828         Phil Edwards to Write-After Approval.
6830 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
6832         * configure.ac: Disable target-winsup & co for
6833         x86_64-*-mingw* and *-w64-mingw* targets.
6834         * configure: Regenerated.
6836 2009-10-16  Nick Clifton  <nickc@redhat.com>
6838         * MAINTAINERS: Add myself as a maintainer for the RX port.
6840 2009-10-26  Johannes Singler  <singler@kit.edu>
6842         * MAINTAINERS (Write After Approval): Update my e-mail address.
6844 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6846         * configure.ac (CLooG test): Use = with test.
6847         * configure: Regenerate.
6849 2009-10-22  Richard Guenther  <rguenther@suse.de>
6851         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
6852         cloog if the ppl version check failed.  Move flags saving
6853         before setting in libelf check.
6854         * configure: Regenerate.
6856 2009-10-21  Richard Guenther  <rguenther@suse.de>
6858         * configure.ac: Adjust the ppl and cloog configure to work as
6859         documented.  Disable cloog if ppl was disabled.  Omit the version
6860         checks if they were disabled.
6861         * configure: Re-generate.
6863 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6865         * configure.ac: Add 'lto' to enable_languages, not
6866         new_enable_languages, and only if not already present.
6867         * configure: Regenerate.
6869 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
6871         * README: Refer to the various COPYING* files instead of just
6872         COPYING.
6873         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6875 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6877         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6879 2009-10-07  Richard Guenther  <rguenther@suse.de>
6881         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6882         and Richard Guenther as reviewers.
6883         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6884         as reviewers.
6886 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
6888         * config.sub: Update from upstream sources.
6890 2009-10-06  Ian Lance Taylor  <iant@google.com>
6892         * Makefile.def: check-gold depends upon all-gas.
6893         * Makefile.in: Rebuild.
6895 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6897         * MAINTAINERS (Write After Approval): Add myself.
6899 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6901         * Makefile.def: all-lto-plugin depends on all-libiberty.
6902         set bootstrap=true for lto-plugin.
6903         Add lto-plugin.
6904         * Makefile.in: Regenerate.
6905         * configure.ac (host_libs): Add lto-plugin.
6906         * configure: Regenerate.
6908 2009-10-03  Diego Novillo  <dnovillo@google.com>
6910         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6911         (HOST_LIBELFLIBS): Define.
6912         (HOST_LIBELFINC): Define.
6913         * Makefile.in: Regenerate.
6914         * configure.ac: Add --enable-lto.
6915         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6916         If --enable-lto is used, add 'lto' to new_enable_languages.
6917         If --enable-lto is used and gold is enabled, add
6918         lto-plugin to configdirs.
6919         * configure: Regenerate.
6921 2009-10-03  Simon Baldwin  <simonb@google.com>
6923         * configure.ac: If --with-system-zlib, suppress local zlib and
6924         pass --with-system-zlib to subdir configure scripts.
6925         * configure: Regenerate.
6927 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6928             Paolo Bonzini  <bonzini@gnu.org>
6930         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6931         $(srcdir).
6932         * Makefile.in: Rebuilt.
6934 2009-09-26  Gary Funck  <gary@intrepid.com>
6936         * MAINTAINERS (Write After Approval): Add myself.
6938 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6940         * configure.ac: Update minimum MPC version to 0.7.
6941         * configure: Regenerate.
6943 2009-09-25  Nick Clifton  <nickc@redhat.com>
6945         * configure.ac: Pass any --cache-file=/dev/null option on to
6946         subconfigures.
6947         * configure: Regenerate.
6949 2009-09-23  Nick Clifton  <nickc@redhat.com>
6951         * config.sub, config.guess: Update from upstream sources.
6953 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6955         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6956         * Makefile.in: Rebuilt.
6958 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6960         PR bootstrap/32272
6961         * configure.ac: Error out if $srcdir isn't '.' but contains
6962         host-${host_noncanonical}.
6963         * configure: Regenerate.
6965 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6967         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6968         maintainer.
6970 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6972         * configure.ac: If bootstrapping a combined tree with
6973         --enable-gold, require c++ in stage1_languages.
6974         * configure: Regenerate.
6976         * configure.ac: Also add target_libs of stage1_languages to
6977         bootstrap_target_libs.
6978         * configure: Regenerate.
6980         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6981         with --enable-languages not containing c++.
6982         * configure: Regenerate.
6984 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6986         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6987         * configure: Regenerate.
6989 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6991         * MAINTAINERS (Write After Approval): Update my e-mail address,
6992         and move from from here...
6993         (Waiting for paperwork): To here.
6995 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6997         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6999 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7001         * configure.ac: Do not use $extrasub for replacing @if/@endif
7002         parts in Makefile; instead, use additional arguments to
7003         AC_CONFIG_COMMANDS to do the replacement manually, with several
7004         sed invocations, to avoid HP-UX sed command limits.
7005         * configure: Regenerate.
7007 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
7009         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7010         blank before -L.
7012 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
7014         * configure.ac (with-build-config): Document.  Handle without.
7015         Handle missing argument.
7016         * configure: Rebuilt.
7018 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
7020         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
7021         Default to bootstrap-debug only if compare-debug works.
7022         * configure: Rebuilt.
7023         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7024         * Makefile.in: Rebuilt.
7026 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7028         * MAINTAINERS (OS Port Maintainers): Update my email address.
7030 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
7032         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7033         * Makefile.in: Rebuilt.
7035 2009-09-01  Chris Demetriou  <cgd@google.com>
7037         * MAINTAINERS (Write After Approval): Add myself.
7039 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
7041         PR debug/30161
7042         * include/dwarf2.h (enum dwarf_tag): Added
7043         DW_TAG_GNU_template_template_param
7044         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7046 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7048         * Makefile.tpl (AWK): Fix typo.
7049         * Makefile.in: Regenerate.
7051 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7053         * configure.ac: Detect awk and sed.
7054         * Makefile.def (flags_to_pass): Add AWK and SED.
7055         * Makefile.tpl (AWK, SED): New.
7056         (BASE_FLAGS_TO_PASS): Add AWK and SED.
7057         * configure: Regenerate.
7058         * Makefile.in: Regenerate.
7060 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
7062         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7063         (collapseslashes): Likewise.
7065 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7067         * configure.ac (AC_PREREQ): Bump to 2.64.
7069 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7071         * configure.ac: Remove --with-datarootdir, --with-docdir,
7072         --with-pdfdir, --with-htmldir switches.
7073         * configure: Regenerate.
7075         * configure: Regenerate.
7077         * compile: Sync from Automake 1.11.
7078         * depcomp: Likewise.
7079         * install-sh: Likewise.
7080         * missing: Likewise.
7081         * mkinstalldirs: Likewise.
7082         * ylwrap: Likewise.
7084 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
7086         * ltmain.sh (func_normal_abspath): New function.
7087         (func_relative_path): Likewise.
7088         (func_mode_help): Document new -bindir option for link mode.
7089         (func_mode_link): Add new -bindir option, and use it to place
7090         output DLL if specified.
7092 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7094         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7095         (baseargs): Add --disable-option-checking.
7096         * configure: Regenerate.
7098         * Makefile.def (configure-target-libiberty): Depend on
7099         all-binutils and all-ld.
7100         (configure-target-newlib): Likewise.
7101         * Makefile.in: Regenerate.
7103 2009-08-17  Ben Elliston  <bje@au.ibm.com>
7105         * config.sub, config.guess: Update from upstream sources.
7107 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7109         Sync from src, merge:
7111         2009-07-02  Tristan Gingold  <gingold@adacore.com>
7113         * configure.ac: Do not exclude gas for i386-*-darwin.
7114         Add a case for x86_64-*-darwin.
7115         * configure: Regenerate.
7117 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
7119         * MAINTAINERS: Add my name to Write After Approval list.
7121 2009-08-06  Michael Eager  <eager@eagercon.com>
7123         * configure.ac: Add Microblaze target.
7124         * configure: Regenerate.
7126 2009-07-31  Christian Bruel  <christian.bruel@st.com>
7128         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7129         * configure: Regenerate.
7131 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
7133         * MAINTAINERS (Write After Approval): Update my e-mail address.
7135 2009-07-06  Ian Lance Taylor  <iant@google.com>
7137         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7138         * configure: Rebuild.
7140 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
7142         * MAINTAINERS: Move myself to the Graphite Reviewers.
7144 2009-06-30  Wei Guozhi  <carrot@google.com>
7146         * MAINTAINERS: Add my name to Write After Approval list.
7148 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
7150         PR bootstrap/40338
7151         * configure.ac (comparestring): Create new variable.
7152         * Makefile.tpl (comparestring): Use to skip some comparisions.
7153         * configure: Regenerate.
7154         * Makefile.in: Regenerate.
7156 2009-06-26  Doug Evans  <dje@sebabeach.org>
7158         * Makefile.def (host_modules): Add cgen.
7159         * Makefile.in: Regenerate.
7160         * configure.ac (host_tools): Add cgen.
7161         * configure: Regenerate.
7163 2009-06-23  DJ Delorie  <dj@redhat.com>
7165         * MAINTAINERS: Add myself as mep maintainer.
7167 2009-06-23  Ian Lance Taylor  <iant@google.com>
7169         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
7170         boot_languages.  Only bootstrap target libraries listed in
7171         target_libs for some boot language.  Add --with-stage1-ldflags,
7172         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
7173         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
7174         if not building with C++.
7175         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7176         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7177         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7178         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7179         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
7180         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7181         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7182         * configure, Makefile.in: Rebuild.
7184 2009-06-23  Li Feng  <nemokingdom@gmail.com>
7186         * MAINTAINERS: Added my name to write-after-approval list.
7188 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
7190         * configure.ac: Define is_elf for QNX Neutrino targets.
7191         * configure: Regenerate.
7193 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
7195         * MAINTAINERS: Added my name to the write-after-approval list
7197 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7199         * configure.ac: Detect MPC in default directory.
7200         * configure: Regenerate.
7202 2009-06-03  Jerome Guitton  <guitton@adacore.com>
7203             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7205         * Makefile.tpl (all): Avoid a trailing backslash.
7206         * Makefile.in: Regenerate.
7208 2009-06-03  Ben Elliston  <bje@au.ibm.com>
7210         * config.sub, config.guess: Update from upstream sources.
7212 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
7214         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7215         to noconfdirs.
7216         * configure: Regenerate.
7218 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
7220         * Makefile.tpl ([+compare-target+]): Compare all stage
7221         directories, rather than just gcc.
7222         * Makefile.in: Rebuilt.
7224 2009-06-01  Doug Kwan  <dougkwan@google.com>
7226         * configure.ac: Support gold for target arm*-*-*.
7227         * configure: Regenerate.
7229 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7231         * Makefile.def: Add MPC support and dependencies.
7232         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
7234         * Makefile.in, configure: Regenerate.
7236 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
7238         * Makefile.tpl (all): Avoid harmless warning in make all when
7239         gcc-bootstrap is enabled but stage_last does not exist.
7240         * Makefile.in: Rebuilt.
7242 2009-05-24  Nicolas Roche  <roche@adacore.com>
7244         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7245         * Makefile.in: Regenerate.
7247 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
7249         * MAINTAINERS: Update my e-mail address.
7251 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
7253         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
7254         * configure:  Regenerate.
7256 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7258         PR other/40159
7259         * Makefile.tpl (all): Don't assume gcc-bootstrap and
7260         gcc-no-bootstrap are mutually exclusive.
7261         * Makefile.in: Rebuilt.
7263 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7265         PR other/40159
7266         * Makefile.tpl (all): Don't end with unconditional success.
7267         * Makefile.in: Rebuilt.
7269 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
7271         PR target/37137
7272         * Makefile.def (flags_to_pass): Remove redundant and incomplete
7273         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7274         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7275         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
7276         stage_configureflags, stage_cflags and stage_libcflags into
7277         explicit Makefile macros.
7278         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7279         GFORTRAN.
7280         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7281         CC.  Set CC_FOR_BUILD from CC.
7282         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7283         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7284         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7285         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7286         and GFORTRAN.
7287         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7288         (_LIBCFLAGS): Renamed to _TFLAGS.
7289         (do-compare-debug, do-compare3-debug): Drop.
7290         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7291         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7292         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7293         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7294         (XGCC_FLAGS_FOR_TARGET): New.
7295         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7296         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7297         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7298         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7299         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7300         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7301         TFLAGS.
7302         (BUILD_CONFIG): Include if requested.
7303         (all): Set TFLAGS on bootstrap.
7304         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7305         (all-stageid-prefixmodule): Likewise.
7306         (do-clean, distclean-stageid): Set TFLAGS.
7307         (restrap): Fix whitespace.
7308         * Makefile.in: Rebuilt.
7310 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7312         * config.guess: Sync with src.
7314 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7316         * configure.ac ($with_ppl):  Default to no if not supplied.
7317         ($with_cloog):  Likewise.
7318         configure:  Regenerate.
7320 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7322         * MAINTAINERS: Update my e-mail address.
7324 2009-04-27  Nick Clifton  <nickc@redhat.com>
7326         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7328 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7330         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7331         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7332         * Makefile.in: Regenerate.
7334 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7336         PR bootstrap/39739
7337         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7338         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7340         * configure, Makefile.in: Regenerate.
7342 2009-04-21  Taras Glek  <tglek@mozilla.com>
7344         * include/hashtab.h: Update GTY annotations to new syntax
7345         * include/splay-tree.h: Likewise
7347 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7349         * config.sub, config.guess: Update from upstream sources.
7351 2009-04-15  Anthony Green  <green@moxielogic.com>
7353         * configure.ac: Add moxie support.
7354         * configure: Rebuilt.
7356 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7358         * configure.ac: Change copyright header to refer to version
7359         3 of the GNU General Public License and to point readers at the
7360         COPYING3 file and the FSF's license web page.
7361         * Makefile.def: Likewise.
7362         * Makefile.tpl: Likewise.
7363         * Makefile.in: Regenerate.
7365 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7367         * configure.ac: Restore match for darwin9 or later. Use double
7368         brackets since regeneration eats one pair.
7369         * configure: Regenerate.
7371 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7373         PR gas/10039
7374         * configure.ac: Require texinfo 4.7.
7375         * configure: Regenerated.
7377 2009-04-09  Nick Clifton  <nickc@redhat.com>
7379         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7380         the GCC Runtime Library Exception.
7382 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7384         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7385         * configure: Regenerate.
7387 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7389         * Makefil.def (languages): New entries.
7390         * Makefile.tpl (check-gcc-*): New generic target.
7391         * Makefile.in: Regenerate.
7393 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7395         * MAINTAINERS:  Update my email address.
7397 2009-03-18  Tom Tromey  <tromey@redhat.com>
7399         * configure: Rebuild.
7400         * configure.ac (host_libs): Add libiconv.
7401         * Makefile.in: Rebuild.
7402         * Makefile.def (host_modules): Add libiconv.
7403         (configure-gdb, all-gdb): Depend on libiconv.
7405 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7407         * configure.ac: Treat gdb as supported on x86_64-darwin.
7408         * configure: Regenerate.
7410 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7412         * configure.ac (--with-host-libstdcxx): New option.
7413         * configure: Regenerate.
7415 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7417         * MAINTAINERS:  Move myself into the write after approval list.
7419 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7421         * MAINTAINERS: Update e-mail address.
7423 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7425         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7427 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7429         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7431 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7433         Backport from git Libtool:
7435         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7436         Support GNU/kOpenSolaris.
7437         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7438         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7439         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7440         GNU/kOpenSolaris.
7442 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7444         * MAINTAINERS: Update e-mail address.
7446 2009-02-24  Michael Eager  <eager@eagercon.com>
7448         * MAINTAINERS (Write After Approval): Add self.
7450 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7452         * MAINTAINERS (Write After Approval): Add myself.
7454 2009-02-05  Andreas Schwab  <schwab@suse.de>
7456         * Makefile.tpl (stage_last): Define $r and $s before using
7457         $(RECURSE_FLAGS_TO_PASS).
7458         * Makefile.in: Regenerate
7460 2009-01-30  Ian Lance Taylor  <iant@google.com>
7462         * MAINTAINERS: Move myself to the Global Reviewers list.
7464 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7466         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7467         * configure: Regenerate.
7469 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7471         * MAINTAINERS: Make whitespace consistent.
7472         Remove Robert Millan from Write After Approval.
7474 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7476         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7477         (all-opcodes): Depend on all-libiberty.
7478         * Makefile.in: Regenerate.
7480 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7482         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7483         * configure: Regenerate.
7485 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7487         * MAINTAINERS (Write After Approval): Add myself.
7489 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7491         * MAINTAINERS: Add myself to reviewers (Fortran).
7493 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7495         PR tree-optimization/38515
7496         * configure.ac (cloog-polylib): Removed.
7497         (with_ppl, with_cloog): Test for "no".
7498         * configure: Regenerated.
7500 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7502         * MAINTAINERS: Moved myself to reviewers (Fortran).
7504 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7506         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7507         (Write After Approval): Remove myself.
7509 2009-01-03  Diego Novillo  <dnovillo@google.com>
7511         * MAINTAINERS: Remove myself from alias maintainership.
7513 2009-01-02  David Ayers  <ayers@fsfe.org>
7515         * MAINTAINERS: Update e-mail address.
7517 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7519         * MAINTAINERS: Make whitespace consistent.
7521 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7523         Backport from upstream Libtool:
7524         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7525         Add cache variables to tests that require the linker to work.
7526         For shlibpath_overrides_runpath, this also changes the semantics
7527         to let the result from the C compiler take precedence.
7529 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7531         * config.sub, config.guess: Update from upstream sources.
7533 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7535         * configure.ac (ppllibs): Add by default the lib flags.
7536         * configure: Regenerate.
7538 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7540         * MAINTAINERS:  Add myself to the write after approval list.
7542 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7544         * configure.ac: Add double brackets on darwin[912].
7545         * configure: Regenerate.
7547 2008-12-03  Daniel Kraft  <d@domob.eu>
7549         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7550         Approval to Reviewer section (for Fortran front-end).
7552 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7554         * configure.ac: Expand to darwin10 and later.
7555         * configure: Regenerate.
7557 2008-12-02  Andreas Schwab  <schwab@suse.de>
7559         * Makefile.def: configure-target-boehm-gc depends on
7560         all-target-libstdc++-v3.
7561         * Makefile.in: Regenerate.
7563 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7565         * MAINTAINERS:  Add myself as mingw maintainer.
7567 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7569         * config.sub, config.guess: Update from upstream sources.
7571 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7573         * README.SCO: Remove.
7575 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7577         * MAINTAINERS:  Add myself to the write after approval list.
7579 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7581         * MAINTAINERS:  Update my email address in WAA section.
7583 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7585         * MAINTAINERS: Update e-mail address.
7587 2008-11-27  Toon Moene  <toon@moene.org>
7589         * MAINTAINERS: Change e-mail address.
7591 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7593         * configure.ac: Build gdb for i?86-*-darwin*
7594         * configure: Regenerated.
7596 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7598         * MAINTAINERS: Added my full name.
7600 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7602         PR bootstrap/38014
7603         PR bootstrap/37923
7605         Revert:
7607         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7609         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7610         * Makefile.in: Regenerated.
7612         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7614         PR gdb/921
7615         PR gdb/1646
7616         PR gdb/2175
7617         PR gdb/2176
7619         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7620         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7621         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7622         (HOST_EXPORTS): Pass CPPFLAGS.
7623         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7624         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7625         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7626         * Makefile.in, configure: Regenerated.
7627         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7628         and CPPFLAGS_FOR_BUILD.
7630 2008-11-06  Jeff Law  <law@redhat.com>
7632         * MAINTAINERS: Add myself as middle end maintainer.
7634 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7636         * MAINTAINERS (Write after approval): Add myself.
7638 2008-11-05  Diego Novillo  <dnovillo@google.com>
7640         * MAINTAINERS (Global Reviewers): Add myself.
7641         (Non-Algorithmic Maintainers): Remove myself.
7643 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7645         * MAINTAINERS (Write after approval): Add myself.
7647 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7649         * MAINTAINERS (Write after approval): Add myself.
7651 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7653         * configure.ac (spu-*-*): Remove special case.
7654         * configure: Regenerate.
7656 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7658         * MAINTAINERS (Write after approval): Update my email address.
7660 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7662         * configure.ac [spu-*-*]: Do not set skipdirs.
7663         * configure: Re-generate.
7665 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7667         * MAINTAINERS (Various Maintainers): Add myself to reload.
7669 2008-10-25  Richard Guenther  <rguenther@suse.de>
7671         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7672         maintainer.  Remove myself as libgcc-math maintainer.
7673         (Non-Algorithmic Maintainers): Remove myself.
7675 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7677         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7678         * Makefile.in: Regenerated.
7680 2008-10-23  Cary Coutant  <ccoutant@google.com>
7682         * MAINTAINERS (Write after approval): Add myself.
7684 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7686         PR gdb/921
7687         PR gdb/1646
7688         PR gdb/2175
7689         PR gdb/2176
7691         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7692         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7693         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7694         (HOST_EXPORTS): Pass CPPFLAGS.
7695         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7696         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7697         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7698         * Makefile.in, configure: Regenerated.
7699         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7700         and CPPFLAGS_FOR_BUILD.
7702 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7704         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7705         Sebastian Pop.
7707 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7709         * MAINTAINERS (Write After Approval): Added myself.
7711 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7713         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7714         recommended version to 2.3.2.
7716         * configure: Regenerate.
7718 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7720         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7722 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7724         * MAINTAINERS (Write After Approval): Update e-mail address.
7726 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7728         * libtool.m4: Update to libtool 2.2.6.
7729         * lt~obsolete.m4: Update to libtool 2.2.6.
7730         * ltmain.sh: Update to libtool 2.2.6.
7731         * ltsugar.m4: Update to libtool 2.2.6.
7732         * ltversion.m4: Update to libtool 2.2.6.
7733         * ltoptions.m4: Update to libtool 2.2.6.
7734         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7736 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7738         * MAINTAINERS (Write After Approval): Add myself.
7740 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7742         * MAINTAINERS (Write After Approval): Update my name.
7744 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7746         * MAINTAINERS: Add myself in "Write After Approval".
7748 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7750         * MAINTAINERS: Add myself as ia64 maintainer.
7752 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7754         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7755         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7756         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7757         and Michael Tiemann from Write After Approval since they do not
7758         actually have access.
7760 2008-09-05  Richard Guenther  <rguenther@suse.de>
7762         * configure.ac: Initialize clooglibs to -lcloog.
7763         * configure: Re-generate.
7765 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7767         * MAINTAINERS (Write After Approval): Add myself.
7769 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
7771         * configure.ac (--with-cloog-polylib): New.
7772         (--disable-cloog-version-check): New.
7773         (--disable-ppl-version-check): New.
7774         * configure: Re-generate.
7776 2008-09-03  Richard Guenther  <rguenther@suse.de>
7778         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7779         cloog test.
7780         * configure: Re-generate.
7782 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
7784         Add picoChip port.
7785         * MAINTAINERS: Add picoChip maintainers.
7787 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
7788             Tobias Grosser  <grosser@fim.uni-passau.de>
7789             Jan Sjodin  <jan.sjodin@amd.com>
7790             Harsha Jagasia  <harsha.jagasia@amd.com>
7791             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7792             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
7793             Adrien Eliche  <aeliche@isty.uvsq.fr>
7795         Merge from graphite branch.
7796         * configure: Regenerate.
7797         * Makefile.in: Regenerate.
7798         * configure.ac (host_libs): Add ppl and cloog.
7799         Add checks for PPL and CLooG.
7800         * Makefile.def (ppl, cloog): Added modules and dependences.
7801         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7802         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7804 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7806         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7807         (GCC_SHLIB_SUBDIR): New.
7808         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7809         * configure: Regenerate.
7810         * Makefile.in: Regenerate.
7812 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7814         * MAINTAINERS: Consistently use tabs to separate columns.
7816 2008-08-29  Tristan Gingold  <gingold@adacore.com>
7818         * MAINTAINERS (Write after Approval): Add myself.
7820 2008-08-28  Tristan Gingold  <gingold@adacore.com>
7822         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7823         Enable bfd, binutils and opcodes.
7824         * configure: Regenerate.
7826 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7828         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
7830 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7832         * MAINTAINERS:  Use correct Umlaut for last name.
7834 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7836         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7838 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
7840         * MAINTAINERS: Update my email address.
7842 2008-08-16  Nicolas Roche  <roche@adacore.com>
7844         * Makefile.tpl: Add BOOT_ADAFLAGS.
7845         * Makefile.in: Regenerate.
7847 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
7849         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7850         * configure: Regenerate.
7852 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
7854         * configure.ac: Add makefile fragments for hpux.
7855         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7856         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7857         * configure: Regenerate.
7858         * Makefile.in: Regenerate.
7860 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
7862         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7864 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
7866         * MAINTAINERS (Write after Approval): Add myself.
7868 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
7870         * MAINTAINERS (Write After Approval):  Add myself.
7872 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7874         * MAINTAINERS (Write After Approval):  Add myself.
7876 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7878         * MAINTAINERS: Update my email address.
7880 2008-06-25  Joey Ye  <joey.ye@intel.com>
7882         * MAINTAINERS (Write After Approval):  Add myself.
7884 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7886         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7887         * Makefile.in: Regenerate.
7888         * configure: Regenerate.
7890 2008-06-17  Daniel Kraft  <d@domob.eu>
7892         * MAINTAINERS (Write After Approval):  Add myself.
7894 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7896         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7897         "$@" is still intact with both Autoconf 2.59 and 2.62.
7898         * configure: Regenerate.
7900 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7902         * Makefile.tpl: Fix comment errors.
7903         * Makefile.in: Regenerate.
7905 2008-06-12  David S. Miller  <davem@davemloft.net>
7906             David Edelsohn  <edelsohn@gnu.org>
7908         * configure.ac: Add powerpc*-*-* to gold supported targets.
7909         * configure: Regenerate.
7911 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
7913         PR tree-optimization/36218
7914         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7915         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7916         (all prefix="build-"): Pass them to build-system sub-makes.
7917         * Makefile.in: Regenerate.
7919 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7921         * MAINTAINERS (mt port): Remove.
7922         (sco5, unixware, sco udk): Remove.
7923         (Kean Johnston): Add to Write After Approval.
7925 2008-05-30  Julian Brown  <julian@codesourcery.com>
7927         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7928         of libobjc for ARM EABI Linux.
7929         * configure: Regenerate.
7931 2008-05-18  Xinliang David Li   <davidxl@google.com>
7933         * ChangeLog: Remove wrong ChangeLog entry.
7935 2008-05-17  Xinliang David Li   <davidxl@google.com>
7937         * MAINTAINERS (Write After Approval): Add myself.
7939 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7941         * MAINTAINERS (Write After Approval): Add myself.
7943 2008-05-14  Rafael Espíndola  <espindola@google.com>
7945         * config-ml.in: don't handle --enable-shared and --enable-static.
7947 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7949         * MAINTAINERS: Update my email address.
7951 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7953         * MAINTAINERS: Update my email address.
7955 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7957         * MAINTAINERS (Write After Approval): Add myself.
7959 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7961         * MAINTAINERS (Write After Approval): Add myself.
7963 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7965         * MAINTAINERS (crx): Add myself.
7967 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7969         Sync with src:
7970         2008-04-14  David S. Miller  <davem@davemloft.net>
7972         * configure.ac: Add sparc*-*-* to gold supported targets.
7973         * configure: Regenerate.
7975 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7977         PR bootstrap/35457
7978         * configure.ac: Include override.m4.
7979         * configure: Regenerate.
7981 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7983         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7984         * Makefile.in: Regenerate.
7986 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7988         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7989         as nonconfigurable directories list.
7990         * configure: Regenerate.
7992 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7994         * config.sub, config.guess: Update from upstream sources.
7996 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7998         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7999         * Makefile.in: Regenerate.
8001 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
8003         * configure.ac: Do not build libssp for the AVR.
8004         * configure: Regenerate.
8006 2008-04-07  Ian Lance Taylor  <iant@google.com>
8008         * Makefile.def: check-gold depends upon all-binutils.
8009         * Makefile.in: Regenerate.
8011 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
8013         * MAINTAINERS (Write After Approval): Add myself.
8015 2008-04-04  Nick Clifton  <nickc@redhat.com>
8017         PR binutils/4334
8018         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
8019         builds.
8020         * configure: Regenerate.
8022 2008-04-04  NightStrike  <NightStrike@gmail.com>
8024         PR other/35151
8025         * configure.ac: Combine rules for mingw32 and mingw64.
8026         * configure: Regenerate.
8028 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
8030         * MAINTAINERS (Write After Approval): Add myself.
8032 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
8034         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8035         * Makefile.in (.NOTPARALLEL): Ditto.
8037 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
8039         * MAINTAINERS (Write After Approval): Add myself.
8041 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
8043         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8044         * Makefile.in (.NOTPARALLEL): Regenerate.
8046 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
8048         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8049         * Makefile.in: Regenerate.
8051 2008-03-26  Jakub Staszak  <kuba@et.pl>
8053         * MAINTAINERS (Write After Approval): Add myself.
8055 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8057         * MAINTAINERS:  Update e-mail address.
8059 2008-03-20  Ian Lance Taylor  <iant@google.com>
8061         * configure.ac: Add support for --enable-gold.
8062         * Makefile.def: Add gold as a directory like ld.
8063         * configure, Makefile.in: Regenerate.
8065 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8067         * configure.ac: m4_include config/proginstall.m4.
8068         * configure: Regenerate.
8070         Backport from upstream Libtool:
8072         2007-10-12  Eric Blake  <ebb9@byu.net>
8074         Deal with Autoconf 2.62's semantic change in m4_append.
8075         * ltsugar.m4 (lt_append): Replace broken versions of
8076         m4_append.
8077         (lt_if_append_uniq): Don't require separator to be overquoted,
8078         and avoid broken m4_append.
8079         (lt_dict_add): Fix typo.
8080         * libtool.m4 (_LT_DECL): Don't overquote separator.
8082 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
8084         * config.rpath: Add AIX 6 support.
8086 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
8088         * Makefile.def (stageprofile).  Remove -fprofile-generate
8089         from stage_libcflags.
8090         * Makefile.in: Regenerate.
8092 2008-03-13  Ben Elliston  <bje@au.ibm.com>
8094         * config.sub, config.guess: Update from upstream sources.
8096 2008-03-06  Tom Tromey  <tromey@redhat.com>
8098         * MAINTAINERS: Update for treelang deletion.
8100 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
8102         * MAINTAINERS: Update my email address.
8104 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
8106         * MAINTAINERS (darwin port): Add myself as a maintainer.
8107         (objective-c/c++): Add myself as a maintainer.
8109 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
8111         * MAINTAINERS (Write After Approval): Update my email address.
8113 2008-02-25  Tomas Bily  <tbily@suse.cz>
8115         * MAINTAINERS (Write After Approval): Add myself.
8117 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
8119         * MAINTAINERS (OpenMP): Add myself.
8121 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
8123         PR bootstrap/32009
8124         PR bootstrap/32161
8126         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8127         * configure: Regenerate.
8129         * Makefile.def: Define stage_libcflags for all bootstrap stages.
8130         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8131         STAGE4_LIBCFLAGS): New.
8132         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8133         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8134         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8135         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8136         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8137         for target modules.  Don't export LIBCFLAGS.
8138         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8139         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8140         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8141         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8142         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8143         * Makefile.in: Regenerate.
8145 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8147         PR libgcj/33085
8148         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8149         Do not use -DDLL_EXPORT.  Backport from upstream.
8151 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8153         * MAINTAINERS (Write After Approval): Add myself.
8155 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
8157         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8158         * configure: Regenerate.
8160 2008-01-31  Marc Gauthier  <marc@tensilica.com>
8162         * configure.ac (xtensa*-*-*): Recognize processor variants.
8163         * configure: Regenerate.
8165 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8167         PR bootstrap/34922
8168         * configure.ac (PARSE_ARGS): Push suitable setting of
8169         ac_subdirs_all, for `./configure --help=recursive'.
8170         Handle `+' in generic toplevel directory disabling.
8171         * configure: Regenerate.
8173 2008-01-28  Nick Clifton  <nickc@redhat.com>
8175         * MAINTAINERS (xstormy16): Take over maintainership.
8177 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
8179         * MAINTAINERS (c4x port): Remove.
8181 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
8183         * libtool.m4: Backport AIX 6 support from ToT Libtool.
8185 2008-01-23  Ben Elliston  <bje@au.ibm.com>
8187         * config.sub, config.guess: Update from upstream sources.
8189 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
8191         * MAINTAINERS (Write After Approval): Add myself.
8193 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
8195         * MAINTAINERS: Update my email address.
8197 2008-01-09  Raksit Ashok  <raksit@google.com>
8199         * MAINTAINERS (Write After Approval): Add myself.
8201 2008-01-09  Raksit Ashok  <raksit@google.com>
8203         * MAINTAINERS (Write After Approval): Add myself.
8205 2008-01-08  Ben Elliston  <bje@au.ibm.com>
8207         * config.sub, config.guess: Update from upstream sources.
8209 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8211         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8212         Change recommended MPFR from 2.2.1 -> 2.3.0.
8213         * configure: Regenerate.
8215 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
8217         * MAINTAINERS: Update my email address.
8219 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
8221         * MAINTAINERS: Update my email address.
8223 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
8225         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8226         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8227         * Makefile.in: Regenerate.
8229 2007-12-10  Mark Heffernan  <meheff@google.com>
8231         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8232         misplaced entries.
8234 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8236         * configure.ac: Enable libjava for x86_64-*-darwin9.
8237         * configure: Regenerate.
8239 2007-12-07  Bill Maddox  <maddox@google.com>
8241         * MAINTAINERS (Write After Approval): Add myself.
8243 2007-12-05  Ben Elliston  <bje@au.ibm.com>
8245         * config.sub, config.guess: Update from upstream sources.
8247 2007-12-02  Matthias Klose  <doko@ubuntu.com>
8249         * config-ml.in: Remove 64bit configure tests.
8251 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8253         * config-ml.in: Robustify against white space in absolute file
8254         names.
8256         * config-ml.in (multi-clean): Substitute ${Makefile}.
8257         Remove superfluous ${Makefile} in list.
8259 2007-11-19  Thiemo Seufer  <ths@mips.com>
8261         * config-ml.in: Don't hardcode the Makefile name.
8263 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
8265         * MAINTAINERS (Write After Approval): Add myself.
8267 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8269         * MAINTAINERS (Write After Approval): Add myself.
8271 2007-11-06  Doug Kwan  <dougkwan@google.com>
8273         * MAINTAINERS (Write After Approval): Add myself.
8275 2007-10-25  Ben Elliston  <bje@au.ibm.com>
8277         * MAINTAINERS (mercury): Remove entry.
8278         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8280 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8282         * Makefile.def (dependencies): Make configure-gdb depend on
8283         all-intl.
8284         * Makefile.in: Regenerated.
8286 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8288         * MAINTAINERS (Fortran maintainer): Remove myself.
8290 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8292         * Makefile.def: To avoid problems running with parallel makes,
8293         build newlib before libgloss so that target specific header
8294         files are availble.
8295         * Makefile.in: Regenerate
8297 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8299         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8300         * Makefile.in: Regenerate.
8302 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8304         * MAINTAINERS (Register allocation reviewer): Add myself.
8306 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8308         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8309         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8310         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8311         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8312         * configure: Regenerate.
8314 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8316         * MAINTAINERS (Register allocation reviewer): Add myself.
8318 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8320         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8321         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8322         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8323         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8324         * configure.ac: Default them to host tools for $host = $build.
8325         Subst them.
8327         * configure: Regenerate.
8328         * Makefile.in: Regenerate.
8330 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8332         * MAINTAINERS (Register allocation reviewer): Add myself.
8334 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8336         * MAINTAINERS (Register allocation reviewer): Add myself.
8338 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8340         * MAINTAINERS (Write After Approval): Fix typo.
8342 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8344         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8345         * configure: Regenerate.
8347 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8349         PR bootstrap/31906
8350         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8351         they're already prefixed.
8353 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8355         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8356         libstdc++.
8357         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8358         * configure: Regenerate.
8359         * Makefile.in: Regenerate.
8361 2007-09-17  Andreas Schwab  <schwab@suse.de>
8363         * configure.ac: Raise minimum makeinfo version to 4.6.
8364         * configure: Regenerate.
8366 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8368         * MAINTAINERS (write-after-approval) add myself
8370 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8372         * configure.ac: Correct makeinfo version check.
8373         * configure: Regenerate.
8375 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8377         * MAINTAINERS: Update my email address.
8379 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8381         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8382         to $skipdirs and only disable gprof for newlib.  Use the normal
8383         mips*-elf* handling in other respects.
8384         * configure: Regnerate.
8386 2007-09-12  David Daney  <ddaney@avtrex.com>
8388         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8389         enabling libgcj.
8390         * configure: Regenerate.
8392 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8394         PR other/32154
8395         * configure.ac: For libgloss targets, point the linker to the linker
8396         script, startup code and simulator library.
8397         * configure: Regenerate.
8399 2007-09-07  Andrew Haley  <aph@redhat.com>
8401         * configure.ac (noconfigdirs): Remove target-libffi and
8402         target-libjava.
8403         * configure: Regenerate.
8405 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8407         PR target/33281
8408         * configure.ac: Use config/mh-mingw on mingw.
8409         * configure: Regenerate.
8411 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8413         * MAINTAINERS (Write After Approval): Add myself.
8415 2007-09-05  Richard Guenther  <rguenther@suse.de>
8417         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8418         nor --disable-checking is provided also turn on yes and types
8419         checking for stage1.
8420         * configure: Re-generate.
8422 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8424         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8425         (Write After Approval): Remove myself.
8427 2007-08-29  Nick Clifton  <nickc@redhat.com>
8429         * config.sub, config.guess: Update from upstream sources.
8431 2007-08-22  Bud Davis  <jmdavis@link.com>
8433         * MAINTAINERS (Write After Approval): Added myself.
8434         * MAINTAINERS (Reviewers): Removed myself.
8436 2007-08-18  Paul Brook  <paul@codesourcery.com>
8437             Joseph Myers  <joseph@codesourcery.com>
8439         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8440         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8441         * Makefile.in: Regenerate.
8442         * configure.ac (--with-debug-prefix-map): New.
8443         * configure: Regenerate.
8445 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8446             Nigel Stephens  <nigel@mips.com>
8448         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8449         as target_makefile_frag.
8450         * configure: Regenerate.
8452 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8454         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8455         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8456         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8457         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8458         (do-compare, do-compare3, do-compare-debug): New.
8459         ([+compare-target+]): Use them.
8461 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8463         * MAINTAINERS (Write After Approval): Change my email address.
8465 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8466             Ben Elliston  <bje@au.ibm.com>
8468         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8469         --silent if $silent.
8470         * configure: Regenerate.
8472 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8474         * MAINTAINERS (Various Maintainers): Add myself as
8475         loop infrastructure maintainer.  Update my e-mail
8476         address.
8478 2007-07-31  Diego Novillo  <dnovillo@google.com>
8480         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8481         Adjust description.
8483 2007-07-26  Richard Guenther  <rguenther@suse.de>
8485         * configure.ac: Add types checking to stage1 checking flags.
8486         * configure: Regenerate.
8488 2007-07-17  Nick Clifton  <nickc@redhat.com>
8490         * COPYING3: New file.  Contains version 3 of the GNU General
8491         Public License.
8492         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8493         Lesser General Public License.
8495 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8497         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8499 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8501         * MAINTAINERS (S/390 co-maintainer): Add myself.
8502         (Write After Approval): Remove myself.
8504 2007-07-13  Dan Hipschman  <dsh@google.com>
8506         * MAINTAINERS (Write After Approval): Add myself.
8508 2007-07-11  Nick Clifton  <nickc@redhat.com>
8510         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8511         WINDRES export.
8512         * Makefile.in: Regenerate.
8514 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8516         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8517         maintainer.
8519 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8521         * lt~obsolete.m4: New. Import from 20070318 libtool.
8523 2007-07-03  Julian Brown  <julian@codesourcery.com>
8525         * MAINTAINERS (Write After Approval): Add myself.
8527 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8529         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8530         * configure: Regenerate.
8532 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8534         * configure.ac: Add some missing m4 quotation.
8535         * configure: Regenerate.
8537 2007-07-02  Simon Baldwin  <simonb@google.com>
8539         * MAINTAINERS (Write After Approval): Add myself.
8541 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8543         * configure: Regenerate.
8545 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8547         * Makefile.def: Add windmc tool to build.
8548         * Makefile.tpl: Likewise.
8549         * configure.ac: Likewise.
8550         * Makefile.in: Regenerate.
8551         * configure: Regenerate.
8553 2007-06-28  DJ Delorie  <dj@redhat.com>
8555         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8556         not building newlib.
8557         * configure: Regenerated.
8559 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8561         * MAINTAINERS (Write After Approval): Add myself.
8563 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8565         * MAINTAINERS (Write After Approval): Add myself.
8567 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8569         * MAINTAINERS (Write After Approval): Add myself.
8571 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8573         * MAINTAINERS (Write After Approval): Add myself.
8575 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8577         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8578         * Makefile.in: Regenerated.
8580 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8582         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8583         bfin*-*-uclinux* targets.
8584         * configure: Regenerate.
8586 2007-06-14  Ian Lance Taylor  <iant@google.com>
8588         * MAINTAINERS: Add myself as non-algorithmic global write
8589         maintainer.
8591 2007-06-14  Diego Novillo  <dnovillo@google.com>
8593         * MAINTAINERS: Add self as middle-end maintainer and
8594         non-algorithmic global write maintainer.
8596 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8598         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8599         Move all Fortran maintainers except Paul Brook into the
8600         Non-Autopoiesis section.
8602 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8604         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8605         (distclean-stage[+id+]): Possibly delete stage_last.
8606         * Makefile.in: Regenerate.
8608 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8610         * MAINTAINERS (Various Maintainer): Fix typo.
8612 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8614         * MAINTAINERS (Various Maintainer): Add myself as
8615         dataflow maintainer.
8617 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8619         * config.sub, config.guess: Update from upstream sources.
8621 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8623         * Makefile.tpl: Fix spelling error.
8624         * Makefile.in: Regenerate.
8626 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8628         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8629         lt_cv_sys_max_cmd_len.
8631 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8633         * MAINTAINERS (Various Maintainers): Add myself as
8634         auto-vectorizer maintainer.
8636 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8638         PR libjava/32098
8639         * libtool.m4: Revert previous change.
8640         * ltgcc.m4: Put it here.
8642 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8644         * MAINTAINERS (Various Maintainers): Add myself as
8645         auto-vectorizer maintainer.
8647 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8649         PR libjava/32098
8650         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8652 2007-05-30  Richard Guenther  <rguenther@suse.de>
8654         * MAINTAINERS (Various Maintainers): Add myself as
8655         auto-vectorizer maintainer.
8657 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8659         PR bootstrap/29382
8660         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8661         * configure: Rebuilt.
8663 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8665         * MAINTAINERS (Write After Approval): Removed my name.
8667 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8669         * MAINTAINERS (Write After Approval): Remove myself.
8671 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8673         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8675 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8677         * ltmain.sh: Update from ToT Libtool.
8678         * libtool.m4: Update from ToT Libtool.
8679         * ltsugar.m4: New. Update from ToT Libtool.
8680         * ltversion.m4: New. Update from ToT Libtool.
8681         * ltoptions.m4: New. Update from ToT Libtool.
8682         * ltconfig: Remove.
8683         * ltcf-c.sh: Remove.
8684         * ltcf-cxx.sh: Remove.
8685         * ltcf-gcj.sh: Remove.
8687 2007-05-22  Ollie Wild  <aaw@google.com>
8689         * MAINTAINERS (Write After Approval): Add myself.
8691 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8693         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8694         stage_cflags.
8695         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8696         Remove CFLAGS/LIBCFLAGS.
8697         (configure-stage[+id+]-[+prefix+][+module+],
8698         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8699         * Makefile.in: Regenerate.
8701 2007-05-15  Diego Novillo  <dnovillo@google.com>
8703         * MAINTAINERS: Update e-mail address.
8705 2007-05-15  Revital Eres  <eres@il.ibm.com>
8707         * MAINTAINERS (Write After Approval): Add myself.
8709 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8711         * MAINTAINERS (Write After Approval): Updated my address.
8713 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8715         * MAINTAINERS (Write After Approval): Add myself.
8717 2007-05-11  Silvius Rus  <rus@google.com>
8719         * MAINTAINERS (Write After Approval): Add myself.
8721 2007-04-23  Tom Tromey  <tromey@redhat.com>
8723         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8725 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8727         * MAINTAINERS (cpplib): Rename to ...
8728         (libcpp): ... this.  Add C/C++ front end maintainers.
8730 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8732         * config-ml.in: Pass ${ml_config_env} to configure calls.
8734 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8736         * MAINTAINERS (Write After Approval): Add myself.
8738 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8740         * MAINTAINERS (Write After Approval): Add myself.
8742 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8744         * MAINTAINERS (fortran 95 front end): Add myself.
8746 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8748         * MAINTAINERS (Write After Approval): Add myself.
8750 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8752         * MAINTAINERS (Modulo Scheduler): Add myself.
8754 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8756         * MAINTAINERS (fortran 95 front end): Add myself.
8757         (c++ front end): whitespace fix.
8759 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8761         * MAINTAINERS (Write After Approval): Add myself.
8763 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8765         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8766         of glob.  Quote arguments with single quotes too.
8767         * configure: Regenerate.
8769 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8771         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8772         * Makefile.in: Regenerate
8774 2007-03-07  Andreas Schwab  <schwab@suse.de>
8776         * configure: Regenerate.
8778 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
8780         * configure.ac: Add "--with-pdfdir" configure option,
8781         which defines pdfdir variable.
8782         * Makefile.def (target=fixincludes): Add install-pdf to
8783         missing targets.
8784         (recursive_targets): Add install-pdf target.
8785         (flags_to_pass): Add pdfdir.
8786         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8787         target.
8788         * configure: Regenerate
8789         * Makefile.in: Regenerate
8791 2007-02-28  Eric Christopher  <echristo@apple.com>
8793         Revert:
8794         2006-12-07  Mike Stump  <mrs@apple.com>
8796         * Makefile.def (dependencies): Add dependency for
8797         install-target-libssp and install-target-libgomp on
8798         install-gcc.
8799         * Makefile.in: Regenerate.
8801 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
8803         * configure: Regenerate.
8804         * configure.ac: Move statements after variable declarations.
8806 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
8808         * MAINTAINERS: Add myself as sh maintainer.
8810 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
8812         * configure.ac: Adjust for loop syntax.
8813         * configure: Regenerate.
8815 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8817         * configure: Rebuilt.
8819 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8821         * configure.ac: Drop multiple occurrences of --enable-languages,
8822         and fix its quoting.
8823         * configure: Rebuilt.
8825 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
8826             Nathan Sidwell  <nathan@codesourcery.com>
8827             Vladimir Prus  <vladimir@codesourcery.com>
8828             Joseph Myers  <joseph@codesourcery.com>
8830         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8831         * configure: Regenerate.
8833 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
8835         * ltconfig (freebsd*): Default to elf.
8837 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8839         * configure.ac (target_libraries): Move libgcc before libiberty.
8840         * configure: Regenerated.
8842 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8843             Paolo Bonzini  <bonzini@gnu.org>
8845         PR bootstrap/30753
8846         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
8847         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
8848         * configure: Regenerated.
8850 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8852         * MAINTAINERS (Language Front End Maintainers): Update my mail
8853         address.
8855 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8857         PR bootstrap/30748
8858         * configure.ac: Correct syntax for Solaris ksh.
8859         * configure: Regenerated.
8861 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8863         * configure.ac: Sync with src.
8864         * configure: Regenerate.
8866 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8868         * Makefile.in: Regenerate.
8870 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8872         * config.sub: Sync with src.
8874 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8876         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8877         noncanonical equivalents.
8878         * configure.in: Rename to...
8879         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8880         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8881         target_noncanonical.  Use them.  Rewrite removal of configure
8882         arguments for autoconf 2.59.  Discard variable settings.  Force
8883         program_transform_name for native tools.
8885         * Makefile.in: Regenerated.
8886         * configure: Regenerated with autoconf 2.59.
8888 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
8890         * MAINTAINERS (Write After Approval): Add myself.
8892 2007-01-31  Andreas Schwab  <schwab@suse.de>
8894         * Makefile.tpl (LDFLAGS): Substitute it.
8895         * Makefile.in: Regenerate.
8897 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8899         * MAINTAINERS (Write After Approval): Add myself.
8901 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
8903         * MAINTAINERS (spu port): Add myself.
8905 2007-01-23  Richard Guenther  <rguenther@suse.de>
8907         PR bootstrap/30541
8908         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8909         * Makefile.tpl (GNATBIND): Substitute it.
8910         (GNATMAKE): Likewise.
8911         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8912         of STAGE_PREFIX.
8913         * Makefile.in: Regenerate.
8914         * configure: Regenerate.
8916 2007-01-18  Mike Stump  <mrs@apple.com>
8918         * configure.in: Re-enable -Werror for gcc builds.
8920 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8922         * MAINTAINERS (Write After Approval): Add myself.
8924 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8926         * configure.in: Change == to = in test command.
8927         * configure: Regenerate.
8929 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8930             Nick Clifton  <nickc@redhat.com>
8931             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8933         * configure.in (build_configargs, host_configargs, target_configargs):
8934         Remove build/host/target parameters.
8935         (host_libs): Add gmp and mpfr.
8936         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8937         * Makefile.def (gmp, mpfr): New.
8938         (gcc): Remove target.
8939         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8940         target_os, target_vendor): New.
8941         (configure): Add host_alias/target_alias arguments; adjust invocations.
8942         * configure: Regenerate.
8943         * Makefile.in: Regenerate.
8945 2007-01-11  Matt Fago  <fago@earthlink.net>
8947         * configure.in: Try to link to functions only in mpfr 2.2.x
8948         to improve robustness of configure tests.
8949         * configure: Regenerate.
8951 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8953         * MAINTAINERS: Add myself as i386 maintainer.
8955 2007-01-08  Jan Hubicka  <jh@suse.cz>
8957         * MAINTAINERS: Add myself as i386 maintainer.
8959 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8961         * configure.in: Add support for an x86_64-mingw* target.
8962         * configure: Regenerate.
8964 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8966         * Makefile.tpl (all-target): Correct @if conditional for target
8967         modules.
8968         * configure.in: Omit libiberty if building only target libgcc.
8969         * configure, Makefile.in: Regenerated.
8971 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8973         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8974         * configure: Regenerate.
8976 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8978         * Makefile.def (target_modules): Add libgcc.
8979         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8980         * Makefile.tpl (clean-target-libgcc): Delete.
8981         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8982         on gcc even for bootstrapped modules.  Rewrite handling of
8983         lang_env_dependencies to loop over target_modules.
8984         * configure.in (target_libraries): Add target-libgcc.
8985         * Makefile.in, configure: Regenerated.
8987 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8989         * configure.in: Reorganize recognition of languages.  Add
8990         --enable-stage1-languages.  Show supported languages for the chosen
8991         target rather than all recognized languages.
8992         * configure: Regenerate.
8994 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8996         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8997         * Makefile.in: Regenerate.
8999 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9001         * configure.in: Warn that MPFR 2.2.0 is buggy.
9002         * configure: Regenerate.
9004 2006-12-27  Ian Lance Taylor  <iant@google.com>
9006         * configure.in: When removing Makefiles to force a reconfigure, also
9007         remove prev-DIR*/Makefile.
9008         * configure: Regenerate.
9010 2006-12-22  Andreas Schwab  <schwab@suse.de>
9012         * configure: Regenerate with correct autoconf version.
9014 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
9016         * configure.in: add AC_SUBST for *_FOR_TARGET.
9017         * configure: Regenerate.
9019 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9021         * configure.in: Simplify logic for rejecting languages that cannot
9022         be built.  Separate the case when a language is unsupported,
9023         from the case when the user chooses not to build a language.
9025 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9027         * configure.in: Remove "$build" case for powerpc-*-darwin* since
9028         it only affects bootstrap and could be tested on "$host" as well.
9029         * configure: Regenerate.
9030         * config/mh-ppc-darwin: Add to the stage1 cflags here.
9032 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9034         PR bootstrap/29544
9035         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9036         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9037         move here comment from Makefile.tpl.
9038         * Makefile.tpl: Move some definitions higher in the file.
9039         (STAGE1_CHECKING): New.
9040         * configure.in: Add --enable-stage1-checking.
9041         * configure: Regenerate.
9042         * Makefile.in: Regenerate.
9044 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9046         * MAINTAINERS: Add myself as build system maintainer.
9048 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
9050         * MAINTAINERS (Write After Approval): Add myself.
9052 2006-12-13  Eric Christopher  <echristo@apple.com>
9054         * MAINTAINERS: Add myself as darwin maintainer.
9056 2006-12-11  Ian Lance Taylor  <ian@airs.com>
9058         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9060 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
9062         MAINTAINERS: Update my entry.
9064 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
9066         * configure.in:  Handle spu makefile frag.
9067         * Makefile.tpl (MAINT): Define
9068         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9069         * configure: Regenerate.
9070         * Makefile.in: Regenerate.
9072 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9074         * config.guess: Import latest version.
9075         * config.sub: Likewise.
9077 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9079         * configure.in (spu-*-*): Don't skip target-libiberty.
9080         * configure: Regenerate.
9082 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
9084         PR bootstrap/30134
9085         * configure.in: Correct x86 darwin support for libjava to powerpc
9086         and i?86 only.
9087         * configure: Regenerate.
9089 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
9091         * configure.in: Add x86 darwin support for libjava.
9092         * configure: Regenerate.
9094 2006-12-07  Mike Stump  <mrs@apple.com>
9096         * Makefile.def (dependencies): Add dependency for
9097         install-target-libssp and install-target-libgomp on
9098         install-gcc.
9099         * Makefile.in: Regenerate.
9101 2006-12-04  Richard Guenther  <rguenther@suse.de>
9103         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9104         (Non-Algorithmic Maintainers): Move over non-algorithmic
9105         loop optimizer maintainers, add myself as a non-algorithmic
9106         middle-end maintainer.
9108 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
9110         * MAINTAINERS (Write After Approval): Add myself.
9112 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9114         * configure.in: Update error message for missing GMP/MPFR.
9116         * configure: Regenerate.
9118 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9120         * configure.in: Update MPFR version in error message.
9122         * configure: Regenerate.
9124 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9126         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9127         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9128         --with-gmp-lib): New flags.
9130         * configure: Regenerate.
9132 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
9134         * MAINTAINERS (Write After Approval): Change my email address.
9136 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9138         * MAINTAINERS (Write After Approval): Add myself.
9140 2006-11-22  Philipp Thomas  <pth@suse.de>
9142         * MAINTAINERS (i18n): Update e-mail address.
9144 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9146         * MAINTAINERS (spu port): Add myself as maintainer.
9147         (Write After Approval): Remove myself.
9149 2006-11-22  Ben Elliston  <bje@au.ibm.com>
9151         * configure.in (skipdirs): Don't build libssp for SPU.
9152         * configure: Regenerate.
9154 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9156         * MAINTAINERS (spu port): Add myself as maintainer.
9157         (libobjc): Update my email address.
9159 2006-11-21  Andrea Bona  <andrea.bona@st.com>
9161         * MAINTAINERS (Write After Approval): Add myself.
9163 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9165         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9166         * configure : Rebuilt.
9168 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9170         * MAINTAINERS (Write After Approval): Add myself.
9172 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
9174         * MAINTAINERS (Write After Approval): Add myself.
9176 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9178         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9179         libmpfr.a.
9180         * configure: Regenerate.
9182 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
9184         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9185         (unstage): Test for stage_last presence.
9187         PR bootstrap/29802
9188         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9189         STAGE_PREFIX.
9190         * Makefile.in: Regenerate.
9192 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
9194         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9195         maintainers.
9197 2006-11-14  Erven Rohou  <erven.rohou@st.com>
9199         * MAINTAINERS (Write After Approval): Add myself.
9201 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
9203         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9204         and stageN-package/Makefile.
9205         * Makefile.in: Regenerated.
9207 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
9209         * configure.in: Remove target-libgloss from noconfigdirs for
9210         bfin-*-*.
9211         * configure: Regenerated.
9213 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9215         * configure.in (have_gmp): Only error if the gcc directory exists.
9217         * configure: Regenerate.
9219 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9221         * configure.in: Robustify error message for missing GMP/MPFR.
9223         * configure: Regenerate.
9225 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
9227         * MAINTAINERS (Write After Approval): Add myself.
9229 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
9231         * MAINTAINERS: Change email address.
9233 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
9235         * MAINTAINERS (Write After Approval): Add myself.
9237 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
9239         * MAINTAINERS (Write After Approval): Add myself.
9241 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
9243         * MAINTAINERS (Write After Approval): Move myself to
9244         Write After Approval section.
9246 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9248         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
9249         need_gmp anymore.
9250         * configure: Regenerate.
9252 2006-10-16  Tobias Burnus  <burnus@net-b.de>
9254         * MAINTAINERS (Write After Approval): Add myself.
9256 2006-10-16  Ben Elliston  <bje@au.ibm.com>
9258         * config.guess: Import latest version.
9259         * config.sub: Likewise.
9261 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
9263         * Makefile.def: Added pdf target handling.
9264         * Makefile.tpl: Added pdf target handling.
9265         * Makefile.in: Regenerated.
9267 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
9269         * MAINTAINERS: Add self as score port maintainer.
9271 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
9273         * MAINTAINERS (Write After Approval): Add myself.
9275 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
9277         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
9278         or newer.
9279         * configure: Regenerated.
9281 2006-09-27  Dave Brolley  <brolley@redhat.com>
9283         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9284         using $s instead of $r.
9285         * configure: Regenerated.
9287 2006-09-26  Thiemo Seufer  <ths@mips.com>
9289         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9290         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9291         * configure: Regenerate.
9293 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9295         * MAINTAINERS (Write After Approval): Remove myself.
9297 2006-09-22  Chao-ying Fu  <fu@mips.com>
9299         * MAINTAINERS (Write After Approval): Add myself.
9301 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9303         * MAINTAINERS: Add self as soft-fp maintainer.
9305 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9307         * MAINTAINERS: Add myself as avr maintainer.
9308         Remove Marek Michalkiewicz as avr maintainer.
9310 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9312         * MAINTAINERS (Write After Approval): Add myself.
9314 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9316         * configure.in: Never build newlib for a Mingw host.
9317         Never build newlib as Mingw target library.
9318         Test the existence of winsup/cygwin for building a Cygwin newlib,
9319         rather than just winsup.
9320         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9321         building a Mingw target.
9322         * configure: Regenerate.
9324 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9326         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9328 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9330         * config.guess: Import from src (was more updated).
9331         * config.sub: Likewise.
9333 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9335         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9336         * configure: Regenerated.
9338 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9340         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9341         for stages after the first.
9343 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9345         * Makefile.def: Add dependencies for configure-opcodes
9346         on configure-intl and all-opcodes on all-intl.
9347         * Makefile.in: Regenerated.
9349 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9351         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9353 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9355         Port to hosts whose 'sort' and 'tail' implementations
9356         treat operands with leading '+' as file names, as POSIX
9357         has required since 2001.  However, make sure the code still
9358         works on pre-POSIX hosts.
9359         * ltmain.sh: Don't assume "sort +2" is equivalent to
9360         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9362 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9364         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9366 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9368         * ltconfig: chmod 644 before ranlib during install.
9370 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9372         PR bootstrap/18058
9373         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9374         if the bootstrap compiler is a GCC version that supports it.
9375         * configure: Regenerate.
9377 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9379         * configure.in: Fix thinkos in previous check-in.
9380         * configure: Regenerate.
9382 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9384         PR other/27063
9385         * configure.in: Test subdir_requires and give an appropriate
9386         error message.
9387         * configure: Regenerate.
9389 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9391         * MAINTAINERS (Write After Approval): Add myself.
9393 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9395         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9397 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9399         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9401 2006-06-20  David Ayers  <d.ayers@inode.at>
9403         PR bootstrap/28072
9404         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9405         whether target-libjava is being configured instead of whether the
9406         java front end is enabled.
9407         * configure: Regenerate.
9409 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9411         PR target/27540
9412         * configure.in: Only enable libgomp on IRIX 6.
9413         * configure: Regenerate.
9415 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9417         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9418         too.
9419         * Makefile.in: Regenerate.
9421 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9423         * config-ml.in: Alter CCASFLAGS to include special
9424         multilib options the same as is done for CFLAGS.
9426 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9428         * configure.in: Don't enable libgomp on hpux10.
9429         * configure: Rebuilt.
9431 2006-06-12  David Ayers  <d.ayers@inode.at>
9433         PR bootstrap/27963
9434         PR target/19970
9435         * configure.in: Remove target-boehm-gc from noconfigdirs where
9436         ${libgcj} is specified.
9437         * configure: Regenerate.
9439 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9441         Sync from src:
9443         * configure.in: Sync.
9444         * configure: Regenerated.
9446         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9448         * Makefile.def: Added dependencies from sim and gdb on intl, and
9449         added configure dependencies to everything with an all dependency
9450         on intl.
9451         * Makefile.in: Regenerated.
9453 2006-06-06  David Ayers  <d.ayers@inode.at>
9455         PR libobjc/13946
9456         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9457         * Makefile.in: Regenerate.
9458         * configure.in: Add --enable-objc-gc at toplevel and have it
9459         enable boehm-gc for Objective-C.
9460         Remove target-boehm-gc from libgcj.
9461         Add target-boehm-gc to target_libraries.
9462         Add target-boehm-gc to noconfigdirs where ${libgcj}
9463         is specified.
9464         Assert that boehm-gc is supported when requested for Objective-C.
9465         Only build boehm-gc if needed either for Java or Objective-C.
9466         * configure: Regenerate.
9468 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9470         PR 27674
9471         * Makefile.tpl (configure-[+prefix+][+module+],
9472         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9473         Remove rule to unstage bootstrapped modules.
9474         (stage_current): New.
9475         * Makefile.in: Regenerate.
9477 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9479         * MAINTAINERS (Write After Approval): Update my e-mail address.
9481 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9483         * include/libiberty.h: Declare pex_run_in_environment.
9485 2006-05-31  Asher Langton  <langton2@llnl.gov>
9487         * MAINTAINERS (Write After Approval): Add myself.
9489 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9491         * Makefile.def (bfd, opcodes): Fix lib_path.
9492         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9493         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9494         * Makefile.in: Regenerate.
9496 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9498         * Makefile.in: Regenerate.
9500 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9502         * Makefile.def: Add install-html target. Add datarootdir
9503         docdir and htmldir to flags_to_pass.
9504         * Makefile.tpl: Add install-html target.
9505         * Makefile.in: Regenerate.
9506         * configure.in: Add --with-datarootdir, --with-docdir, and
9507         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9508         * configure: Regenerate.
9510 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9512         * configure.in: Enable gprof for cross builds.
9513         * configure: Regenerate.
9515 2006-05-22  Richard Guenther  <rguenther@suse.de>
9517         Revert
9518         2006-01-31  Richard Guenther  <rguenther@suse.de>
9519         Paolo Bonzini  <bonzini@gnu.org>
9521         * Makefile.def (target_modules): Add libgcc-math target module.
9522         * configure.in (target_libraries): Add libgcc-math target library.
9523         (--enable-libgcc-math): New configure switch.
9524         * Makefile.in: Re-generate.
9525         * configure: Re-generate.
9526         * libgcc-math: New toplevel directory.
9528 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9529             Andreas Tobler  <a.tobler@schweiz.ch>
9531         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9532         * configure: Rebuilt.
9534 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9536         * MAINTAINERS (Write After Approval): Add myself.
9538 2006-05-01  DJ Delorie  <dj@redhat.com>
9540         * configure.in: Restore CFLAGS if GMP isn't present.
9541         * configure: Regenerate.
9543 2006-05-01  Richard Guenther  <rguenther@suse.de>
9545         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9546         maintainer.
9548 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9550         * MAINTAINERS (Write After Approval): Add myself.
9552 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9554         * MAINTAINERS (Write After Approval): Add myself.
9556 2006-04-18  DJ Delorie  <dj@redhat.com>
9558         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9559         reference libgloss so that libssp can be built in a combined
9560         tree.
9561         * configure: Regenerate.
9563 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9565         * MAINTAINERS (Write After Approval): Add myself.
9567 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9569         * configure.in: Require makeinfo 4.4 or higher.
9570         * configure: Regenerate.
9572 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9574         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9575         Rearrange the entries of other libraries to have them in one place.
9577 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9579         * MAINTAINERS (Write After Approval): Remove myself.
9580         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9582 2006-03-14  Richard Guenther  <rguenther@suse.de>
9584         * configure: Regenerate with autoconf 2.13.
9586 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9588         * MAINTAINERS: Use my work address.
9590         * MAINTAINERS: Update my E-mail address.
9592 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9594         * configure.in: Handle --disable-<component> generically.
9595         * configure: Regenerate.
9597 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9599         PR libgcj/17311
9600         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9602 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9604         * MAINTAINERS (Write After Approval):  Remove myself.
9605         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9607 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9609         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9610         (TARGET_CONFIGDIRS): Remove.
9611         * configure.in: Remove AC_SUBST(target_configdirs).
9612         * Makefile.in, configure: Regenerated.
9614 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9616         * MAINTAINERS (Write After Approval):  Remove myself.
9617         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9619 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9621         PR bootstrap/25670
9623         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9625         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9626         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9627         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9628         BUILD_PREFIX, BUILD_PREFIX_1.
9629         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9631         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9632         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9634         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9635         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9636         of `cat stage_current`.  Always provide the `r' and `s' variables.
9637         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9638         a single shell execution.
9639         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9640         bootstrapped modules, make the stage1 module if the build was not
9641         started yet, else build the current stage.
9642         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9643         (all-build, all-host, all-target, [+make_target+]-host,
9644         [+make_target+]-target): Do not use \-continued lines.
9645         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9646         (current_stage, restrap, stage_last): New.
9648         * Makefile.in: Regenerate.
9649         * configure: Regenerate.
9651 2006-02-19  Bud Davis  <jmdavis@link.com>
9653         * MAINTAINERS (Write After Approval):  Remove myself.
9654         (Language Front End Maintainers):  Add myself as fortran 95
9655         maintainer and update e-mail address.
9657 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9659         * MAINTAINERS (Write After Approval):  Remove myself.
9660         (Language Front End Maintainers):  Add myself as fortran 95
9661         maintainer.
9663 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9665         * MAINTAINERS (Write After Approval): Add myself.
9667 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9669         * MAINTAINERS (Write After Approval):  Remove myself.
9670         (Language Front End Maintainers):  Add myself as
9671         fortran 95 maintainer.
9673 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9675         Sync from src:
9677         2005-12-27  Leif Ekblad  <leif@rdos.net>
9679         * configure.in: Add support for RDOS target.
9680         * configure: Regenerate.
9682 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9683             Andreas Schwab  <schwab@suse.de>
9685         * configure: Regenerate.
9687 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9689         * configure.in (enable_libgomp): Add AIX.
9690         * configure: Regenerate.
9692 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9694         * MAINTAINERS (Write After Approval): Add myself.
9696 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9698         * MAINTAINERS (Write After Approval): Add myself.
9700 2006-01-31  Richard Guenther  <rguenther@suse.de>
9701         Paolo Bonzini  <bonzini@gnu.org>
9703         * Makefile.def (target_modules): Add libgcc-math target module.
9704         * configure.in (target_libraries): Add libgcc-math target library.
9705         (--enable-libgcc-math): New configure switch.
9706         * Makefile.in: Re-generate.
9707         * configure: Re-generate.
9708         * libgcc-math: New toplevel directory.
9710 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9712         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9713         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9714         the assembler, linker and binutils.
9715         * configure: Regenerate.
9717 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9719         * MAINTAINERS (Write After Approval): Add myself.
9721 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9723         * configure: Regenerate.
9725 2006-01-18  Richard Henderson  <rth@redhat.com>
9726             Jakub Jelinek  <jakub@redhat.com>
9727             Diego Novillo  <dnovillo@redhat.com>
9729         * libgomp: New directory.
9730         * Makefile.def: Add target_module libgomp.
9731         * Makefile.in: Regenerate.
9732         * configure.in (target_libraries): Add target-libgomp.
9733         * configure: Regenerate.
9735 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9737         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9738         @ from continuation.
9739         * Makefile.in: Rebuilt.
9741 2006-01-04  Chris Lattner  <sabre@gnu.org>
9743         * MAINTAINERS (Write After Approval): Add myself.
9745 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9747         PR bootstrap/24252
9749         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9750         * Makefile.tpl (OBJDUMP): New.
9751         (EXTRA_HOST_FLAGS): Add it.
9752         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9754         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9755         to use symbolic links between directories.  Avoid race conditions
9756         or make them harmless.
9757         * configure.in: Do not try to use symbolic links between directories.
9759         * Makefile.def (LEAN): Pass.
9760         * Makefile.tpl (LEAN): Define.
9761         (stage[+id+]-start): Accept that the previous directory does not
9762         exist, if the bootstrap is lean.
9763         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9764         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9765         configure substitution.
9766         ([+compare-target+]): Likewise.
9767         ([+bootstrap-target+]-lean): New.
9768         * configure.in: Remove lean bootstrap support from here.
9770         * Makefile.in: Regenerate.
9771         * configure: Regenerate.
9773 2006-01-04  Ben Elliston  <bje@au.ibm.com>
9775         * MAINTAINERS (libdecnumber): Add myself.
9777 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
9779         * libtool-ldflags: New script.
9781 2006-01-02  Andreas Schwab  <schwab@suse.de>
9783         * configure.in: When reconfiguring remove Makefile in
9784         all stage directories.
9785         * configure: Regenerate.
9787 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
9789         * MAINTAINERS: Update my email address.
9791 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
9793         Revert Ada-related part of the previous change.
9795         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9796         Do not pass.
9797         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9798         * Makefile.in: Regenerate.
9799         * configure.in: Do not include mt-ppc-aix target fragment.
9800         * configure: Regenerate.
9802 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
9804         * configure.in: Select appropriate fragments for PowerPC/AIX.
9805         * configure: Regenerate.
9807         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9808         BOOT_CFLAGS, BOOT_LDFLAGS.
9809         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9810         BOOT_CFLAGS, BOOT_LDFLAGS.
9811         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9812         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9813         (stage): Fail if we cannot complete the work.
9814         * Makefile.in: Regenerate.
9816 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9818         * configure.in: Replace ms1 with mt.
9819         * configure: Rebuilt.
9821 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
9823         * MAINTAINERS: Update my email address.
9825 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
9827         * Makefile.tpl (all, do-[+make_target+], do-check, install,
9828         install-host-nogcc): Don't invoke $(stage) at the end.
9829         * Makefile.in: Regenerate.
9831 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
9833         * configure.in: Flip the top-level bootstrap switch.
9834         * configure: Regenerate.
9836 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
9838         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9839         $(stage) and $(unstage).
9840         (EXTRA_TARGET_FLAGS): Correct double-quoting.
9841         (all): Remove stray semicolon.
9842         (local-distclean): Don't handle multilib.tmp and multilib.out.
9843         (install.all): Set $s for consistency.
9844         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9845         check_multilibs setting.  Always make the install directory.
9846         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9847         Correct @if/@endif.
9848         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9849         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9850         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9851         (multilib.out): Remove.
9852         * Makefile.in: Regenerated.
9854 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
9856         * MAINTAINERS (Write After Approval): Add myself.
9858 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9860         * MAINTAINERS: Add myself as mt maintainer.
9862         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
9864 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
9866         * MAINTAINERS: Change email address.
9868 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
9870         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9871         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9872         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9873         Find in-tree tools if available.
9874         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9875         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9876         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9877         (COMPILER_*_FOR_TARGET): New.
9878         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9879         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9880         (CONFIGURED_*, USUAL_*): Remove.
9881         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9882         STRIP): Use autoconf substitutions.
9883         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9884         COMPILER_NM_FOR_TARGET): New.
9885         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9887         (all): Make all-host and all-target in parallel.
9888         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9889         that $$r and $$s are set before invoking a recursive make.
9890         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9891         ([+bootstrap-target+]): Inline most of the `all' target.
9893 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9895         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9896         from the gcc build directory.
9897         * Makefile.in: Regenerate.
9899 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9901         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9902         depend on all-libdecnumber.
9903         * configure.in (host_libs): Include libdecnumber.
9904         * Makefile.in: Regenerate.
9905         * configure: Likewise.
9907 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9909         * libdecnumber: Import decNumber sources from the dfp-branch.
9911 2005-11-21  Kean Johnston  <jkj@sco.com>
9913         * config.sub, config.guess: Sync from upstream sources.
9915 2005-11-21  Ben Elliston  <bje@au.ibm.com>
9917         Import from Autoconf sources:
9919         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9920         * config/move-if-change: Don't output "$2 is unchanged";
9921         suggested by Ben Elliston.  Handle weird characters correctly.
9923 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9925         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9926         to match upstream libtool for darwin.
9928 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9930         * Makefile.def: Remove gdb dependencies for gdbtk.
9931         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9932         (configure-gdb, install-gdb): New rules.
9933         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9934         * Makefile.in, configure: Regenerated.
9936 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9938         * MAINTAINERS (Write After Approval): Add myself.
9940 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9942         * MAINTAINERS (Write After Approval): Add myself.
9944 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9946         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9947         Diego Novillo.
9949 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9951         PR bootstrap/24297
9952         * Makefile.tpl (do-[+make-target+], do-check, install,
9953         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9954         are set before recursing.
9955         * Makefile.in: Regenerate.
9957 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9959         PR bootstrap/18939
9960         * Makefile.def (gcc) <target>: Fix thinko.
9961         * Makefile.in: Regenerate.
9963 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9965         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9966         * configure: Regenerate.
9968 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9970         * MAINTAINERS (Write After Approval): Add self.
9972 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9974         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9975         target-libffi, target-qthreads, target-libjava, and
9976         targetlibobjc.
9977         * configure: Regenerate.
9979 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9981         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9982         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9983         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9984         (USUAL_OBJDUMP_FOR_TARGET): New.
9985         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9986         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9987         * configure, Makefile.in: Regenerated.
9989 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9991         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9992         before other host packages.
9994 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9996         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9998 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10000         PR bootstrap/22340
10002         * configure.in (default_target): Remove.
10003         * Makefile.tpl (all): Do not use prerequisites as subroutines
10004         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10005         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10006         use prerequisites as subroutines.
10007         (check-host, check-target): New.
10008         (bootstrap configure & all targets): Do not use stage*-start
10009         if the directory layout is already ok.
10010         (non-bootstrap configure & all targets): Prepend a $(unstage).
10011         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
10012         (NOTPARALLEL): Remove.
10013         (unstage, stage variables): New variables.
10014         (unstage, stage targets): Simply expand to those variables.
10016         * configure: Regenerate.
10017         * Makefile.in: Regenerate.
10019 2005-10-04  James E Wilson  <wilson@specifix.com>
10021         * Makefile.def (lang_env_dependencies): Add libmudflap.
10022         * Makefile.in: Regenerate.
10024 2005-10-03  Andreas Schwab  <schwab@suse.de>
10026         Backport from libtool CVS:
10027         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
10029         * ltmain.sh: add support for installing into temporary
10030         staging area (e.g. 'make install DESTDIR=...')
10032 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10034         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10035         * configure: Regenerated.
10037 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
10039         * configure: Regenerate with the correct
10040         autoconf version.
10042 2005-09-30  Catherine Moore  <clm@cm00re.com>
10044         * configure.in (bfin-*-*): New.
10045         * configure: Regenerated.
10047 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
10049         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10050         (LIPO_FOR_TARGET): New.
10051         (CONFIGURED_LIPO_FOR_TARGET): New.
10052         (USUAL_LIPO_FOR_TARGET): New.
10053         (STRIP_FOR_TARGET): New.
10054         (CONFIGURED_STRIP_FOR_TARGET): New.
10055         (USUAL_STRIP_FOR_TARGET): New.
10056         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10057         STRIP_FOR_TARGET.
10058         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10059         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10060         * Makefile.in: Regenerate.
10061         * configure: Regenerate.
10063 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
10065         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10066         (rs6000-*-aix*): Same.
10067         * configure: Regenerate.
10069 2005-09-16  Tom Tromey  <tromey@redhat.com>
10071         * MAINTAINERS: Add self as java maintainer.
10073 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
10075         * configure.in: Recognize f95 in the --enable-languages option,
10076         and substitute it for fortran, issuing a warning.
10077         * configure: Regenerate.
10079 2005-08-30  Phil Edwards  <phil@codesourcery.com>
10081         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
10082         * configure:  Regenerated.
10084 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
10086         * MAINTAINERS: Add self as ms1 maintainer.
10088 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
10090         * Makefile.def (libssp): Add to lang_env_dependencies.
10091         * Makefile.in: Regenerate.
10093 2005-08-18  Ian Lance Taylor  <ian@airs.com>
10095         * MAINTAINERS: Add myself as middle-end maintainer.
10097 2005-08-17  Christian Groessler  <chris@groessler.org>
10099         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10100         * Makefile.in: Regenerate.
10102 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
10104         * MAINTAINERS (write after approval): Added myself.
10106 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
10108         * MAINTAINERS (Write After Approval): Add myself.
10110 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
10112         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10113         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10114         Look for alternate names of the target cc and c++
10115         * configure: Regenerate.
10117 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
10119         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10120         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10121         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10122         tools; remove code to manually set them.
10123         (Target tools): Look in the environment for them.
10124         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10125         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10126         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10127         build directory.
10128         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10129         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10130         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10131         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10132         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10133         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10134         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10135         * configure: Regenerate.
10136         * Makefile.in: Regenerate.
10138 2005-07-28  Ben Elliston  <bje@au.ibm.com>
10140         * MAINTAINERS: Update for removed CPU targets.
10142 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
10144         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
10145         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
10146         * Makefile.in: Regenerated.
10148 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
10150         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10151         (CFLAGS_FOR_TARGET): Use it.
10152         (CXXFLAGS_FOR_TARGET): Likewise.
10153         * Makefile.in: Regenerated.
10154         * configure.in (--with-build-sysroot): New option.
10155         * configure: Regenerated.
10157 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
10159         * Makefile.tpl: Wrap install between unstage and stage
10160         * Makefile.in: Regenerate.
10162 2005-07-21  Eric Christopher  <echristo@apple.com>
10164         * MAINTAINERS: Update affiliation.
10166 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
10168         * MAINTAINERS: Add self as crx port maintainer.
10170 2005-07-20  DJ Delorie  <dj@redhat.com>
10172         * MAINTAINERS: Add self as m32c maintainer.
10174 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
10176         * all files: Update FSF address.
10178 2005-07-15  Eric Christopher  <echristo@redhat.com>
10180         * MAINTAINERS: Change affiliation.
10182 2005-07-14  Jim Blandy  <jimb@redhat.com>
10184         * configure.in: Add cases for Renesas m32c.
10185         * configure: Regenerated.
10187 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10189         * COPYING.LIB: Update from fsf.org.
10191 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10193         * COPYING, compile, config.guess,
10194         config.sub, install-sh, missing, mkinstalldirs,
10195         symlink-tree, ylwrap: Sync from upstream sources.
10196         * config-ml.in: Update FSF address.
10198 2005-07-13  Eric Christopher  <echristo@redhat.com>
10200         * configure.in: Add toplevel noconfigdir support for tpf.
10201         * configure: Regenerate.
10203 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
10205         PR ada/22340
10207         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10208         * Makefile.in: Regenerate.
10210 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
10212         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
10213         Brolley to write-after-approval.
10215 2005-07-07  Andreas Schwab  <schwab@suse.de>
10217         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10218         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10219         * Makefile.in: Regenerated.
10221 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
10223         * configure.in: Don't build sim or rda when targetting darwin.
10224         * configure: Regenerate.
10226 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
10228         * configure.in: Add --enable-libssp and --disable-libssp.
10229         * configure: Regenerate with autoconf-2.13.
10231 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
10233         * Makefile.def (target_modules): Add libssp.
10234         * configure.in (target_libraries): Add target-libssp.
10235         * configure: Rebuilt.
10236         * Makefile.in: Rebuilt.
10238 2005-07-01  Zack Weinberg  <zackw@panix.com>
10240         * MAINTAINERS: Change email address.  Resign from maintainership.
10242 2005-07-01  Richard Guenther  <rguenther@suse.de>
10244         * MAINTAINERS: Change my e-mail address and affiliation.
10246 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
10248         * Makefile.def (stagefeedback): Come after profile.
10249         Define profiledbootstrap target.
10250         * Makefile.tpl (profiledbootstrap): Remove.
10251         (stageprofile-end): Zap stagefeedback.
10252         (stagefeedback-start): Copy all .gcda files, not only GCC's.
10253         * Makefile.in: Regenerate.
10255 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
10257         * MAINTAINERS: Update my email address.
10259 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
10261         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
10262         In 'cpp' stanza, support '#line' as well as '# '.
10264 2005-06-08  Andreas Schwab  <schwab@suse.de>
10266         * MAINTAINERS: Move myself from 'Write After Approval' to
10267         'CPU Port Maintainers' section as m68k maintainer.
10269 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
10271         * configure.in (unsupported_languages): New macro.
10272         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
10273         non-ported target libraries in noconfigdirs.
10274         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10275         non-linux-gnu.  Remove libgcj_ex_libffi.
10276         <lang_frag loop>: Set add_this_lang=no if the language is in
10277         unsupported_languages.
10278         * configure: Regenerate.
10280 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10282         * configure.in: Fix typo in handling of --with-mpfr-dir.
10283         * configure: Regenerate.
10285 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10287         * MAINTAINERS: Update my email address.
10289 2005-06-02  Jim Blandy  <jimb@redhat.com>
10291         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10292         accepted into the master sources.)
10294 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10295             Michael Snyder  <msnyder@redhat.com>
10296             Stan Cox  <scox@redhat.com>
10298         * configure.in: Set noconfigdirs for ms1.
10300         * configure: Regenerate.
10302 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10304         * MAINTAINERS (Write After Approval): Add self.
10306 2005-06-01  Josh Conner  <jconner@apple.com>
10308         * MAINTAINERS (Write After Approval): Add self.
10310 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10312         * MAINTAINERS: Update my email address.
10314 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10316         * MAINTAINERS (Write After Approval): Add self.
10318 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10320         * MAINTAINERS (Write After Approval): Remove self.
10322 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10324         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10325         (Dependencies): Consider target modules for bootstrap dependencies.
10326         Make target bootstrap modules depend on each stage's gcc.
10327         * Makefile.in: Regenerate.
10329 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10331         * Makefile.def (configure-gcc): Depend on binutils having been built.
10332         (all-gcc): No need to do it here.
10333         * Makefile.in: Regenerate.
10335 2005-05-19  Paul Brook  <paul@codesourcery.com>
10337         * configure.in: Rewrite misleading error message when requested
10338         language cannot be built.
10339         * configure: Regenerate.
10341 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10343         * ylwrap: Import from Automake 1.9.5.
10345 2005-05-13  David Ung  <davidu@mips.com>
10347         * MAINTAINERS (Write After Approval): Add self.
10349 2005-05-09  Mike Stump  <mrs@apple.com>
10351         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10352         lt_cv_sys_max_cmd_len for now.
10354 2005-05-09  Stan Cox  <scox@redhat.com>
10356         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10358 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10360         * README.SCO: Update the URL.
10362 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10364         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10365         with_gnu_ld to libtool.
10366         * ltcf-c.sh (aix[45]): Define file_list_spec.
10367         * ltcf-cxx.sh (aix[45]): Same.
10368         * ltcf-gcj.sh (aix[45]): Same.
10369         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10370         exists, write list of input files to temporary file.
10372 2005-05-04  Mike Stump  <mrs@apple.com>
10374         * configure.in: Always pass --target to target configures as
10375         otherwise rebuilds that do --recheck will fail.
10376         * confiugure: Rebuilt.
10378 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10380         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10381         STAGE_HOST_EXPORTS.
10382         (configure, all): Add bootstrap support.
10383         (Host modules, target modules): Pass post-stage1 flags and exports.
10384         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10385         * Makefile.in: Regenerate.
10387 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10389         * configure: Regenerate.
10391 2005-04-27  Mike Stump  <mrs@apple.com>
10393         * MAINTAINERS: Add self as darwin maintainer.
10395 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10397         * config.sub: Update from master copy.
10399 2005-04-21  Mike Stump  <mrs@apple.com>
10401         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10402         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10404 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10406         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10407         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10408         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10409         "*-*-elf" and "*-*-linux*".
10410         * configure: Regenerate.
10412 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10414         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10416 2005-04-12  Mike Stump  <mrs@apple.com>
10418         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10420 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10422         * MAINTAINERS (Write After Approval): Add myself.
10424 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10426         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10428 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10430         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10431         (TARGET_CONFIGARGS): Include --with-target-subdir.
10432         (configure, all): New macros.  Use them throughout.
10433         * Makefile.in: Regenerate.
10435 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10437         * MAINTAINERS (Write After Approval): Add myself.
10439 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10441         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10443 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10445         * MAINTAINERS: Move John Carr to Write After Approval.
10447 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10449         * config/mh-mingw32: Delete.
10450         * configure.in: Don't use it.
10451         * configure: Regenerate.
10453 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10455         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10456         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10457         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10458         (HOST_LIB_PATH): Generate from Makefile.def.
10459         (TARGET_LIB_PATH): Likewise.
10460         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10461         * Makefile.in: Regenerate.
10462         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10463         (RPATH_ENVVAR): Include Darwin case.
10464         * configure: Regenerate.
10466 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10468         * MAINTAINERS (Various Maintainers): Remove self.
10469         (Write After Approval): Add self.
10471 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10473         * MAINTAINERS (Various Maintainers): Add self.
10475 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10477         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10478         * configure: Regenerate.
10480 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10482         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10483         gcc_version, and gcc_version_trigger from set of flags to pass.
10484         * Makefile.tpl: Remove definitions of above variables.
10485         (config.status): Remove dependency on $(gcc_version_trigger).
10486         * Makefile.in: Regenerate.
10487         * configure.in: Do not reference config/gcc-version.m4 nor
10488         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10489         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10490         * configure: Regenerate.
10492 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10493             Andrew Pinski  <pinskia@physics.uc.edu>
10495         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10496         * Makefile.in: Regenerate.
10498 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10500         * MAINTAINERS (Write After Approval): Add myself.
10502 2005-03-03  David Ayers  <d.ayers@inode.at>
10504         * MAINTAINERS (Write After Approval): Add myself.
10506 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10508         PR libgcj/20160
10509         * ltmain.sh: Avoid creating archives with components that have
10510         duplicate basenames.
10512 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10514         PR bootstrap/20250
10515         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10516         instead of check.
10517         * Makefile.in: Regenerate.
10519 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10521         * Makefile.in: Regenerate to fix conflict between the previous two
10522         patches.
10524 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10526         PR bootstrap/17383
10527         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10528         * Makefile.tpl (HOST_SUBDIR): New substitution.
10529         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10530         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10531         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10532         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10533         (Host modules, Bootstrapped modules): Use it.
10534         (Build modules, Target modules): Do not create symlink trees,
10535         always configure out-of-srcdir.
10536         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10537         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10538         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10539         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10541         * Makefile.in: Regenerate.
10542         * configure: Regenerate.
10544 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10546         Merged from libada-gnattools-branch:
10547         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10549         * gnattools: New directory.
10550         * Makefile.def: Add gnattools as a module, depending on target-libada.
10551         * Makefile.in: Regenerate.
10552         * configure.in: Include gnattools in host_tools; disable it if ada
10553         is disabled.
10554         * configure: Regenerate.
10556 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10558         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10559         treelang maintainer.
10560         (Write After Approval): Remove myself.
10562 2005-02-23  Paul Schlie  <schlie@comcast.net>
10564         * configure.in: Allow darwin targeted ports to build tk, itcl and
10565         libgui.
10566         * configure: Regenerate.
10568 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10570         PR libgcj/10353
10571         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10572         * configure: Regenerate.
10574 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10576         * MAINTAINERS (Write After Approval): Add myself.
10578 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10580         * MAINTAINERS: Update my e-mail address.
10582 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10584         * MAINTAINERS (Write After Approval): Add myself.
10586 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10588         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10589         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10590         target-libgloss when not *-*-elf and *-*-aout.
10591         * configure: Regenerate.
10593 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10595         * MAINTAINERS: Remove obsolete entries.
10597         * MAINTAINERS (Write After Approval): Add Michael Matz.
10599 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10601         * MAINTAINERS: Remove self as cpplib maintainer.
10603 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10605         * install-sh, config.sub: Import from upstream.
10607 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10609         PR bootstrap/18222
10610         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10611         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10612         * Makefile.in: Regenerate.
10614 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10616         * MAINTAINERS: Update my email address.
10618 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10619             Andreas Schwab  <schwab@suse.de>
10621         PR bootstrap/18033
10622         * config-ml.in: Eval option if surrounded by single quotes.
10624 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10626         Revert 2004-12-28 Makefile changes, a better fix will be
10627         applied to mainline and src after GCC 4.0 branches.
10629 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10631         PR bootstrap/17383
10633         * Makefile.def (target_modules): Remove stage parameter,
10634         it is always true now.
10635         * Makefile.tpl (configure-build-[+module+],
10636         configure-target-[+module+]): Always build symlink tree
10637         for the directory and for include.  BUILD_SUBDIR and
10638         TARGET_SUBDIR cannot be . anymore.
10639         * Makefile.in: Regenerate.
10641 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10643         Revert 2004-12-08 Makefile changes.
10645 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10647         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10648         cygwin, mingw.
10650 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10652         * configure.in (sh64-*-*): Reenable gprof.
10653         * configure: Regenerate.
10655 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10657         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10658         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10659         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10660         * Makefile.in: Regenerate.
10662 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10664         * MAINTAINERS: Update my email address.
10666 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10668         * Makefile.tpl: Generate normal dependencies if the LHS module is
10669         not bootstrapped.
10670         * Makefile.in: Regenerate.
10672 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10674         * configure.in: Include config/gxx-include-dir.m4.  Use
10675         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10676         * configure: Regenerate.
10678 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10680         * config.if: Delete.
10681         * configure.in: Set libstdcxx_incdir directly.
10682         * configure: Regenerate.
10684 2004-12-02  Eric Christopher  <echristo@redhat.com>
10686         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10687         * Makefile.in: Regenerate.
10689 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10691         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10692         * configure: Regenerate.
10694 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10696         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10697         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10698         * configure: Regenerate.
10700 2004-12-01  Eric Christopher  <echristo@redhat.com>
10702         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10703         of things to remove.
10705 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10707         * MAINTAINERS (Write After Approval): Update my e-mail address.
10709 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10711         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10712         from CVS libtool to always pass_all.
10714 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10716         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10717         (hppa*64*-*-*): Delete incorrect comment.
10718         * configure: Rebuilt.
10720 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10722         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10724 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10726         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10727         from CVS libtool to always pass_all.
10729 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10731         * install-sh, compile: Import from automake.
10733 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10735         * config.guess, config.sub:  Import from savannnah.
10737 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10739         * MAINTAINERS (Write After Approval): Add myself
10741 2004-11-12  Mike Stump  <mrs@apple.com>
10743         * Makefile.def: Add html support.
10744         * Makefile.tpl: Likewise.
10745         * Makefile.in: Regenerate.
10747 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10749         PR 18423
10750         * configure.in: Remove all instances of build-fixincludes from
10751         noconfigdirs.
10752         (build_configargs): Supply --target to subdirectories.
10753         * configure: Regenerate.
10755         * Makefile.def: Make gcc install depend on fixincludes install.
10756         * Makefile.in: Regenerate.
10758 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10760         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10762 2004-11-11  Paul Brook  <paul@codesourcery.com>
10764         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10766 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10768         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10769         target-libgfortran.
10770         * configure: Regenerate.
10772 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
10774         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10775         like CC.
10777 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
10779         * Makefile.def (host fixincludes): Specify missing targets.
10780         * Makefile.in: Regenerate.
10782 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
10784         * MAINTAINERS: Add myself
10786 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
10788         * MAINTAINERS (Write After Approval): Add myself.
10790 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
10792         * Makefile.def: Build fixincludes for the host, too.
10793         * Makefile.in: Regenerate.
10794         * configure.in (host_tools): Add fixincludes.
10795         * configure: Regenerate.
10797 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
10799         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10800         * configure: Regenerated.
10802 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
10804         PR other/17783
10805         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10806         * configure: Regenerated.
10808 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
10810         * README.SCO: Update per FSF instructions.
10812 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
10814         PR target/18151
10815         * configure.in (case ${target}): Do not build fixincludes for avr.
10816         * configure: Regenerated.
10818 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
10820         * configure.in (case ${target}): Do not build fixincludes
10821         on platforms where it is not used.
10822         * configure: Regenerated.
10824 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
10826         * configure.in: Use an absolute path to install-sh.
10827         * configure: Regenerated.
10829 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
10831         * MAINTAINERS (Write After Approval): Add myself.
10833 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
10835         * MAINTAINERS: Remove from Write After Approval those that are
10836         already maintainers.
10838 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
10840         * MAINTAINERS:  Update my email address.
10842 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
10844         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10845         * configure: Regenerate.
10847 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
10849         * MAINTAINERS:  Update my email address.
10851 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
10853         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
10854         entries belonging to this category.
10856 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
10858         * MAINTAINERS: Update my e-mail address.
10860 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
10862         Fix wrong conflict resolution in:
10864         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10866         * Makefile.in: Regenerate.
10867         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10868         in the recursive `make', instead of hardwiring `all'.
10869         (Autogenerated TARGET-* variables): New.
10871 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10873         * configure.in: Enable target-libgloss for crx-*-*.
10874         * configure: Regenerate.
10876 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10878         * MAINTAINERS (Various Maintainers): Move the "windows,
10879         cygwin, mingw" maintainer to ...
10880         (OS Port Maintainers): ... here.
10882 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10884         * MAINTAINERS (Write After Approval): Remove those that are
10885         maintainers of some subsystem.
10887 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
10889         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10890         * ltcf-cxx.sh (tpf*): Likewise.
10891         * ltconfig (tpf*): Add TPF OS configuration support.
10893 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
10895         * MAINTAINERS: Change my email address to my new work account.
10897 2004-09-24  Michael Roth  <mroth@nessie.de>
10899         * configure.in (--without-headers): Add missing double quotes.
10900         * configure: Regenerate.
10902 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10904         * ylwrap: Revert to previous version.
10906 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10908         PR bootstrap/17369
10909         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10910         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10911         SET_GCC_LIB_PATH_CMD.
10912         (BASE_TARGET_EXPORTS): Likewise.
10913         * Makefile.in: Regenerated.
10915         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10916         * configure: Regenerated.
10918 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10920         * config.guess: New upstream version
10921         * compile, depcomp, install-sh, ylwrap: Likewise.
10923 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10925         * config/mh-x86omitfp: New host makefile fragment.  Add
10926         -fomit-frame-pointer to the default BOOT_CFLAGS.
10927         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10928         * configure: Regenerate.
10930 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10932         PR target/11572
10933         * configure.in (*-*-darwin*): Renable libobjc.
10934         * configure: Regenerate.
10936 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10938         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10940 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10942         * Makefile.def: Remove libbanshee.
10943         * Makefile.tpl: Ditto.
10944         * configure.in: Ditto.
10945         * Makefile.in: Regen.
10946         * configure: Ditto.
10948 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10950         * ltmain.sh: Use $pic_object as $non_pic_object if
10951         $non_pic_object=none.
10953 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10955         * missing: Import latest version from master repository.
10957 2004-09-06  Nick Clifton  <nickc@redhat.com>
10959         * config.sub: Import latest version from master repository.
10960         * config.guess: Likewise.
10961         This includes these changes:
10963         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10965         * config.sub: Handle crisv32, alias etraxfs.
10966         * config.guess (crisv32:Linux:*:*): Handle.
10968         2004-08-13  Brad Smith  <brad@comstyle.com>
10970         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10971         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10973         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10975         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10976         assume the processor is a powerpc.  This is because coreutils
10977         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10978         in this case, due to a MacOS X bug that causes
10979         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10980         to return a negative number.
10981         Problem reported by Petter Reinholdtsen in:
10982         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10984         2004-07-19  Ben Elliston  <bje@gnu.org>
10986         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10988         2004-06-24  Ben Elliston  <bje@gnu.org>
10990         * config.guess: Update copyright years.
10991         * config.sub: Likewise.
10993         2004-06-22  Robert Millan  <robertmh@gnu.org>
10995         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10996         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10998         2004-06-22  Stanley F. Quayle <stan@stanq.com>
11000         * config.guess (*:*VMS:*:*): New entry. Replaces
11001         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11002         manufacturer.
11004         2004-06-22  Ben Elliston  <bje@gnu.org>
11006         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11007         * config.sub: Likewise.
11009         2004-06-22  Ben Elliston  <bje@gnu.org>
11011         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11012         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11014         2004-06-11  Ben Elliston  <bje@gnu.org>
11016         * config.guess (pegasos:OpenBSD:*:*): Remove.
11018         2004-06-11  Ben Elliston  <bje@gnu.org>
11020         From Wouter Verhelst <wouter@grep.be>:
11021         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11023         2004-06-11  Ben Elliston  <bje@gnu.org>
11025         * config.guess (luna88k:OpenBSD:*:*): New.
11027         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
11029         * config.guess (m32r*:Linux:*:*): New case.
11030         * config.sub: Handle m32rle.
11032         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
11034         From Jens Petersen  <petersen@redhat.com>:
11035         * config.sub: Handle sparcv8.
11037         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
11039         From Tom Smith <smith@cag.lkg.hp.com>:
11040         * config.guess: Version suffixes are equally significant on Tru64
11041         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
11042         prefix of "P" (patched kernel).
11044         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
11046         * config.sub: Add support for National Semiconductor CRX target.
11048 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
11050         * MAINTAINERS (Various Maintainers): Remove myself as web page
11051         maintainer, add myself as maintainer of build status lists.
11053 2004-09-03  Jan Beulich  <jbeulich@novell.com>
11055         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11056         *-*-netware, but add target-libmudflap.
11057         Consolidate *-*-netware targets (of which really only i?86 exists)
11058         into a single entry.
11059         * configure: Likewise.
11061 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
11063         * Makefile.tpl (sorry): Remove.
11064         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11065         (cleanstrap targets): Depend on distclean, not distclean-stage1.
11066         (do-clean): Clean per-stage directories too.
11067         (do-distclean): Run distclean-stage1 too.
11068         (.NOTPARALLEL): Enable during toplevel bootstrap.
11069         (stage[+id+]-bubble): Enable parallel execution during
11070         the recursive invocation.
11071         * Makefile.in: Regenerate.
11073         Fix previous checkin:
11075         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11076         include.
11077         * configure.in: Fix indentation.
11078         * configure: Regenerate.
11080 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
11082         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11083         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11084         * configure: regenerate
11085         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
11086         -mdynamic-no-pic
11088 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
11090         * Makefile.def (build_modules): Add fixincludes.
11091         (dependencies): Make gcc depend on fixincludes.
11092         * configure.in (build_tools): Add fixincludes.
11093         (build_configdirs): Always include build_libs.
11094         * Makefile.in: Regenerate.
11095         * configure: Regenerate.
11097 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
11099         * Makefile.def (bootstrap stages): Add 'lean' parameter.
11100         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11101         phony targets; do not generate timestamp files.
11102         (distclean-stageN): Remove references to their timestamp files.
11103         (restageN, touch-stageN): Remove.
11104         (stageN-bubble): Rewritten.
11105         (compare): Support lean bootstraps.
11106         * Makefile.in: Regenerate.
11108         * configure.in: Only warn when bootstrapping but
11109         build != host or build != target.  Support lean bootstraps.
11110         * configure: Regenerate.
11112 2004-08-26  Phil Edwards  <phil@codesourcery.com>
11114         * configure.in:  Give a better error message if GMP/MPFR are missing
11115         and a language needing them has been requested.
11116         * configure:  Regenerated.
11118 2004-08-25  Phil Edwards  <phil@codesourcery.com>
11120         * configure.in:  Print a list of available language front-ends if
11121         a requested one is missing.  Tidy stray tab characters.
11122         * configure:  Regenerated.
11124 2004-08-19  Michael Koch  <konqueror@gmx.de>
11126         * gcc/doc/install.texi: Update entry about automake for libjava.
11128 2004-08-17  Robert Millan  <robertmh@gnu.org>
11130         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11131         (instead of FreeBSD).
11132         * configure: Regenerate.
11134 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11136         * Makefile.in: Regenerate.
11137         * configure: Regenerate.
11139         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11140         stage_*_flags.
11141         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11142         for bootstrapped modules if toplevel bootstrap is going.
11143         (GCC bootstrap): Generate per-stage targets for all bootstrapped
11144         modules.  Adjust for changes in Makefile.def.  Enable several
11145         rules even in non-bootstrap mode, just to avoid peppering the
11146         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11147         (stage-[+prev+]-bubble): Remove.
11149         * Makefile.def (Dependencies): Depend on all-build-bison,
11150         all-build-flex, all-build-byacc, all-build-texinfo, rather
11151         than the host variations.
11152         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
11153         with BUILD_SUBDIR.
11154         (BISON): Update for recent Bisons.
11155         (YACC): Fix typo.
11156         (cross): Depend on all-build.
11157         (all): Do not depend on all-build.
11158         (prebootstrap): Remove.
11159         (dep-kind): Accept separate prefixes for MODULE and ON variables.
11160         (Prebootstrap dependencies): Add them to the per-stage targets
11161         and to all-prebootstrap.
11162         * configure.in (build_configdirs): Always enable build_tools.
11163         (BUILD_DIR_PREFIX): Remove.
11165         * Makefile.def (gcc): Add target variable.
11166         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11167         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11168         in the recursive `make', instead of hardwiring `all'.
11169         (Autogenerated TARGET-* variables): New.
11171 2004-08-13  Brian Booth  <bbooth@redhat.com>
11173         * MAINTAINERS: Remove myself from write-after-approval.
11175 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11177         * src-release: Stop distributing mmalloc with gdb (which doesn't
11178         use it).
11179         * Makefile.def: GDB doesn't depend on mmalloc anymore.
11180         * Makefile.in: Regenerate.
11182 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
11184         * configure.in (arm*-*-eabi*): New target.
11185         * configure: Regenerate.
11187 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
11189         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11190         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11191         (Dependencies): New section.
11192         * Makefile.tpl (Dependencies): Generate from Makefile.def.
11193         (configure-target-[+module+]): Depend on maybe-all-gcc
11194         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
11195         (toplevel profiledbootstrap): Fix dependencies.
11196         * Makefile.in: Regenerate.
11198 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
11200         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11201         target-libiberty to noconfigdirs.
11202         * configure: Regenerate.
11204 2004-08-03  Paul Brook  <paul@codesourcery.com>
11206         * configure.in: Check for MPFR as well as GMP.
11207         * configure: Regenerate.
11209 2004-08-01  Robert Millan  <robertmh@gnu.org>
11211         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11212         libmudflap for all GNU-based systems (with Glibc).
11213         * configure: Regenerate.
11215 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
11217         * Makefile.def (host-modules): Add gcc.
11218         * Makefile.in: Regenerate.
11219         * Makefile.tpl (sorry): New rule.
11220         (configure-host, all-host, [+make_target+]-host, do-check,
11221         install-host): Do not add gcc as a special case.
11222         (host modules): Add a small special-casing for gcc.  Export
11223         extra_make_flags through the environment.
11224         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11225         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11226         other recursive targets for gcc): Remove.
11228         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11229         (stage, unstage): New rules.
11230         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11231         distclean-stage[+id+]): Use stage_current.
11232         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11233         the stage*-start rules.
11235 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
11237         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11238         use -all_load flag.
11240 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
11242         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11243         * configure: Regenerate.
11245 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
11247         * maintainer-scripts/gcc_release: Revert yesterday's change.
11249 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
11251         * MAINTAINERS: Add myself to write-after-approval.
11253 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11255         * libf2c: Removed.
11256         * gcc/gccbug.in: Updated because of libf2c removal.
11257         * maintainer-scripts/gcc_release: Ditto.
11259 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
11261         * configure.in: Build libmudflap by default on FreeBSD.
11262         * configure: Regenerated.
11264 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
11266         * configure.in: Do not build libmudflap by default on non-GNU/Linux
11267         systems.
11268         * configure: Regenerated.
11270 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11272         PR target/16344
11273         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11274         feedback based compiler.
11275         * Makefile.in: Rebuilt.
11277 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
11279         * Makefile.def (host_modules): Set bootstrap=true for flex.
11280         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11281         * Makefile.in: Rebuilt.
11283 2004-07-07  Jan Hubicka  <jh@suse.cz>
11285         * MAINTAINERS: Add self as a profile feedback maintainer.
11287 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11289         * configure.in:  Do not prepend $srcdir to /dev/null in
11290         makefile fragments.
11291         * configure:  Regenerate.
11293 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11295         * Makefile.def (build_modules): Add bison, byacc, flex,
11296         m4, texinfo.
11297         (flags_to_pass): Add FLEX.
11298         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11299         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11300         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11301         DEFAULT_MAKEINFO): Remove.
11302         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11303         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11304         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11305         objdir or else use configured tool.
11306         (all-build): New.
11307         (all): Depend on it.
11308         (Build module dependencies): Add.
11309         * Makefile.in: Regenerate.
11310         * configure.in: Better support for multiple build modules,
11311         matching what is done for host/target modules.  Do not look
11312         for "plausible" locations of build tools if Canadian cross.
11313         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11314         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11315         * configure: Regenerate.
11317 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11319         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11320         * Makefile.in: Regenerate.
11322 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11324         * Makefile.tpl (configure-build-[+module+],
11325         configure-[+module+], configure-target-[+module+]): Pass
11326         [+extra_configure_args+].
11327         (all-build-[+module+], all-[+module+], check-[+module+],
11328         install-[+module+], [+make_target+]-[+module+],
11329         all-target-[+module+], check-target-[+module+],
11330         install-target-[+module+], [+make_target+]-target-[+module+]):
11331         Pass [+extra_make_args+].
11332         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11333         (GCC_HOST_EXPORTS): Remove.
11334         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11335         cross, check-gcc, check-gcc-c++, install-gcc,
11336         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11337         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11338         * Makefile.in: Regenerate.
11340 2004-06-21  Matthew Sachs  <msachs@apple.com>
11342         * MAINTAINERS: Added self to write-after-approval.
11344 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11346         * configure.in: Check for srcdir/winsup rather than build directory
11347         winsup.
11348         * configure: Regenerate.
11350 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11352         * configure.in: Don't build Cygwin native newlib if winsup
11353         directory is missing.  Emit warning instead.
11354         * configure: Regenerate.
11356 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11358         * Makefile.tpl (touch-stage[+id+]): New.
11359         (restage[+prev+]): Depend on touch-stage[+id+].
11361         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11362         Use it throughout.
11364         * Makefile.def: Add profile and feedback bootstrap stages.
11365         Remove next field from bootstrap stages.
11366         * Makefile.tpl (LN, LN_S): Substitute.
11367         (stageN-start, stageN-end): Use double-colon rules, to
11368         provide a hook for additional setup commands.
11369         (distclean-stageN-gcc, restageN): Create dependencies from
11370         [+prev+], not from [+next+].
11371         (stageN-bubble): Add commands for successive stages from
11372         [+prev+], using double-colon rules.
11373         (all-stageN-gcc): Fix typo.
11374         (stagefeedback-start, profiledbootstrap): New.
11375         * Makefile.in: Regenerate.
11376         * configure.in: Call ACX_PROG_LN.
11377         * configure: Regenerate.
11379 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11381         * MAINTAINERS (Write After Approval): Add myself.
11383 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11385         * MAINTAINERS (Write After Approval): Add myself.
11387 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11389         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11390         without gcc.
11391         * configure: Regenerate.
11393 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11395         * Makefile.tpl: Fix typo.
11396         * Makefile.in: Regenerate.
11398 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11400         * configure.in: Remove new- prefix from toplevel
11401         bootstrap targets.
11402         * configure: Regenerate.
11404 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11406         * Makefile.tpl (all.normal): Rename to all.
11407         (all): Replace with a rule to pick the default
11408         target from configure.
11409         (all-gcc, configure-gcc): Use conditionals to
11410         do nothing when toplevel bootstrap is going on.
11411         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11412         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11413         * configure.in: Support --enable-bootstrap.
11415         * Makefile.def: Remove new- prefix from toplevel
11416         bootstrap targets.
11417         * Makefile.tpl: Likewise.
11419         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11420         target.
11422         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11423         $(RECURSE_FLAGS) to recursive invocation of make.
11425         * Makefile.in: Regenerate.
11426         * configure: Regenerate.
11428 2004-05-30  Andreas Jaeger  <aj@suse.de>
11429             Jim Wilson  <wilson@specifixinc.com>
11431         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11432         like CC.
11434 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11436         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11437         * configure: Regenerate.
11439 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11441         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11442         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11443         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11444         targets.
11445         * Makefile.in: Regenerate.
11447 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11449         * configure.in: Test the ability to symlink directories.
11450         * configure: Regenerate.
11452         * Makefile.def (bootstrap-stage): New definitions.
11453         * Makefile.tpl (configure-stage1-gcc,
11454         configure-stage2-gcc, configure-stage3-gcc,
11455         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11456         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11457         new-restage3, compare): Autogenerate, see Makefile.in
11458         entry for behavioral changes.
11459         (distclean-stage1, new-stage1-start, new-stage1-end,
11460         new-stage1-bubble, distclean-stage2, new-stage2-start,
11461         new-stage2-end, new-stage2-bubble, distclean-stage3,
11462         new-stage3-start, new-stage3-end): New autogenerated targets.
11463         (objext, prebootstrap, BOOT_CFLAGS,
11464         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11465         targets.
11467         * Makefile.in: Regenerate.
11468         (distclean-stage1, new-stage1-start, new-stage1-end,
11469         new-stage1-bubble, distclean-stage2, new-stage2-start,
11470         new-stage2-end, new-stage2-bubble, distclean-stage3,
11471         new-stage3-start, new-stage3-end): New targets.
11472         (all-stage1-gcc): Move prebootstrap dependency from here...
11473         (configure-stage1-gcc): ...to here.
11474         (new-bootstrap): Use bubble targets.
11475         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11476         Use per-stage distclean targets.
11477         (configure-stage1-gcc, configure-stage2-gcc,
11478         configure-stage3-gcc, all-stage1-gcc,
11479         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11480         Use new-stageN-start to prepare the tree.
11482 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11484         * Makefile.def (host_modules): add libcpp.
11485         * Makefile.tpl: Add dependencies on and for libcpp.
11486         * Makefile.in: Regenerate.
11487         * configure.in: Add libcpp host module.
11488         * configure: Regenerate.
11490 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11492         * Makefile.tpl: Whenever a recursive target is defined, wrap
11493         it in a special @if/@endif block, and prepare its maybe
11494         dependency in the @if/@endif block
11495         * configure.in: Instead of writing maybe dependencies, remove
11496         the @if/@endif statements, and remove the @if/@endif blocks
11497         that remain.
11498         * configure: Regenerate.
11499         * Makefile.in: Regenerate.
11501 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11503         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11505 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11507         PR bootstrap/15120
11508         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11509         * */configure: Rebuilt.
11511 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11513         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11514         of libf2c.
11515         * configure, Makefile.in: Regenerate.
11517 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11519         * MAINTAINERS (Write After Approval): Add myself.
11521 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11523         Merge from tree-ssa-20020619-branch.
11525         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11526         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11527         (HOST_GMPLIBS): Define.
11528         (HOST_GMPINC): Define.
11529         (TARGET_LIB_PATH): Add libmudflap.
11530         (GFORTRAN_FOR_TARGET): Define.
11531         (configure-build*): Export GFORTRAN.
11532         (configure-gcc): Export GMPLIBS and GMPINC.
11533         (all-gcc): Add maybe-all-libbanshee.
11534         (configure-target-libgfortran): Define.
11535         * Makefile.in: Regenerate.
11536         * configure.in (host_libs): Add libbanshee.
11537         (target_libraries): Add target-libmudflap and target-libgfortran.
11538         Add --with-libbanshee.
11539         Handle --disable-libmudflap.
11540         (*-*-freebsd*): Use with_gmp.
11541         Add $(libgcj) to noconfigdirs.
11542         * configure: Regenerate.
11543         * depcomp: New file.
11544         * MAINTAINERS: Add tree-ssa maintainers.
11546 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11548         * MAINTAINERS (Various Maintainers): Add myself.
11550 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11552         * MAINTAINERS (Write After Approval): Add myself.
11554 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11556         * MAINTAINERS (Write After Approval): Add myself.
11558 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11560         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11561         * configure: Regenerate.
11563 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11565         Revert:
11566         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11568         * Makefile.def (flags_to_pass): Remove *dir variables that
11569         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11570         as well as prefix and exec_prefix.
11571         * Makefile.in: Regenerate.
11573 2004-04-26  Robert Millan  <robertmh@gnu.org>
11575         Add patches from libtool CVS.
11576         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11577         * ltconfig: Likewise.
11578         * ltcf-c.sh: Likewise.
11579         * ltcf-cxx.sh: Likewise.
11580         * ltcf-gcj.sh: Likewise.
11582 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11584         * Makefile.def (host_modules): Mark with the bootstrap
11585         flag packages on which gcc depends.
11586         * Makefile.tpl (all-bootstrap): Use it.
11587         * Makefile.in: Regenerate.
11589 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11591         * Makefile.def (flags_to_pass): Remove *dir variables that
11592         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11593         as well as prefix and exec_prefix.
11594         * Makefile.in: Regenerate.
11596 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11598         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11599         * configure: Regenerate.
11600         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11601         * gcc/Makefile.tpl (compare): Use the result of the test.
11602         * gcc/Makefile.in: Regenerate.
11604 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11606         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11607         Always relocate gcc and prev-gcc to the original names, even
11608         if the build fails.
11609         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11610         New targets.
11612 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11614         * MAINTAINERS: Update my email address.
11616 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11618         * configure.in (mips*-*-irix5*): Enable ld.
11619         * configure: Regenerate.
11621 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11623         * configure: Regenerate.
11625 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11627         * Makefile.tpl (configure-[+module+], configure-gcc,
11628         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11629         Set and export LDFLAGS.
11630         * Makefile.in: Regenerate.
11632 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11634         * MAINTAINERS: Add myself to write-after-approval.
11636 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11638         PR bootstrap/14871
11639         * Makefile.tpl: If we don't have built-in-tree target tools,
11640         use the ones found by configure rather than hacking around with
11641         program_transform_name.
11642         * configure.in: Give Makefile.tpl the information necessary
11643         to do that.
11644         * Makefile.in: Regenerate.
11645         * configure: Regenerate.
11647 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11649         PR bootstrap/14760
11650         * configure.in: When computing baseargs, strip *all* copies of
11651         offending options.  Also, don't match/substitute the trailing space,
11652         so that this actually works when two similar options are separated by
11653         only one space.
11654         * configure: Regenerate.
11656 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11658         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11659         (rs6000-*-aix*): Same.
11660         * configure: Regenerate.
11662 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11664         * MAINTAINERS: Add myself to write-after-approval.
11666 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11668         * MAINTAINERS: Add myself to write-after-approval.
11670 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11672         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11673         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11674         * Makefile.in: Regenerate.
11676         * configure.in (top level bootstrap support): Rework --enable-werror
11677         to set @stage2_werror_flag@.
11678         * configure: Regenerate.
11679         * Makefile.tpl (top level bootstrap support): Pass
11680         @stage2_werror_flag@ down to configure in stages 2 and 3.
11681         * Makefile.in: Regenerate.
11683 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11685         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11686         for stages 2 and 3 as well as in make.  As a consequence, remove
11687         OUTPUT_OPTION (now detected by configure) from the flags passed down
11688         to make.
11689         * Makefile.in: Regenerate.
11691         * Makefile.tpl (new-bootstrap): Fix typo.
11692         * Makefile.in: Regenerate.
11694 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11696         * Makefile.tpl: Rearrange by moving recursive_targets rules
11697         into their proper sections.
11698         * Makefile.tpl (top level bootstrap support): Move disabling
11699         of coverage flags from 'make' to 'configure'; improve comments.
11700         * Makefile.in: Regenerate.
11702         * Makefile.tpl (experimental top level bootstrap) Move stage1
11703         language setting from all- target to configure- target; disable
11704         intermodule optimization in stage 1; prevent gratuitous rebuilds
11705         of stage 1.
11706         * Makefile.in: Regenerate.
11707         * configure.in: Comma-separate stage 1 language list for top
11708         level bootstrap.
11709         * configure: Regenerate.
11711         * Makefile.tpl: Clean up experimental top level bootstrap support:
11712         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11713         prev-gcc in configure- targets as well as all- targets.
11714         * Makefile.in: Regenerate.
11716 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11718         * compile: New file imported from automake.
11720 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11722         * configure.in: Remove symbolic link section.
11723         * configure: Regenerate.
11724         * Makefile.tpl (links): Remove.
11725         * Makefile.in: Regenerate.
11727 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11728             Nathanael Nerode  <neroden@gcc.gnu.org>
11730         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11731         Set with AC_CHECK_PROGS.
11732         * configure.in: Fix comment typo from last patch.
11733         * configure: Regenerate.
11735 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11737         * Makefile.tpl: Introduce experimental top level bootstrap support.
11738         * Makefile.in: Regenerate.
11739         * configure.in: Introduce support for top level bootstrap.
11740         * configure: Regenerate.
11742 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11743             Paolo Bonzini  <bonzini@gnu.org>
11745         PR bootstrap/14522
11746         * configure.in: Cope with shells that do not support unquoted ^
11747         * configure: Regenerate.
11749 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11750             Paolo Bonzini  <bonzini@gnu.org>
11752         PR bootstrap/14522
11753         * configure.in: Cope with shells that do not support nesting
11754         quotes inside quoted backquote substitutions.
11755         * configure: Regenerate.
11757 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11759         PR bootstrap/14522
11760         * configure.in: Fix escaping of $.
11761         * configure: Regenerate.
11763 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11765         * configure: Regenerate, since I forgot to while committing Paolo's
11766         changes.
11768 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
11770         PR ada/14131
11771         Move language detection to the top level.
11772         * configure.in: Find default values for the tools as
11773         soon as possible.  Disable ada if GNAT is not found.
11774         Emit error message about missing languages.  Expand
11775         --enable-languages=all for the gcc subdirectory.
11777 2004-03-10  Ben Elliston  <bje@gnu.org>
11779         * MAINTAINERS: Update my email address.
11781 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
11783         * ltconfig: Disable building static libraries if building shared
11784         libraries on AIX 5L.
11786 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11788         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11789         and disable libgcj.
11790         * configure: Regenerated.
11792 2004-03-01  Brian Booth  <bbooth@redhat.com>
11794         * MAINTAINERS: Add myself to write-after-approval.
11796 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
11798         * MAINTAINERS: Add myself to write-after-approval.
11800 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11802         PR bootstrap/7087
11803         * Makefile.tpl: Guard XFOO sed statements better.
11804         * Makefile.tpl: Add dependency for configure-target-libada.
11805         * Makefile.in: Regenerate (incidentally fixes broken
11806         commit when libada-branch was merged).
11808 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
11810         * MAINTAINERS: Add myself to write-after-approval.
11812 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
11814         * MAINTAINERS: Add Nicola Pero and myself as libobjc
11815         maintainers.
11817 2004-02-20  Andrew Cagney  <cagney@redhat.com>
11819         * config.guess: Update from version 2003-10-16 to 2004-02-16.
11820         * config.sub: Update from version 2003-11-03 to 2004-02-16.
11822 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11824         PR bootstrap/11932
11825         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11827 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
11829         * MAINTAINERS: Added myself to write-after-approval.
11831 2004-02-14  Michael Koch  <konqueror@gmx.de>
11833         * MAINTAINERS: Added myself to write-after-approval.
11835 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
11837         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
11838         some OS port maintainers to OS port maintainers section.
11840 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
11842         * MAINTAINERS: Add self.
11844 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11846         * MAINTAINERS: Alphabetize.
11848 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
11850         * MAINTAINERS: Remove myself.
11852 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
11854         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11855         (rs6000-*-aix*): Same.
11856         * configure: Regenerate.
11858 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
11860         * configure.in (host): Add in missing $noconfigdirs to defines.
11861         * configure: Regenerate.
11863 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
11864             Nathanael Nerode  <neroden@gcc.gnu.org>
11866         PR ada/6637, PR ada/5911
11867         Merge with libada-branch:
11868         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11869         with appropriate dependencies. Add --enable-libada configure switch.
11870         * configure, Makefile.in: Regenerate.
11872 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11874         * MAINTAINERS: Add myself to write-after-approval.
11876 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11878         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11879         * configure: Regenerate.
11881 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
11883         Merge from upstream:
11885         * ltmain.in: When setting IFS to '~', be careful about user
11886         arguments that contain '~'.
11888         2004-02-04  Peter O'Gorman  <peter@pogma.com>
11890         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11891         Also test $base_compile against $CC with escaped arguments. Bug
11892         reported by Geoff Keating <geoffk@apple.com>.
11894 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
11896         * MAINTAINERS: Remove i960 port.
11898 2004-01-23  DJ Delorie  <dj@redhat.com>
11900         * Makefile.def (target_modules) [libiberty]: Don't stage.
11901         * Makefile.in: Rebuilt.
11903 2004-01-20  Caroline Tice  <ctice@apple.com>
11905         * MAINTAINERS: Add myself to write-after-approval.
11907 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
11909         * MAINTAINERS: Update my email address.
11911 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11913         * MAINTAINERS: Add myself to write-after-approval.
11915 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11917         * MAINTAINERS: Remove entries without email address.
11919 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11921         * MAINTAINERS: Add myself to write-after-approval.
11923 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11925         * MAINTAINERS: Update my email address.
11927 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11929         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11930         * Makefile.tpl (configure-target-[+module+]): Support stage.
11931         * Makefile.in: Rebuilt.
11933 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11935         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11937 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11939         * MAINTAINERS: Add myself as a MIPS maintainer.
11941 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11943         * configure.in: Use ./config.cache, not config.cache.
11944         * configure: Regenerate.
11945         * Makefile.tpl: Special-casing not needed for GCC any more.
11946         * Makefile.in: Regenerate.
11948         * configure.in: Don't share a cache file for host dirs.
11949         * configure: Regenerate.
11951         * config-ml.in: Don't mess with the cache file.
11953 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11955         * MAINTAINERS: Move myself from 'Write After Approval' to
11956         'CPU Port Maintainers' section as SPARC maintainer.
11958 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11960         * Makefile.tpl: Make GCC use a separate config.cache.
11961         * Makefile.in: Regenerate.
11963         PR bootstrap/11932, PR bootstrap/11933
11964         (I don't know if it will fix either of them, but it relates
11965         to them.)
11966         * configure.in: Don't use shared config.cache for target
11967         directories.
11968         * configure: Regenerate.
11970 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11972         * MAINTAINERS: Add myself to 'Write After Approval' section.
11974 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11976         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11977         * configure: Regenerated.
11979 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11981         * MAINTAINERS: Remove the mn10200 maintainer.
11983 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11985         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11986         * configure: Regenerated.
11988 2003-12-16  Jan Hubicka  <jh@suse.cz>
11990         * MAINTAINERS: Add myself as callgraph maintainer.
11992 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11994         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11995         * configure: Regenerate.
11997 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11999         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12000         'Write After Approval' section. Update email.
12002 2003-12-01  James Lemke  <jim@wasabisystems.com>
12004         * MAINTAINERS (Write After Approval): Add myself.
12006 2003-11-20  Matt Thomas  <matt@3am-software.com>
12008         * MAINTAINERS: Add myself as a vax port maintainer.
12010 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
12012         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12013         (configure-build-[+module+], configure-[+module+]): Likewise.
12014         (configure-target-[+module+], configure-gcc, config.status): Likewise.
12015         * Makefile.in: Regenerate.
12017 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
12019         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12020         shared/dylibed libraries.
12021         * ltmain.sh: Likewise.
12022         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12023         * ltcf-cxx.sh: Likewise.
12024         * ltcf-gcj.sh: Likewise.
12025         * ltconfig: Likewise.
12027 2003-11-17  Stan Cox  <scox@redhat.com>
12029         * MAINTAINERS: Add myself as iq2000 port maintainer.
12031 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
12033         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12034         * Makefile.in: Regenerate.
12036 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
12038         * config.sub: Update to 2003-11-03 version.
12040 2003-10-20  Phil Edwards  <phil@codesourcery.com>
12042         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
12043         * configure:  Regenerate.
12045 2003-10-20  Nicolas Pitre  <nico@cam.org>
12047         * MAINTAINERS: Add myself to 'Write After Approval' section.
12049 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
12051         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12053 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
12055         * MAINTAINERS: Update my email address.
12057 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12059         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12061 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
12063         * MAINTAINERS: Add myself to 'Write After Approval' section.
12065 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
12067         * config.guess: Update to 2003-10-16 version.
12068         * config.sub: Update to 2003-10-16 version.
12070 2003-10-15  David Daney  <ddaney@avtrex.com>
12072         * MAINTAINERS: Added myself to 'Write After Approval' section.
12074 2003-10-15  Falk Hueffner  <falk@debian.org>
12076         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12077         'Write After Approval' section. Update email.
12079 2003-10-14  Roger Sayle  <roger@eyesopen.com>
12081         * MAINTAINERS: Move myself from 'Write After Approval' to
12082         'Various Maintainers' section as middle-end maintainer.
12084 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12086         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12087         HOST_FLAGS_TO_PASS.
12088         * Makefile.in: Regenerate.
12090 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
12092         * config.guess: Update to 2003-10-07 version.
12093         * config.sub: Update to 2003-10-07 version.
12095 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12097         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12098         * ltconfig (irix5*, irix6*): Don't override version_type.
12100 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
12102         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12103         * configure: Rebuilt
12104         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12105         * Makefile.in: Rebuilt
12107 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
12109         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12111 2003-09-30  Carlo Wood  <carlo@alinoe.com>
12113         * MAINTAINERS (Write After Approval): Add myself.
12115 2003-09-29  Paul Koning  <ni1d@arrl.net>
12117         * MAINTAINERS: Move myself from "Write After Approval"
12118         to CPU platform maintainers for pdp11 platform.
12120 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
12122         * MAINTAINERS: Move myself from 'Write After Approval' to
12123         'Various Maintainers' section as libffi testsuite maintainer.
12125 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
12127         * configure.in: Pass a computed --program-transform-name
12128         to subconfigures.
12129         * configure: Regenerated.
12131 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12133         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12134         * Makefile.in: Regenerate.
12136         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12137         * Makefile.in: Regenerate.
12139 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
12141         * MAINTAINERS: Move myself from 'Write After Approval'
12142         to 'Various Maintainers' (objective-c) section.
12144 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
12146         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12147         quoting.
12148         * configure: Regenerated.
12150 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
12152         * MAINTAINERS (Write After Approval): Add myself to write after
12153         approval list.
12155 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
12157         * MAINTAINERS (Write After Approval): Add myself.
12159 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
12161         * MAINTAINERS: Update my e-mail address.
12163 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
12165         * libtool.m4 (LD): Correct powerpc64 host match.
12167 2003-09-06  James E Wilson  <wilson@tuliptree.org>
12169         * MAINTAINTERS: Update my affiliation and email address.
12171 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12173         * MAINTAINERS (Write After Approval): Add myself.
12175 2003-09-04  DJ Delorie  <dj@redhat.com>
12177         * configure: Regenerate.
12179 2003-09-04  Robert Millan  <robertmh@gnu.org>
12181         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
12183 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12185         * configure.in: Ensure arguments to sed are properly spaced.
12186         * configure: Regenerate.
12188 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
12190         * MAINTAINERS: Update my e-mail address.
12192 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
12194         * MAINTAINERS (Write After Approval): Add myself.
12196 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
12198         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12199         * configure: Regenerated.
12201 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12203         * MAINTAINERS: Update my email address.
12205 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
12207         * configure.in:  Use newline instead of semicolon when assuming
12208         shell arguments in a for loop.
12209         * configure:  Regenerated.
12211 2003-08-22  Jason Eckhardt  <jle@rice.edu>
12213         * MAINTAINERS: Resurrect the i860 maintainer.
12215 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
12217         PR 8180
12218         * configure.in: When testing with_libs and with_headers, treat
12219         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
12220         * configure: Regenerate.
12222         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12223         make, shell, etc.
12224         (baseargs): Likewise.
12225         * configure: Regenerate.
12227 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
12229         * MAINTAINERS (Write After Approval): Add myself.
12231 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
12233         * configure.in: Disable libgcj for darwin not on powerpc.
12234         * configure: Rebuild.
12236 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
12238         * config-ml.in, symlink-tree: Add license.
12240 2003-08-03  Richard Stallman  <rms@gnu.org>
12241             Eben Moglen  <moglen@columbia.edu>
12243         * README.SCO: New file.
12245 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
12247         * Makefile.tpl (check, check-c++): Express dependencies using
12248         dependencies rather than commands.
12249         * Makefile.in: Regenerate.
12251 2003-08-01  Andrew Cagney  <cagney@redhat.com>
12253         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12254         * configure: Ditto.
12256 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
12258         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12259         * Makefile.in: Update.
12261 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
12263         * configure.in: Enable libgcj for darwin.
12264         * configure: Rebuild.
12266 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
12268         * config-ml.in:  Use ac_configure_args directly instead of
12269         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
12270         actually seen.
12272 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12274         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12275         creating target and build subdirs to build all parent dirs as needed.
12276         * Makefile.in: Rebuild.
12277         * configure.in: Don't build dirs explicitly here.
12278         * configure: Rebuild.
12280 2003-07-26  Paul Brook  <paul@nowt.org>
12282         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12284 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12286         * Makefile.tpl (all-make): Depend on intl.
12287         * Makefile.in: Rebuilt.
12289 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12291         * install-sh:  Update to newer upstream versions (associated with
12292         aclocal 1.7).
12293         * mkinstalldirs:  Likewise.
12294         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12296 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12298         * MAINTAINERS: Move self from Bug database only accounts
12299         to write-after-approval.
12301 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12303         * config.if: Remove unused libc_interface determination.
12305 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12307         * MAINTAINERS: Move self from write-after-approval to
12308         build machinery (*.in).
12310 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12312         PR bootstrap/11273
12313         PR bootstrap/11408
12314         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12315         unused INSTALL_PROGRAM_ARGS.
12316         * configure.in: Use AC_PROG_INSTALL.
12317         * Makefile.in: Regenerate.
12318         * configure: Regenerate.
12320 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12322         * MAINTAINERS: Alphabetize.
12324 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12326         * configure: Rebuilt.
12327         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12328         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12329         newlib nor libgloss.
12330         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12331         * configure.in (am33_2.0-*-linux*): Added.
12333 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12335         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12336         * configure: Regenerate.
12338 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12340         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12341         * Makefile.in: Regenerate.
12343 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12345         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12346         * Makefile.in: Regenerate.
12348 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12350         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12351         * Makefile.in: Regenerated.
12353         * config-ml.in: Replace PWD with PWD_COMMAND.
12355 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12357         * intl: New directory; see intl/ChangeLog for details.
12358         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12359         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12360         * Makefile.in: Regenerate.
12362 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12364         * configure.in: Clean up config-lang.in handling.  Delete
12365         useless assignment to "subdirs".
12366         * configure: Regenerate.
12368 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12370         * configure.in: Rename 'target_libs' to 'target_libraries'.
12371         Remove useless reference to 'target_libs'.
12372         * configure: Regenerate.
12374 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12376         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12377         * Makefile.in: Regenerate.
12379 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12381         * Makefile.def: Introduce flags_to_pass.
12382         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12383         * Makefile.in: Regenerate.
12385 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12387         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12388         and target-libgloss.
12389         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12390         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12391         * configure: Regenerate.
12393 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12395         * configure.in: Update testsuite_flags to new location.
12396         * configure. Regenerate.
12398 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12400         * Makefile.tpl: Remove BUILD_CC stuff.
12401         * Makefile.in: Regenerate.
12403 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12405         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12407 2003-06-16  Graeme Peterson  <gp@qnx.com>
12409         * MAINTAINERS (Write After Approval): Add myself.
12411 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12413         * config.guess: Update to 2003-06-12 version.
12414         * config.sub: Update to 2003-06-13 version.
12416 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12418         * config.guess: Update to 2003-06-06 version.
12419         * config.sub: Update to 2003-06-06 version.
12421 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12423         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12424         * configure. Regenerate.
12426 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12428         * configure.in: Disable serial configure by default.
12429         * configure: Regenerate.
12430         * Makefile.tpl: Abolish .NOTPARALLEL.
12431         * Makefile.in: Regenerate.
12433         * Makefile.tpl: Replace {build,host,target}_canonical by
12434         {build,host,target}.
12435         * Makefile.in: Regenerate.
12437         * Makefile.tpl: Fix stupid pasto.
12438         * Makefile.in: Regenerate.
12440 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12442         * Makefile.tpl: Remove bogus conditional.
12443         * Makefile.in: Regenerate.
12445 2003-06-05  Jan Hubicka  <jh@suse.cz>
12447         * Makefile.tpl (profiledbootstrap): New target.
12448         * Makefile.in (profiledbootstrap): New target.
12450 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12452         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12453         Pinski. Remove user names from other bugzilla-only maintainers.
12455 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12457         * Makefile.tpl: Make 'recursive targets' using autogen rather
12458         than shell loop.  Remove duplicate 'clean' targets and false
12459         comments.
12460         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12461         Add systematic method of specifying missing targets in subdirs.
12462         Add copyright boilerplate.
12463         * Makefile.in: Regenerate.
12464         * configure.in: Add 'recursive targets' to maybe list.
12465         * configure: Regenerate.
12467         * MAINTAINERS: "GNATS only" -> "Bug database only".
12469         * Makefile.tpl: Rename [+target+] to [+make_target+].
12470         * Makefile.def: Rename 'target' to 'make_target'.
12472 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12474         * MAINTAINERS: Add self as options handling maintainer.
12476 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12478         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12479         been too long since I touched those ports.
12481 2003-05-28  DJ Delorie  <dj@redhat.com>
12483         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12484         * Makefile.in: Regenerate.
12486 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12488         * configure.in: Use curly braces in the definition of tooldir.
12489         * configure: Regenerate.
12491 2003-05-21  DJ Delorie  <dj@redhat.com>
12493         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12494         newlib or libgloss.
12495         * Makefile.in: Regenerate.
12497 2003-05-21  DJ Delorie  <dj@redhat.com>
12499         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12500         * Makefile.in: Regenerate.
12502 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12504         * MAINTAINERS: Update my e-mail address.
12506 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12508         * configure.in: Switch more things to use maybe dependencies.
12509         * Makefile.tpl: Switch more things to use maybe dependencies.
12510         Factor out common code from autogen IF statements.
12511         * configure: Regenerate.
12512         * Makefile.in: Regenerate.
12514 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12516         * configure.in: Accept i[3456789]86 for machine type.
12517         * configure: Regenerate.
12519 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12521         * configure.in: Switch more things to use maybe dependencies.
12522         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12523         * configure: Regenerate.
12524         * Makefile.tpl: Switch more things to use maybe dependencies.
12525         * Makefile.in: Regenerate.
12527 2003-05-16  Andreas Schwab  <schwab@suse.de>
12529         * Makefile.tpl (install-opcodes): Define.
12530         * Makefile.in: Rebuild.
12532 2003-05-13  Andreas Jaeger  <aj@suse.de>
12534         * config.guess: Update to 2003-05-09 version.
12535         * config.sub: Update to 2003-05-09 version.
12537 2003-05-13  Michael Eager  <eager@mvista.com>
12539         * configure.in: Correct sed script so that options in quotes are not
12540         deleted.
12541         * configure: Rebuild.
12543 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12545         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12546         and $$s/newlib/libc/sys/cygwin32 include paths.
12547         * configure: Ditto.
12549 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12551         * MAINTAINERS: Update my email addresses.
12553 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12555         * config-ml.in: Propagate INSTALL variables.
12557 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12559         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12561 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12563         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12564         * Makefile.in: Regenerate.
12566 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12568         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12570 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12572         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12574 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12576         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12577         * Makefile.in: Regenerated.
12579 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12581         * MAINTAINERS (Write After Approval): Upgrade myself from
12582         GNATS only to write-after-approval. Update my mail address.
12584 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12586         (OS Port Maintainers: freebsd): Add myself.
12588 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12590         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12592 2003-04-22  Kean Johnston  <jkj@sco.com>
12594         * MAINTAINERS (SCO ports): Added myself.
12596 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12598         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12600 2003-04-19  Kean Johnston  <jkj@sco.com>
12602         * MAINTAINERS (Write After Approval): Add myself.
12604 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12606         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12607         * Makefile.in: Regenerate.
12609 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12611         * configure.in (powerpc64*-*-linux*): Remove.
12612         * configure: Rebuilt.
12614 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12616         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12617         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12618         and restrap.
12619         * Makefile.in:  Regenerate.
12621 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12623         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12624         * configure: Regenerated.
12626 2003-04-15  DJ Delorie  <dj@redhat.com>
12628         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12630 2003-04-13  Nick Clifton  <nickc@redhat.com>
12632         * config-ml.in: Remove support for --disable-aix removing
12633         call-aix multilibs.
12635 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12637         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12638         * */configure: Rebuilt.
12640 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12642         * MAINTAINERS: Add my email address.
12644 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12646         * MAINTAINERS (Write After Approval): Add myself.
12648 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12650         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12651         * Makefile.in: Regenerate.
12653 2003-03-14  Michael Chastain  <mec@shout.net>
12655         * Makefile.in: Regenerate with correct Makefile.def.
12657 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12659         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12660         Make macro.
12661         * Makefile.in: Regenerate.
12662         * configure.in: Clean up gxx_include_dir logic.
12663         * configure: Regenerate.
12665 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12667         * MAINTAINERS (Write After Approval): Add myself.
12669 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12671         * MAINTAINERS: Update my mail address.
12673 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12675         * configure.in (gxx_include_dir): Fix typo.
12676         * configure: Regenerated.
12678 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12680         * Makefile.tpl: Reindent.
12681         * Makefile.in: Regenerate.
12682         * configure.in: Reindent.  Don't set unused variables.
12683         * configure: Regenerate.
12685 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12687         * configure.in: Include $(build_tooldir)/sys-include in
12688         FLAGS_FOR_TARGET.
12689         * configure: Regenerated.
12691 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12693         * Makefile.tpl: Always pass down RANLIB.
12694         * Makefile.in: Regenerate.
12696         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12697         * Makefile.in: Regenerate.
12698         * configure.in: Remove unused logic relating to --enable-shared
12699         and --enable-threads.  Remove bogus comments.  Remove redundant
12700         noconfigdirs.
12701         * configure: Regenerate.
12703         * configure.in: Replace ${libstdcxx_version} by its value.
12704         Remove reference to mh-dgux.
12705         * configure: Regenerate.
12707 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12709         * MAINTAINERS (Write After Approval): Add myself.
12711 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12713         * Makefile.tpl: Rearrange.
12714         * Makefile.in: Regenerate.
12716 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12718         * configure.in: Add support for kaOS as cross build target system.
12719         * configure: Regenerated.
12721 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12723         * MAINTAINERS (Write after approval): Add myself.
12725 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12727         * MAINTAINERS: Update my email address.
12729 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12731         * MAINTAINERS: Add self to blanket write privs. section.
12733 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12735         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12736         configure-target-* as some target builds may require additional
12737         flags for preprocessor tests.
12738         * Makefile.in: Regenerated.
12740 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12742         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12743         * ltconfig: Handle it.
12744         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12745         auto-detecting it.
12747         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12748         it is used as argument to $CC.
12749         * ltcf-gcj.sh: Likewise.
12751         * configure.in: Introduce --enable-maintainer-mode.
12752         * configure: Rebuilt.
12753         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12754         for maintainer mode.
12755         * Makefile.in: Rebuilt.
12757 2003-02-18  Jason Merrill  <jason@redhat.com>
12759         * Makefile.tpl (check-c++): Allow parallelism.
12761 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12763         * MAINTAINERS: Remove John Carr (who never actually had access to
12764         gcc.gnu.org).
12766 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12768         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12769         don't configure target-libobjc.
12770         * configure: Regenerate.
12772 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12774         * Makefile.tpl (RANLIB): Define.
12775         * Makefile.in: Regenerate.
12777 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
12779         * MAINTAINERS: Update my email.
12781 2003-02-06  Keith R Seitz  <keiths@redhat.com>
12783         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12784         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12785         * Makefile.in: Regenerated.
12786         * configure.in: Remove all traces of snavigator, db, and grep.
12787         * configure: Regenerated.
12789 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12791         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12792         After Approval.
12794 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12796         * MAINTAINERS (Write after approval): Add myself.
12798 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
12800         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12801         * Makefile.in: Regenerated.
12803 2003-01-30  Roger Sayle  <roger@eyesopen.com>
12805         * config.guess: Updated to 2003-01-30's version.
12806         * config.sub: Updated to 2003-01-28's version.
12808 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
12810         * config.if: If gcc_version is already set, just use it.  Don't set
12811         gcc_version_trigger if it's already set, otherwise set it to
12812         gcc/version.c, but only if the file exists.  If it is not set and
12813         gcc/version.c does not exist, try to extract the version number from
12814         $CC.
12816 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
12818         * MAINTAINERS: Add myself to write-after-approval list.
12820 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
12822         * configure.in:  Revert 24Jan change.
12823         * configure:  Regenerate.
12825 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12827         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
12828         entry of HJ Lu.
12830 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12832         * configure.in: Revert previous change.
12833         * configure: Regenerate.
12835 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12837         * configure.in: Make rda native-only.
12838         * configure: Regenerate.
12840 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12842         * MAINTAINERS: Move myself from GNATS-only-accounts to
12843         write-after-approval.
12845 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12847         * configure.in: Add missing \.
12848         * configure: Rebuilt.
12850 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
12852         * configure.in (baseargs): Avoid using \| in sed regular
12853         expressions.
12854         * configure: Rebuilt.
12856 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
12858         * configure.in (baseargs): Remove all supported forms of
12859         --cache-file, --srcdir, --host, --build and --target options
12860         from argument lists.
12861         * configure: Rebuilt.
12863 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
12865         * MAINTAINERS: Add myself to write-after-approval list.
12867 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
12869         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12870         * configure: Rebuilt.
12872 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12874         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12875         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12876         * Makefile.in: Regenerate.
12877         * configure: Regenerate.
12879 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12881         * configure.in: Remove Makefile in build, host and target modules
12882         unless configure was run with --no-recursion.
12883         * configure: Rebuilt.
12885 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12887         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12888         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12889         * Makefile.in: Regenerate.
12891 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
12893         * config.guess: Update to 2003-01-03 version.
12894         * config.sub: Update to 2003-01-03 version.
12896 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12898         * configure: Regenerate with proper autoconf 2.13.
12900 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12902         * configure.in: Add AC_PREREQ for consistency.
12903         * configure: Regenerate.
12905 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
12907         * configure.in (GDB_TK): Add tcl directories conditional on
12908         gdb/gdbtk directory being present.
12909         * configure: Regenerate.
12911 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12913         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12914         used by gcc if LD is not defined and we are not doing a Canadian Cross.
12915         * configure: Rebuilt.
12917 2002-12-31  Tom Tromey  <tromey@redhat.com>
12919         * Makefile.in: Rebuilt.
12920         * Makefile.def (target_modules) [libffi]: Allow installation.
12922 2002-12-31  Andreas Schwab  <schwab@suse.de>
12924         * configure.in: Fix use of $program_transform_name.
12925         * configure: Regenerated.
12927 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12929         * configure.in (baseargs): Don't remove first configure argument.
12930         * configure: Regenerated.
12932 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12934         * Makefile.tpl (local-distclean): Don't remove...
12935         (multilib.ts): ... this.  Moved into...
12936         (multilib.out): ... this.  Don't use sub-make.
12937         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12938         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12939         (configure-build-[+module+], configure-[+module+],
12940         configure-target-[+module+], configure-gcc): ... these.  Test
12941         for Makefile existence.  Drop config.status from dependencies.
12942         * Makefile.in: Rebuilt.
12943         * configure.in: Move gcc-version-trigger to the end of
12944         ac_configure_args.  Add comments to maybedep.tmp and
12945         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12946         nonopt from baseargs, matching and removing corresponding
12947         whitespace while at it.
12948         * configure: Rebuilt.
12950 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12952         * configure.in (host_configargs): Replace reference to
12953         no-longer-defined buildopts with --build=${build_alias}.
12954         * configure: Rebuilt.
12956         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12957         program_transform_name to standard idiom.
12958         (AUTOGEN, AUTOCONF): Define.
12959         (Makefile.in): Use $(AUTOGEN).
12960         (Makefile): Depend on config.status, and use autoconf-style rule to
12961         build it.  Move original commands to...
12962         (config.status): ... this new target.
12963         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12964         $(AUTOCONF).
12965         * Makefile.in: Rebuilt.
12967 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12969         * Makefile.tpl: Fix dramatic bustage due to change in
12970         program_transform_name.
12971         * Makefile.in: Regenerate.
12973         * configure.in: Remove unnecessary PATH setting.
12974         * configure: Regnerate.
12976         * configure.in: Don't default to unprefixed tools unless
12977         the native tools will work.
12978         * configure: Regenerate.
12980         * configure.in: Convert to autoconf script.  Blow away lots
12981         of now-redundant Makefile fragments.
12982         * configure: Generate using Autoconf.
12983         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12984         * Makefile.in: Regenerate.
12986 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12988         * configure: Fix stupid bug where RANLIB was mistakenly included.
12990         * configure.in: Rename (buildargs, hostargs, targargs) to
12991         (build_configargs, host_configargs, target_configargs).
12993         * configure.in: Move logic out of sed statement.
12995         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12996         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12998 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
13000         * config.sub: Import from master repository
13001         * config.guess: Ditto
13003 2002-12-24  Andreas Schwab  <schwab@suse.de>
13005         * Makefile.tpl (multilib.out): Fix missing space.
13006         * Makefile.in: Regenerate.
13008 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13010         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
13011         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
13012         * Makefile.in: Regenerate.
13013         * configure.in: Remove unnecessary leftovers.
13015 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
13017         * configure.in (extra_ranlibflags_for_target): New variable.
13018         (*-*-darwin): Add -c to ranlib commands.
13019         * configure (tooldir): Handle extra_ranlibflags_for_target.
13021 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13023         * Makefile.tpl: Revert HJL's change.
13024         * Makefile.in: Regenerated.
13025         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13026         always.
13028 2002-12-19  Andreas Schwab  <schwab@suse.de>
13030         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13031         * Makefile.in: Regenerate.
13033 2002-12-18  H.J. Lu  <hjl@gnu.org>
13035         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13036         * Makefile.in: Regenerated.
13038         * configure.in (build_prefix): New. Substitute.
13040 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
13042         * Makefile.tpl: Don't let real targets depend on phony targets.
13043         * Makefile.in: Regenerate.
13045         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13046         * Makefile.in: Regenerate.
13048 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
13050         * config.sub: Import from master repository
13051         * config.guess: Ditto
13053 2002-12-16  Jason Merrill  <jason@redhat.com>
13055         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13056         previous 'make bootstrap'.
13057         * Makefile.in: Regenerate.
13059 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
13061         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13063 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
13065         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13066         * Makefile.in: Regenerate.
13068 2002-12-13  Jason Merrill  <jason@redhat.com>
13070         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
13071         library tests.
13072         (check-c++): Just depend on it and check-target-libstdc++-v3.
13073         * Makefile.in: Regenerate.
13075 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13077         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13078         * Makefile.in: Rebuilt.
13080 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13082         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13084 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13086         * configure: Fix bug put in by gremlins.
13088         * Makefile.tpl: Substitute more autoconfily.
13089         * configure: Substitute more autoconfily.
13090         * Makefile.in: Regenerate.
13092 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
13094         * config.sub: Import from master repository
13095         * config.guess: Ditto
13096         * MAINTAINERS: Added Svein Seldal under write after approval
13098 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
13100         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13101         * Makefile.in (all-sim): Ditto.
13103 2002-12-06  DJ Delorie  <dj@redhat.com>
13105         * Makefile.tpl: Change configure dependencies to not have real
13106         targets depend on phony targets.
13108 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
13110         * configure.in: Revert unintentional change.
13112         * Makefile.tpl: Change dependency for */multilib.out so that
13113         it works when gcc isn't in the tree.
13115         * configure.in: Substitute more.
13116         * configure: Run subconfigures from the Makefile.
13117         * Makefile.tpl: Run subconfigures from the Makefile; add a few
13118         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
13120 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13122         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13124 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13126         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13127         and corresponding dependencies.
13128         * Makefile.in: Regenerate.
13130         * configure.in (host_tools): Order binutils, gas and ld for
13131         convenience in running the testsuites.
13133         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13134         * Makefile.in: Regenerate.
13135         * configure.in: Introduce rules to serialize subconfigure runs.
13137         * configure.in: Introduce BASE_CC_FOR_TARGET.
13138         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
13139         Realize configure-build-* targets.  Realize configure-target-* targets.
13140         * Makefile.in: Regenerate.
13142 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13144         * configure: Move gcc_version_trigger stuff from here...
13145         * configure.in: ...to here.
13147         * configure.in: Separate subconfigure options added by this file from
13148         options given by the user.  Add machinery to put args for host
13149         subconfigures into the Makefile.
13151         * Makefile.tpl: Remove 'vault' targets.
13152         * Makefile.tpl: Reorder and comment dependencies.
13153         * Makefile.in: Regenerate.
13155 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13156         * configure.in: Fix my broken commit of previous patch. (sigh)
13158 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13160         * configure.in: Move host-specific darwin noconfigdirs into
13161         the host-specific section.
13163 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13165         * configure.in: Move host-specific darwin noconfigdirs into
13166         the host-specific section.
13168 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
13170         * configure: Remove skip-this-dir support.
13171         * Makefile.tpl: Remove skip-this-dir support.
13173         * Makefile.tpl: Remove leftover support for non-autoconfiscated
13174         subdirectories.
13175         * Makefile.in: Regenerate.
13177         * Makefile.tpl: Strip out useless setting of 'dir'.
13178         * Makefile.in: Regenerate.
13180 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13182         * configure.in: Fix deeply stupid bug.
13184         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13185         shell code in CXX_FOR_TARGET
13186         * Makefile.def: Introduce raw_cxx.
13187         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13188         RAW_CXX_FOR_TARGET.
13189         * Makefile.in: Regenerate.
13191 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
13193         * Makefile.tpl: Remove unnecessary ifs.
13194         * Makefile.in: Regenerate.
13196         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
13197         dependencies.  Maybe-ize build-libiberty.  Create dummy install
13198         targets for 'no_install' modules.
13199         * configure: Move GDB_TK substitution to configure.in.  Move
13200         build_modules stuff to configure.in.
13201         * configure.in: Implement soft dependency machinery.  Maybe-ize
13202         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
13203         * Makefile.in: Regenerate.
13205 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13207         * Makefile.tpl: Make all-target, install-target behave similarly
13208         to all, install (only hitting configured targets).  Eliminate
13209         unused macro defintions.
13211         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13212         build != host.
13214         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13216         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13218         * configure.in: Produce lists of subdir targets we're actually
13219         configuring.  Remove references to "dosrel".
13220         * Makefile.tpl: Let configure set which subdir targets are hit.
13221         Remove install-cross; clean up install; remove ALL.  Remove
13222         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
13223         Autogenerate host module targets.  Remove empty dependency lines
13224         and redundant dependency; rearrange slightly.
13225         * Makefile.def: Add host-side libtermcap, utils.
13227         * Makefile.in: Regenerate.
13229 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13231         * ltconfig (osf[345]): Append $major to soname_spec.
13232         Reflect this in library_names_spec.
13233         * ltmain.sh (osf): Prefix $major with . for use as extension.
13235 2002-11-19  Andreas Jaeger  <aj@suse.de>
13237         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13238         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13239         and sparc64 GNU/Linux systems.
13241 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
13243         * MAINTAINERS: Update email.
13245 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13247         * MAINTAINERS: Complete James Dennett's entry.
13249 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
13251         * MAINTAINERS (Write After Approval): Add myself.
13253 2002-11-13  Bruce Korb  <bkorb@gnu.org>
13255         * Makefile.tpl: syntactic cleanup
13257 2002-11-13  Stuart Hastings  <stuart@apple.com>
13259         * MAINTAINERS: Add myself to write-after-approval list.
13261 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13263         * Makefile.def: Add list of recursive targets to autogenerate.
13264         Add build_modules.
13265         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
13266         targets.  Autogenerate *-build-* targets.
13267         * Makefile.in: Regenerate.
13269 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13271         * configure: More autoconf-style substitutions.
13272         * Makefile.tpl: More autoconf-style substitutions.
13273         * Makefile.in: Regenerate.
13275 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13277         * configure: Substitute more variables in a more autoconf-friendly
13278         way.  Simplify slightly.
13279         * Makefile.tpl: Make more variables substitutable in an
13280         autoconf-friendly way.
13281         * Makefile.in: Regenerate.
13283 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13285         * MAINTAINERS (Write After Approval): Add myself.
13287 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13289         * configure.in (v810*): Remove special setting of tools.
13291         * configure: Add support for extra required flags for ar or nm.
13292         * configure.in (aix4.3+): Use above support for target-specific
13293         issues, rather than using config/mt-aix43.
13295 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13297         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13298         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13299         with $srcdir.  Reformat indentation.  Substitute some variables
13300         formerly hard-coded in the Makefile for build=host.
13301         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13302         * Makefile.def: Autogenerate more.
13303         * Makefile.in: Regenerate.
13305 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13307         * MAINTAINERS (Write After Approval): Add myself.
13309 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13311         * Makefile.def (host_modules): Add rda.
13312         * Makefile.in: Regenerate.
13313         * configure.in (target_tool): Add target-rda to list.
13315 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13317         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13319 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13321         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13322         and restrap targets to this rule.
13323         * Makefile.in:  Regenerate.
13325 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13327         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13328         GNATS only accounts.
13330 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13332         * configure.in (i[3456]86-*-linux*): Add check to disable
13333         ${libgcj} for glibc1.
13335 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13337         * MAINTAINERS: Add myself as ip2k port maintainer.
13339 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13341         * configure.in: Add tic4x target.
13343 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13345         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13346         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13347         * Makefile.in: Regenerate.
13349         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13350         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13351         * Makefile.in: Regenerate.
13353 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13355         * MAINTAINERS: Add myself as web pages co-maintainer.
13357 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13359         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13360         * Makefile.in: Regenerate.
13362 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13364         * MAINTAINERS: Add myself and Nathan Sidwell
13365         <nathan@codesourcery.com> as VxWorks maintainers.
13367 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13369         * Makefile.def: Remove order dependency comments.
13370         * Makefile.tpl: Add explicit install-install dependencies.
13371         * Makefile.in: Regenerate.
13373         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13374         * Makefile.in: Regenerate.
13376         * Makefile.tpl: Add configure-target (for src-release in src)
13377         * Makefile.in: Regenerate.
13379 2002-09-30  Nick Clifton  <nickc@redhat.com>
13381         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13383 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13385         * configure.in (s390*-*-linux*): Enable libgcj.
13387 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13389         * configure: Revert accidentally applied changes.
13391         * Makefile.tpl: Make more autoconf-friendly.
13392         * Makefile.in: Regenerate.
13393         * configure: Make substitution more autoconf-like.
13395 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13397         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13398         single entry to handle all these.
13399         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13400         libjava on arm-*-elf.
13402 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13404         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13405         things that depend on them.
13407 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13409         * Makefile.tpl: Make subsituted variables more autoconfy.
13410         * Makefile.in: Regenerate.
13411         * configure: Make seds more autoconfy.
13413 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13415         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13416         * Makefile.in: Regenerate.
13417         * configure.in: Rewrite sed statements to look autoconfy.
13419         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13420         all-target-foo on configure-target-foo.
13421         * Makefile.def: Ditto.
13422         * Makefile.in: Rebuild.
13424 2002-09-25  Andrew Haley  <aph@redhat.com>
13426         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13428 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13430         * Makefile.def: New file.
13431         * Makefile.tpl: New file.
13432         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13433         * contrib/gcc_update: Note that Makefile.in is a generated file.
13435         * configure.in: Minor rearrangement.  Simplify tests.
13437 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13439         * configure.in (with_headers): Skip copy if value is "yes".
13440         (with_libs): Likewise.
13442 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13444         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13445         * configure.in (sh*-*-pe*): Ditto.
13446         * configure.in (mips*-*-pe*): Ditto.
13447         * configure.in (*arm-wince-pe): Ditto.
13449         * configure.in: Rearrange.
13451 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13453         * MAINTAINERS: Update my email address.
13455 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13457         * MAINTAINERS: (Write After Approval): Add myself.
13459 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13461         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13463 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13465         * MAINTAINERS: Change my mailing address.
13467 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13469         * MAINTAINERS (Write After Approval): Remove myself.
13470         (Various Maintainers: c++ runtime libs): Add myself.
13472 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13474         * MAINTAINERS (Write After Approval): Remove myself.
13475         (Various Maintainers: c++ runtime libs): Add myself.
13477 2002-08-15  Eric Christopher  <echristo@redhat.com>
13479         * config.sub: Import from master repository.
13480         * config.guess: Ditto.
13482 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13484         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13485         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13486         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13488 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13490         * MAINTAINERS: Add self to rs6000 vector extensions.
13492 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13494         * libiberty/configure: Reverted unintended yesterday's check in.
13496 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13498         * boehm-gc/configure, libf2c/configure: Rebuilt.
13499         * libffi/configure, libiberty/configure: Ditto.
13500         * libjava/configure, libobjc/configure: Ditto.
13501         * libstdc++-v3/configure, zlib/configure: Ditto.
13502         Merged from binutils:
13503         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13504         From Steve Ellcey <sje@cup.hp.com>:
13505         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13506         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13507         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13508         IA64.
13509         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13510         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13511         soname_spec, sys_lib_search_path_spec): Ditto.
13513 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13515         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13517 2002-08-04  H.J. Lu  (hjl@gnu.org)
13519         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13521 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13523         * MAINTAINERS (Write After Approval): Add myself.
13525 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13527         * configure.in: Move generic linux case to end.  Copy generic
13528         linux noconfigdirs to mips*-*-linux* entry and new
13529         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13531 2002-07-19  Michael Matz  <matz@suse.de>
13533         * MAINTAINERS: Add myself as ra* maintainer.
13535 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13537         * config.guess: Update to 2002-07-09 version.
13538         * config.sub: Update to 2002-07-03 version.
13540 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13542         * MAINTAINERS: Fix typo in a maintainer email address.
13544 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13546         * configure.in: Remove two redundant tests.
13548 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13550         * configure.in (mips*-*-irix6*o32): Enable stabs.
13552 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13554         * configure.in: Don't build grez.
13555         * Makefile.in: Ditto.
13557         * Makefile.in: Remove references to bsp, cygmon, libstub.
13558         * configure.in: Ditto.
13560         * configure.in: Remove leftover reference to gdbtest.
13562 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13564         * configure.in (gxx_include_dir):  Change to match versioned
13565         C++ headers if --enable-version-specific-runtime-libs is used.
13567 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13569         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13571 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13573         * configure.in: Make --without-x work.
13575 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13577         * configure.in: Rearrange target Makefile fragment collection.
13579         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13580         cvs[src].
13581         * configure.in: Ditto.
13583 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13585         * MAINTAINERS (Write After Approval): Update my e-mail address.
13587 2002-06-24  Ben Elliston  <bje@redhat.com>
13589         * configure.in (host_tools): Remove cgen.
13591         * Makefile.in (all-cgen): Remove; runs from its source directory.
13592         (check-cgen, install-cgen, clean-cgen): Likewise.
13593         (all-opcodes): Do not depend on all-cgen.
13594         (all-sim): Likewise.
13596 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13598         * Makefile.in: Eliminate 'apache' targets.
13599         * configure.in: Eliminate 'apache' targets.
13601         * configure.in: Eliminate redundant tests.  Reorganize.
13603         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13605         * config-ml.in: Eliminate references to Cygnus configure.
13607         * Makefile.in: Eliminate references to building emacs.
13609 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13611         * MAINTAINERS: Update my email address.
13613 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13615         * config.if (libstdcxx_incdir): Version C++ headers.
13616         (cxx_incdir): Remove.
13618 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13620         * MAINTAINERS (Write After Approval): Add self.
13622 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13624         * configure.in: Add support for ip2k.
13626 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13628         * configure.in: Fix AIX configury bug.
13630 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13632         * MAINTAINERS (Write After Approval): Add self.
13634 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13636         * configure.in: replace ${topsrcdir} with ${srcdir}
13638         * configure.in: Move definition of libstdcxx_flags
13639         right above usage, rather than waaay earlier.
13641         * configure.in: Pull definition of is_cross_compiler earlier.
13643         * configure.in: Rearrange a little.
13645         * configure.in: Remove references to librx.
13646         * Makefile.in: Remove references to librx.
13648 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13650         * config.sub: Add support for avr target.
13651         Import from master sources, rev 1.255
13653 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13655         * configure, .cvsignore:  Revert previous change...
13656         * Makefile:  ...delete.
13658 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13660         * configure.in: Eliminate ${gasdir} variable.
13662 2002-06-18  Dave Brolley  <brolley@redhat.com>
13664         * configure.in: Add support for frv.
13665         * config.sub: Add support for frv.
13667 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13669         * configure:  Remove garbage from previous commit.
13671 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13673         * configure:  For in-source builds, make a subdir and re-exec there.
13674         * Makefile:  New file.  Pass targets through to build directory.
13675         * .cvsignore:  No longer ignore "Makefile".
13677 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13679         * MAINTAINERS (Write After Approval): Add self.
13681 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13683         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13685 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13687         * configure.in (vax-*-netbsd*): Re-enable gas.
13689 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13691         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13692         BUILD_PREFIX_1, to correct nomenclature.
13693         * configure: Likewise.
13695         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13696         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13698 2002-05-31  Olaf Hering  <olh@suse.de>
13700         * config-ml.in: Propogate DESTDIR also.
13702 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13704         * configure.in (vax-*-netbsd*): Don't build gas for this
13705         platform.
13707 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13709         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13710         and libgcj for AVR.
13712 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13714         * MAINTAINERS (Write After Approval): Add myself.
13716 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13718         * config.guess: Update to 2002-05-22 version.
13719         * config.sub: Likewise.
13721 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13723         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13724         * config-ml.in: Likewise.
13725         * configure: Likewise.
13726         * configure.in: Likewise.
13728 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13730         * MAINTAINERS: Update my email address.
13732 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13734         * configure.in: Simplify makefile fragment collection.
13736         * configure.in: Remove code to build emacs.
13738         * configure.in : Remove --srcdir argument from targargs and buildargs
13739         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13741         * configure: Move some logic to configure.in.
13742         * configure.in: Move some logic from configure.
13744 2002-05-11  Tom Tromey  <tromey@redhat.com>
13746         * MAINTAINERS: Reflect libgcj reality.
13748 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13750         * Makefile.in: Honour DESTDIR.
13752 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13754         * config.guess: Import 2002-03-20 version.
13755         * config.sub: Import 2002-04-26 version.
13757 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13759         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13761 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13763         * MAINTAINERS: Add self.
13765 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13767         * ltmain.sh: Detect and handle object name conflicts
13768         while piecewise linking a static library.
13770 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
13772         * configure.in (noconfigdirs): Don't disable libgcj on
13773         sparc64-*-solaris* and sparcv9-*-solaris*.
13775 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
13777         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13779 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
13781         * configure.in (FLAGS_FOR_TARGET): Do not add
13782         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13783         on i[3456]86-*-linux*.
13785 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
13787         * configure.in (noconfigdirs): Replace [ ] with test.
13789         * configure.in (noconfigdirs): Do not add target-newlib if
13790         target == i[3456]86-*-linux*, and host == target.
13792 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
13794         * configure.in: delete reference to absent file
13796         * configure.in: replace '[' with 'test'
13798         * configure.in: Eliminate references to gash.
13799         * Makefile.in: Eliminate references to gash.
13801         * configure.in: remove useless references to 'pic' makefile fragments.
13803         * configure.in: (*-*-windows*) Finish removing.
13805         * configure.in: Eliminate redundant test for libgui.
13807 2002-04-29  Roger Sayle  <roger@eyesopen.com>
13809         * MAINTAINERS: Add self and realphabetize.  Update entries
13810         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
13811         entry for a29k port maintainer.
13813 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
13815         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13816         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13818 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
13820         * configure.in: remove references to dead files
13822 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
13824         * MAINTAINERS: Add information about purpose of this file.
13826 2002-04-18  Tom Tromey  <tromey@redhat.com>
13828         * configure.in: Disallow configuring libgcj when it is already
13829         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
13830         Solaris 2.8 by default.  For PR libgcj/6158.
13832 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13834         * configure.in:  Move default CC setting out of config/mh-* fragments
13835         directly into here.
13837 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13839         * configure.in: don't even try to configure or make a subdirectory
13840         if there's no configure script for it.
13842 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
13844         * MAINTAINERS: Remove chill maintainers.
13845         * Makefile.in (CHILLFLAGS): Remove.
13846         (CHILL_LIB): Remove.
13847         (TARGET_CONFIGDIRS): Remove libchill.
13848         (CHILL_FOR_TARGET): Remove.
13849         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13850         CHILL_LIB.
13851         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13852         (CHECK_TARGET_MODULES): Likewise.
13853         (INSTALL_TARGET_MODULES): Likewise.
13854         (CLEAN_TARGET_MODULES): Likewise.
13855         (configure-target-libchill): Remove.
13856         (all-target-libchill): Remove.
13857         * configure.in (target_libs): Remove target-libchill.
13858         Do not compute CHILL_FOR_TARGET.
13859         * libchill: Remove directory.
13861 2002-04-11  DJ Delorie  <dj@redhat.com>
13863         * Makefile.in, configure.in: Sync with binutils, entries
13864         follow...
13866 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
13868         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
13869         (do-tar, do-bz2): New rules.
13870         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
13871         (gdb-tar): New rule.
13872         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13873         (insight_dejagnu.tar): New rule.
13874         (insight.tar): New rule.
13875         (gdb+dejagnu.tar): New rule.
13876         (gdb.tar): New rule.
13878 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13880         * Makefile.in: Add all-tix to deps for all-snavigator
13881         so that tix is built when building snavigator.
13883 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
13885         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13886         ld and gdb are not supported.
13888 2002-01-07  Mark Salter  <msalter@redhat.com>
13890         * configure.in: Remove target-bsp and target-cygmon from arm builds.
13891         Allow target-libgloss to be built for arm, strongarm, and xscale.
13893 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
13895         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13896         options for i[3456]86-pc-linux* native builds.
13898 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13900         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13901         files from .po files for a distribution.
13903 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13905         * configure.in: Enable libstdc++-v3 for h8300 targets.
13907 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
13909         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13910         version from bfd/.
13912 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13914         * Makefile.in (VER): When present, extract the version number from
13915         the file version.in.
13917 2001-05-24  Tom Rix  <trix@redhat.com>
13919         * configure.in : enable ld for aix
13921 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13923         * config.guess: Add linux target for S/390.
13925 2000-11-07  Philip Blundell  <pb@futuretv.com>
13927         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13929 2000-11-03  Philip Blundell  <pb@futuretv.com>
13931         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13932         files.
13934 2001-01-15  Ben Elliston  <bje@redhat.com>
13936         * configure.in (host_tools): Add sid.
13937         Always configure cgen.
13939 2000-11-24  Nick Clifton  <nickc@redhat.com>
13941         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13943 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13945         * Makefile.in (ALL_MODULES): Add all-cgen.
13946         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13947         (all-cgen): New target.
13948         (all-opcodes,all-sim): Depend on all-cgen.
13949         * configure.in (host_tools): Add cgen.
13950         Only configure cgen if --enable-cgen-maint.
13952 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13954         * configure.in: Add *-*-freebsd* configurations.
13956 2002-04-08  Tom Tromey  <tromey@redhat.com>
13958         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13959         Fixes PR libgcj/6068.
13961 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13963         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13965 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13967         * configure.in (alpha*-dec-osf*): Enable libgcj.
13969 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13971         * MAINTAINERS (Write After Approval): Add myself.
13973 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13975         Fix for: PR bootstrap/3591, target/5676
13976         * configure.in (mcore-pe): Disable the configuration of
13977         libstdc++-v3 since exceptions are not supported.
13979 2002-03-20  Anthony Green  <green@redhat.com>
13981         * configure.in: Enable libgcj for xscale-elf target.
13983 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13985         * MAINTAINERS:  Update my email address.
13987 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13989         * ltmain.sh (relink_command): Fix typo in previous change.
13991 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13993         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13994         (relink_command): Added --tag flags.
13995         (mode=install): If relinking fails; error out.
13997 2002-03-12  Richard Henderson  <rth@redhat.com>
13999         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
14000         .NOTPARALLEL tag.
14001         (do-check): Rename from check.
14002         (check): Allow parallel check.
14004 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14006         * MAINTAINERS: Add myself as maintainer for xtensa port.
14007         Fix alphabetical order in CPU port maintainer list.
14008         Remove myself from Write After Approval list.
14010 2002-03-11  Richard Henderson  <rth@redhat.com>
14012         * Makefile.in (.NOTPARALLEL): Add fake tag.
14014 2002-03-07  H.J. Lu  (hjl@gnu.org)
14016         * configure.in: Enable gprof for mips*-*-linux*.
14018 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
14020         * MAINTAINERS (Write After Approval): Add myself.
14022 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
14024         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14025         libjava.
14026         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14028 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
14030         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14031         because its Makefile is there; test for the executable instead.
14033 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
14035         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14036         libstdc++-v3 and libjava.
14038 2002-02-11  Adam Megacz  <adam@xwt.org>
14040         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14041         boehm-gc
14043 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
14045         * config.guess: Updated to 2002-01-30's version.
14046         * config.sub: Updated to 2002-02-01's version.
14047         Contribute sh64-elf.
14048         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
14049         * configure.in: Added sh64-*-*.
14051 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
14053         * MAINTAINERS: Belatedly add myself to write after approval list.
14055 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
14057         * MAINTAINERS: Put self in as maintainer for x86-64 port.
14058         Remove self as Write After Approval.
14060 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
14062         * MAINTAINERS: Put self in as maintainer for contrib/regression
14063         directory.
14065 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
14067         * MAINTAINERS:  Update my email address.
14069 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
14071         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
14072         target-libiberty, and target-libgloss.  Skip Java-related
14073         libraries if not supported for NetBSD on target CPU.
14075 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
14077         * install-sh: Use _inst.$$_ for temp file name.
14079 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
14081         * MAINTAINERS (Write After Approval): Move my contact info
14082         from here...
14083         (OS Port Maintainers): ...to here (netbsd).
14085 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
14087         * MAINTAINERS (Write After Approval): Add myself.
14089 2002-01-17  H.J. Lu  <hjl@gnu.org>
14091         * Makefile.in (all-fastjar): Also depend on all-libiberty.
14092         (all-target-fastjar): Also depend on all-target-libiberty.
14094 2002-01-16  H.J. Lu  (hjl@gnu.org)
14096         * config.guess: Import from master sources, rev 1.225.
14097         * config.sub: Import from master sources, rev 1.238.
14099 2002-01-16  Kazu Hirata  <kazu@hxi.com>
14101         * MAINTAINERS (Write After Approval): Remove myself.
14103 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
14105         * MAINTAINERS (Write After Approval): Add myself.
14107 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14109         * MAINTAINERS: Add self as docs co-maintainer.
14111 2001-12-11  Matthias Klose  <doko@debian.org>
14113         * MAINTAINERS (Write After Approval): Add myself.
14115 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
14117         * MAINTAINERS: Update my email address.
14119 2001-12-07  Turly O'Connor  <turly@apple.com>
14120         * MAINTAINERS (Write After Approval): Add myself.
14121         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14122         (rs6000_initialize_trampoline): Call __trampoline_setup for
14123         ABI_DARWIN too.
14124         * darwin-tramp.asm: New file, implements __trampoline_setup.
14125         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
14127 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
14129         * MAINTAINERS (Write After Approval): Add myself.
14131 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
14133         * configure, configure.in: Use temp file for long sed commands.
14135 2001-12-03  Laurent Guerby  <guerby@acm.org>
14137         * config.sub: Update to version 1.232 on subversion.
14139 2001-12-03  Ben Elliston  <bje@redhat.com>
14141         * MAINTAINERS: Update mail address for config.* patches.
14143 2001-11-27  DJ Delorie  <dj@redhat.com>
14144             Zack Weinberg  <zack@codesourcery.com>
14146         When build != host, create libiberty for the build machine.
14148         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14149         CONFIG_ARGUMENTS.
14150         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14151         New variables.
14152         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14153         and rules.
14154         (all.normal): Depend on ALL_BUILD_MODULES.
14155         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14156         (all-build-libiberty): Depend on configure-build-libiberty.
14158         * configure: Calculate and substitute proper value for
14159         ALL_BUILD_MODULES.
14160         * configure.in: Create the build subdirectory.
14161         Calculate and substitute TARGET_CONFIGARGS (formerly
14162         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14164 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
14166         * MAINTAINERS (write-after-approval): Add self.
14168 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14170         * MAINTAINERS (GNATS only accounts): Remove self.
14172 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
14174         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14175         libf2c.
14177 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14179         * MAINTAINERS (Write After Approval): Add self.
14181 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14183         * MAINTAINERS: mips and s390 are also CPU ports.
14185 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14187         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14189 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
14191         * MAINTAINERS: Alphabetize.
14193 2001-11-09  Kazu Hirata  <kazu@hxi.com>
14195         * MAINTAINERS (Various maintainers: h8 port): Add myself.
14197 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14199         * MAINTAINERS (Various maintainers: hppa port): Added myself.
14201 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
14203         * configure.in (--enable-languages): Be more permissive about
14204         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
14206 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
14208         * config.sub: Import from master sources, rev. 1.230.
14209         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14211 2001-11-07  Laurent Guerby  <guerby@acm.org>
14213         * MAINTAINERS (Write After Approval): Add self.
14215 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
14217         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14219 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
14221         * config.sub: Import from master sources, rev 1.226.
14222         * config.guess: Import from master sources, rev 1.216.
14224 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
14226         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14227         * MAINTAINERS: Add self as maintainer of MMIX port.
14228         Remove old after-approval entry.
14230 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14232         * ChangeLog, configure: Fix spelling errors.
14234 2001-10-20  Brendan Kehoe  <brendan@zen.org>
14236         * MAINTAINERS: Tweak my address.
14238 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
14240         * MAINTAINERS: Update my email address.
14242 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
14244         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14245         * MAINTAINERS: Add self as maintainer of CRIS port.
14247 2001-10-10  Geert Bosch  <bosch@gnat.com>
14249         * MAINTAINERS (Various maintainers: Ada front end):
14250         Added Robert Dewar.
14252 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
14254         * MAINTAINERS (Write After Approval): Added self
14256 2001-10-02  Geert Bosch  <bosch@gnat.com>
14258         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14260 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14262         * configure: Handle temporary files securely using mkdir.
14264 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
14266         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14268 2001-09-26  Will Cohen  <wcohen@redhat.com>
14270         * configure.in (*-*-linux*): Disable configuration of target-newlib
14271         and target-libgloss.
14273 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
14275         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14276         RANLIB.
14278 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
14280         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14281         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14282         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14283         avoid quotes nesting problems.
14284         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14285         (DO_X): Export only variables that are set.
14287 2001-09-19  Ben Elliston  <bje@redhat.com>
14289         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14290         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14291         semantics.  Use the shell built-in "type" command instead.
14293 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14295         Merged from gcc-3_0-branch:
14296         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14297         * ltcf-c.sh: Use $objext, not $ac_objext.
14298         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14299         * ltcf-cxx.sh: Add support for GNU.
14300         2001-07-22  Timothy Wall  <twall@redhat.com>
14301         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14302         default settings if using GNU tools with that configuration.
14303         * ltcf-cxx.sh: Ditto.
14304         * ltcf-gcj.sh: Ditto.
14305         2001-07-21  Michael Chastain  <chastain@redhat.com>
14306         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14307         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14308         * ltmain.sh: Mark as gcc-local.
14310 2001-08-30  Eric Christopher  <echristo@redhat.com>
14311             Jason Eckhardt  <jle@redhat.com>
14313         * config.guess: Merge from master sources.
14314         * config.sub: Merge from master sources, add support for mipsisa32.
14316 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14317         * config.sub: Merge from master sources, rev 1.219.
14318         * MAINTAINERS: Add self as contact for stormy16 port.
14320 2001-08-14  Zack Weinberg  <zackw@panix.com>
14322         * config.sub: Merge from master sources, rev 1.218.
14323         * config.guess: Merge from master sources, rev 1.209.
14325 2001-08-11  Graham Stott  <grahams@redhat.com>
14327         * Makefile.in (check-c++): Add missing semicolon.
14329 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14331         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14333 2001-07-30  Eric Christopher  <echristo@redhat.com>
14335         * MAINTAINERS (Various maintainers: mips port): Added myself.
14337 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14339         * configure.in (sh-*-linux*): New.
14341 2001-07-27  Richard Henderson  <rth@redhat.com>
14343         * .cvsignore: Add LAST_UPDATED.
14345 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14347         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14349 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14351         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14353 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14355         * MAINTAINERS (Write After Approval): Added myself.
14357 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14359         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14360         and libgcj on m68hc11/m68hc12.
14362 2001-06-27  H.J. Lu  (hjl@gnu.org)
14364         * Makefile (CFLAGS_FOR_BUILD): New.
14365         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14367 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14369         * README: Remove version number.
14371 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14373         * INSTALL/README: Update wrt. to the installation instructions now
14374         residing in gcc/doc/install.texi.
14376 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14378         * README: Replace with a cut-down and updated version of gcc/README.
14380 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14382         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14383         multilibs to be disabled.
14385 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14387         * MAINTAINERS (Write After Approval): Add myself.
14389 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14391         * config.guess: Import CVS version 1.195.
14392         * config.sub: Import CVS version 1.212.
14394 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14396         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14397         gcc/xgcc is built, use -print-prog-name to find out the program
14398         name to use.
14400 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14402         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14403         appear to also be in the master copy.
14404         * config.sub:  Import CVS version 1.211.
14406 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14408         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14409         with_gcc]: Use `gcc -shared' to build a shared library.
14411 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14413         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14414         archives.
14416 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14418         * MAINTAINERS (Write After Approval): Add myself.
14420 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14422         * configure.in (libstdcxx_flags): Do not try to execute
14423         libstdc++-v3/testsuite_flags until it exists.
14425 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14427         * MAINTAINERS: Update my email address.
14429 2001-05-31  Graham Stott  <grahams@redhat.com>
14431         * MAINTAINERS (Write After Approval): Add myself.
14433 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14435         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14436         libraries when using g++ with native linker.
14438 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14440         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14442 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14444         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14445         [aix4*|aix5*]: Prepend blank.
14447 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14449         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14450         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14451         of subdir/configure scripts to use the new libtool.m4.
14453 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14455         * MAINTAINERS (Write After Approval): Add myself.
14457 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14459         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14461 2001-05-11  Ben Elliston  <bje@redhat.com>
14463         * Makefile.in (all-sid): New target.
14464         (check-sid, clean-sid, install-sid): Likewise.
14466 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14468         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14470 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14472         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14473         libgcj.
14475 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14477         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14478         gcc/xgcc is built, use -print-prog-name to find out the program
14479         name to use.
14481 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14483         * configure.in (noconfigdirs): Don't reset it from scratch in the
14484         target case; only append to it.
14486         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14487         sparc-*-solaris2.8]: Disable ${libgcj}.
14489 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14491         * configure.in (libgcj_saved): Copy from $libgcj.
14492         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14493         --disable-libgcj.
14495 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14497         * MAINTAINERS: Remove self as MIPS maintainer and
14498         C front end maintainer.
14500 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14502         * configure.in: Move *-chorusos target case to the proper switch.
14503         Disable libgcj.
14505 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14507         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14508         1.641.2.228.
14510 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14512         * Makefile.in (STAGE1_CFLAGS): Pass down.
14514 2001-04-13  Alan Modra  <amodra@one.net.au>
14516         * config.guess: Add hppa64-linux support.  Note for next import that
14517         this is already in the master file.
14518         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14520 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14522         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14523         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14525 2001-04-11  Stan Shebs  <shebs@apple.com>
14527         * MAINTAINERS: Add self as Darwin port maintainer.
14529 2001-04-11  Alan Modra  <amodra@one.net.au>
14531         * MAINTAINERS: Update my email address.
14533 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14535         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14536         recent versions of FreeBSD (release 3 or later).
14537         * ltconfig: On FreeBSD, -lc must not be provided when building
14538         a shared library or else the standard -pthread gcc option is
14539         rendered worthless to later users of the built library.
14541 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14543         * MAINTAINERS: Add self and RTH as C front end maintainers.
14545 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14547         * config.sub: Make sure to match an already-canonicalized
14548         machine name (eg. mn10300-unknown-elf).
14550 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14552         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14553         New macros.
14554         (bootstrap, cross): Use RECURSE_FLAGS.
14555         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14557 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14559         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14561 2001-03-22  Colin Howell  <chowell@redhat.com>
14563         * Makefile.in (DO_X): Do not backslash single-quotes in
14564         backquotes (two places).
14566 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14568         Re-installed:
14569         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14570         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14571         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14572         * ltcf-cxx.sh: Likewise.
14573         * ltcf-gcj.sh: Likewise.
14575 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14577         * MAINTAINERS: Add myself as "documentation co-maintainer".
14579 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14581         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14582         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14584 2001-03-19  Tom Tromey  <tromey@redhat.com>
14586         * config-ml.in: Handle GCJ and GCJFLAGS.
14588 2001-03-21  Michael Chastain  <chastain@redhat.com>
14590         * Makefile.in: all-m4 depends on all-texinfo.
14592 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14594         * MAINTAINERS: Add myself to write after approval list.
14596 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14598         * Makefile.in (DO_X): Quote nested quotes.
14600 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14602         * MAINTAINERS: Add myself to write after approval list.
14604 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14606         * Makefile.in (DO_X): Use double quotes for quoting
14607         "RANLIB=$${RANLIB}".
14609 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14611         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14613 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14615         * configure.in: Only use `lang_requires' for languages athat are
14616         actually enabled.
14618 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14620         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14622 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14624         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14626 2001-03-07  Tom Tromey  <tromey@redhat.com>
14628         * configure.in: Allow config-lang.in to set `lang_requires' to list
14629         of other required languages.
14631 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14633         * Makefile.in: Remove RANLIB definition. Use RANLIB
14634         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14635         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14637 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14638             Alexandre Oliva  <aoliva@redhat.com>
14640         * Makefile.in (check-c++): Use tabs, not spaces.
14642 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14644         * MAINTAINERS: add myself to Write After Approval list.
14646 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14648         * Makefile.in (check-c++): New rule.
14650         * configure.in (target_libs): Remove libg++.
14651         (noconfigdirs): Remove libg++.
14652         (noconfigdirs): Same.
14653         (noconfigdirs): Same.
14654         (noconfigdirs): Same.
14656         * config-ml.in: Remove libg++ references.
14658         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14659         (ALL_TARGET_MODULES): Same.
14660         (configure-target-libg++): Remove.
14661         (all-target-libg++): Remove.
14662         (configure-target-libio): Remove.
14663         (all-target-libio): Remove.
14664         (check-target-libio): Remove.
14665         (.PHONY): Remove.
14666         (libg++.tar.bz2): Remove.
14667         (all-target-cygmon): Remove libio.
14668         (all-target-libstdc++): Remove.
14669         (configure-target-libstdc++): Remove.
14670         (TARGET_LIB_PATH): Remove libstdc++.
14671         (ALL_GCC_CXX): Remove libstdc++.
14672         (all-target-gperf): Correct.
14674 2001-02-16  Nick Clifton  <nickc@redhat.com>
14676         * configure.in (noconfigdirs): Allow configuration of texinfo
14677         for Cygwin hosts.
14679 2001-02-15  Anthony Green  <green@redhat.com>
14681         * configure: Introduce GCJ_FOR_TARGET.
14682         * configure.in: Ditto.
14683         * Makefile.in: Ditto.
14685 2001-02-13  Andreas Schwab  <schwab@suse.de>
14687         * MAINTAINERS: Update mail address.
14689 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14691         * config.guess: Add linux target for S/390.
14692         * config.sub: Likewise.
14694 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14696         * configure.in: for *-chorusos, don't config target-newlib and
14697         target-libgloss.
14699 2001-02-06  Ben Elliston  <bje@redhat.com>
14701         * configure: Output host type to stdout, not stderr.
14703 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14705         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14706         * ltcf-cxx.sh: Likewise.
14708         * config.if: Assume enable_libstdcxx_v3 is defined.
14710 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14712         Remove V2 C++ library.
14713         * configure.in: Remove --enable-libstdcxx_v3 support.
14715 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14717         * include/demangle.h: Add prototype for java_demangle_v3.
14719 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14721         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14723 2001-01-27  Richard Henderson  <rth@redhat.com>
14725         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14727 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14729         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14730         Don't unset, it's non-portable and no longer necessary, set to empty
14731         instead.
14733 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14735         * ltconfig: Shell portability fix for the tagname validity check.
14737 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14739         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14740         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14742 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14744         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14746 2001-01-26  Tom Tromey  <tromey@redhat.com>
14748         * configure.in: Allow libgcj to be built on Sparc Solaris.
14750 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14752         * ltcf-c.sh: Add aix5 case.
14753         * ltcf-cxx.sh: Likewise.
14754         * ltconfig: Likewise.
14756 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14758         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14759         keep at least one of build_libtool_libs or build_old_libs set to
14760         yes.
14762         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14763         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14765 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14767         * configure.in: Enable libgcj on several additional platforms.
14769 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
14771         * configure.in: Enable libgcj for linux targets.
14773 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14775         * MAINTAINERS (Write After Approval): Add myself.
14777 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14779         * MAINTAINERS: Add myself as vax port maintainer.
14781 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
14783         * MAINTAINERS: Add myself as Mercury front-end maintainer.
14785 2001-01-09  Mike Stump  <mrs@wrs.com>
14787         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14788         failures of subdirectories.
14790 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14792         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14793         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14794         * ltcf-cxx.sh: Likewise.
14795         * ltcf-gcj.sh: Likewise.
14796         * ltconfig.sh: Fix typo.
14798 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14800         * configure: handle DOS-style absolute paths.
14802 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14804         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14806 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
14808         * MAINTAINERS: Add myself as avr port co-maintainer.
14810 2000-12-28  Ben Elliston  <bje@redhat.com>
14812         * MAINTAINERS: Add myself under ``Write After Approval''.
14814 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
14816         * texinfo: Remove directory from GCC.
14818 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14820         * COPYING: Update to current
14821         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14822         to 19yy as example year in copyright notice).
14824 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
14826         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14827         (libstdcxx_incdir): Pass down.
14828         * config.if: Remove expired bits for cxx_interface, add stub.
14829         (libstdcxx_incdir): Add variable for g++ include directory.
14830         * configure.in (gxx_include_dir): Use it.
14832 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
14834         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
14835         with old-email address from ``Write After Approval''.
14837 2000-12-15  Andreas Jaeger  <aj@suse.de>
14839         * configure.in: Handle lang_dirs.
14841 2000-12-14  Tom Tromey  <tromey@redhat.com>
14843         * MAINTAINERS: Removed brads.
14845         * MAINTAINERS: Added gcj developers.
14847 2000-12-13  Anthony Green  <green@redhat.com>
14849         * configure.in: Disable libgcj for any target not specifically
14850         listed.  Disable libgcj for x86 and Alpha Linux until compatible
14851         with g++ abi.
14853 2000-12-13  Mike Stump  <mrs@wrs.com>
14855         * Makefile.in (local-distclean): Also remove fastjar.
14857 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
14859         * contrib/gcc_update: Add fastjar --touch entries.
14861 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14863         * configure.in: Disable language-specific target libraries for
14864         languages that aren't enabled.
14866 2000-12-10  Anthony Green  <green@redhat.com>
14868         * configure.in: Define libgcj.  Disable libgcj target libraries for
14869         most targets.
14871 2000-12-10  Neil Booth  <neilb@earthling.net>
14873         * MAINTAINERS: Update mail address, remove from WAA list.
14875 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14877         * libjava: Imported from /cvs/java.
14878         * libffi: Likewise.
14879         * Boehm-gc: Likewise.
14881 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14883         * configure.in (target_libs): Revert 2000-12-08 patch.
14884         (noconfigdirs): Added target-libjava.
14886 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14888         * djunpack.bat: removed.
14890 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14892         * Makefile.in: handle DOS-style absolute paths.
14893         * config-ml.in: likewise.
14894         * symlink-tree: likewise.
14896 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14898         * fastjar: Imported.
14900 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14902         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14903         libjava.
14904         * configure.in (target_libs): Removed `target-libjava'.
14906 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14908         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14909         (ALL_MODULES): Added fastjar.
14910         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14911         (all-target-libjava): all-fastjar replaces all-zip.
14912         (all-fastjar): Added.
14913         (configure-target-fastjar, all-target-fastjar): Likewise.
14914         * configure.in (host_tools): Added fastjar.
14916 2000-12-07  Mike Stump  <mrs@wrs.com>
14918         * Makefile.in (local-distclean): Remove leftover built files.
14920 2000-11-24  Nick Clifton  <nickc@redhat.com>
14922         * configure.in (xscale-elf): Add target.
14923         (xscale-coff): Add target.
14925 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14927         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14928         recent versions of FreeBSD (release 3 or later).
14929         * ltconfig: On FreeBSD, -lc must not be provided when building
14930         a shared library or else the standard -pthread gcc option is
14931         rendered worthless to later users of the built library.
14933 2000-11-16  Fred Fish  <fnf@be.com>
14935         * configure.in (enable_libstdcxx_v3): Fix typo,
14936         libstd++ -> libstdc++.
14938 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14940         * MAINTAINERS: Add self to Write After Approval list.
14942 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14944         * MAINTAINERS: Update my email address.  Add myself to global write
14945         privs list.
14947 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14949         * Makefile.in: Merge with src and libgcj.
14950         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14951         configure-target-<library> when their configure scripts need the C
14952         or C++ library to have already been built to work properly.
14953         (do_proto_toplev): Set them to an empty string.
14955         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14956         (REALLY_SET_LIB_PATH): Use them.
14958 2000-11-17  Stan Shebs  <shebs@apple.com>
14960         * MAINTAINERS: Add self to Write After Approval list.
14962 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14964         * configure: Provide the original toplevel configure arguments
14965         (including $0) to subprocesses in the environment rather than
14966         through gcc/configargs.h.
14968 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14970         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14971         C99.  Alphabetise "Write After Approval" list.
14973 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14975         * configure: Turn on libstdc++ V3 by default.
14977         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14978         if we've got GCC.
14980 2000-11-11  Philip Blundell  <philb@gnu.org>
14982         * MAINTAINERS: Add self to Write After Approval list.
14984 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14986         * ltcf-c.sh (aix4): Improve shared library configuration; require
14987         exporting symbols.
14988         * ltcf-cxx.sh (aix4): Define.
14989         * ltconfig (aix4): Define library and soname specs appropriate for
14990         AIX.  Define command to create export symbols list.
14992 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14994         * config.sub: Add support for Sun Chorus
14996 2000-10-31  Nick Clifton  <nickc@redhat.com>
14998         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14999         <name>@redhat.com.  Also installed new email address for Clint
15000         Popetz.
15002 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
15004         * etc: Remove directory from GCC.
15006 2000-10-16  Michael Meissner  <meissner@redhat.com>
15008         * configure (gcc/configargs.h): Only create if there is a build GCC
15009         directory created.
15011 2000-10-16  Matthias Klose  <doko@debian.org>
15013         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15014         when configured for libstdc++-v3.
15016 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
15018         * configure: Save configure arguments to gcc/configargs.h.
15020 2000-10-04  Philipp Thomas  <pthomas@suse.de>
15022         * config.guess: Import CVS version 1.157.
15023         * config.sub: Import CVS version 1.181.
15025 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
15027         * Makefile.in (bootstrap): avoid recursion if subdir missing
15028         (cross): ditto
15029         (do-proto-toplev): ditto
15031 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
15033         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15034         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15036         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15037         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
15038         all affected `configure' scripts.
15040 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
15042         * MAINTAINERS: Add self as cpplib co-maintainer.
15044 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
15046         * MAINTAINERS: Add self to Write After Approval list.
15048 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15050         * INSTALL/README: egcs -> GCC update.
15052 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
15054         * MAINTAINERS: Add myself to Write After Approval list.
15056 2000-09-15  Kazu Hirata  <kazu@hxi.com>
15058         * MAINTAINERS: Add myself to Write After Approval list.
15060 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
15062         * configure.in: Do not build byacc for hppa64.  Provide paths to the
15063         X11 libraries for hppa64.
15065 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15067         * MAINTAINERS: Add myself as 68hc11 port maintainer.
15069 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
15071         * Makefile.in (all-zlib): Added dummy target.
15073         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15074         ltcf-gcj.sh: Updated from libtool multi-language branch.
15076 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
15078         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15079         (bootstrap*): Depend on all-bootstrap.
15081 2000-09-05  Philipp Thomas  <pthomas@suse.de>
15083         * config.guess: Import CVS version 1.156.
15084         * config.sub: Import CVS version 1.179.
15086 2000-09-02  Anthony Green  <green@cygnus.com>
15088         * Makefile.in (all-gcc): Depend on all-zlib.
15089         (CLEAN_MODULES): Add clean-zlib.
15090         (ALL_MODULES): Add all-zlib.
15091         * configure.in (host_libs): Add zlib.
15093 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
15095         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15096         crosses, but add gcc/include to the header search path for them.
15098 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
15100         * MAINTAINERS: Add self to Write After Approval list.
15102 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15104         * config.guess: Import CVS version 1.152.
15105         * config.sub: Import CVS version 1.177.
15107 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
15109         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15110         $targargs to tell whether newlib is going to be built.
15112         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15113         $$r/TARGET_SUBDIR/libio for _G_config.h.
15115 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
15117         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15119 2000-08-22  DJ Delorie  <dj@redhat.com>
15121         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15123 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
15125         * config-ml.in (CC, CXX): Avoid trailing whitespace.
15126         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15127         sub-configures.
15129 2000-08-21  DJ Delorie  <dj@redhat.com>
15131         * MAINTAINERS: Add self as a libiberty maintainer
15133 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
15135         * configure.in (libstdcxx_flags): Use
15136         libstdc++-v3/src/libstdc++.INC.
15138 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
15140         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15142 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
15144         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15146         * configure: Make enable_threads and enable_shared defaults
15147         explicit.  Substitute enable_threads into generated Makefiles.
15148         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15149         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15151 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15153         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15155 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
15157         * config-ml.in (CC): Remove bogus duplicate quotation mark from
15158         previous delta.
15160 2000-08-11  Jason Merrill  <jason@redhat.com>
15162         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15163         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15164         (FLAGS_FOR_TARGET): Not here.
15165         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
15167 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
15169         * config-ml.in (CC, CXX): Don't introduce a leading space.
15171 2000-08-07  DJ Delorie  <dj@delorie.com>
15173         * MAINTAINERS: Add self as a DJGPP maintainer
15175 2000-08-07  DJ Delorie  <dj@redhat.com>
15177         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15178         "if we're also building gcc, and it's a gcc that will run on the
15179         build machine, we want to use its includes instead of the system's
15180         default includes".
15182 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15184         * MAINTAINERS: Add self to Write After Approval list.
15186 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
15188         * configure.in (libstdcxx_flags): Don't use `"'.
15190         * config-ml.in: Adjust multilib search paths to the
15191         appropriate multilib tree.
15193 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
15195         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15196         commas in $LANGUAGES.
15198 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
15200         * configure.in: Re-enable all references to libg++ and librx.
15202 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
15204         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15205         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
15206         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15207         * ltcf-cxx.sh (need_lc): Set based on postdeps.
15209         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15211 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
15213         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15214         CXX_FOR_TARGET for sed.
15216 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
15218         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15219         Do not override if already set in the environment or in configure.
15220         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15221         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15223 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
15225         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15226         the libtool CVS tree multi-language branch.
15227         * ltconfig, ltmain.sh: Updated.
15229 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
15231         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15232         (clean-target): Depend on it.
15234         * Makefile.in (FLAGS_FOR_TARGET): New macro.
15235         (GCC_FOR_TARGET): Use it.
15236         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15237         * configure.in: ... here.
15238         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
15239         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15241 2000-07-24  Eric Christopher  <echristo@cygnus.com>
15243         * MAINTAINERS: Add self to Write After Approval list.
15245 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
15247         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15248         (configure-target-libchill, configure-target-libobjc): Likewise.
15250         * configure.in: Use the same cache file for all target libs.
15251         * config-ml.in: But different cache files per multilib variant.
15253 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15255         * configure (topsrcdir): Don't use dirname.
15257 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
15259         * MAINTAINERS: Add self to Write After Approval list.
15261 2000-07-20  Jason Merrill  <jason@redhat.com>
15263         * configure.in: Remove all references to libg++ and librx.
15265         * configure, configure.in, Makefile.in: Unify gcc and binutils.
15267 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
15269         * config.sub: Update to subversions version 2000-07-06.
15271 2000-07-12  Andrew Haley  <aph@cygnus.com>
15273         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15274         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15276 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
15278         * symlink-tree:  Check number of arguments.
15280 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15282         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15283         search path for a g++ extracted from the build tree.  This
15284         will allow link tests run by configure scripts in
15285         subdirectories to succeed.
15287 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15289         * ltconfig: Add support for mips-dde-sysv4.2MP
15291 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15293         * MAINTAINERS: Add myself as loop discovery maintainer.
15295 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15297         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15298         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15300 2000-06-19  Timothy Wall  <twall@cygnus.com>
15302         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15303         * config.sub: Add tic54x target.
15305 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15307         * MAINTAINERS: Add self as Fortran maintainer,
15308         remove Craig Burley.
15310 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15312         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15313         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15315 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15317         * MAINTAINERS: Add self as i18n maintainer
15319 20000-05-21  H.J. Lu  (hjl@gnu.org)
15321         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15322         directory are used if they exist. Make sure
15323         $(build_tooldir)/include is searched for header files,
15324         $(build_tooldir)/lib/ for library files.
15325         (GCC_FOR_TARGET): Likewise.
15326         (CXX_FOR_TARGET): Likewise.
15328 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15330         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15332 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15334         * Makefile.in (configure-target-libiberty): Depend on
15335         configure-target-newlib.
15337 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15339         * configure.in, Makefile.in: Merge all libffi-related
15340         configury stuff from the libgcj tree.
15342 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15344         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15345         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15347 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15349         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15350         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15351         current version information.  Add to proto-toplev directory.
15352         (gdb-taz): Build do-djunpack.
15354 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15356         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15358 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15360         * MAINTAINERS: Add self to Write After Approval list.
15362 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15364         * ltmain.sh: Preserve in relink_command any environment
15365         variables that may affect the linker behavior.
15367 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15369         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15371 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15373         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15375 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15377         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15378         with the version name.
15380 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15382         * MAINTAINERS: Add self as bb-reorder maintainer.
15384 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15386         * config.if: Tweak.
15388 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15390         * djunpack.bat: New file.
15392 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15394         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15395         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15396         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15397         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15399 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15401         * config.sub (case $basic_machine): Change default for "ibm-*"
15402         to "openedition".
15404 2000-04-13  Andreas Jaeger  <aj@suse.de>
15406         * MAINTAINERS: Added myself.
15408 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15410         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15411         (do-md5sum): New target.
15412         (MD5PROG): Define.
15413         (PACKAGE): Default to TOOL.
15414         (VER): Default to a shell script.
15415         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15416         md5 checksum generation.
15417         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15418         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15419         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15420         insight.tar.bz2): Use gdb-taz to create archive.
15422 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15424         * configure (warn_cflags): Delete.
15426 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15428         * MAINTAINERS: Added myself.
15430 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15431             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15433         * configure.in (enable_libstdcxx_v3): Add.
15434         (target_libs): Add bits here to switch between libstdc++-v2 and
15435         libstdc++-v3.
15436         * config.if: And this file too.
15437         * Makefile.in: Add libstdc++-v3 targets.
15439 2000-04-05  Michael Meissner  <meissner@redhat.com>
15441         * config.sub (d30v): Add d30v as a basic machine type.
15443 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15445         * configure.in: -linux-gnu*, not -linux-gnu.
15447 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15449         * MAINTAINERS: Add self in write-after-approval section.
15451 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15453         * MAINTAINERS: Add self as ia64 port maintainer.
15455 2000-03-08  Neil Booth  <NeilB@earthling.net>
15457         * MAINTAINERS: Add self in write-after-approval section.
15459 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15461         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15462         (do-tar-bz2): Replace TOOL with PACKAGE.
15463         (gdb.tar.bz2): Remove GDBTK from GDB package.
15464         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15465         dejagnu.tar.bz2): New packages.
15467 2000-02-27  Andreas Jaeger  <aj@suse.de>
15469         * configure.in: Add entry for mips*-*-linux*, move catch all
15470         *-*-*linux* entry below this one.
15472 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15474         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15476 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15478         * config.sub: Support an OS of "wince".
15480 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15482         * config.guess, config.sub: Updated to match config's 2000-02-15
15483         version.
15485 2000-02-23  Linas Vepstas  <linas@linas.org>
15487         * config.sub: Add support for Linux/IBM 370.
15488         * configure.in: Likewise.
15490 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15492         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15494 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15496         * config.guess: Guess "cygwin" rather than "cygwin32".
15498 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15500         * configure (gcc_version): When setting, narrow search to
15501         lines containing `version_string'.
15503 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15505         * config.sub: Add support for avr target.
15507 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15509         * MAINTAINERS: Add maintainers for MCore port.
15511 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15513         * config.sub: Add mmix-knuth-mmixware.
15515 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15517         * MAINTAINERS: Pair cccp with cpplib maintainership.
15519 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15521         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15522         structure stuff to -L library search.
15523         (CXX_FOR_TARGET): Ditto.
15524         (CROSS_CHECK_MODULES): Fix spelling mistake.
15526 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15528         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15529         the C++ compiler.
15531 2000-01-12  Richard Henderson  <rth@cygnus.com>
15533         * configure.in: Don't build some bits for beos.
15535 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15537         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15538         as include files.
15540 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15542         * Add self as cpplib maintainer, as requested by Jason
15543         Merrill.  Correct my e-mail address.
15545 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15547         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15548         not mh-aix43.
15550 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15552         * MAINTAINERS: Add myself to "write after approval" list.
15554 1999-12-14  Richard Henderson  <rth@cygnus.com>
15556         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15557         * config.sub: Accept alphaev[78], alphaev8.
15559 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15561         * config.guess, config.sub: Update from autoconf.
15563 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15565         * MAINTAINERS:  update my playtime e-address.
15567 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15569         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15570         necessary libraries are missing.
15572 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15574         * MAINTAINERS: Add new 'write after approval' maintainer.
15576 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15578         * MAINTAINERS: Add new Java maintainer.
15580 1999-10-25  Andreas Schwab  <schwab@suse.de>
15582         * configure: Fix quoting inside arguments of eval.
15584 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15586         * config-ml.in: Allow suppression of some ARM multilibs.
15588 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15590         * config.guess: Add OS/390 match pattern.
15591         * config.sub: Add mvs, openedition targets.
15592         * configure.in (i370-ibm-opened*): New.
15594 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15596         * config.sub: Add support for configuring for pj.
15598 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15600         * config.sub (maybe_os): Add support for configuring for fr30.
15602 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15604         * configure.in: Do not configure or build ld for AIX
15605         platforms.  ld is known to be broken on these platforms.
15607 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15609         * config-ml.in: Pass compiler flag corresponding to multidirs to
15610         subdir configures.
15612 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15614         * Makefile.in (LDFLAGS): Define.
15616 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15618         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15619         noconfigdirs.
15620         (*-*-cygwin*): Likewise.
15622 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15624         * mkdep: New file.
15625         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15626         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15628         From Eli Zaretskii <eliz@is.elta.co.il>:
15629         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15630         long file name when using DJGPP on MS-DOS.
15632 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15634         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15636 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15638         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15639         dependency as this causes "make check" to globally "make all"
15641 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15643         * configure.in (target_libs): Added target-zlib.
15644         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15645         (CONFIGURE_TARGET_MODULES): Likewise.
15646         (CHECK_TARGET_MODULES): Likewise.
15647         (INSTALL_TARGET_MODULES): Likewise.
15648         (CLEAN_TARGET_MODULES): Likewise.
15649         (configure-target-zlib): New target.
15650         (all-target-zlib): Likewise.
15651         (all-target-libjava): Depend on all-target-zlib.
15652         (configure-target-libjava): Depend on configure-target-zlib.
15654         * Makefile.in (configure-target-libjava): Depend on
15655         configure-target-newlib.
15656         (configure-target-boehm-gc): New target.
15657         (configure-target-qthreads): New target.
15659         * configure.in (target_libs): Added target-qthreads.
15660         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15661         (CONFIGURE_TARGET_MODULES): Likewise.
15662         (CHECK_TARGET_MODULES): Likewise.
15663         (INSTALL_TARGET_MODULES): Likewise.
15664         (CLEAN_TARGET_MODULES): Likewise.
15665         (all-target-qthreads): New target.
15666         (configure-target-libjava): Depend on configure-target-qthreads.
15667         (all-target-libjava): Depend on all-target-qthreads.
15669         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15670         (CONFIGURE_TARGET_MODULES): Likewise.
15671         (CHECK_TARGET_MODULES): Likewise.
15672         (INSTALL_TARGET_MODULES): Likewise.
15673         (CLEAN_TARGET_MODULES): Likewise.
15674         (all-target-libjava): New target.
15675         (all-target-boehm-gc): Likewise.
15676         * configure.in (target_libs): Added libjava, boehm-gc.
15678 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15680         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15681         configure.bat in SUPPORT_FILES.
15682         (gas+binutils.tar.bz2): Likewise.
15684         * makeall.bat: Remove; obsolete.
15686 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15688         From Mark Elbrecht:
15689         * configure.bat: Remove; obsolete.
15691 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15693         * configure: Add -W -Wall to the default CFLAGS when compiling with
15694         gcc.
15696 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15698         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15700 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15702         * configure.in: Build ld on IRIX6.
15704 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15706         * Makefile.in: Change distribution targets to use bzip2 instead of
15707         gzip.
15708         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15709         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15711 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15713         * config.sub: Add mcore target.
15715 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15717         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15719 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15721         * config.guess (dummy): Changed to $dummy.
15723 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15725         * config.sub: Tidied up case statements.
15727 1999-05-22  Ben Elliston  <bje@cygnus.com>
15729         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15730         <jiro@din.or.jp>.
15732         * config.guess: Merge with FSF version. Future changes will be
15733         more accurately recorded in this ChangeLog.
15734         * config.sub: Likewise.
15736 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15738         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15740 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15742         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15744 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15746         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15748 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15750         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15751         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15752         Bad merge removed these two changes.
15754 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15755                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15757         * config.guess (interix Alpha): Add.
15759 1999-04-11  Richard Henderson  <rth@cygnus.com>
15761         * configure.in (i?86-*-beos*): Do config gperf; don't config
15762         gdb, newlib, or libgloss.
15764 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15766         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15767         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15768         from multidirs.
15770 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
15772         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15774 1999-04-08  Nick Clifton  <nickc@cygnus.com>
15776         * config.sub: Add support for mcore targets.
15778 1999-04-07  Michael Meissner  <meissner@cygnus.com>
15780         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15781         not mt-ospace, in order to shut up assembler warning about using
15782         symbols that are named the same as registers.
15784 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
15786         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15787         dependency list for all-target-cygmon.
15789 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
15791         * config-ml.in: Check $host, not $target, for selective multilibs.
15792         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15793         thumb interworking, and underscore prefix multilibs.
15795 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
15797         * missing: Update to version from current automake.
15799 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
15801         * configure (gxx_include_dir): Removed.
15803         * configure.in (gxx_include_dir): Handle it.
15804         * Makefile.in: Likewise.
15806 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
15808         * config.sub (mips64vr4111,mips64vr4111el) Add.
15810 1999-03-21  Ben Elliston  <bje@cygnus.com>
15812         * config.guess: Correct typo for detecting ELF on FreeBSD.
15814 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
15816         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15817         config/mh-djgpp.
15819 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
15821         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15822         all-target-newlib to dependency list for all-target-bsp.
15824 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15826         * config.sub: Add i386-uwin support.
15827         * config.guess: Likewise.
15829 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15831         * configure.in: cleanup, add mh-*pic handling for arm, special
15832         case powerpc*-*-aix*
15834 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
15836         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15837         can be built.
15839 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
15841         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15842         targets.
15844 1999-03-02  Nick Clifton  <nickc@cygnus.com>
15846         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15848 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
15850         * config.sub: Check for "cygwin*" rather than "cygwin32*"
15852 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15854         * config.sub: Fix typo in arm recognition.
15856 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
15858         * configure.in (noconfigdirs): Changed target_configdirs to
15859         include target-bsp only for m68k-*-elf* and m68k-*-coff*
15860         rather than m68k-*-* since it is not known to work on
15861         m68k-aout. Ditto for arm-*-*oabi.
15863 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
15865         * configure.in (*-*-windows*): Remove, no longer used.
15867 1999-02-19  Ben Elliston <bje@cygnus.com>
15869         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15870         Smart and improved by Andrew Cagney.
15872 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15874         * config.guess: Recognize openbsd-*-hppa.
15876 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15878         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15879         only if it is not empty.
15881 1999-02-17  Nick Clifton  <nickc@cygnus.com>
15883         Patch from: Scott Bambrough <scottb@corelcomputer.com>
15885         * config.guess: Modified to recognize uname's armv* syntax.
15887         * config.sub: Modified to recognize uname's armv* syntax.
15889 1999-02-17  Mark Salter  <msalter@cygnus.com>
15891         * configure.in: Added target-bsp for sparclite.
15893 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
15895         * config.sub: Recognize alphapca5[67] and up to alphaev8.
15897 1999-02-08  Nick Clifton  <nickc@cygnus.com>
15899         * configure.in: Add support for strongarm port.
15900         * config.sub: Add support for strongarm target.
15902 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15904         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15905         the old name config/mh-cygwin32.
15906         Enable texinfo.
15908 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15910         * configure.in: Do build ld for ix86 Solaris.
15912 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15914         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15915         $AR_FOR_TARGET.  Likewise for RANLIB.
15917 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15919         * config.sub (oabi):  Recognize.
15920         * configure.in (arm-*-oabi):  Handle.
15922 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15924         * config.guess: Improve detection of i686 on UnixWare 7.
15926 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15928         * config.guess: Add support for i386-pc-interix.
15929         * config.sub: Likewise.
15930         * configure.in: Likewise.
15932 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15934         * Makefile.in: Remove unneeded all-target-libio from
15935         from all-target-winsup target since it is now unneeded.
15936         Add all-target-libtermcap in its place since it is now
15937         needed.
15939 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15941         * configure.in: makefile stub for cygwin target is probably
15942         unnecessary.  Remove it for now.
15944 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15946         * configure.in: libtermcap.a should be built when cygwin is the
15947         target as well as the host.
15948         * config.guess: Allow mixed case in cygwin uname output.
15949         * Makefile.in: Add libtermcap target.
15951 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15953         * config.sub: Clean up handling of hppa2.0.
15955 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15957         * config.guess: Use C code to identify more HP machines.
15959 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15961         * config.sub: Handle hppa2.0.
15963 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15965         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15966         cygmon for all sparclite targets, regardless of object format.
15968 1998-12-15  Mark Salter  <msalter@cygnus.com>
15970         * configure.in: Added target-bsp for several target architectures.
15972         * Makefile.in: Added rules for bsp.
15974 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15976         * config.guess: Improve detection of hppa2.0 processors.
15978 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15980         * config.guess: Recognize FreeBSD using ELF automatically.
15982 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15984         * configure (skip-this-dir): Add handling for new shell script, which
15985         might be created by a sub-directory's configure to indicate, this particular
15986         directory is "unwanted".
15987         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15989 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15991         * ltconfig: import from libtool, after changing libtool to
15992         account for the cygwin name change.
15994 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15996         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15997         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15999 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
16001         * configure.in: Add libtermcap to list of cygwin dependencies.
16003 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
16005         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16006         they include winsup/include when it's a cygwin target.
16008 1998-11-12  Tom Tromey  <tromey@cygnus.com>
16010         * configure.in (host_tools): Added zip.
16011         * Makefile.in (all-target-libjava): Depend on all-zip.
16012         (all-zip): New target.
16013         (ALL_MODULES): Added all-zip.
16014         (NATIVE_CHECK_MODULES): Added check-zip.
16015         (INSTALL_MODULES): Added install-zip.
16016         (CLEAN_MODULES): Added clean-zip.
16018 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
16020         * Makefile.in: lose "32" from comment about cygwin.
16022 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
16024         * configure.in: Use -Os to build target libraries for the fr30.
16026 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
16028         * config.sub: Add fr30.
16030 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
16032         * configure.in: drop "32" from config/mh-cygwin32.  Check
16033         cygwin* instead of cygwin32*.
16034         * config.sub: Check cygwin* instead of cygwin32*.
16036 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
16038         * config.guess: Match any version of Unixware7.
16040 1998-10-20  Syd Polk  <spolk@cygnus.com>
16042         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16043         if desired.
16045 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
16047         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16048         these if the appropriate directories and files to not exist.
16050 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
16052         * Makefile.in (DEVO_SUPPORT): Add config.if.
16054 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16056         * configure: Add pattern to replace "build_tooldir"'s
16057         definition in the generated Makefile with "tooldir"'s
16058         actual value.
16060 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
16062         * config.sub: Bring back lost sparcv9.
16064         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16066 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
16068         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16069         CC_FOR_TARGET and friends.
16071 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
16073         * Makefile.in (build_tooldir): New variable, same as tooldir.
16074         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16075         -B$(build_tooldir)/bin/.
16076         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
16078 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16080         * README: Remove installation instructions and refer to the
16081         INSTALL directory instead.
16083 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
16085         * config.sub: Add support for i[34567]86-pc-udk.
16086         * configure.in: Likewise.
16088 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
16090         * Makefile.in: add bzip2 package building bits for user
16091         tools module
16092         * configure.in: ditto
16094 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
16096         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16097         (ALL_TARGET_MODULES): Add all-target-libobjc.
16098         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16099         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16100         (all-target-libchill): Add dependencies.
16101         * configure.in (target_libs): Add libchill.
16103 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
16105         * configure.in (target_subdir): Remove duplicate line.
16107 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
16109         * Makefile.in (all-automake): fix dependencies.
16111 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
16113         * configure.in: Minor cleanups for building in the $(target_alias)
16114         subdir.
16116 1998-09-22  Jim Wilson  <wilson@cygnus.com>
16118         * Makefile.in (bootstrap): Set r and s before make all.  Use
16119         BASE_FLAGS_TO_PASS in make all.
16120         (cross): Likewise.
16122 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
16124         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16126 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
16128         * config.sub: Fix typo in last change.
16130 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16132         * config.sub: Add support for C4x target.
16133         * configure.in: Likewise.
16135 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
16137         * config.sub: Recognize sparcv9 just like sparc64.
16139 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
16141         * config.guess: Match "Pent II" or "PentII" for OpenServer.
16143 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
16145         * config.guess: Correctly identify Pentium II sco boxes.
16147         * config.guess: Fix "tr" code.  From Weiwen Liu.
16149 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
16151         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16152         stabs.
16154 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
16156         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16157         (ALL_TARGET_MODULES): Add all-target-libchill.
16158         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16159         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16160         (all-target-libchill): Add dependencies.
16161         * configure.in (target_libs): Add libchill.
16163 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16165         * config.guess: Avoid assumptions about "tr" behaves when
16166         LANG is set to something other than English.
16168 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
16170         * configure (gxx_include_dir): Changed to
16171         '${prefix}/include/g++'-${libstdcxx_interface}.
16173         * config.if: New to determine the interfaces.
16175 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
16177         * config.guess: Detect and handle MPE/IX.
16178         * config.sub: Deal with MPE/IX.
16180 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
16182         * configure.in: Use mh-aix43.
16184 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
16186         * configure: Fix --without/--disable cases for gxx-include-dir.
16188 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
16190         * mdata-sh:  Imported.  Needed for automake support.
16192 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
16194         * Makefile.in (taz): Try "chmod -R og=u ." before
16195         "chmod og=u `find . -print`".
16197 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
16199         * configure.in: Add arm-elf and thumb-elf support.
16201 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
16203         * Makefile.in: Undo previous patch.
16205 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
16207         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16208         to here ...
16209         (install-no-fixedincludes): and here
16210         (INSTALL_MODULES): ... from here.
16212 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16214         * config.sub: Merge with FSF.
16216         * config.guess: Merge with FSF.
16218 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
16220         * configure (extraconfigdirs): New variable.
16221         (SUBDIRS): Add extraconfigdirs and recurse on them too.
16222         * Makefile.in (all): Move higher in file.
16223         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16224         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16225         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16226         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16227         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16229 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
16231         * Makefile.in (all-target-libjava): Depend on all-gcc and
16232         all-target-newlib.
16233         (configure-target-libjava): Depend on $(ALL_GCC).
16235 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
16237         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16238         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16240 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
16242         * INSTALL/README: Fix typo.
16244 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16246         * ylwrap: Change absolute path checks to check for DOS style path
16247         names.
16249         * ylwrap: Don't use a full path name if the source file is in the
16250         same directory.  From hjl@lucon.org (H.J. Lu).
16252         * config-ml.in: Default to being verbose, to match Feb 18 change to
16253         configure.
16255 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
16257         Brought over from egcs:
16259         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16261         * configure.in (target_subdir): Set to ${target_alias} instead
16262         of "libraries".
16264         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16266         * configure.in (target_subdir): Set to libraries if enable_multilib.
16268 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
16270         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16271         multilibs, force reconfiguration the first time we create
16272         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16274 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
16276         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16277         avoid confusion with --no-recursion.
16279 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
16281         * configure.in: Win32 hosts shouldn't use install -x
16282         * install-sh: remove -x option, and special .exe-handling
16283         hack.
16285 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16287         * config.guess: Recognize i586-pc-beos.
16288         * configure.in: Don't build some bits for beos.
16290 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16292         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16293         CFLAGS default to -O2.
16295         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16296         when using GNU ld.
16298 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16300         * ltmain.sh: Correct install when using a different shell.
16302 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16304         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16306 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16308         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16309         target.
16311 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16313         * ltconfig: Update to correct AIX handling.
16315 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16317         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16319         * configure.in (target_subdir): Set to ${target_alias} instead
16320         of "libraries".
16322 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16324         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16325         (Makefile): Depend on $(gcc_version_trigger).
16327         * configure (gcc_version): Change default initializer to empty
16328         string.
16329         (gcc_version_trigger): New variable; pass this variable down
16330         to subdir configures to enable them checking gcc's version
16331         themselves. Emit make macros for both gcc_version vars.
16332         (topsrcdir): Initialize reliably.
16333         (recursion line): Remove --with-gcc-version=${gcc_version}.
16335 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16337         * configure (enable_version_specific_runtime_libs): Implement new flag
16338         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16339         in $(libsubdir); emit definition in each generated Makefile.
16340         (gxx_include_dir): Initialize depending on
16341         $enable_version_specific_runtime_libs.
16343 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16345         * configure (gcc_version): Initialize properly depending on
16346         how and where configure is started.
16347         (recursion line): Pass a --with-gcc-version=${gcc_version}
16348         to configures in subdirs.
16350 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16352         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16353         cygmon
16355 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16357         * configure.in: Add cygmon and libstub support for mn10200.
16359 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16361         * configure (gcc_version): Add new variable describing the
16362         particular gcc version we're building.
16363         * Makefile.in (libsubdir): Add new macro for the directory
16364         in which the compiler finds executables, libraries, etc.
16365         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16366         and libsubdir.
16368 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16370         * Makefile.in (local-clean): Remove *.log.
16371         (warning.log): Built with warn_summary from build.log.
16372         (mail-report.log): Run test_summary.
16373         (mail-report-with-warnings.log): Run test_summary including
16374         warning.log in the report.
16376 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16378         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16380 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16382         * Makefile.in (grep): Grep no longer depends on libiberty.
16384 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16386         * Makefile.in: all-snavigator needs all-libgui.
16388 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16390         * configure.in: Add cygmon and libstub support for mn10300.
16392 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16394         * missing: Update to version from automake 1.3.
16396         * ltmain.sh: On installation, don't get confused if the same name
16397         appears more than once in the list of library names.
16399 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16401         * config.sub: Accept m68060 and m5200 as CPU names.
16403 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16405         * configure: Use && rather than using -a in test, because odd
16406         strings can confuse test.
16407         * configure.in: Likewise.
16409 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16411         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16413 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16415         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16416         bootstrap4-lean): New targets.
16418 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16420         * mpw-* Delete.  Not used.
16422 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16424         * COPYING.LIB: Update FSF address.
16426 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16428         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16430         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16431         GAS_SUPPORT_DIRS.
16433 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16435         * ltconfig, ltmain.sh: Avoid producing a version number if
16436         -version-info was not used.
16438 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16440         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16441         building with newlib.
16443 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16445         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16446         Solaris `make' causes it to continue to next definition.
16448 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16450         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16451         the right GUI libraries and files are installed along with GDB.
16453 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16455         * configure.in: Change alpha to alpha* in several places.
16457 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16459         * config.sub: Recognize sparc86x.
16461 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16463         * configure.in (--enable-target-optspace): Remove debug echo.
16465 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16467         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16469 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16471         * ltconfig: Update cygwin32 support.
16473         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16474         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16475         (GDB_SUPPORT_DIRS): Likewise.
16477 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16479         * configure.in (target_makefile_frag): If --enable-target-optspace,
16480         use -Os to compile target libraries rather than -O2.  Default to
16481         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16482         not used.
16483         * configure.in (target_cflags): Ditto for d30v.
16485 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16487         * Makefile.in (all-bfd): Depend on all-intl.
16488         (all-binutils): Likewise.
16489         (all-gas): Likewise.
16490         (all-gprof): Likewise.
16491         (all-ld): Likewise.
16493 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16495         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16497 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16499         * Makefile.in (all-bfd): Depend upon all-libiberty.
16501         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16503 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16505         * Makefile.in: Add libstub.
16507         * configure.in: Ditto. Build libstub for targets that have cygmon
16508         support.
16510 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16512         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16514 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16516         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16517         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16519 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16521         * configure: Define DEFAULT_M4 by searching PATH.
16522         * Makfile.in: Use DEFAULT_M4.
16524 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16526         * ltconfig: Add cygwin32 support.
16528         * Makefile.in, configure.in: Add libtool as a native only directory
16529         to configure and build.
16531 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16533         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16535 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16537         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16539 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16541         * Makefile.in: add ash make rules
16542         * configure.in: add ash to native_only and host_tools lists
16544 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16546         * Makefile.in (all-gettext, all-intl): New targets.
16547         (ALL_MODULES): Added all-gettext, all-intl.
16548         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16549         (INSTALL_MODULES): Added install-gettext, install-intl.
16550         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16552         * configure.in (host_tools): Added gettext.
16553         (native_only): Likewise.
16554         (noconfigdirs) [various cases]: Likewise.
16555         (host_libs): Added intl.
16557 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16559         * configure: Do not disable building gdbtk for cygwin32 hosts.
16561 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16563         * configure.in: Add thumb-coff target.
16564         * config.sub: Add thumb-coff target.
16566 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16568         * Makefile.in: Revert yesterday's change.
16569         (all-target-winsup):  all-target-librx stays out of here.
16571 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16573         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16574         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16575         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16576         Remove references to librx and libg++.
16578 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16580         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16581         recursive makes
16583 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16585         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16586         for newlib directory.
16587         (CXX_FOR_TARGET): Likewise.
16589 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16591         * ltconfig: Update after libtool/ltconfig.in change for
16592         hpux11.
16594 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16596         * ltconfig, ltmain.sh: Update to libtool 1.2.
16598 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16600         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16601         (install-gcc-cross): Instead, override LANGUAGES here.
16603 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16605         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16606         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16608 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16610         * configure.in: Add Thumb-pe target.
16612 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16614         * Makefile.in - changed sn targets to snavigator
16615         * configure.in - changed sn targets to snavigator
16617 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16619         * config-ml.in: After building symlink tree call make distclean
16620         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16621         to be the case for libiberty.
16623 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16625         * configure: When making link, also check the current
16626         directory. The configure scripts may create one.
16628 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16630         * config.sub: Accept alphapca56 and alphaev6 properly.
16632 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16634         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16636 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16638         * config.sub (sco5): Fix typo.
16640 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16642         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16643         install-itcl.
16644         (install-itcl): Remove dependency on install-tcl.
16646 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16648         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16650 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16652         * configure.in: Don't build libgui for a cygwin32 target when not on
16653         a cygwin32 host.
16655 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16657         * configure (redirect): Set to null, so default behavior of
16658         configure is now --verbose.
16660 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16662         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16663         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16665 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16667         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16668         this change to sync Makefile.in with its ChangeLog entries.
16670 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16672         * ltmain.sh (mkdir): Check that the directory doesn't exist
16673         before we exit with error, so that we don't get races during
16674         parallel builds.
16676 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16678         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16680 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16682         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16683         PICFLAG_FOR_TARGET.
16684         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16686         * configure: Emit a definition for the new macro enable_shared
16687         into each Makefile.
16689 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16691         * configure.in (host_tools, native_only): Add libtool.
16693 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16695         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16696         Fix typo in ming config comment.
16698 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16700         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16702 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16704         * config.sub: Add tic30 cases, and map c30 to tic30.
16706 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16708         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16709         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16710         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16711         (CLEAN_TARGET_MODULES): Similarly
16712         (all-target-libf2c): Add dependences.
16713         * configure.in (target_libs): Add libf2c.
16715 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16717         * configure.in: Remove expect from noconfigdirs when target
16718         is cygwin32.  OK to build expect and dejagnu with Canadian
16719         Cross.
16721 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16723         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16724         host.
16726         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16727         and mingw32.
16729 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16731         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16732         here as it is not defined in the toplevel Makefile.
16734 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16736         * configure (package_makefile_rules_frag): New variable, which names
16737         a file with generic rules, ...
16738         Change comment to mention we now have FIVE parts.
16739         * configure: Undo last change.
16741 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16743         * config.guess: More accurate determination of HP processor types.
16744         * config.sub: More accurate determination of HP processor types.
16746 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16748         * configure (package_makefile_frag): Move inserting the
16749         ${package_makefile_frag} to where it should be according
16750         to the comment.
16752 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16754         * config.guess: Add support for Linux/ARM.
16756 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16758         * .cvsignore: Remove *-info and *-install since they match
16759         release-info and mpw-install, which we don't want to just ignore.
16761 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16763         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16765 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16767         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16768         local_prefix to sub-make invocations.
16770 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
16772         * configure.in: Check makefile fragments in the source
16773         directory.
16775 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16777         * configure.in: Check whether host and target makefile
16778         fragments exist before adding them to *_makefile_frag.
16780 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
16782         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16784 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
16786         * configure.in: Make sure we only replace RPATH_ENVVAR on
16787         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16788         regexp to sed.
16790         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16791         to sub-makes.
16793 1998-01-13  Lee Iverson   (leei@ai.sri.com)
16795         * config-ml.in (multi-do): LDFLAGS must include multilib
16796         designator.
16798 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
16800         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16802 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
16804         * config.sub: Add mingw32 support.
16805         * configure.in: Likewise.
16807 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16809         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16811 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
16813         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16814         * configure (gxx_include_dir): Provide a definition for subdirs
16815         which do not use autoconf.
16817 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
16819         * config.guess: Sync with egcs.  Picks up new alpha support,
16820         BeOS & some additional linux support.
16822 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
16824         * config.guess: HP 9000/803 is a PA1.1 machine.
16826 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
16828         * configure.in: It's alpha*-...
16830 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16832         * configure.in (host_makefile_frag, target_makefile_frag):
16833         Handle multiple config files.
16834         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16835         alpha-*-*.
16837 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
16839         * mkdep: New file.
16841 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
16843         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16845 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16847         * Makefile.in: Add libgui directory.
16848         (GDB_TK): Add all-libgui.
16849         * configure.in: Add libgui directory.
16850         * configure: Add all-libgui to GDB_TK.
16852 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
16854         * config-ml.in (multidirs): Add m32r to multilib list.
16856 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
16858         * Makefile.in (all-target-gperf): Change dependency to
16859         all-target-libstdc++.
16861 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
16863         * config.guess: Add BeOS support.
16865 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16867         Source directory cvs renamed to cvssrc:
16868         * configure.in (host_tools): Change cvs to cvssrc.
16869         (native_only): Likewise.
16870         (noconfigdirs) [various cases]: Likewise.
16871         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16872         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16873         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16874         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16875         (all-cvssrc): Rename target from all-cvs.
16877 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16879         * configure (gxx_include_dir): Fix thinko.
16881 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16883         * Makefile.in (INSTALL_TARGET_CROSS): Define.
16884         (install-cross, install-gcc-cross): New targets.
16886 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
16888         * configure.in (noconfigdirs): Add support for Thumb target.
16890         * config.sub (maybe_os): Add support for Thumb target.
16892 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
16894         * Makefile.in: Add rules for cygmon.
16896         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16898 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16900         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16901         * configure (gxx_include_dir): Provide a definition for subdirs
16902         which do not use autoconf.
16904 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16906         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16907         11/18/97 build
16909 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16911         * From Franz Sirl.
16912         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16913         found on RedHat Linux systems.
16915 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16917         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16918         guesses.
16920 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16922         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16924 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16926         * ltmain.sh: If mkdir fails, check whether the directory was created
16927         anyhow by some other process.
16929 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16931         * configure.in (d30v-*-*): Configure all directories.
16933 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16935         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16936         for the D30V.
16938 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16940         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16942 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16944         * include/libiberty.h: Add extern "C" { so it can be used with C++
16945         progrms.
16946         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16947         programs.
16949 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16951         * configure.in (d30v-*-*): Configure GCC now.
16953 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16955         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16956         is no longer needed.
16958 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16960         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16962 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16964         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16965         targets using "$@" to provide support for similar but not identical
16966         targets without having to duplicate code.
16968 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16970         * makefile.vms: Fix to work with DEC C.
16972 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16974         * config.sub: Add mips-tx39-elf to marketing names.
16976 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16978         * ltmain.sh: Handle symlinks in generated script.
16980 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16982         * configure: Handle autoconf style directory options: --bindir,
16983         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16984         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16985         --sysconfdir.
16986         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16987         (sharedstatedir, localstatedir, oldincludedir): New variables.
16988         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16989         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16990         sbindir, sharedstatedir, and sysconfdir.
16992 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16994         * Makefile.in (bootstrap-lean): New target.
16996 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16998         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16999         sn, and gnuserv from noconfigdirs.
17001 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
17003         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17005 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
17007         * Makefile.in (cross): New target.
17009 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
17010                           Jeff Law         <law@cygnus.com>
17012         * Makefile.in (bootstrap2, bootstrap3): New targets.
17013         (all-bootstrap): Remove outdated and confusing target.
17014         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
17016 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17018         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
17019         windows.  Consistent with gdb/configure.
17021 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
17023         * configure.in: Name Linux target fragment.
17025         * configure: Rewrite so that project Makefile fragment is inserted
17026         first and appears last in the resulting Makefile.
17028 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17030         * Makefile.in (install-itcl): Install tcl first.
17032 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
17034         * configure.in: remove bison from noconfigdirs for Cygwin32 host
17036 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17038         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17040         * configure.in (skipdirs): Add target-librx for Linux.
17041         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17043 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
17045         * Makefile.in (bootstrap): New target.
17047 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
17049         * config.sub: Accept 'amigados' for backward compatibility.
17051 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
17053         * config.guess: Merge with FSF.
17055 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
17057         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17059 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
17061         * config.sub: Add "marketing-names" patch.
17063 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
17065         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
17067 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
17069         * config.sub: Handle v850-elf.
17071 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
17073         * .cvsignore (*-install): Remove.
17075 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
17077         * ltconfig: Set CONFIG_SHELL in libtool.
17078         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17080 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
17082         * configure.in (target_subdir): Set to libraries if enable_multilib.
17084 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
17086         * config.guess: Update from gcc directory.
17088 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17090         * Makefile.in (all-sim): Depends on all-readline.
17092 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
17094         * Makefile.in (BISON, YACC): Use $$s.
17095         (all-bison): Depend on all-texinfo.
17097 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
17099         * Makefile.in (BISON): Add -L flag.
17100         (YACC): Likewise.
17102 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17104         * configure.in (noconfigdirs): Add support for v850e target.
17106         * config.sub (maybe_os): Add support for v850e target.
17108 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17110         * configure.in (noconfigdirs): Add support for v850ea target.
17112         * config.sub (maybe_os): Add support for v850ea target.
17114 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
17116         * config.sub: Add mipstx39.  Delete r3900.
17118 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17120         * Makefile.in (all-autoconf): Depends on all-texinfo.
17122 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
17124         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17125         eabi targets.
17127 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
17129         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17131         * configure: When handling a Canadian Cross, handle YACC as well as
17132         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
17133         * Makefile.in (all-bison): Depend upon all-texinfo.
17135 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
17137         * Makefile.in (BISON): bison, not byacc or bison -y.
17138         (YACC): bison -y or byacc or yacc.
17139         (various): Add *-bison as appropriate.
17140         (taz): No need to mess with BISON anymore.
17142 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
17144         * configure: If OSTYPE matches *win32*, try to find a good value for
17145         CONFIG_SHELL.
17147 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
17149         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17150         configure.in if it is present.
17152 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
17154         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17156 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
17158         * config.sub: Recognize `arc' cpu.
17159         * configure.in: Likewise.
17160         * config-ml.in: Likewise.
17162 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
17164         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17166 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
17168         * configure: Changed sed delimiter from ':' to '|' when
17169         attempting to substitute ${config_shell} for SHELL. On
17170         NT ${config_shell} may contain a ':' in it.
17172 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
17174         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17176 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
17178         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17180 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17182         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17184         * ylwrap: If the program is a relative path, force it to be
17185         absolute.
17187 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17189         * configure (tooldir): Set BISON to `bison -y' and not just bison.
17191 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17193         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
17194         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17195         for libraries.
17197 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
17199         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17200         separated by spaces.
17202 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
17204         * ylwrap: New file.
17205         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17207         * ltmain.sh: Handle /bin/sh at start of install program.
17209         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17211         * ltconfig, ltmain.sh: New files, from libtool 1.0.
17212         * missing: New file, from automake 1.2.
17214 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
17216         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
17217         check-tk to CHECK_X11_MODULES.
17219 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17221         * config.sub: Merge with FSF.
17223 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17225         * config.guess: Merge with FSF.
17227 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17229         * configure: Treat msdosdjgpp like go32.
17230         * configure.in: Likewise.  Don't remove gprof for go32.
17232         * configure: Change Makefile.tem2 to Makefile.tm2.
17234 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
17236         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17238 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17240         * install-sh (chmodcmd): Set to null if the DST directory already
17241         exists.  Same as Nov 11th change.
17243 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
17245         * configure (GDB_TK): Needs itcl and tix.
17247 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
17249         * config.guess: Update from FSF.
17251 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
17253         * Makefile.in (GDB_TK): Depend on itcl and tix.
17255 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17257         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17258         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17259         (INSTALL_SCRIPT): New variable.
17260         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17261         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17262         to -x.
17263         * install-sh: Add support for -x option.
17265 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
17267         * configure.in, Makefile.in: Treat tix like itcl.
17269 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
17271         * Makefile.in (WINDRES): New variable.
17272         (WINDRES_FOR_TARGET): New variable.
17273         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17274         (EXTRA_HOST_FLAGS): Add WINDRES.
17275         (EXTRA_TARGET_FLAGS): Add WINDRES.
17276         (EXTRA_GCC_FLAGS): Add WINDRES.
17277         ($(DO_X)): Pass down WINDRES.
17278         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17279         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17280         DLLTOOL_FOR_TARGET.
17282 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17284         * configure.in: configure sim before gdb for win32-x-ppc
17286 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17288         Move gperf into the toplevel, from libg++.
17289         * configure.in (target_tools): Add target-gperf.
17290         (native_only): Add target-gperf.
17291         * Makefile.in (all-target-gperf): New target, depend on
17292         all-target-libg++.
17293         (configure-target-gperf): Empty rule.
17294         (ALL_TARGET_MODULES): Add all-target-gperf.
17295         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17296         (CHECK_TARGET_MODULES): Add check-target-gperf.
17297         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17298         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17300 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17302         * config.sub (mn10200): Recognize new basic machine.
17304 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17306         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17307         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17309 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17311         * configure.in: If we're building mips-sgi-irix6* native, turn on
17312         ENABLE_MULTILIB and set TARGET_SUBDIR.
17314 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17316         * Makefile.in (all-sn): Depend on all-grep.
17318 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17320         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17322         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17323         Makefile.  From Jeff Makey <jeff@cts.com>.
17324         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17326         * Makefile.in (DISTBISONFILES): Remove.
17327         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17328         $(DEFAULT_YACC).
17330         * configure.in: Build itl, db, sn, etc., when building for native
17331         cygwin32.
17333         * Makefile.in (LD): New variable.
17334         (EXTRA_HOST_FLAGS): Pass down LD.
17335         ($(DO_X)): Likewise.
17337 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17339         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17341 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17343         * configure.in (targargs): Strip out any supplied --build argument
17344         before adding our own. Always add --build.
17346 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17348         * configure.in (targargs): Pass --build if we're doing
17349         a cross-compile.
17351 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17353         * configure: Use '|' instead of ":" as the separator in
17354         sed. Otherwise sed chokes on NT path names with drive
17355         designators. Also look for "?:*" as the leading characters in an
17356         absolute pathname.
17358 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17360         * config.sub: Support for r3900.
17362 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17364         * configure.in: Use install-sh, not install.sh.
17366 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17368         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17369         apply it twice.
17371 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17373         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17374         install-binutils.
17376 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17378         * Makefile.in: Add automake targets.
17379         * configure.in (host_tools): Add automake.
17381 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17383         * configure: Default CXX to c++, not gcc.
17384         * Makefile.in (CXX): Set to c++, not gcc.
17385         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17387 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17389         * install-sh: try appending a .exe if source file doesn't
17390         exist
17392 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17394         * configure.in: Turn on multilib by default.
17395         (cross_only): Remove target-libiberty.
17397         * Makefile.in (all-gcc): Don't depend on libiberty.
17399 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17401         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17403 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17405         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17406         (DISTBISONFILES): Add ld/Makefile.in
17408 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17410         * configure.in: if target is cygwin32 but host isn't cygwin32,
17411         don't configure gdb tcl tk expect, not just gdb.
17413 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17415         * configure.in: Added gnuserv everywhere sn appears.
17417         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17418         (CROSS_CHECK_MODULES): Added check-gnuserv.
17419         (INSTALL_MODULES): Added install-gnuserv.
17420         (CLEAN_MODULES): Added clean-gnuserv.
17421         (all-gnuserv): New target.
17423 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17425         * config.guess: Fixes for MIPS OpenBSD systems.
17427 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17429         * Makefile.in (INSTALL_XFORM): Remove.
17430         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17432         * mkinstalldirs: New file, copied from automake.
17433         * Makefile.in (installdirs): Rename from install-dirs.  Use
17434         mkinstalldirs.  Change all users.
17435         (DEVO_SUPPORT): Add mkinstalldirs.
17437 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17439         * install-sh: Rename from install.sh.
17440         * Makefile.in (INSTALL): Change install.sh to install-sh.
17441         (DEVO_SUPPORT): Likewise.
17443         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17444         Graichen <graichen@rzpd.de>.
17446 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17448         * config.guess: Recognize OpenBSD systems correctly.
17450 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17452         * README, Makefile.in (ETC_SUPPORT): Remove references to
17453         cfg-paper*, configure.{texi,man,info*}._
17455 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17457         * Makefile.in (all.normal): Ensure that gcc is built after all
17458         the x11 - ie gdb - targets.
17460 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17462         * makefile.vms: Don't run conf-a-gas.
17464 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17466         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17468 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17470         * configure.in: Remove noconfigdirs case since gdb also
17471         configures and builds for tic80-coff.
17473 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17475         * configure: Set cache_file to config.cache.
17476         * Makefile.in (local-distclean): Remove config.cache.
17478 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17480         * COPYING: Update FSF address.
17482 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17484         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17485         noconfigdirs.
17487 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17489         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17490         MAKEDIRS, is empty.
17492 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17494         * config.sub: Tweak mn10300 entry.
17496 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17498         * configure.in (host_tools): Put sim before gdb, so gdb's
17499         configure.tgt can determine if the simulator was configured.
17501 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17503         * config.sub: Move BeOS $os case to be with other Cygnus
17504         local cases.
17506 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17508         * config.sub: Remove misplaced comment that broke Linux.
17510 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17512         * config.sub: Add BeOS support.
17514 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17516         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17518 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17520         * configure.in (noconfigdirs): Remove tcl and tk from
17521         noconfigdirs for cygwin32 builds.
17523 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17525         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17527 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17529         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17530         make-all.com, use makefile.vms instead.
17532 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17534         * config.sub: Accept -lnews*.
17536 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17538         * configure.in (noconfigdirs): Disable target-newlib,
17539         target-examples and target-libiberty for d30v.
17541 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17543         * configure.in (noconfigdirs): Enable ld for d30v.
17545 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17547         * configure.in (tic80-*-*): Build compiler.
17549 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17551         * configure.in (d30v-*): Remove sim directory from list of
17552         unsupported d30v directories
17554 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17556         * config.sub, configure.in: Add d30v target cpu.
17558 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17560         * makefile.vms: New file.
17561         * make-all.com: Remove.
17563 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17565         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17567 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17569         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17571 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17573         * Makefile.in (ALL_MODULES): Added all-db.
17574         (CROSS_CHECK_MODULES): Addec check-db.
17575         (INSTALL_MODULES): Added install-db.
17576         (CLEAN_MODULES): Added clean-db.
17578 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17580         * config.guess: Merge with latest FSF sources.
17582 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17584         * Makefile.in (ALL_MODULES): Added all-itcl.
17585         (CROSS_CHECK_MODULES): Added check-itcl.
17586         (INSTALL_MODULES): Added install-itcl.
17587         (CLEAN_MODULES): Added clean-itcl.
17589 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17591         * configure.in: build gdb for mn10200
17593 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17595         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17597 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17599         * configure.in (tic80-*-*): Turn off most targets right now.
17601 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17603         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17604         rather than the makeinfo program.
17605         (do-info): Depend upon all-texinfo.
17607 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17609         * configure.in: Remove uses of config/mh-linux.
17611         * config.sub, config.guess: Merge with latest FSF sources.
17613 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17615         * config.sub (case $basic_machine): Add tic80 entries.
17617 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17619         * config.sub, config.guess: Merge with latest FSF sources.
17621 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17623         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17624         * mpw-config.in: Test for NewFolderRecursive.
17625         * mpw-install: Use symbolic name for startup filename.
17626         * mpw-README: Add various additional details.
17628 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17630         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17632 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17634         * configure.in: Do build gcc and the target libraries for
17635         the mn10200.
17637 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17639         * configure.in: don't avoid building gdb for mn10300 any more
17640         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17641         instead of single-quoting it.
17643 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17645         * configure.in: Don't use --with-stabs on IRIX 6.
17647 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17649         * configure.in (m32r): Build gdb, libg++ now.
17651 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17653         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17654         directories from noconfigdirs.
17656 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17658         * config.sub (basic_machine): added mips16 configuration
17660 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17662         * config.sub: Handle d10v-unknown.
17664 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17666         * config.sub: Handle v850-unknown.
17668 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17670         * Makefile.in: add findutils
17671         * configure.in: add findutils to list of host_tools
17673 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17675         * config.sub: Handle mn10200 and mn10300.
17677 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17679         * configure.in (d10v-*): Do not build librx.
17681 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17683         * configure.in (mn10300): Build everything except gdb & libgloss.
17685 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17687         * config.guess:  Patch for Dansk Data Elektronik servers,
17688         from Niels Skou Olsen <nso@dde.dk>.
17690         For ncr, use /bin/uname rather than uname, since GNU uname does not
17691         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17693         Patch for MIPS R4000 running System V,
17694         from Eric S. Raymond <esr@snark.thyrsus.com>.
17696         Fix thinko for nextstep.
17698         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17700         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17701         * config.guess: Guess mips-dec-mach_bsd4.3.
17703         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17704         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17705         release numbers.
17706         * config.guess (mips-mips-riscos*):  Emit just enough of the
17707         release number.
17709         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17710         * config.guess (sparc-auspex-sunos*):  Added.
17711         (f300-fujitsu-*): Added.
17713         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17714         * config.guess:  Recognize a Tadpole as a sparc.
17716 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17718         * config.guess: Don't assume that NextStep version is either 2 or
17719         3.  NextStep 4 (aka OpenStep 4) has come out now.
17721 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17723         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17724         From Rik Faith <faith@cs.unc.edu>.
17726 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17728         * config.sub: Contributions from bug-gnu-utils to:
17729         Support plain "hppa" (no version given) architecture, reported by
17730         OpenStep.
17731         OpenBSD like NetBSD.
17732         LynxOs is not a hardware supplier.
17734         * config.guess: Contributions from bug-gnu-utils to add support for:
17735         OpenBSD like NetBSD.
17736         Stratus systems.
17737         More Pyramid systems.
17738         i[n>4]86 Intel chips.
17739         M680[n>4]0 Motorola chips.
17740         Use unknown instead of lynx for hardware manufacturer.
17742 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17744         * install.sh (chmodcmd): Set to null if the DST directory already
17745         exists.
17747 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17749         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17750         not use mt-ppc target Makefile fragment any more.
17752 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17754         * configure.in (*-*-windows):  Exclude everything but those dirs
17755         needed to build windows.
17757 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17759         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17761 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17763         * configure.in:  Exclude mmalloc from i386-windows.
17765 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17767         * Undo my previous change.
17769 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
17771         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17772         unconditionally.
17773         (MAKEOVERRIDES): Define (revert this part of October 18 change).
17775 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17777         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
17778         host to add it's own flags.
17780 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
17782         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17784 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
17786         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17787         (CXX_FOR_TARGET): Likewise.
17788         (GCC_FOR_TARGET): Define.
17789         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17790         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17791         CC_FOR_TARGET was specified on the command line.
17792         (MAKEOVERRIDES): Don't define.
17794 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
17796         * configure.in (m32r): Fix spelling of libg++ libs.
17798 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
17800         * config.sub (-apple*): Remove, now redundant.
17802 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
17804         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17806         * configure: Rework yesterday's sed script patch.
17808         * config.sub: Merge with FSF.
17810 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
17812         * config.guess:  Merge from FSF.
17814         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
17815         * config.guess: Use pc instead of unknown, for pc clone systems.
17816         Change linux to linux-gnu.
17818         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17819         * config.guess: Avoid non-portable tr syntax.
17821 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
17823         * test-build.mk (HOLES): Add "xargs" for gdb.
17825         * configure: Avoid hpux10.20 sed bug.
17827 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
17829         * configure.in:  Add support for windows host
17830         (that is a build done under the Microsoft build environment).
17832 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
17834         * Makefile.in: Replace all uses of srcroot with s, to shrink
17835         command line lengths.
17837         Patches from Geoffrey Noer <noer@cygnus.com>:
17838         * configure.in: If configuring for newlib, pass --with-newlib to
17839         subdirectories.
17840         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17841         -Bnewlib/ and -Lwinsup to gcc.
17842         (CXX_FOR_TARGET): Likewise.
17844 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17846         * Makefile.in (ETC_SUPPORT): Add configure.
17848 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
17850         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17851         host configuration file.
17853 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
17855         * configure.in: Break mn10x00 support into separate
17856         mn10200 and mn10300 configurations.
17857         * config.sub: Likewise.
17859 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
17861         * configure.in: Add lots of stuff to noconfigdirs for
17862         the mn10x00 targets.
17864         * config.sub, configure.in: Add mn10x00 support.
17866 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
17868         * make-all.com: Call conf-a-gas, not config-a-gas.
17870 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
17872         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17873         targets.
17875 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17877         * mpw-README: Add much more detail for native PowerMac.
17878         * mpw-install: New file.
17879         * mpw-configure: Add --norecursion and --help options.
17880         * mpw-config.in: Translate readme and install files when
17881         copying to objdir.
17882         * mpw-build.in: Don't always depend on byacc and flex.
17883         (install-only-top): New action.
17885 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
17887         * configure.in:  You can now configure GDB for the v850.
17889 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
17891         * configure.in (noconfigdirs): Don't configure any C++ dirs
17892         if targeting D10V.
17894 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17896         * config.sub: Recognize mips64vr5000.
17898 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17900         * configure.in: Use a single line for host_tools and native_only.
17902 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17904         * config.sub, configure.in: Add entries for m32r.
17906 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17908         * Makefile.in (inet-install): Don't run install-gzip.
17910 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17912         * configure.in:  Don't config lots of things for *-*-windows*.
17914 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17916         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17917         (host_libs, host_tools): Copy from configure.in.
17918         * mpw-configure: Don't complain about directories not found.
17920 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17922         * configure.in (i[345]86): Recognize i686 for pentium pro.
17923         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17924         file.
17926         * config.guess (i[345]86): Ditto.
17928 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17930         * configure.in (noconfigdirs): Removed gdb for D10V.
17932 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17934         * configure.in: Remove ld, target-libio, target-libg++, and
17935         target-libstdc++ from noconfigdirs.
17937 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17939         * configure: Fix three locations where shell scripts were
17940         being run directly rather than with config_shell.
17942 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17944         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17945         * config.sub (basic_machine): Recognize v850.
17947 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17949         * mpw-configure: Handle multiple enable/disable options and
17950         pass them down recursively, handle -c and -s flags appropriately
17951         depending on choice of compiler, add escape mechanism for
17952         quoted arguments to gC.
17954 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17956         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17957         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17958         so that -mrelocatable-lib and -mno-eabi are used.
17960         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17961         not support --print-multi-lib, don't abort.
17963 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17965         * make-all.com: Run config-a-gas.
17966         * setup.com: Don't copy subdirectory files around.
17968 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17970         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17971         target, it now compiles correctly.
17973 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17975         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17977 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17979         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17981 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17983         * configure.in (native_only): Add prms.
17985 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17987         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17988         (BINUTILS_SUPPORT_DIRS): Likewise.
17990 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17992         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17993         d10v support is added.
17995 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17997         * configure.in (d10v-*-*): New target.
17999 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
18001         * config.guess (HP 9000/811): Recognize this as a PA1.1
18002         machine.
18004 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
18006         * Makefile.in (do-tar-gz): New target, split out from tail end of
18007         taz target.  Run each command separately, don't use pipes.
18008         (taz): Use it.
18010 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
18012         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18013         * mpw-build.in: No builds should depend on building byacc or flex,
18014         they are assumed to be installed already.
18016 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18018         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18019         variable that CC_FOR_TARGET needs.
18021 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18023         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18024         options have changed since the last time the subdirectory was
18025         configured, and if it has, reconfigure.
18026         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18027         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18029 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
18031         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18032         CLEAN_MODULES): Add bash.
18033         (all-bash): New target.
18035 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
18037         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18039 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18041         * config.sub (basic_machine): Recognize d10v as a valid processor.
18043 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
18045         * mpw-configure: Add support for --bindir.
18046         * mpw-build.in: Use a GCC-specific build script for GCC actions.
18048 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
18050         * configure.in: add bash, time, gawk to list of hosttools and things
18051         to only build for native toolchains
18053 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18055         * Makefile.in (docdir): Remove.
18057 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18059         * Makefile.in (datadir): Set to $(prefix)/share.
18061 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
18063         * configure.in: build diff and patch for cygwin32-hosted
18064         toolchains.
18066 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
18068         * config.sub: Accept -rtems*.
18070 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
18072         * configure.in: enable dosrel for cygwin32-hosted builds,
18073                 remove diff from the list of things not buildable
18074                 via Canadian Cross
18076 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
18078         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
18079         don't get ". ".
18081 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
18083         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18085 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
18087         * Makefile.in (taz): Handle case where tex3patch didn't even get
18088         checked out.  Also, if it was found, put the symlink in a new util
18089         subdirectory.
18091 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18093         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18095 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
18097         * config.sub: Recognize -openvms.
18098         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18099         * make-all.com, setup.com: New files.
18101 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18103         * Makefile.in (taz): tex3patch moved to texinfo/util.
18105 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
18107         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18108         * configure.in: remove make from disable-if-Can-Cross list
18109                 enable gdb if ${host} and ${target} are cygwin32
18111 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
18113         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
18114         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18116 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18118         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
18119         distinguish sysv/svr4/bsd variants.
18120         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18122 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
18124         * configure.in: Added copyright notice.
18125         * move-if-change: Added copyright notice.
18127 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18129         * configure.in (powerpcle-*-solaris*): Until we get shared
18130         libraries working, don't build gdb, sim, make, tcl, tk, or
18131         expect.
18133 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
18135         * config.guess:  Merge with FSF:
18137         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18138         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18140         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
18141         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18143         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
18144         * config.guess:  Combine two OSF1 rules.
18145         Also recognize field test versions.  From mjr@zk3.dec.com.
18146         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
18147         because GNU uname does not support -p.  From pmr@pajato.com.
18149 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
18151         * Makefile.in (MAKEDIRS): Removed $(tooldir).
18153 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
18155         * mpw-README: Document GCCIncludes.
18157 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
18159         * configure.in (alpha-*-linux*): Set enable_shared to yes.
18161 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
18163         * mpw-configure: Handle --enable-FOO and --disable-FOO.
18165 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
18167         * configure.in (*-*-cygwin32): Configure make.
18169 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
18171         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18173 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
18175         * Makefile.in (all-inet): Depend on all-perl.
18177         * Makefile.in (inet-install): New target.
18179         * Makefile.in (all-inet): Depend on all-tcl.
18180         (all-inet): Depend on all-send-pr.
18182 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18184         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18185         temporarily.
18187 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
18189         * configure.in: Don't configure --with-gnu-ld on AIX.
18191 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18193         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18195 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
18197         * Makefile.in (ALL_MODULES): Added all-inet.
18198         (CROSS_CHECK_MODULES): Added check-inet.
18199         (INSTALL_MODULES): Added install-inet.
18200         (CLEAN_MODULES): Added clean-inet.
18201         (all-indent): New target.
18203         * configure.in (host_tools): Added inet.
18204         (native_only): Added inet.
18205         (noconfigdirs): Added inet.
18207 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
18209         * configure.in: Don't configure libgloss if we are not configuring
18210         newlib.
18212 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18214         * configure.in: Don't configure libgloss for unsupported
18215         architectures.
18217 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18219         * Makefile.in (CLEAN_MODULES): Add clean-apache.
18221 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
18223         * Makefile.in (ALL_MODULES): Include all-apache.
18224         (CROSS_CHECK_MODULES): Include check-apache.
18225         (INSTALL_MODULES): Include install-apache.
18226         (all-apache): New target.
18228         * configure.in: Added apache everywhere perl is seen.
18230 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18232         * Makefile.in: Add support for clean-{module} and
18233         clean-target-{module} rules.
18235 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
18237         * configure.in (*-*-ose) do not build libgloss.
18239 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18241         * config.guess (prep*:SunOS:5.*:*): Turn into
18242         powerpele-unknown-solaris2.
18244 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
18246         * configure.in: Permit --enable-shared to specify a list of
18247         directories.
18249 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18251         * configure.in (host==solaris): Pass only the first word of $CC
18252         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18254 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18256         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18258 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
18260         * Makefile.in (ALL_MODULES): Include all-perl.
18261         (CROSS_CHECK_MODULES): Include check-perl.
18262         (INSTALL_MODULES): Include install-perl.
18263         (ALL_X11_MODULES): Include all-guile.
18264         (CHECK_X11_MODULES): Include check-guile.
18265         (INSTALL_X11_MODULES): Include install-guile.
18266         (all-perl): New target.
18267         (all-guile): New target.
18269         * configure.in (host_tools): Include perl and guile.
18270         (native_only): Include perl and guile.
18271         (noconfigdirs): Don't build guile and perl; no ports have been
18272         done.
18274 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
18276         * configure (--enable-*): Handle quoted option lists such as
18277         --enable-sim-cflags='-g0 -O' better.
18279 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18281         * Makefile.in ({,inst}all-target): New rule so we can make and
18282         install all of the target directories easily.
18284 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18286         * configure.in: Add missing global flag in sed substitution when
18287         deleting `target-' from ${configdirs}.
18289 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18291         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18292         option.
18294         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18295         config/mh-necv4.
18297         * install.sh: Correct misspelling of transformbasename.
18299         * config.guess: Recognize mips-*-sysv*.
18301 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18303         * config.sub: Recognize mon960.
18305 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18307         * configure: Restore Canadian Cross handling of BISON and LEX,
18308         removed in Feb 20 change.
18310 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18312         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18313         Mention make install.  Remove the old copyright date as well the
18314         clumsy and rather pointless copyright on the README file.
18316 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18318         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18319         Makefile after running symlink-tree, then run `make distclean' to
18320         avoid clobbering any generated files in srcdir.
18322 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18324         * configure.in (m68k-*-netbsd*): Build everything now.
18326 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18328         * Makefile.in (taz): Fix quoting.
18330 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18332         * configure.in (sparclet-*-*): Build everything now.
18334 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18336         * configure.in (m68k-*-linux*): New host.
18338 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18340         * configure: Check for bison before byacc.
18342 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18344         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18345         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18346         searching PATH.  These are used as fallbacks by Makefile.in if
18347         flex/bison/byacc aren't in objdir.
18349 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18351         * Makefile.in: Make everything which depends upon all-bfd also
18352         depend upon all-opcodes, in case --with-commonbfdlib is used.
18354 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18356         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18357         building NT native compilers on Unix.
18359 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18361         * configure.in: Don't get CC from the host Makefile fragment if we
18362         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18363         Solaris test for /usr/ucb/cc to the post target script, just after
18364         the compiler sanity test.
18366 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18368         * config.sub: Merge with FSF.
18370 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18372         * Makefile.in (RPATH_ENVVAR): New variable.
18373         (REALLY_SET_LIB_PATH): Use it.
18374         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18376 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18378         * config.sub, configure.in: Recognize sparclet cpu.
18380 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18382         * config.guess:  Support m68k-cbm-sysv4.
18384 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18386         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18387         m68k-unknown-linuxaout from linker help string.  Put quotes around
18388         $ld_help_string.
18390 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18392         * config.guess (powerpc-harris-powerunix): Add guess for port
18393         to new target.
18395 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18397         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18399 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18401         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18402         $(REALLY_SET_LIB_PATH) in Makefile.
18403         * Makefile.in (SET_LIB_PATH): New variable.
18404         (REALLY_SET_LIB_PATH): New variable.
18405         ($(DO_X)): Use $(SET_LIB_PATH).
18406         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18407         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18408         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18409         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18410         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18411         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18412         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18413         (install-dosrel): Likewise.
18414         (all-opcodes): Depend upon all-libiberty.
18416 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18418         * config.guess (*:CYGWIN*): New
18420 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18422         * Makefile.in (all-target-winsup): All all-target-libiberty.
18424 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18426         * configure.in (noconfigdirs): Add missing # in front of comment.
18428 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18430         * configure.in: add second pass to things added to noconfigdirs
18431         so *-gm-magic can exclude libgloss properly.
18433 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18435         * mpw-configure (extralibs_name, rez_name): Set correctly
18436         for MWC68K compiler.
18438         * mpw-README: Add more info on the necessary build tools.
18440 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18442         * configure.in, config.sub: Recognize cygwin32.
18444 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18446         * config.guess, config.sub: Recognize A/UX.
18448 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18450         * config.sub: Merge with gcc/config.sub.
18452 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18454         * mpw-build.in (do-binutils): Add build of stamps.
18456 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18458         * config.sub: Add recognition for mips64vr4100*-* targets.
18460 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18462         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18463         Add creation of gconfigargs with `--enable-shared' turned on.
18464         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18465         ($(host)-stamp-stage3-configured): Likewise.
18466         (HOLES): Add chatr and ldd.
18467         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18469 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18471         * configure: Pass --nfp to recursive configures.
18473 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18475         * Makefile.in (DLLTOOL): New.
18476         (DLLTOOL_FOR_TARGET): New.
18477         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18478         (EXTRA_TARGET_FLAGS): Ditto.
18479         (EXTRA_GCC_FLAGS): Ditto.
18480         (CONFIGURE_TARGET_MODULES): Ditto.
18481         (DO_X): Ditto.
18482         * configure: Add DLLTOOL.
18484 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18486         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18487         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18488         mh-sco, since old workarounds no longer needed, and don't
18489         build ld, since libraries have weak symbols in COFF.
18491 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18493         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18495 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18497         * configure.in: Make sure that ${CC} can be used to compile an
18498         executable.
18500 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18502         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18503         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18504         nothing depending on whether gdbtk is being built.
18506 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18508         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18510 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18512         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18513         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18515 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18517         * config-ml.in: Add support for
18518         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18519         Simplify setting of multidirs from --disable-foo.
18521 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18523         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18524         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18525         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18526         non-empty, pass them on to the  GCC make.
18527         (all-bootstrap): New rule that is like all-gcc, except it executes
18528         the GCC bootstrap rule instead of the GCC all rule.
18530 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18532         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18534 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18536         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18537         DG/UX support.
18539 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18541         * config.sub (i*86*) Change [345] to [3456]
18543 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18545         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18546         --with-gnu-ld=no.
18548 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18550         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18551         AIX multilibs get built.
18553 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18555         * configure.in (i386-win32): Don't build expect if we're not
18556         building the tcl subdir.
18558 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18560         * Makefile.in: (configure-target-examples, all-target-examples):
18561         New targets, configure and build example programs.
18563 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18565         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18566         use it as input to sedit the generated MPW makefile.
18567         * mpw-README: Add a suggestion about Gestalt.h.
18569 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18571         * config.sub: Accept *-*-ieee*.
18573 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18575         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18576         Ronald F. Guilmette <rfg@monkeys.com>.
18578 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18580         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18581         for powerpc-pe native.
18582         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18583         (target==powerpc-pe): duplicate i386-win32 entry.
18585 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18587         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18588         of vxworks, not just vxworks5.1.
18590 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18592         * mpw-configure: Add support for exec-prefix.
18594 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18596         * config.guess: Recognize HP model 816 machines as having
18597         a PA1.1 processor.
18599 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18601         * configure: Ignore new autoconf configure options.
18603 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18605         * config.guess:  Recognize Pentium under SCO.
18606         From Robert Lipe <robertl@arnet.com>.
18608 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18610         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18612 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18614         * configure.in: Don't configure gas for alpha-dec-osf*.
18616 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18618         * configure.in: Default to --with-stabs for some targets for which
18619         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18620         i[345]86*-*-unixware*.
18622 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18624         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18625         rather than basing it on the target.  Simplify handling of options
18626         controlling which directories to configure.  Remove extraneous
18627         slash in multi-clean target.
18629 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18631         * config-ml.in: Prefix more variables with ml_ so they don't collide
18632         with configure's.
18634 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18636         * configure: Don't turn -v into --v.
18638 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18640         * configure.in (targargs): Fix typo.
18642         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18644 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18646         * configure.in: Strip --host and --target options from
18647         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18648         --with-cross-host option when building with a cross-compiler.
18649         * configure: Canonicalize the arguments put into config.status by
18650         always using `=' for an option with an argument.  Pass a presumed
18651         --host or --target explicitly.
18653 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18655         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18656         into general OS recognition case.
18658 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18660         * configure.in (target_configdirs): add target-winsup only
18661         for win32 target systems.
18663 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18665         * Makefile.in (all-target-libgloss): Depend upon
18666         configure-target-newlib, since when libgloss is built it looks to
18667         see if the newlib directory exists.
18669 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18671         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18672         cfg-ml-*.in.
18674 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18676         * configure: Handle LD and LD_FOR_TARGET when configuring a
18677         Canadian Cross.
18679 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18681         * configure.in (target_libs): add target-winsup.
18682         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18683         (target==ppcle-pe): remove ld from $noconfigdirs.
18685 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18687         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18688         Preserve relative path names in $srcdir.  Build symlink tree if
18689         configuring cross target dir and srcdir=. (= no VPATH support).
18690         (configure-target-libg++): Depend on configure-target-librx.
18691         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18692         * config-ml.in: New file.
18693         * symlink-tree: New file.
18694         * configure: Ensure srcdir="." if that's what it is.
18696 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18698         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18699         includes and FLEX_SKELETON setting.
18700         * mpw-configure (--with-gnu-ld): New option, controls whether
18701         to use PPCLink or ld with PowerMac GCC.
18702         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18703         * mpw-config.in: Configure grez if targeting Mac.
18705         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18706         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18707         just macos.
18708         * configure.in: Configure grez resource compiler if targeting Mac.
18709         * Makefile.in (all-grez, install-grez): New targets.
18711 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18713         * configure: CXX defaults to gcc, not g++.  If we find
18714         gcc in the path, set CC to gcc -O2.
18716 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18718         * configure: Default ${build} correctly.  Avoid picking up extra
18719         spaces when reading CC and CXX from Makefile.  When doing a
18720         Canadian Cross, use plausible default values for numerous
18721         variables.
18722         * configure.in: When doing a Canadian Cross, don't try to
18723         configure tools whose configure script can't handle it.
18725 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18727         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18729 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18731         * configure:  Remove dubious bug reporting address.
18733 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18735         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18736         configure script, run that instead of this directory's configure.
18737         In either case, print a message that we're configuring the sub-dir.
18739 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18741         * configure.in: Before checking for the existence of various files,
18742         use sed to filter out "target-".
18744 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18746         * Makefile.in (DO_X): Split rule to decrease command line length
18747         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18748         (Philippe De Muyter).
18750 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18752         * Makefile.in (all-patch): depend on all-libiberty.
18754 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18756         * configure.in: If the only directory in target_configdirs which
18757         actually exists is libiberty, then set target_configdirs to empty,
18758         to avoid trying to build a target libiberty in a gas or gdb
18759         distribution.
18761 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18763         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18764         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18765         systems.
18767 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18769         * configure.in (copy_dirs): Use sys-include instead of include
18770         for --with-headers option.
18772 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
18774         * Makefile.in, configure.in: Make winsup builds work with
18775         new scheme.
18777 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
18779         * configure.in: Build the linker on AIX.
18781 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18783         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
18784         where needed.
18786 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
18788         * Makefile.in (all-gcc): Fix typo.
18790 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18792         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
18794 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18796         * configure.in:  Rename libFOO to target-libFOO, and xiberty
18797         to target-xiberty, to provide more flexibility.
18798         (target_subdir):  Define.  Create if cross.
18799         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18800         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
18801         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18802         check-libFOO -> check-target-libFOO, etc.
18803         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18804         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18805         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18806         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
18807         allow ALL_GCC="" to only configure.
18808         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
18809         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
18810         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
18812 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
18814         * Makefile.in (taz): Build "info" in etc explicitly.
18816 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
18818         * configure.in:  Make sure that CC is undefined (as opposed to
18819         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
18820         problem with autoconf trying to configure on a host without GCC.
18822 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18824         * mpw-configure: Set host alias from choice of host compiler,
18825         only use generic MPW Makefile sed if present, edit a file
18826         named "hacked_Makefile.in" instead of "Makefile.in" if present.
18827         * mpw-README: Add problem notes about CW6 and CW7.
18829 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
18831         * Makefile.in (taz): Use ";" instead of ";;".
18833 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18835         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
18836         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18837         DISTDOCDIRS.
18838         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
18839         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
18841 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18843         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
18844         and gnats, because they are now subsumed by DISTSTUFFDIRS.
18845         Move bfd to DISTSTUFFDIRS.
18847 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18849         * Makefile.in (X11_LIB): Removed.
18850         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18852         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18854 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18856         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18857         names.
18859 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18861         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18863 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
18865         * configure.in (i[345]86-*-win32): Always build newlib.
18866         Don't configure cvs, autoconf or texinfo.
18867         * Makefile.in (LD_FOR_TARGET): New.
18868         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18869         Pass down LD_FOR_TARGET.
18871 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18873         * winsup: New directory.
18874         * Makefile.in: Build winsup.
18875         * configure.in: Winsup is configured when target is win32.
18876         Can only build win32 target GDB when native.
18878 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18880         * config.guess: Recognize HP model 819 machines as having
18881         a PA 1.1 processor.
18883 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18885         * configure: Fix sed loop which substitutes for CC and CXX to
18886         avoid bug found in various sed implementations.
18888 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18890         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18891         simulator.  Use standard powerpc-*-eabi*.
18893 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18895         * configure.in: Stop putting gas and binutils in noconfigdirs for
18896         powerpc-*-aix* and rs6000-*-*.
18898 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18900         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18901         -mcall-aixdesc libraries.
18903 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18905         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18907         * config.sub (arm | armel | armeb): Fix shell syntax.
18909 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18911         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18912         -msoft-float and -mcpu=common support.
18913         (powerpc*-*-eabisim*): Add support for building -mcall-aix
18914         libraries.
18916 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18918         * configure.in: Allow configuration and build of emacs19 for the alpha.
18920 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18922         * configure.in (CC): Get ^CC, not just any old CC, from
18923         ${host_makefile_frag}.
18925 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18927         * configure.in (CC): Try to get CC from
18928         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18930 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18932         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18933         only if it exists in $(srcdir).
18935 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18937         * configure: If CC and CXX are not set in the environment, set
18938         them, based on either an existing Makefile or on searching for gcc
18939         in PATH.  Substitute for CC and CXX in Makefile.
18940         * configure.in: Remove libm from target_libs.  Separate
18941         target_configdirs from configdirs.  If CC is not set in
18942         environment, try to get it from a host Makefile fragment.  Rewrite
18943         changes of configdirs to use skipdirs instead.  A few minor
18944         tweaks.  Take directories out of target_configdirs as they are
18945         taken out of configdirs.  Remove existing Makefile files from
18946         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18947         CONFIG_ARGUMENTS in Makefile.
18948         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18949         by configure.in.
18950         (CONFIG_ARGUMENTS): Likewise.
18951         (CONFIGURE_TARGET_MODULES): New variable.
18952         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18953         ($(CONFIGURE_TARGET_MODULES)): New target.
18954         (configure-libg++, configure-libio): New targets.
18955         (all-libg++): Depend upon configure-libg++.
18956         (all-libio): Depend upon configure-libio.
18957         (configure-libgloss, all-libgloss): New targets.
18958         (configure-libstdc++): New target.
18959         (all-libstdc++): Depend upon configure-libstdc++.
18960         (configure-librx, all-librx): New targets.
18961         (configure-newlib): New target.
18962         (all-newlib): Depend upon configure-newlib
18963         (configure-xiberty): New target.
18964         (all-xiberty): Depend upon configure-xiberty.
18966 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18968         * configure.in (host i[345]86-*-win32):  Expand the
18969         noconfigdirs again.
18971 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18973         * mpw-configure: Fix sed command file name.
18975 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18977         * configure.in (host i[345]86-*-win32): Reduce the
18978         noconfigdirs again.
18980 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18982         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18983         or powerpc*-*-pe*, since they are not yet supported.
18985 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18987         Add PowerMac support and many other enhancements.
18988         * mpw-configure: New option --cc to select compiler to use,
18989         paste options set according to --cc into the generated
18990         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18991         if mpw-make.sed is present.
18992         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18993         add forward includes for PowerPC include files.
18994         * mpw-build.in: Build using Makefile.PPC if present.
18995         (do-byacc, etc): Remove separate version resource builds.
18996         (do-gas): Build "stamps" before "all".
18997         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18998         * mpw-README: Update to reflect --cc option, PowerMac support,
18999         and recently-reported compatibility problems.
19001 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
19003         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19004         embedded m68k systems (-aout, -coff, -elf, -vxworks).
19005         (--with-multilib-top): Pass to recursive invocations.
19007 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
19009         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19010         v810-*-*.
19012 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19014         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19015         gdb, ld and opcodes on v810-*-*.
19017 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19019         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19020         (local-maintainer-clean): New target.
19021         (maintainer-clean): New target.
19022         (realclean): Just depend upon maintainer-clean.
19024 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19026         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19028 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
19030         * configure.in: Build ld in mips*-*-bsd* case.
19032 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
19034         * config.sub: Accept -lites* OS.  From Ian Dall.
19036 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
19038         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
19039         targets.
19041 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19043         * configure.in: treat i386-win32 canadian cross the same as
19044         i386-go32 canadian cross.
19046 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19048         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19049         running under the simulator to build a reduced set of libraries.
19050         (powerpc-*-eabiaix): Add fine grained multilib support added to
19051         other powerpc targets yesterday.
19053 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19055         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19056         -disable-softfloat, -disable-relocatable, -disable-aix, and
19057         -disable-sysv to control which multilib libraries get built.
19059 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19061         * configure: Add Makefile.tem to list of files to remove in trap
19062         handler.
19064 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19066         * config.guess (*Linux*):  Add missing "exit"s.
19067         Also, need specific check for alpha-unknown-linux (uses COFF).
19069 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19071         * config.guess:  Merge with FSF:
19073         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
19074         * config.guess (AIX4): More robust release numbering discovery.
19076         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
19077         * config.guess (i386-sequent-ptx): Properly get version number.
19079         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
19080         * config.guess (mips:*:4*:UMIPS): New case.
19082 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19084         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19085         (i386-win32 host): Likewise.  Don't build readline.
19087 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
19089         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
19090         SUPPORT_FILES to submakes.
19092 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
19094         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19095         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19096         mpw-configure.
19098 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
19100         * configure.in (appdirs): Use =, not ==, in test expression when
19101         trying to build the text to print in the warning message for
19102         Solaris users.
19104 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
19106         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19108 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19110         * config.guess: Recognize lynx-2.3.
19112 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
19114         * config.sub (z8ksim): Deleted
19115         (z8k-*-coff): New, this is the one true name of the target.
19117 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
19119         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19121 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
19123         * config.guess (*:Linux:*:*): First try asking the linker what the
19124         default object file format is (elf, aout, or coff).  Then if this
19125         fails, try previous methods.
19127 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19129         * configure.in: Don't build newlib for *-*-vxworks5.1.
19131 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19133         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19134         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19136 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
19138         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19140 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
19142         * cfg-ml-com.in: New file.
19143         * cfg-ml-pos.in: New file.
19145 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19147         * COPYING.NEWLIB: Add HP free copyright to list.
19149 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19151         * config.sub: Recognize -eabi* for the system, not just -eabi.
19153 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19155         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19156         * config.sub, configure.in (win32): New target and host.
19158 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19160         * configure.in: Add i386-pe configuration.
19162 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
19164         * mpw-build.in (install): Install GDB after LD.
19166 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
19168         * mpw-config.in (elf/mips.h): Always forward-include, needed
19169         for GDB to build.
19171 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19173         * testsuite: New directory for customer acceptance and whole tool
19174         chain tests.
19176 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19178         * configure: If per-host line isn't found, but AC_OUTPUT is found
19179         and a configure script exists, run it instead.
19181 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19183         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
19185 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19187         * configure: Set build_{cpu,vendor,os,alias} to host values when
19188         --build isn't specified.
19190 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19192         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19193         (FLAGS_TO_PASS): Pass them.
19194         (EXTRA_TARGET_FLAGS): Ditto.
19196 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19198         * Makefile.in (all-libg++): Depend on all-libstdc++.
19200 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19202         * configure.in (noconfigdirs): Enable all packages for
19203         i386-unknown-netbsd.
19205 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
19207         * configure.in (noconfigdirs): Don't configure tk for i386-go32
19208         hosted builds (DOS builds)
19210 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19212         Changes for ARM based on patches from Richard Earnshaw:
19213         * config.sub: Handle armeb and armel.
19214         * configure.in: Omit arm linker only for riscix.
19216 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19218         * config.guess:  Update from FSF.
19220 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
19222         * config.sub: Recognize powerpcle as the little endian variant of
19223         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
19224         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
19225         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
19226         temporarily.
19228 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
19230         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19232 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
19234         * config.sub: Accept -lites* as a basic system type.
19236 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
19238         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19239         installed, and if so return linuxoldld as the system name.
19241 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
19243         * config.guess: Add hppa1.1-hp-lites support.
19245 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19247         * configure.in: Don't build newlib for m68k-vxworks5.1.
19249 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19251         * configure.in (mips-sgi-irix6): Use mh-irix5.
19253 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
19255         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19257 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19259         * test-build.mk: Enable building of shared libraries on IRIX 5 and
19260         OSF/1.  Fix compiler flags.
19261         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
19263 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
19265         * configure.in: Recognize --with-newlib.
19266         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19268 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19270         * Makefile.in: move {all,check,install}-gdb from *_MODULES
19271         to *_X11_MODULES due to gdbtk needing X include files et al.
19273 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
19275         Merge in support for Mac MPW as a host.
19276         (Old change descriptions retained for informational value.)
19278         * mpw-config.in: Add generic include forwards for cpu-specific
19279         include files in aout and elf directories.
19281         * mpw-configure: Added copyright.
19282         * mpw-config.in: Check for presence of required build tools.
19283         (target_libs): Add newlib.
19284         (target_tools): Add examples.
19285         (Read Me): Generate as "Read Me for MPW" instead.
19286         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19287         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19288         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19290         * mpw-configure: Remove subdir-specific makefile hackery,
19291         delete mk.tmp after using it.
19293         * mpw-build.in (all): Display start and end times.
19295         * mpw-configure (host_canonical): Set.
19296         (target_cpu): Always add to makefiles.
19297         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19298         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19299         (mpw-mh-mpw): Look for in srcdir and srcroot.
19300         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19302         * mpw-build.in: (install-only): New target.
19304         * mpw-configure (host_alias, target_alias): Rename from hostalias
19305         and targetalias, add into generated Makefile.
19306         (mk.tmp): If present, add into generated Makefile.
19307         * mpw-build.in (all-gas): Build config.h first before gas proper.
19309         * mpw-configure (config.status): Write only if changed.
19310         * mpw-config.in (readline): Configure it (not built, just used for
19311         definitions).
19313         * mpw-config.in (elf/mips.h): Add a forward include.
19315         * mpw-config.in: Forward-include most .h files in include into
19316         extra-include.
19317         (readline): Don't build.
19318         mpw-build.in (install): Install GDB.
19320         * mpw-configure (prefix, mpw_prefix): Handle it.
19321         * mpw-config.in (mmalloc, readline): Don't configure.
19322         * mpw-build.in (thisscript): Rename to ThisScript.
19323         Use mpw-build instead of BuildProgram everywhere.
19324         (mmalloc, readline): Don't build.
19325         * mpw-README: New file, basic documentation about the MPW port.
19327         * mpw-config.in: Use forward-include to create include files.
19329         * mpw-configure: Add more things to the top of each configured
19330         Makefile, including contents of config/mpw-mh-mpw.
19331         * mpw-config.in (extra-include): Create this directory and fill it
19332         with Posix-like include files when configuring.
19334         * config.sub (apple, mac, mpw): Add various aliases.
19336         * mpw-build.in: New file, top-level build script fragment for MPW.
19337         * mpw-configure: New file, configure script for MPW.
19338         * mpw-config.in: New file, config fragment for MPW.
19340 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19342         * configure.in (host_libs): Remove glob, since it is gone from the
19343         sources.
19345 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19347         * Makefile.in: define empty GDB_NLM_DEPS var.
19349         * configure.in(target_makefile_frag): use config/mt-netware
19350         for netware targets.
19352 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19354         * config.sub: Merge in recent FSF changes.  Remove linux special
19355         cases.
19357 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19359         Revert this change:
19361         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19363                 * build-all.mk: Use CC=cc -Xs on Solaris.
19365 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19367         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19368         stop using it.
19369         * Makefile.in: Nuke all references to glob subdirectory.
19371 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19373         * configure.in: Fix --enable-shared logic in per-host.
19375 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19377         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19379 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19381         * configure.in (noconfigdirs): Don't build gas on AIX, for
19382         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19384 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19386         * configure: Fix --cache-file to work if the file argument is a
19387         relative path.
19389 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19391         * configure: If the --cache-file is used, pass it down to
19392         configure in subdirectories.
19394 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19396         * config.sub: add vxworks29k configuration.
19398 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19400         * Makefile.in (taz): Do "diststuff" part quietly.
19402 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19404         * config.sub: Mini-merge with gcc/config.sub.
19406 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19408         * config.guess (IRIX): Sed - to _.
19410 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19412         * Makefile.in (source-vault, binary-vault): New targets.
19414 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19416         * config.sub: Recognize -eabi as a basic system type.
19418 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19420         * configure.in (enable_shared stuff): Fix typo.
19422 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19424         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19426 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19428         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19430 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19432         * configure.in (rs6000-*-*): Don't build gas.
19434 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19436         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19437         reduce command line length.
19438         (AS_FOR_TARGET): Check for as.new, not Makefile.
19439         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19441 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19443         * config.guess:  Merge from FSF.
19445 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19447         * configure: Don't use $ when handling program_suffix.
19449 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19451         * configure.in:  Configure tk for hppa/hpux.
19453 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19455         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19457 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19459         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19460         to LIBCXXFLAGS.  Tests are better run without it.
19462 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19464         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19466 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19468         * configure.in (*-*-netware*): Don't configure xiberty.
19470 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19472         * configure.in:  Remove tk from native_only list.
19474 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19476         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19477         for special NCD build.
19479 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19481         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19482         makeall.bat, they're only useful for binutils snapshots.
19483         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19484         makeall.bat to specified SUPPORT_FILES.
19486 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19488         * build-all.mk: Add Ericsson targets to sun4 and solaris
19489         hosts.  Add  BNR's sun4 target to solaris host, so their
19490         build-from-source will be tested in-house first.
19492 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19494         * Makefile.in (LIBCFLAGS): New variable.
19495         (CFLAGS_FOR_TARGET): Ditto.
19496         (LIBCFLAGS_FOR_TARGET): Ditto.
19497         (LIBCXXFLAGS): Ditto.
19498         (CXXFLAGS_FOR_TARGET): Ditto.
19499         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19500         (BASE_FLAGS_TO_PASS): Pass them.
19501         (EXTRA_TARGET_FLAGS): Ditto.
19503         * configure.in: Support --enable-shared.
19505 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19507         * configure.in (target_libs):  Include libstdc++ again.
19508         * config.guess:  Update from FSF (for FreeBSD).
19510 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19512         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19513         makeall.bat.
19514         (DISTDOCDIRS): Add `etc'.
19515         (ETC_SUPPORT_PFX): New variable.
19516         (taz): Include anything from etc starting with a word in
19517         ETC_SUPPORT_PFX.
19519 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19521         * config.sub: Update for recent FSF changes.  Remove obsolete
19522         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19523         spacing changes.
19525 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19527         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19529         * config.guess:  Merge with FSF.
19530         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19532 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19534         * configure: Since the "trap 0" handler will override the exit
19535         status on many systems, only use it for "exit 1", and make it set
19536         a non-zero exit status; reset it before "exit 0".  Also, check
19537         exit status of config.sub, and error out if it failed.
19539 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19541         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19542         and install libgloss.
19544 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19546         * Makefile.in (all-binutils): Depend upon all-byacc.
19548         * configure.in: Don't build emacs on Irix 5.
19550 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19552         * configure.in (*-*-netware*): Add libio.
19554 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19556         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19557         (CHECK_TARGET_MODULES): Ditto.
19558         (INSTALL_TARGET_MODULES): Ditto.
19559         (TARGET_LIBS): Ditto.
19560         (all-libstdc++): Note dependencies.
19562 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19564         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19566 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19568         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19569         -fexternal-templates.
19571         * configure.in (target_libs): Add libstdc++.
19572         (noconfigdirs): Add libstdc++ as appropriate.
19574 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19576         * config.guess:  Update from FSF.
19578 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19580         * configure: Use ${config_shell} when running ${configsub}.
19582 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19584         * config.sub: No longer recognize h8300h.
19586 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19588         * config.sub: Remove extraneous differences between config.sub and
19589         gcc/config.sub.
19591 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19593         * Makefile.in (DISTSTUFFDIRS): Add gas.
19595 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19597         * COPYING.NEWLIB: New file.
19599 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19601         * config.guess (HP-UX):  Patch from Harlan Stenn
19602         <harlan@landmark.com> to also emit release level.
19604 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19606         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19608 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19610         * config.sub:  Merge nextstep cleanup from FSF.
19612 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19614         * configure.in (arm-*-*): Don't configure ld for this target.
19616 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19618         * configure.in (*-*-netware): don't configure libg++, libio,
19619         librx, or newlib.
19621 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19623         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19624         configure ld--it works, but it doesn't support shared libraries.
19626 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19628         * config.guess (*-unknown-freebsd*):  Get rid of possible
19629         trailing "(Release)" in version string.
19630         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19632 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19634         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19635         Fix type: *-next-neststep -> *-next-nextstep.
19637         * config.guess:  Merge from FSF:
19639         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19641         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19643         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19645         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19646         instead of UNIX_SV for UnixWare 1.0).
19648 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19650         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19651         to make gdb/nlm/* build after the compiler and linker.
19653 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19655         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19656         not just i[34]86.
19657         (m68k-atari-sysv4):  Relocate to match FSF version.
19659         * config.guess:  More merges from the FSF:
19661         Add a space before function call or macro invocation.
19663         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19665         * config.guess: Add trap cmd to remove dummy.c and dummy when
19666         interrupted.
19668         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19670         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19671         (dummy): Redirect stderr from compilation of dummy.c.
19673         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19675         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19677 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19679         * configure: Accept and ignore --cache*, for compatibility with
19680         new autoconf.
19682 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19684         * config.guess:  Merge from FSF:
19686         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19688         * config.guess (Pyramid*:OSx*:*:*): New case.
19689         (PATH): Add /.attbin at end for finding uname.
19690         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19692         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19694         * config.guess (M88*:DolphinOS:*:*): New case.
19696         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19698         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19699         to select whether to use ELF or COFF.
19701         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19703         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19705         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19707         * config.guess: Guess the OS version for HPUX.
19709         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19711         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19713 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19715         * configure.in: Recognize --with-headers, --with-libs, and
19716         --without-newlib.
19717         * Makefile.in (all-xiberty): Depend upon all-ld.
19719 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19721         * configure.in: Change i[34]86 to i[345]86.
19723 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19725         * configure (version): A few more tweaks to help message.
19727 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19729         * Makefile.in:  Remove (for now) librx as a host library,
19730         now that we're building it for target.
19732 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19734         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19735         (Karl Berry).
19737 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19739         * configure.in:  Also configure librx.
19741 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19743         * Makefile.in:  Update various rules to reflect that librx
19744         is now needed for libg++.
19746 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19748         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19750 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19752         * configure.in: Configure the examples directory.
19754 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19756         * configure: Simplify Jun 2 1994 change.
19758 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19760         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19761         /bin/gcc isn't good enough to build gcc.
19763 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19765         * Makefile.in (GDB_SUPPORT_FILES): Remove
19766         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19767         (gdb.tar.gz): Add new rule to use standard distribution building
19768         mechanism.
19770 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19772         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
19773         Bill Cox <bill@cygnus.com>.
19775 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19777         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
19779 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
19781         * configure:  Search current dir first in .gdbinit.
19783 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19785         * config.sub:  Recognize freebsd (merged from gcc config.sub).
19787 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19789         * config.sub:  Refer to NeXT's operating system as nextstep.
19791         * config.sub (case $basic_machine):  Re-order the cases, to match
19792         the order in the FSF version (which is mostly alphabethical).
19793         Merge in some additions and changes from the FSF.
19795 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
19797         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19798         * config.sub: Recognize cxux7.
19799         * configure.in: Use mh-cxux for m88k-harris-cxux*.
19801 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19803         * config.sub:  Fix typo powerpc -> powerpc-*.
19805 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
19807         * Makefile.in: `all-emacs19' depends on `all-byacc'.
19809         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19810         parallel with all-emacs and install-emacs).  Top-level command
19811         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19813 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19815         * test-build.mk ($(host)-stamp-stage2-installed): Remove
19816         $(relbindir)/make before doing ``make install'', and use
19817         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
19818         installing over running make binary.
19819         ($(host)-stamp-stage3-installed): Likewise.
19821 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19823         * config.guess: Recognize Mach.
19825 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19827         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19828         see whether --exec-prefix was used.
19830 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19832         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
19834 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19836         * Makefile.in: Add all-librx target similar to all-libproc.
19838 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
19840         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
19841         with post 1.2 uname bogosity.
19843 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19845         * configure: Remove temporary files on receipt of a signal.
19847 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
19849         * configure: If there is a package_makefile_frag, remove
19850         ${subdir}/Makefile.tem after copying it in.
19852 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19854         * build_all.mk: support rs6000 lynx identifies itself as
19855         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
19856         since /bin/gcc is too feeble to compile a modern gcc.
19858 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19860         * brought devo/test-build.mk update-to-date with progressive/
19861         test-build.mk. Add lynx targets and hppa flag info.
19863 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19865         * configure.in:  Use mh-ncrsvr43.  Patch from
19866         Tom McConnell <tmcconne@sedona.intel.com>.
19868 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19870         * config.guess (i386-unknown-bsdi):  No longer need to
19871         check #if defined(__bsdi__) && defined(__i386__).
19873 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19875         * configure: Set program_transform_nameoption correctly.
19877 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19879         * brought build-all.mk update-to-date with progressive build-all.mk,
19880         added new targets and hppa info.
19882 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19884         * configure: If config.guess result is a prefix of the user
19885         specified target, assume a native build and use the user specified
19886         target as the host alias.  Remove SunOS patch suffix removal hack.
19887         * configure.in: Remove SunOS patch suffix removal hack.
19889         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19890         in NATIVE_CHECK_MODULES.
19892 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
19894         * Makefile.in: Rename HOST_ONLY to NATIVE.
19895         * configure: Delete SunOs patch suffix from host_canonical
19896         and build_canonical variables that are prepended to Makefiles.
19897         * configure.in: Add comments for easier maintenance.
19899 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19901         * Makefile.in: Add all-libproc target similar to all-gui.
19903 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19905         * Makefile.in (CHECK_MODULES): split into
19906         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19908 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19910         * config.guess (i386-unknown-bsdi): New system to guess.
19912 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19914         * Makefile.in: Add all-gui target (but not yet build by "all").
19916 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19918         * config.sub: Move deletion of patch suffix from here...
19919         * configure.in: To here, at Ian's suggestion.  The top-
19920         level scripts might need to know of a patch level.
19922 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19924         * config.sub: Strip off patch suffix so rtl is recognized
19925         as a sunos4.1.3 machine, even though it's been patched.
19927 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19929         * Makefile.in (INSTALL_LAST): Delete.
19930         (INSTALL_DOSREL): New.
19932 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19934         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19935         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19936         whether we pass down --with-gnu-ld anyhow.
19938 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19940         * Makefile.in (INSTALL_LAST): Change operation so it works
19941         on more flavors of make.
19942         * configure.in (go32): Don't build libg++ or libio.
19944 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19946         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19947         they can be overriden by templates.
19949 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19951         * configure.in (target==go32): Don't build gdb.
19952         * dosrel: New directory.
19954 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19956         * configure.in (host==go32): Configure dosrel too.
19957         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19958         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19959         be set by incoming names or templates.
19960         (INSTALL_LAST): New rule.
19962 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19964         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19966 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19968         * configure.in (appdirs): New variable.  Currently empty, but will
19969         be used in gas distribution.  If nonempty, lists a set of
19970         directories at least one of which must get configured, or top
19971         level configuration is considered to have failed.
19972         (rs6000-*-lynxos*): Use new file name.
19974 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19976         Eliminate XTRAFLAGS.
19977         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19978         newlib include files using -idirafter, and also use -nostdinc.
19979         (CXX_FOR_TARGET): Likewise.
19980         (XTRAFLAGS): Removed.
19981         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19982         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19983         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19984         ($(DO_X)): Don't pass down XTRAFLAGS.
19986 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19988         * configure.in (mips*-dec-bsd*): New target; do build linker.
19989         (mips*-*-bsd*): New target; don't build linker.
19991 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19993         * configure.in: support rs6000-*-lynxos* configuration.
19994         support sunos4 as a cross target.
19996         * config.sub: look for lynx*, not lynx since the OS version may
19997         legitimately be part of the name.
19999 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20001         * configure.in (i[34]86-*-sco*): Move to be with other i386
20002         targets.
20003         (romp-*-*): New target.  Skip various binary utilities.
20004         (vax-*-*): New target.  Don't build newlib.
20005         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
20007 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20009         * configure.in: Only set host_makefile_frag if config
20010         directory exists.
20012 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20014         * install.sh: If $dstdir exists, don't check whether each
20015         component does.
20017 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20019         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20021 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
20023         * configure.in (*-*-lynxos*): Don't configure newlib for either
20024         native or cross Lynx.
20026 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
20028         * config.sub (sparc64-elf): Fix os.
20029         (z8k): Remove duplicate.
20031 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20033         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20034         gcc/stmp-fixproto, to try to prevent fixproto from being run.
20036 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
20038         * configure: Make file links cleanly even if Lynx fails on
20039         an NFS symlink (at least fail cleanly).
20041 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
20043         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20044         -XNh2000.
20046 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20048         * configure: Unknown options are fatal again.
20050 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
20052         * configure: Ignore --x-includes and --x-libraries, for Autoconf
20053         compatibility.
20055 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
20057         * build-all.mk: Add `clean' target.
20059 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20061         * config.guess:  Add SINIX support.
20062         * configure.in:  Add mips-*-sysv4* support.
20064 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
20066         * build-all.mk: Document all useful targets.
20067         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20068         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20070 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20072         * configure: Support --silent, --quiet.
20074 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20076         * configure: Support --disable-FEATURE.
20078 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20080         * config.guess: Recognize NCR running SVR4.3.
20082 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20084         * config.guess:  Make BSDI generate i386-unknown-bsd386.
20085         Patch from Paul Eggert <eggert@twinsun.com>.
20087 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20089         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20091 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20093         * configure: Make unrecognized options give nonfatal warnings
20094         instead of fatal errors, and pass them to any subdirectory
20095         configures in case they recognize them.
20096         Make --x equivalent to --with-x.
20098 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20100         * configure: Add --enable-* options.  Clean up usage message and
20101         some comments.
20103 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
20105         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20107 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20109         * configure.in (hppa*-*-*): Enable binutils.
20111 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20113         * config.sub: Recognize cisco.
20115 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
20117         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20119 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20121         * config.guess: about target *-hitachi-hiuxwe2, don't print more
20122         than one configuration name.  Add comment.
20124 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
20126         * config.guess: about target *-hitachi-hiuxwe2, fixed
20127         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
20128         macro is incorrect.]
20130 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20132         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20133         than the "make ls" stuff which used to be here.
20135 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20137         * config.guess:  Recognize i[34]86-unknown-freebsd.
20138         From Shawn M Carey <smcarey@rodan.syr.edu>.
20140 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20142         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20144 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20146         * config.guess: Check for ptx.
20148 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
20150         * config.sub: Add os9k checking.
20152 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20154         * config.guess: Handle OSF1 running on HPPA processors
20156 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20158         * configure: If subdir configure fails, print out a message with
20159         subdirectory name, in case subdir's configure code didn't identify
20160         itself.
20162 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
20164         * configure.in: Remove embedded newlines from configdirs.
20165         Avoid mismatches of substrings.  Fix matching strings at end
20166         of configdirs.
20168 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
20170         * config.guess:  Add Lynx/rs6000 config support.
20172 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20174         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20176 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
20178         * configure.in (hppa*-*-osf*): Treat this just like most other
20179         PA configurations (eg no binutils or ld).
20180         (hppa*-*-*elf*): These configurations have binutils and ld.
20182 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20184         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
20186 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20188         * configure.in (rs6000-*-*): Build gas.
20190 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20192         * Makefile.in:  Avoid bug in losing hpux sed.
20194 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20196         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20197         for GDB and GDB has been fixed to not need it.
20199 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20201         * config.guess: Recognize vax hosts.
20203 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20205         * configure (while loop): Don't use "break 2" inside case
20206         statement -- the case statement isn't an enclosing loop.
20208 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20210         * config.guess:  Clean up NeXT support, to allow nextstep
20211         on Intel machines.  Make OS be nextstep.
20213 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
20215         * config.guess: Add alternate forms for Convex.
20217 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
20219         * configure:  Completely rewrite option processing.  Take
20220         advantage of pattern-matching to avoid invoking test frequently.
20221         Also clean up host and target defaulting logic.
20223 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20225         * Makefile.in: Replace all occurrances of "rootme" with "r" and
20226         "$${rootme}" with "$$r", to increase the likelihood that the do-*
20227         commands (plus user environment) will fit SCO limits.
20229 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20231         * configure.in: Don't issue warnings about directories which are
20232         not being configured if -norecursion is set.  Correct test for
20233         --with-gnu-as and --with-gnu-ld to not get confused by substring
20234         matches.
20236         * configure.in: Don't build gas for alpha-dec-osf1*.
20238 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
20240         * configure:  Back out Per's change of 12/19/1993.  It changes the
20241         behavior of configure in unexpected and confusing ways.
20243         Also, use different delim char when calculating
20244         program_transform_name so that the name can contain slashes.
20246 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
20248         * configure.in, config.sub: Add support for VSTa micro-kernel.
20250 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
20252         * configure.in: Nuke hacks which were used to get a special
20253         version of GAS for HPPA configurations.
20255 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20257         * configure:  If only ${target_alias} is given, use that
20258         as the default for ${host_alias}.
20259         * configure:  Add missing back-slashes before nested quotes.
20261 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20263         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20265 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
20267         * config.guess:  Recognize some Tektronix configurations.
20268         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20270 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20272         * config.sub: Match any flavor of SH.
20274 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
20276         * configure.in: Don't try to configure newlib for Alpha.
20278 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20280         * configure.in: Don't build ld for Irix 5.  Don't build gas,
20281         libg++ or libio for any Alpha target.
20283         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20285 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20287         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20288         default arguments -- so it tried to compress itself.
20290 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20292         * configure.in (notsupp): ensure that a space is always at the end
20293         of the configdirs list, since the grep checks for an explicit space
20295 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20297         * configure.in (target i386-sysv4.2): don't build ld, since static
20298         versions of many libraries are not available.
20300 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20302         * config.guess: Recognize Apollos (using environment variables).
20303         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20305 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20307         * config.guess: Recognize Sony news mips running newsos.
20309 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20311         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20312         "fi ; else" for bash.
20314 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20316         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20318 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20320         * config.sub: accept unixware as an alias for svr4.2.
20321         Fix some inconsistancies with the gcc version.
20323 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20325         * Makefile.in (DISTDOCDIRS):  Add gdb.
20327 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20329         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20331 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20333         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20334         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20335         this now.
20337 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20339         * config.sub: Accept hiux* as an OS name.
20341         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20342         etc/make-stds.texi.  The underscore came from gcc, and dje now
20343         agrees that RUNTESTFLAGS is the correct name.
20345 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20347         * install.sh:  Remove 'set -e'.  It makes any conditionals
20348         in the script useless.
20350         * config.guess: Automatically recognize arm-acorn-riscix
20351         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20353 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20355         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20357 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20359         * Makefile.in (DISTDOCDIRS): New variable.
20360         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20361         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20363 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20365         * configure.in (hppa target): check the source directory for the
20366         pagas sub-directory
20368 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20370         * config.sub: Allow -aout* and -elf*.
20372 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20374         * configure.in: Don't build ld on i386-solaris2, same as for
20375         sparc-solaris2.
20377 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20379         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20381 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20383         * configure.in:  Configure gdb for alpha.
20385 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20387         * Makefile.in (CXXFLAGS): Add -O.
20389 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20391         * config.guess: added support for DG Aviion
20393 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20395         * configure.in: Produce warning message for subdirectories not
20396         configurable for this host/target combination.  Don't try to
20397         configure gdb for vms.
20399 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20401         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20402         appropriate files before making "diststuff".
20403         (DISTBISONFILES): New var: list of files to be edited.
20404         (DISTSTUFFDIRS): Add binutils.
20406 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20408         * config.sub: also handle mipsel and mips64el (for little endian mips)
20410 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20412         * configure.in: Add * to end of all OS names.
20414 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20416         * configure.in: Build newlib for LynxOS native.
20418 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20420         * config.guess: Add support for delta 88k running SVR3.
20422         * configure.in: Add comment about HP compiler vs. emacs.
20424 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20426         * configure.in: don't build ld on solaris2 (not a viable option
20427         due to bugs in getpwnam & getpwuid)
20429 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20431         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20432         config.guess will produce a full version number.
20434 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20436         * configure.in: Build linker and binutils for alpha-dec-osf1.
20438 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20440         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20441         and gdb/testsuite/Makefile.in.
20443 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20445         * configure.in: recognize mips*- instead of mips-
20447 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20449         * config.sub: Accept linux*coff and linux*elf as operating
20450         systems.
20452 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20454         * config.sub: Recognize mips64, and mips3 as an alias for it.
20456 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20458         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20459         gdb knows how to handle OSF/1 shared libraries.
20461 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20463         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20464         * config.guess: Recognize Hitachi's HIUX.
20465         * config.sub: Recognize h3050r* and hppahitachi.
20466         Remove redundant cases for hp9k[23]*.
20468 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20470         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20471         if gas and ld are in the source tree and are in ${configdirs}.
20472         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20473         --with options (but still pass them down on the command line,
20474         if they were explicitly specified).
20476 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20478         * configure: substitute SHELL value in Makefile.in with
20479         ${CONFIG_SHELL}
20481 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20483         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20484         *-*-solaris2* targets.
20486 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20488         * Makefile.in: define M4, and pass it down to sub-makes;
20489         all-autoconf now depends on all-m4
20491 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20493         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20494         presence of {ar,ranlib} instead of a configured directory
20496 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20498         * config.guess: Accept 34?? as well as 33?? for NCR.
20500 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20502         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20503         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20505 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20507         * configure: grab values for $(CC) and $(CXX) from the
20508         environment, so that someone can do "CC=gcc configure; make" and
20509         have it work right (matching the way that autoconf works now)
20511         * configure.in, Makefile.in: add support for gash, the tcl
20512         interface to Galaxy
20514         * config.guess: add NetBSD variants (hp300, x86)
20516 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20518         * install.sh: Support -d option (in the manner of SunOS 4 install,
20519         as it is more deterministic than that of GNU install)
20520         (chmodcmd): Set file to mode 755 by default (should also do default
20521         chgrp and chown, but I don't feel like dealing with that now)
20523 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20525         * config.sub: Remove h8300hhms alias.
20527 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20529         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20531 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20533         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20534         as stmp-fixinc
20536 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20538         * config.sub: recognize m88110-bug-coff.
20540 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20542         * Makefile.in (all-libio): all dependencies on the toolchain used
20543         to build this (gcc, gas, ld, etc)
20545 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20547         * config.guess: Deal with OSF/1 1.3 on alpha.
20549 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20551         * install.sh: add some 'else true' clauses for portability
20553         * configure.in: don't build libio for h8[35]00-*-* targets
20555 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20557         * Makefile.in:  Add support for new libio.
20559 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20561         * install.sh: If one command fails, don't try the rest.  Don't try
20562         to remove $dsttmp (via trap) unless we have already created it.
20563         If $src doesn't exist, detect it and exit with an error.
20565         * config.guess: Recognize BSD on hp300.
20567 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20569         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20570         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20572 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20574         * Makefile.in (all-send-pr): depends on all-prms
20576 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20578         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20580 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20582         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20583         Added test for mips-mips-riscos5.
20585 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20587         * configure.in: use mh-hp300 for 68k HP hosts
20589 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20591         * configure: add support for CONFIG_SHELL, so that you can use
20592         some alternate shell for evaluating configure scripts
20594 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20596         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20597         in configure script to bug-gdb@prep.ai.mit.edu when building
20598         distribution archive.
20599         * Makefile.in (COMPRESS):  Remove def.
20600         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20601         gdb.tar.Z and make-gdb.tar.Z respectively.
20602         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20603         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20604         to convergence with 'taz' target in Makefile.in.
20606 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20608         * install.sh (dsttmp): use trap to ensure that tmp files go
20609         away on error conditions
20611 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20613         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20615 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20617         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20618         its parent is '/' not ''.
20620         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20622 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20624         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20625         that ${newsrcdir}/configure.in does.
20627 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20629         * test-build.mk: support for CONFIG_SHELL
20631 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20633         * config.sub (netware):  Add as a basic system type.
20635 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20637         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20638         $(srcdir)/ from the dependency on Makefile.in.
20640 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20642         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20643         (h8300hhms is temporary until multi-libraries are implemented).
20644         * configure.in: Handle h8300h too.
20646 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20648         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20650 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20652         * configure:  Remove extraneous output when guessing host type.
20653         * config.guess:  Remove extraneous output when guessing using C
20654         compiler rather than uname, or when guessing fails.
20656 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20658         * Makefile.in: remove all.cross and install.cross targets
20660         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20661         definitions
20663 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20665         * configure.in (target sh): Build gprof.
20667 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20669         * config.sub: change -solaris to -solaris2
20671 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20673         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20675 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20677         * configure: Correct error message for missing Makefile.in to
20678         print correct directory.
20680 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20682         * install.sh: kludge around 386BSD shell bug
20684 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20686         * config.guess:  Recognize NeXT.
20687         * config.guess:  Recognize i486-ncr-sysv4.
20688         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20690 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20692         * Makefile.in (MAKEINFOFLAGS): New variable.
20693         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20694         * build-all.mk, test-build.mk: Pass down --no-split as
20695         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20697 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20699         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20701 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20703         * Makefile.in (libg++.tar.z):  New rule.
20704         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20705         * Makefile.in (taz):  Only do a single chmod.
20707 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20709         * install.sh: don't use dirname anymore (replaced with sed usage)
20711 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20713         * Makefile.in:  Change extension for gzip'd files from '.z' to
20714         '.gz' per new FSF standard usage.
20716 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20718         * configure: put quotes around the final value of program_transform_name
20720 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20722         * Makefile.in: new install.sh support; update install-info rules
20724 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20726         * configure.in: Build diff for crosses, but not for go32 host.
20728         * configure.in: Build gprof only for native, and don't build it
20729         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20731 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20733         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20735 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20737         * configure.in (host_tools): Add prms.
20739 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20741         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20742         with $(FLAGS_TO_PASS) on the command line
20744         * config.sub: Recognize lynx and lynxos
20746 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20748         * config.sub: Accept -ecoff*, not just -ecoff.
20750 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20752         * Makefile.in (taz): Use .gz suffix instead of .z.
20753         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20754         names.
20756 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20758         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20760 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20762         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20763         that rebuilds that might happen during 'make install' don't get
20764         bogus gcc include files
20766 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20768         Change from Utah for HPPA support:
20769         * config.guess: Recognize hppa1.x-hp-bsd.
20771 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
20773         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
20774         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20776 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20778         * config.sub: Add support for rom68k and bug boot monitors.
20780 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
20782         * Makefile.in: Make all-opcodes depend on all-bfd.
20784 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20786         * config.guess: Added special check for i[34]86-univel-sysv4*.
20788 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
20790         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20791         the processor rather than assuming i486.
20793 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20795         * config.guess: Recognize SunOS6 as Solaris3.
20797 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
20799         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
20800         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20802 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
20804         * build-all.mk (all-cross): New target for Canadian Cross.
20805         Added Q2 go32 targets.
20806         * test-build.mk: Configure go32 cross sparclite-aout and
20807         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
20808         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20810 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20812         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20813         GO32 hosted toolchains
20815 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20817         * configure: change  so "-exec-prefix" gets passed down rather
20818         than "-exec_prefix" so autoconf generated Makefiles get the
20819         exec_prefix set right.
20821 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20823         * config.guess: get the Solaris2 minor version number
20825         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20827 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20829         * config.guess: Recognize some Sequent platforms.
20831 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20833         * Makefile.in: added the vault-install target
20835         * configure.in: actually use the Sun3 makefile fragment that's in
20836         config, also added the release dir to configdirs
20838 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20840         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20842 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20844         * configure.in: remove some program from Alpha targetted toolchains
20846 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
20848         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
20849         gprof.
20850         (taz): Run "make diststuff" in those directories instead of "make
20851         proto-dir".  Look for "VERSION=" only at start of line in subdir
20852         Makefile.  Use "gzip -9" for compression.
20853         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20854         (binutils.tar.z): New target.
20856 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20858         * Makefile.in (taz): Include gpl.texinfo.
20860 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20862         * Makefile.in (setup-dirs): Merged into "taz" target.
20863         (taz): Only do `proto-dir' stuff if a directory is actually needed
20864         for this target.
20866 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
20868         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20869         (FLAGS_TO_PASS): Pass down MUNCH_NM.
20870         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20871         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20872         (gcc-no-fixedincludes): Correct for current gcc Makefile.
20874 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20876         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20877         config.sub, and move-if-change to gdb testsuite distribution
20878         archive, so the testsuite can be extracted, configured, and
20879         run separately from the gdb distribution.  Blow away the Chill
20880         tests that require a Chill compiled executable, since GNU Chill
20881         is not yet publically available.
20883 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20885         * test-build.mk: set environment variables in a single command,
20886         instead of a list of assignments and exports
20888         * config.guess: recognize Alpha/OSF1 systems
20890 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20892         * configure: Change help message to prefer --options rather than
20893         -options.
20895 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20897         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20898         zippy@ecst.csuchico.edu.
20899         * config.guess: Recognize miniframe.
20901 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20903         * Makefile.in: Use srcroot to find runtest rather than rootme.
20904         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20906 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20908         * test-build.mk: Extensive additions to support building on a
20909         machine other than the host.
20911 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20913         * configure (tooldir): Fix for i386-aix again.
20915 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20917         * configure, Makefile.in:  Change definition of $(tooldir)
20918         to match the FSF.
20920 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20922         * config.guess:  Recognize i[34]86/SVR4.
20924 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20926         * Makefile.in (all-gdb): gdb depends on sim.
20928 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20930         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20931         at the same time we make the prototype gdb directory.
20932         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20933         files at the same time as the gdb base release distribution.
20935 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20937         * Makefile.in (check): Use individual check targets rather than
20938         DO_X rule.
20939         (check-gcc): Added.
20941 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20943         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20944         for System V release 3.2.
20946 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20948         * config.sub: Recognize hppaosf.
20949         * configure.in: Do configure ld/binutils/gas for it.
20951 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20953         * configure (tooldir): Alter syntax used to set this, for systems
20954         where "\$" isn't handled right, like i386-aix.
20956 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20958         * configure: Pass program-transform-name, not
20959         program_transform_name, to recursive configures.
20961 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20963         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20964         of gas+ld+binutils.
20966 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20968         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20970 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20972         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20974 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20976         * Makefile.in (PRMS): Set back to all-prms.
20978 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20980         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20981         targets, rather than for MIPS hosts.
20983 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20985         * configure.in: add comment for --with-x default values
20987         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20989         * Makefile.in: add check-* targets for each of the directories in
20990         the tree.  Add a definition of RUNTEST that will use the one we
20991         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20993 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20995         * configure.in: Removed obsolete references to bfd_target and
20996         target_makefile_frag.
20998         * build-all.mk: Set assorted targets for Q2.
20999         * config.sub: Recognize z8k-sim and h8300-hms.
21000         * test-build.mk: Really don't pass host to configure.
21001         (HOLES): Added uname.
21003 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
21005         * configure: Handle an empty program-prefix, program-suffix or
21006         program-transform-name correctly.
21008 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21010         * build-all.mk: -G 8 no longer required for MIPS targets.
21011         * test-build.mk: Don't pass host argument to configure; make it
21012         guess.
21014 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
21016         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
21017         * Makefile.in (COMPRESS):  New macro, like GZIP.
21019 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21021         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21023         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21024         with gas currently defaults to -G 0.
21026 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
21028         * Makefile.in (all-flex): flex depends on byacc.
21030         * build-all.mk: If host not specified, use config.guess.  Pass TAG
21031         to test-build.mk as RELEASE_TAG.
21032         * test-build.mk (configargs): New variable containing arguments to
21033         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
21034         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21036         * config.guess: Use /bin/uname when checking -X argument on SCO,
21037         to avoid invoking GNU uname which doesn't understand -X.
21039         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21041         * configure.in: Build gas for mips-*-*.
21043 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21045         * Makefile.in (all.normal): insert missing backslash.
21047 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
21049         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
21051         * Makefile.in: Complete overhaul to merge many almost identical
21052         targets.
21054 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21056         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21057         (gdb.tar.Z): Adjusted.
21059         * Makefile.in (setup-dirs, taz): New targets; should be general
21060         enough to adapt for gdb sometime.  Build only .z file.
21061         (gas.tar.z): New target.
21063 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
21065         * build-all.mk: Use CC=cc -Xs on Solaris.
21067 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
21069         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
21070         for handling BISON for FSF releases.
21072 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21074         * configure: Actually implement the change zoo just documented.
21076 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
21078         * configure: when using config.guess, only set target_alias when
21079         it's not already been set (ie, on the command line)
21081 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21083         * Makefile.in: add installcheck target, set PRMS to install-prms
21085 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21087         * configure: add support for package_makefile_fragment, handle the
21088         case where a directory has a configure.in file but no Makefile.in
21089         more gracefully (with an actual understandable error message, even);
21090         add support for --without (and add this to the usage message); also
21091         explicitly add a --host=${host_alias} to the command line when
21092         config.guess is used
21094 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21096         * configure: Must use both --host and --target in recursive calls.
21098 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21100         * Makefile.in: Change deja-gnu to dejagnu.
21102 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21104         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21106 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21108         * configure.in: canonicalize all instances to *-*-solaris2*,
21109         also strip out a number of tools to not build for go32 host
21111 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21113         * config.guess: add GPL.
21115         * Makefile.in, config.guess, config.sub, configure: bump
21116         copyrights to 93.
21118 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
21120         * Makefile.in (do-info): Removed obsolete check for existence of
21121         localenv file.
21123         * Makefile.in (MAKEOVERRIDES): Define to be empty.
21125 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21127         * Makefile.in: a couple of 'else true' for decstation,
21128         support for TclX
21130         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21132 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
21134         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21136 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
21138         * config.guess: Recognize i386-ibm-aix (PS/2).
21139         * configure.in: Use config/mh-aix386 file for it.
21141 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
21143         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21144         CC_FOR_TARGET instead.
21145         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21147 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
21149         * Makefile.in: Add sim to list of directories sent with gdb
21151 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
21153         * configure.in: Put back mips-dec-bsd* case.
21155 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
21157         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21158         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
21159         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
21161 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21163         * configure.in: remove no-op mips-dec-bsd* in "case $target"
21165         * Makefile.in (dir.info): only run gen-info-dir if it exists,
21166         (install-info): install dir.info only if it exists,
21167         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21169 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
21171         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
21172         gas for mips-dec-bsd.
21174 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
21176         * configure (makesrcdir): If ${srcdir} is relative and not ".",
21177         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21179 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21181         * configure.in: Added "dejagnu" to hosttools list.
21183 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
21185         * config.sub, configure.in, config.guess:  Add support
21186         for Bosx, an AIX variant from Bull.
21187         Patches from F.Pierresteguy@frcl.bull.fr.
21189 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21191         * devo/dejagnu: Initial creation of devo/dejagnu.
21192         Migrated dejagnu testcases and support files for testing software
21193         tools to reside as subdirectories, currently called "testsuite",
21194         within the directory of the software tool.  Migrated all programs,
21195         support libraries, etc. beloging to dejagnu proper from
21196         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
21197         with no modifications.  The changes to these files which will
21198         allow them to configure, build, and execute properly will be made
21199         in a future update.
21201 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21203         * Makefile.in: Change send_pr to send-pr.
21204         * configure.in: Likewise.
21205         * send_pr: Renamed directory to send-pr.
21207 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
21209         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
21211 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
21213         * README:  Update for gdb-4.8 release.
21214         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
21215         gdb-xxx.tar.z (gzip'd) file also.
21217 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21219         * Makefile.in: make all-diff depend on all-libiberty
21221 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
21223         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21225 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21227         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21229 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
21231         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
21232         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
21233         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
21235 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21237         * Makefile.in:  makeinfo binary is in a new location
21239 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
21241         * config.sub: Accept -ecoff as an OS.
21243         * Makefile.in: Various changes to eliminate a level of make
21244         recursion and reduce the required command line length.
21245         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21246         sub-makes.
21247         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21248         variables holding settings for specific sub-makes.
21249         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21250         in terms of BASE_FLAGS_TO_PASS.
21251         (TARGET_LIBS): New variable listing directories which use
21252         TARGET_FLAGS_TO_PASS.
21253         (subdir_do): Eliminated.
21254         (do-*): New set of targets to replace subdir_do.
21255         (various): All targets which used subdir_do now depend on do-*.
21256         (local-clean): Renamed from do_clean.
21257         (local-distclean): New target, dependency of distclean and
21258         realclean.
21259         (install-info): Don't create directories.  Depend on dir.info
21260         rather than calling make recursively.
21261         (install-dir.info): Eliminated.
21262         (install-info-dirs): Create all info directories here.
21263         (dir.info): Depend upon do-install-info.
21265         * test-build.mk (HOLES): Added false.
21267 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
21269         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
21271 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21273         * Makefile.in (info): remove dependency on all-texinfo.  The
21274         problem was really in texinfo/C, not at this level.
21276 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21278         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21280 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21282         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21283         GDB releases.
21285 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21287         * configure: Include srcdir in message about target of link not
21288         being found.  Don't convert `-' to `_' in `with' options being
21289         passed to subdirs.
21291 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21293         * configure.in: add uudecode to host_tools
21295         * Makefile.in: added {all,install}-uudecode targets, added them to
21296         the appropriate lists
21298 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21300         * Makefile.in (all-gcc): Added dependency on all-gas.
21302         * configure.in (mips-*-*): Build ld and binutils.
21304 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21306         * configure: check return code from mkdir, print error message and
21307         exit on failure.
21309 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21311         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21313 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21315         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21317 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21319         * config.sub (h8500):  Recognize this as a cpu type.
21321 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21323         * configure: source directory missing is no longer a warning
21325         * configure.in: recognize irix[34]* instead of irix[34]
21327         * Makefile.in: define and pass down X11_LIB
21329 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21331         * guess-systype: Renamed to ...
21332         * config.guess:  ... by popular request.
21333         * configure.in, Makefile.in:  Update accordingly.
21335 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21337         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21338         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21339         + Execute ./dummy instead of assuming . is in PATH.
21341 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21343         * guess-systype:  New shell script.  Attempts to guess the
21344         canonical host name of the executing host.
21345         Only a few hosts are supported so far.
21346         * configure:  Call guess-systype if no host is specified.
21348 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21350         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21351         gcc Makefile.
21353 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21355         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21356         (all-gcc, install-gcc, subdir_do): Use it.
21358 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21360         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21362 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21364         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21365         set exclusively by configure, using configure.in .
21367 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21369         * test-build.mk: set $PATH for all builds
21371         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21373 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21375         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21376         the one used in gcc/Makefile.in, so that a null expansion doesn't
21377         override the one needed to build gcc with a native cc.
21379 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21381         * configure: Accept -with arguments.
21383 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21385         * Makefile.in: added h8300sim
21387 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21389         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21390         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21391         (all-cygnus, native, build-cygnus): Make
21392         $(canonhost)-stamp-3stage-done, not $(host)....
21393         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21394         i386-sco3.2v4.  Added else true to if command.
21396 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21398         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21400 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21402         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21404 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21406         * configure.in: don't remove binutils from Solaris builds
21408 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21410         * Makefile.in: get rid of earlier definitions for *clean,
21411         also handle the recursive info rule better
21413 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21415         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21416         do more-or-less the right thing.
21418 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21420         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21421         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21423 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21425         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21426         $(host_canonical).
21428         * configure.in: split the configdirs list into 4 categories (native
21429         v. cross, library v. tool) and handle the cross-only and native-
21430         only in more reasonable (and correct!) way.
21432 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21434         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21435         configdirs anymore.
21437 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21439         * Makefile.in: extensive cleanup::  removed all of the explicit
21440         clean-* targets, collapsed many wrappers around subdir_do into
21441         one, added additional targets to satisfy standards.texi, deleted
21442         some old targets, some changes for consistency
21444 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21446         * configure.in: handle some programs as cross-only, and others as
21447         native only
21449         * test-build.mk: handle partial holes in a more generic manner
21451         * Makefile.in: m4 depends on libiberty
21453 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21455         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21456         time, wdiff, and find to configdirs
21458         * Makefile.in: all, clean, and install rules for the new programs
21459         added to configure.in
21461 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21463         * configure.in: use mh-sun for all *-sun-* hosts
21465 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21467         * Makefile.in: define flags for X11 include files and library file
21468         locations, pass them down to the programs that need this info
21470         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21472 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21474         * configure.in: start building libg++ for HP-UX targets
21476 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21478         * README:  Update references to files moved into etc/.
21480 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21482         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21483         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21485 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21487         * configure: accept dash as well as underscore in long option
21488         names for FSF compatibility.
21490 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21492         * config.sub: added -sco3.2v4 support from FSF.
21494 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21496         * configure.in: expand the section that adds or removes
21497         directories from the list of programs to build, to handle native
21498         vs. cross in addition to host v. native
21500 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21502         * Makefile.in:  Replace C++ in macro names with CXX.
21503         This is less likely to break ...
21505 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21507         * test-build.mk: add -w to GNU_MAKE
21509 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21511         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21512         add 'sparc' to list of recognized cpus.  This needed to make
21513         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21514         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21515         then changes that into $CPU-wrs-vxworks.
21517         * configure.in: remove most references to gdbtest, regularize
21518         target based program removal
21520         * test-build.mk: import from p3 tree (many fixes and changes)
21522 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21524         * Makefile.in: added rules to handle tcl, tk, and expect
21526         * configure.in: handle those directories if they exist
21528 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21530         * config.sub: removed bogus hppabsd and hppahpux names, since
21531         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21533 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21535         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21536         depends upon all-xiberty
21538         * Makefile.in: changes from p3, including:
21540         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21542         * Makefile.in (XTRAFLAGS): include newlib directories if
21543         newlib/Makefile exists, rather than if host != target.
21545         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21547         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21548         from the same source tree and not building a cross-compiler.  This
21549         matters for the libg++ configuration if reconfiguring a tree that
21550         has already been installed.
21552         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21554         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21555         pick up the machine and system specific header files.
21557         * Makefile.in: added AS_FOR_TARGET, passed down in
21558         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21559         the C compiler to use to create programs which are run in the
21560         build environment, set it to default to $(CC), and passed it down
21561         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21563         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21565         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21566         We need them for unusual native builds, like systems without
21567         ranlib.
21569         * configure: also define $(host_canonical) and
21570         $(target_canonical), which are the full, canonical names for the
21571         given host and target
21573 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21575         * Makefile.in:  Added separate definitions for C++.
21577 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21579         * configure.in (configdirs):  Add deja-gnu.
21581 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21583         * README:  Update for configure.texi and gdb-4.7 release.
21585 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21587         * Makefile.in:  Move "all" target to top of file.
21588         Previously, first target was ".PHONY" which caused BSD4.4 make
21589         to build .PHONY when make was run without arguments.
21591 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21593         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21594         Library-copylefted code in libiberty.
21596 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21598         * config.sub:  Replace m68kmote with plain old m68k.
21600 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21602         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21604 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21606         * config.sub: Complain if no argument is given.  Added support for
21607         386bsd as OS and target alias.
21609 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21611         * Makefile.in (XTRAFLAGS): include newlib directories if
21612         newlib/Makefile exists, rather than if host != target.
21614 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21616         * config.sub: recognize sparclite-wrs-vxworks.
21618         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21619         p3.) Added clean-xiberty to clean.
21621 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21623         * configure.in: use *-*-* instead of nested cases for host and target
21625 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21627         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21628         from the same source tree and not building a cross-compiler.  This
21629         matters for the libg++ configuration if reconfiguring a tree that
21630         has already been installed.
21632 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21634         * config.sub (i486v/i486v4):  Merge in from FSF version.
21636 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21638         * configure: only set PWD if it is already set.
21640 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21642         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21643         doesn't have unset and all success paths (and most error paths)
21644         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21645         to just ${PWD} to avoid confusion.)
21647 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21649         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21650         even for a native compilation.
21652 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21654         Changes to make the gdb.tar.Z rule work better.
21656         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21657         (DEVO_SUPPORT):  Add configure.texi.
21658         (bfd-ilrt.tar.Z):  Remove ancient rule.
21660 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21662         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21663         pick up the machine and system specific header files.
21665         * configure.in, config.sub: added new target m68010-adobe-scout,
21666         with alias of adobe68k.  Changed configure.in to check for
21667         -scout before -sco* to avoid a false match.
21669         * Makefile.in: added AS_FOR_TARGET, passed down in
21670         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21671         the C compiler to use to create programs which are run in the
21672         build environment, set it to default to $(CC), and passed it down
21673         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21675 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21677         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21678         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21679         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21680         FOR_TARGET variants, to newlib and libg++.
21682 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21684         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21685         first.
21687 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21689         * config.sub:  Accept `elf' as an environment.
21691 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21693         * Makefile.in (all-opcodes):  cd into the right directory
21695 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21697         * configure: added -program_transform_name option, used as
21698         argument to sed when installing programs.
21699         configure.texi: added documentation for -program_prefix,
21700         -program_suffix and -program_transform_name.
21702 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21704         * config.sub:  Accept i486 where i386 ok.
21706 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21708         * config.sub: accept we32k
21710 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21712         * config.sub, configure.in: accept OSE68000 and OSE68k.
21714         * Makefile.in: don't create all directories for ``make install'';
21715         let the subdirectories create the ones they need.
21717 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21719         * COPYING: new file, GPL v2
21721 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21723         * Makefile.in: use the new gen-info-dir, which needs a template
21724         argument (which also lives in texinfo)
21726         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21728 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21730         * config.sub (ncr3000):  Change i386 to i486.
21732 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21734         * Makefile.in: add install-rcs, install-grep to
21735         install-no-fixedincludes, removed install-bison and install-libgcc
21737 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21739         * configure.in: grab the HPUX makefile fragment if on HPUX
21741 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21743         * Makefile.in: eradicate bison spoor (ditto libgcc).
21744         configure.in: recognise m68{k,000}-ericsson-OSE.
21745         es1800 is alias for m68k-ericsson-OSE
21747 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21749         * configure.in: rearrange the parts that remove programs from
21750         configdirs, based now on HOST==TARGET or by canonical triple.
21752 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21754         * test-build.mk: recurse explicitly with -f test-build.mk when
21755         appropriate.  predicate stage3 and comparison on the existence
21756         of gcc.  That is, if gcc isn't around, we aren't three-staging.
21757         On very clean, also remove ...stamp-co.  Build in-place before
21758         doing other builds.
21760 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21762         * Makefile.in, configure.in: add tgas
21764 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21766         * Makefile.in: a number of changes merged in from progressive.
21768         * configure.in: add libm.
21770         * .cvsignore: ignore some stuff that comes from test-build.mk.
21772 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
21774         * config.sub:  Add es1800 (m68k-ericsson-es1800).
21776 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21778         * configure: Add program_suffix (parallel to program_prefix)
21779         * Makefile.in: adjust directory-creating script for losing decstation
21781 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
21783         * configure:  Minor $subdir-related fixes.
21785 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21787         * configure: fix various problems with propogating
21788         makefile_target_frag in subdirs.
21789         * configure.in: config libgcc if its there
21791 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
21793         * config.sub:  HPPA merge.
21795 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
21797         * Makefile.in:  Replace all-bison with all-byacc in all
21798         dependency lines for other tools (which now use byacc).
21800 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
21802         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
21804 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
21806         * Makefile.in: make gprof rules similar to byacc rules (instead of
21807         vestigal $(unsubdir) that didn't work...)
21809 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
21811         * config.sub:  Add support for Linux.
21812         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
21813         (at least for libg++).
21815 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
21817         * configure.texi: fix doc for the -nfp option to configure
21819 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
21821         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21823 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
21825         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21826         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21827         * configure.in: added solaris* host_makefile_frag hook.
21829 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21831         * config.sub: changed recognition of m68000 so that various
21832         m68k types can be specified via m680[01234]0
21834 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21836         * config.sub (basic_machine): fix sed so that '-foo' isn't
21837         completely substituted out while .+'-foo' loses the '-foo'
21839 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21841         * config.sub ($os): Add -aout.
21843 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
21845         * configure:  If host_makefile_frag is absolute, don't
21846         prefix ${invsubdir} (relevant to libg++ auto-configure).
21848 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21850         * Makefile.in (tooldir): Define it.
21851         (all-ld): Depend on all-flex.
21853 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
21855         * Makefile.in (check):  Fix libg++ special case.
21857 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
21859         * configure: do not bury `pwd` into config.status, thus do fewer
21860         pwd's.
21862         * configure: print the "Building in" message only when building in
21863         other than "." AND verbose.
21865         * configure: remove -s, rework -v to better accommodate guested
21866         configures.
21868         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21870 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
21872         * Makefile.in: macroize flags passed on recursion.  remove
21873         fileutils.
21875 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21877         * configure: get makesrcdir right for subdirs deeper than 1.
21879         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21880         install.
21882 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21884         * Makefile.in: don't print subdir_do or recursion lines.
21886 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
21888         * standards.texi: added menu item.
21890         * Makefile.in: build and install standards.info.
21892         * standards.texi: new file.
21894 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21896         * configure: test for and move config.status pieces from
21897         ${subdir}/.
21899 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21901         * configure:  Test for existance of files before trying to mv
21902         them, to avoid numerous non-existance messages.
21904 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21906         * configure: correct final line of config.status.
21908         * configure: patch from eggert.  Avoids a protection problem if
21909         the original Makefile.in is read only.
21911         * configure: use move-if-change from gcc to create config.status.
21912         Some makefiles depend on config.status to tell if a directory
21913         has been reconfigured for a different host.  This change
21914         prevents those directories from remaking everything in the case
21915         where the reconfig was only intended to rebuild a Makefile.
21917         * configure: test for config.sub with "config.sub sun4" rather
21918         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21919         host alias from a missing config.sub.
21921 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21923         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21924         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21926 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21928         * configure: mkdir ${subdir} as needed.
21930 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21932         * Makefile.in,configure.in: added autoconf.
21934 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21936         * Makefile.in: no longer pass against on recursion.
21938         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21939         definitions are not inherited.
21941         * configure: correct makesrcdir when subdir is .
21943 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21945         * configure:  Add support for 'subdirs' variable, which is
21946         like 'configdirs', except that configure doesn't re-invoke
21947         itself for subdirs, it just creates a Makefile for each subdir.
21948         * configure.texi:  Document subdirs.
21950 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21952         * configure.in: added flex to configdirs
21954 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21956         * Makefile.in: remove clean-stamps from clean.
21958 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21960         * configure.in:  Add gdbtest to configdirs.
21962 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21964         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21965         to recursive makes.
21966         * configure.in:  Recognize new ncr3000 config.
21968 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21970         * Makefile.in, configure.in: removed references to gdbm.
21972 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21974         * config.sub:  Don't canonicalize os value
21975         newsos* to bsd (readline needs to check for newsos).
21976         (This fix was earlier made Jan 31, but got re-broken.)
21978 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21980         * configure.in:  sco is an os, not a vendor!
21982         * configure:  Quote $( better.  Keep various shells happy.
21984 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21986         * Makefile.in: eliminate stamp-files.
21988 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21990         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21991         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21993 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21995         * config.sub:  fix iris/iris3.
21997 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21999         * configure: re-add -rm.
22001 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
22003         * Maskefile.in: add .stmp-rcs to all.
22005         * configure.in: remove gas from rs6000 build, use aix host fragment.
22007 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
22009         * configure: pass down site_option during recursion.
22011 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
22013         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
22015 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
22017         * configure: Change exec_prefix so that it really defaults to prefix.
22019 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
22021         * Makefile.in, configure.in:  Add support for mmalloc library.
22023 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
22025         * Makefile.in: add stmp dependencies for a few more things.
22027 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
22029         * configure: adjusted error message on objdir/srcdir configure
22030         collision, per john's suggestion.
22032         * Makefile.in: add libiberty stmp to all and all.cross.
22034 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
22036         * Makefile.in: remove force dependencies, add grep to all.
22038 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
22040         * Makefile.in: drop flex.  make stamp files work.
22042         * configure: added test for conflicting configuration in srcdir,
22043         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
22044         gets cranky.  use relative paths for configure and srcdir
22045         whenever possible.  Send some error messages to stderr that were
22046         going to stdout.
22048 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
22050         * Makefile.in:  Fix libg++ rule to check for gcc directory
22051         before using gcc/gcc.  Also pass XTRAFLAGS.
22053 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
22055         * Makefile.in: added stmp-files so that directories aren't polled
22056         when they are already built.
22058         * configure.texi: fixed a node pointer problem.
22060 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
22062         * config.sub configure.in gdb/configure.in
22063         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22064         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22065         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
22067 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22069         * configure: -recurring becomes -silent.  corrected help message
22070         for -site= option.
22072         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22074 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22076         * configure: when building Makefile for crosses, replace
22077         tooldir and program_prefix.  default srcdir from location of
22078         config.sub.  remove "for host in hosts" and "for target in
22079         targets" loops.
22081 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22083         * Makefile.in: Do not pass bindir or mandir to cvs.
22085 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
22087         * Makefile.in, configure.in: removed traces of namesubdir,
22088         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
22089         copyrights to '92, changed some from Cygnus to FSF.
22091         * configure.texi: remove most references to multiple hosts,
22092         multiple targets, subdirs, etc.
22094         * configure.man: removed rcsid. reference config.sub not
22095         config.subr.
22097         * Makefile.in: mkdir $(infodir) on install-info.
22099 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
22101         * configure.texi:  Explain better about .gdbinit and about
22102         the environment that configure.in sections run in.
22104 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
22106         * configure.in:  Ultrix is only a decstation if it's a MIPS.
22108 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
22110         * README:  DOC.configure => cfg-paper.texi.
22112 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
22114         * config.sub (near case $os):  Don't convert newsos* to bsd!
22116 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
22118         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
22119         the number of copies of COPYING that go into the GDB tar file.
22121 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
22123         * bfd/configure.in, gdb/config/mh-i386sco,
22124         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22125         Fix SCO configuration stuff.
22127 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
22129         * Makefile.in:  For libg++, make sure the -I pointing
22130         to the gcc directory goes *after* all the libg++-local -I flags.
22131         Also, move just-gcc dependency from just-libg++ to all-libg++.
22133 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
22135         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
22137 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
22139         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
22141 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
22143         * config.sub:  Add stratus configuration frags.  Also
22144         submitted to FSF.
22146 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
22148         * Makefile.in (DEV_SUPPORT):  add configure.man.
22150         * config.sub(Decode manufacturer-specific):  add -none*.
22152 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
22154         * Makefile.in:  remove form feeds to make Sun's make happy.
22155         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
22157 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
22159         * Makefile.in (AR_FLAGS):  Make quieter.
22161 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
22163         * configure.in:  Add libg++.
22164         * configure:  When verbose, don't output the command line at each
22165         level; it will be unremarkably the same as the previous version,
22166         which will be the same as what the user typed.
22168 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
22170         * configure.in, Makefile.in: fix clean-info, add flex.  add
22171         fileutils.
22173         * configure: be less sensitive to spaces in Makefile.in.  Do not
22174         look for sources in "..".  Doing so breaks subdirectories that
22175         might have their own configure.  If a subdir has it's own
22176         configure script, use it.
22178 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
22180         * cfg-paper.texi: some changes suggested by rms.
22182 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
22184         * config.sub:  Merge in some small additions from the FSF version,
22185         taken from the gcc distribution, to bring the Cygnus and FSF
22186         versions into closer sync.
22188 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
22190         * configure.in:  Changed svr4 references to sysv4.
22192 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
22194         * configure: added -V for version number option.
22196 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
22198         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22199         renamed from DOC.configure to cfg-paper.texi.
22201 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22203         * configure, config.subr, config.sub: config.subr is now
22204         config.sub again.
22206 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
22208         * configure.texi: new file, in progress.
22210         * Makefile.in: build info file and install the man page for
22211         configure.
22213         * configure.man: new file, first cut.
22215         * configure: find config.subr again now that configuration "none"
22216         has gone.  removed all traces of the -ansi option.  removed all
22217         traces of the -languages option.
22219         * config.subr: resync from rms.
22221 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22223         * configure, config.sub, config.subr: merge config.sub into
22224         config.subr, call the result config.subr, remove config.sub, use
22225         config.subr.
22227         * Makefile.in: revised install for dir.info.
22229 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22231         * configure.in: add decstation host makefile frag.
22233         * Makefile.in: BISON now bison -y again.  also install-gcc on
22234         install.  clean-gdbm on clean.  infodir belongs in datadir.
22235         Make directories for info install.  Build dir.info here then
22236         install it.
22238 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22240         * Makefile.in: fix for bad directory tests.
22242 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22244         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
22245         regexp.  -srcdir relative was being handled incorrectly.
22247         * Makefile.in: unwrapped some for loops so that parallel makes
22248         work again and so one can focus one's attention on a particular
22249         package.
22251 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22253         * configure: added PWD as a stand in for `pwd` (for speed). use
22254         elif wherever possible.  make -srcdir work without -objdir.
22255         -objdir= commented out.
22257 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22259         * configure: +options become --options.  -subdirs commented out.
22260         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
22261         Makefile now at top of generated Makefile.  Removed cvs log
22262         entries.  added -srcdir.  create .gdbinit only if there is one
22263         in ${srcdir}.
22265         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
22266         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
22267         and mandir now keyed off datadir by default.
22269 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22271         * Freshly created ChangeLog.
22274 Local Variables:
22275 mode: change-log
22276 left-margin: 8
22277 fill-column: 76
22278 version-control: never
22279 End: