ada: Fix too small secondary stack allocation for returned aggregate
[official-gcc.git] / ChangeLog
blob55a460157d070e545799c0080ad54ef1eb450309
1 2023-06-14  Filip Kastl  <filip.kastl@gmail.com>
3         * MAINTAINERS: Add myself to write after approval
5 2023-06-02  YunQiang Su  <yunqiang.su@cipunited.com>
7         * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
8         port maintainer.
9         (Write After Approval): Remove myself.
11 2023-05-30  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
13         * MAINTAINERS (Write After Approval): Add myself.
15 2023-05-29  Martin Jambor  <mjambor@suse.cz>
17         * MAINTAINERS: Replace spaces with tabs.
19 2023-05-27  Benjamin Priour  <vultkayn@gcc.gnu.org>
21         * MAINTAINERS: New entry.
23 2023-05-18  Eugene Rozenfeld  <erozen@microsoft.com>
25         * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
26         * Makefile.in: Regenerate
28 2023-05-17  Eugene Rozenfeld  <erozen@microsoft.com>
30         * Makefile.in: Disable warnings as errors for STAGEautofeedback
32 2023-05-11  Robin Dapp  <rdapp@ventanamicro.com>
34         * MAINTAINERS: Sort.
36 2023-05-11  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
38         * MAINTAINERS: Add myself.
40 2023-05-10  Pan Li  <pan2.li@intel.com>
42         * MAINTAINERS: Add myself.
44 2023-04-28  Eugene Rozenfeld  <erozen@microsoft.com>
46         * Makefile.in: Define PROFILE_MERGER
47         * Makefile.tpl: Define PROFILE_MERGER
49 2023-04-27  Robin Dapp  <rdapp@ventanamicro.com>
51         * MAINTAINERS: Change my email address.
53 2023-04-26  Patrick O'Neill  <patrick@rivosinc.com>
55         * MAINTAINERS: Add myself.
57 2023-04-26  Martin Liska  <mliska@suse.cz>
59         * MAINTAINERS: fix sorting
61 2023-04-25  Victor Do Nascimento  <victor.donascimento@arm.com>
63         * MAINTAINERS (Write After Approval): Add myself.
65 2023-04-24  Martin Liska  <mliska@suse.cz>
67         * MAINTAINERS: Fix sorting.
69 2023-04-21  Peter Foley  <pefoley2@pefoley.com>
71         * configure: Regenerate.
72         * configure.ac: Only create serdep.tmp if needed
74 2023-04-21  “ajit.kumar.agarwal@ibm.com”  <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
76         * MAINTAINERS (Write After Approval): Add myself.
78 2023-04-21  Vineet Gupta  <vineetg@rivosinc.com>
80         * MAINTAINERS (Write After Approval): Add myself.
81         Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
83 2023-04-06  Indu Bhagat  <indu.bhagat@oracle.com>
85         * MAINTAINERS: Add myself.
87 2023-03-22  Tobias Burnus  <tobias@codesourcery.com>
89         * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
91 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
93         * MAINTAINERS (Write After Approval): Add myself.
95 2023-02-16  Martin Liska  <mliska@suse.cz>
97         * MAINTAINERS: I'm stepping down from my positions.
99 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
101         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
103 2023-01-06  Clément Chigot  <chigot@adacore.com>
105         * configure.ac: Skip GMP and MPFR when --disable-gdb is
106         provided.
107         * configure: Regenerate.
109 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
111         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
113 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
115         * Makefile.def: Do not build shared libffi.
116         * Makefile.in: Regenerate.
118 2022-12-21  Andrew Pinski  <apinski@marvell.com>
120         * Makefile.def: Add configure-gdb dependencies
121         on all-gmp and all-mpfr.
122         * configure.ac: Split out MPC checking from MPFR.
123         Require GMP and MPFR if the gdb directory exist.
124         * Makefile.in: Regenerate.
125         * configure: Regenerate.
127 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
129         * configure.ac (target_libraries): Add target-libgm2.
130         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
131         Add GCC_TARGET_TOOL entry for gm2.
132         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
133         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
134         * Makefile.def (target_modules): Add libgm2.
135         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
136         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
137         (languages): Add entry for language=m2 with gcc-check-target=check-m2
138         and lib-check-target=check-target-libgm2.
139         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
140         (HOST_EXPORTS): Add definition for GM2.
141         (BASE_TARGET_EXPORTS): Add definition for GM2.
142         (GM2_FOR_BUILD): Defined.
143         (GM2FLAGS): Defined.
144         (GM2_FOR_TARGET): Defined.
145         (GM2FLAGS_FOR_TARGET): Defined.
146         (EXTRA_HOST_FLAGS): Defined.
147         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
148         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
149         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
150         * configure: Rebuilt.
151         * Makefile.in: Rebuilt.
153 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
155         * Makefile.def: Add Rust language.
156         * Makefile.in: Regenerate via autogen.
158 2022-12-09  Martin Liska  <mliska@suse.cz>
160         * MAINTAINERS: Fix spacing.
162 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
164         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
166 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
168         * Makefile.def: Pass host_libs_picflag to host dependent library
169         configures.
170         * Makefile.in: Regenerate.
171         * configure: Regenerate.
172         * configure.ac (host_libs_picflag): New configure variable set to
173         '--with-pic' when building 'host_shared'.
175 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
177         * Makefile.def: Add libsframe as new module with its dependencies.
178         * Makefile.in: Regenerated.
179         * configure.ac: Add libsframe to host_libs.
180         * configure: Regenerated.
182 2022-11-23  Marek Polacek  <polacek@redhat.com>
184         Revert:
185         2022-11-23  Marek Polacek  <polacek@redhat.com>
187         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
188         isl.
189         * Makefile.in: Regenerate.
190         * Makefile.tpl: Set PICFLAG.
191         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
192         check.
193         * configure: Regenerate.
195 2022-11-23  Marek Polacek  <polacek@redhat.com>
197         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
198         isl.
199         * Makefile.in: Regenerate.
200         * Makefile.tpl: Set PICFLAG.
201         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
202         check.
203         * configure: Regenerate.
205 2022-11-14  Martin Liska  <mliska@suse.cz>
207         Revert:
208         2022-11-09  Martin Liska  <mliska@suse.cz>
210         * doc/Makefile: New file.
211         * doc/_static/custom.css: New file.
212         * doc/baseconf.py: New file.
213         * doc/bsd.rst: New file.
214         * doc/contrib.rst: New file.
215         * doc/contribute.rst: New file.
216         * doc/cppdiropts.rst: New file.
217         * doc/cppenv.rst: New file.
218         * doc/cppopts.rst: New file.
219         * doc/cppwarnopts.rst: New file.
220         * doc/favicon.ico: New file.
221         * doc/funding.rst: New file.
222         * doc/gcc_sphinx.py: New file.
223         * doc/gnu.rst: New file.
224         * doc/gnu_free_documentation_license.rst: New file.
225         * doc/gpl-3.0.rst: New file.
226         * doc/indices-and-tables.rst: New file.
227         * doc/lgpl-2.1.rst: New file.
228         * doc/logo.pdf: New file.
229         * doc/logo.svg: New file.
230         * doc/md.rst: New file.
231         * doc/requirements.txt: New file.
233 2022-11-14  Martin Liska  <mliska@suse.cz>
235         Revert:
236         2022-11-09  Martin Liska  <mliska@suse.cz>
238         * doc/baseconf.py: Port to GCC sources.
240 2022-11-14  Martin Liska  <mliska@suse.cz>
242         Revert:
243         2022-11-14  Martin Liska  <mliska@suse.cz>
245         * configure: Regenerate.
246         * configure.ac: Support Sphinx based documentation.
248 2022-11-14  Martin Liska  <mliska@suse.cz>
250         Revert:
251         2022-11-09  Martin Liska  <mliska@suse.cz>
253         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
254         provide a default.
256 2022-11-14  Martin Liska  <mliska@suse.cz>
258         Revert:
259         2022-11-09  Martin Liska  <mliska@suse.cz>
261         * doc/bsd.rst:
262         Add trailing newline.
263         * doc/contrib.rst:
264         Add trailing newline.
265         * doc/contribute.rst:
266         Add trailing newline.
267         * doc/cppdiropts.rst:
268         Add trailing newline.
269         * doc/cppenv.rst:
270         Add trailing newline.
271         * doc/cppopts.rst:
272         Add trailing newline.
273         * doc/cppwarnopts.rst:
274         Add trailing newline.
275         * doc/funding.rst:
276         Add trailing newline.
277         * doc/gnu.rst:
278         Add trailing newline.
279         * doc/gnu_free_documentation_license.rst:
280         Add trailing newline.
281         * doc/gpl-3.0.rst:
282         Add trailing newline.
283         * doc/indices-and-tables.rst:
284         Add trailing newline.
285         * doc/lgpl-2.1.rst:
286         Add trailing newline.
287         * doc/md.rst:
288         Add trailing newline.
290 2022-11-14  Martin Liska  <mliska@suse.cz>
292         Revert:
293         2022-11-09  Martin Liska  <mliska@suse.cz>
295         * configure.ac: Use new install URL.
296         * configure: Regenerate.
298 2022-11-14  Martin Liska  <mliska@suse.cz>
300         Revert:
301         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
303         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
304         instead of just ``.''.
305         * doc/gcc_sphinx.py: Moved to...
306         * doc/modules/gcc_sphinx.py: ...here.
308 2022-11-14  Martin Liska  <mliska@suse.cz>
310         Revert:
311         2022-11-10  Martin Liska  <mliska@suse.cz>
313         * doc/baseconf.py: Modernize by using pathlib.
315 2022-11-14  Martin Liska  <mliska@suse.cz>
317         Revert:
318         2022-11-11  Martin Liska  <mliska@suse.cz>
320         * doc/Makefile: Disable -j auto.
322 2022-11-14  Martin Liska  <mliska@suse.cz>
324         Revert:
325         2022-11-11  Martin Liska  <mliska@suse.cz>
327         * doc/Makefile: Update comment.
329 2022-11-14  Martin Liska  <mliska@suse.cz>
331         Revert:
332         2022-11-11  Martin Liska  <mliska@suse.cz>
334         * doc/indices-and-tables.rst: Rename Indexes to Indices.
336 2022-11-14  Martin Liska  <mliska@suse.cz>
338         Revert:
339         2022-11-13  Martin Liska  <mliska@suse.cz>
341         PR web/107643
342         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
343         is set.
344         * doc/indices-and-tables.rst: Use include_todo tag.
346 2022-11-14  Martin Liska  <mliska@suse.cz>
348         Revert:
349         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
351         * doc/contrib.rst: Update Jeff Law's email address.
353 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
355         * doc/contrib.rst: Update Jeff Law's email address.
357 2022-11-13  Martin Liska  <mliska@suse.cz>
359         PR web/107643
360         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
361         is set.
362         * doc/indices-and-tables.rst: Use include_todo tag.
364 2022-11-11  Martin Liska  <mliska@suse.cz>
366         * doc/indices-and-tables.rst: Rename Indexes to Indices.
368 2022-11-11  Martin Liska  <mliska@suse.cz>
370         * doc/Makefile: Update comment.
372 2022-11-11  Martin Liska  <mliska@suse.cz>
374         * doc/Makefile: Disable -j auto.
376 2022-11-10  Martin Liska  <mliska@suse.cz>
378         * doc/baseconf.py: Modernize by using pathlib.
380 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
382         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
383         instead of just ``.''.
384         * doc/gcc_sphinx.py: Moved to...
385         * doc/modules/gcc_sphinx.py: ...here.
387 2022-11-09  Martin Liska  <mliska@suse.cz>
389         * configure.ac: Use new install URL.
390         * configure: Regenerate.
392 2022-11-09  Martin Liska  <mliska@suse.cz>
394         * doc/bsd.rst:
395         Add trailing newline.
396         * doc/contrib.rst:
397         Add trailing newline.
398         * doc/contribute.rst:
399         Add trailing newline.
400         * doc/cppdiropts.rst:
401         Add trailing newline.
402         * doc/cppenv.rst:
403         Add trailing newline.
404         * doc/cppopts.rst:
405         Add trailing newline.
406         * doc/cppwarnopts.rst:
407         Add trailing newline.
408         * doc/funding.rst:
409         Add trailing newline.
410         * doc/gnu.rst:
411         Add trailing newline.
412         * doc/gnu_free_documentation_license.rst:
413         Add trailing newline.
414         * doc/gpl-3.0.rst:
415         Add trailing newline.
416         * doc/indices-and-tables.rst:
417         Add trailing newline.
418         * doc/lgpl-2.1.rst:
419         Add trailing newline.
420         * doc/md.rst:
421         Add trailing newline.
423 2022-11-09  Martin Liska  <mliska@suse.cz>
425         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
426         provide a default.
428 2022-11-09  Martin Liska  <mliska@suse.cz>
430         * configure: Regenerate.
431         * configure.ac: Support Sphinx based documentation.
433 2022-11-09  Martin Liska  <mliska@suse.cz>
435         * doc/baseconf.py: Port to GCC sources.
437 2022-11-09  Martin Liska  <mliska@suse.cz>
439         * doc/Makefile: New file.
440         * doc/_static/custom.css: New file.
441         * doc/baseconf.py: New file.
442         * doc/bsd.rst: New file.
443         * doc/contrib.rst: New file.
444         * doc/contribute.rst: New file.
445         * doc/cppdiropts.rst: New file.
446         * doc/cppenv.rst: New file.
447         * doc/cppopts.rst: New file.
448         * doc/cppwarnopts.rst: New file.
449         * doc/favicon.ico: New file.
450         * doc/funding.rst: New file.
451         * doc/gcc_sphinx.py: New file.
452         * doc/gnu.rst: New file.
453         * doc/gnu_free_documentation_license.rst: New file.
454         * doc/gpl-3.0.rst: New file.
455         * doc/indices-and-tables.rst: New file.
456         * doc/lgpl-2.1.rst: New file.
457         * doc/logo.pdf: New file.
458         * doc/logo.svg: New file.
459         * doc/md.rst: New file.
460         * doc/requirements.txt: New file.
462 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
464         * Makefile.def: Remove module 'liboffloadmic'.
465         * Makefile.in: Regenerate.
466         * configure.ac: Remove 'liboffloadmic' handling.
467         * configure: Regenerate.
469 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
471         * MAINTAINERS: Update email address.
473 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
475         * configure.ac: Don't configure readline if --with-system-readline is
476         used.
477         * configure: Re-generate.
479 2022-10-12  Cui,Lili  <lili.cui@intel.com>
481         * MAINTAINERS (Write After Approval): Add myself.
483 2022-10-11  Olivier Hainque  <hainque@adacore.com>
485         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
486         and friends for rtp !large. Assume the linker has the required
487         abilities and set lt_cv_deplibs_check_method.
489 2022-09-30  Olivier Hainque  <hainque@adacore.com>
491         * configure.ac (*vxworks*): If enable_shared is not
492         set, set to "no" and add --disable-shared to target and
493         host_configargs.
494         * configure: Regenerate.
496 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
498         * MAINTAINERS: Update my email address and DCO entry.
500 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
502         * MAINTAINERS (Write After Approval): Add myself.
504 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
506         * MAINTAINERS (Write After Approval): Add myself.
508 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
510         * MAINTAINERS: Update my email address.
512 2022-09-07  Tom de Vries  <tdevries@suse.de>
514         * configure.ac: Set extra_host_libiberty_configure_flags and
515         extra_host_zlib_configure_flags in separate case statements.
516         * configure: Regenerate.
518 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
520         * MAINTAINERS: Update c-sky port maintainers' emails.
522 2022-08-31  Martin Liska  <mliska@suse.cz>
524         * configure: Regenerate.
525         * configure.ac: Delete hpux9 and hpux10.
527 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
529         * Makefile.def: Drop libelf module and gcc-configure dependency
530         on it.
531         * Makefile.in: Regenerate with 'autogen Makefile.def'.
532         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
533         LIBELFINC.
534         * configure: Regenrate.
535         * configure.ac (host_libs): Drop unused libelf.
537 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
539         * Makefile.in: Regenerate.
541 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
543         * MAINTAINERS: Add myself as AutoFDO maintainer.
545 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
546             Arnaud Charlet  <charlet@adacore.com>
548         * configure: Regenerate.
550 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
552         PR bootstrap/106472
553         * Makefile.def (dependencies): Make configure-target-libgo depend
554         upon all-target-libbacktrace.
556 2022-07-27  David Faust  <david.faust@oracle.com>
558         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
560 2022-07-27  Richard Biener  <rguenther@suse.de>
562         * MAINTAINERS (Roger Sayle): Update e-mail address.
564 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
566         * MAINTAINERS (Write After Approval): Add myself.
568 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
570         * MAINTAINERS: Add myself as Ada front end co-maintainer.
572 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
574         * .gitignore: Do not ignore config.h.
576 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
578         * MAINTAINERS: Add myself to Write After Approval.
580 2022-07-04  Martin Liska  <mliska@suse.cz>
582         * MAINTAINERS: fix sorting of names
584 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
586         * MAINTAINERS: add myself.
588 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
590         * MAINTAINERS: Add myself to write after approval and DCO.
592 2022-07-02  Tim Lange  <mail@tim-lange.me>
594         * MAINTAINERS: Add myself.
596 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
598         * MAINTAINERS (Write After Approval): Add myself.
600 2022-06-30  Cui,Lili  <lili.cui@intel.com>
602         Revert:
603         2022-06-30  Cui,Lili  <lili.cui@intel.com>
605         * MAINTAINERS (Write After Approval): Add myself.
607 2022-06-30  Cui,Lili  <lili.cui@intel.com>
609         * MAINTAINERS (Write After Approval): Add myself.
611 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
613         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
614         (EXTRA_GCC_FLAGS): Likewise.
615         * Makefile.in: Rebuilt.
617 2022-06-28  konglin1  <lingling.kong@intel.com>
619         * MAINTAINERS (Write After Approval): Add myself.
621 2022-06-27  Tom de Vries  <tdevries@suse.de>
623         * configure.ac: Build libiberty pic variant for gdbserver.
624         * configure: Regenerate.
626 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
628         * configure: Regenerate.
629         * configure.ac: Correct use of $host.
631 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
633         * MAINTAINERS: Remove tilegx and tilepro entries.
634         * configure.ac: Remove tilegx and tilepro stanzas.
635         * configure: Rebuilt.
637 2022-05-28  Bruce Korb  <bkorb@gnu.org>
639         * .gitignore: Ignore vim swap files
641 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
643         * MAINTAINERS: Add myself to write after approval.
645 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
647         * MAINTAINERS: Remove myself from DCO section.
649 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
651         * MAINTAINERS: Update my email address.
653 2022-05-09  Clément Chigot  <chigot@adacore.com>
655         * MAINTAINERS: Update my email address.
657 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
659         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
660         section.
662 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
664         * MAINTAINERS: Update my email address.
666 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
668         * MAINTAINERS: Update my email address.
670 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
672         * MAINTAINERS: (CPU Port Maintainers): Add myself and
673         Lulu as LoongArch port maintainer.
675 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
676             Lulu Cheng  <chenglulu@loongson.cn>
678         * configure.ac: Add LoongArch tuples.
679         * configure: Regenerate.
681 2022-03-28  Tom Tromey  <tromey@adacore.com>
683         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
684         * configure: Rebuild.
686 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
688         * MAINTAINERS: Change my information.
690 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
692         * MAINTAINERS: Add myself to DCO section.
694 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
696         * configure.ac: Fix incorrect option in comment.
697         * configure: Regenerate.
699 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
701         * Makefile.def (dependencies): Make configure-sim depend on
702         all-readline.
703         * Makefile.in: Regenerate.
705 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
707         * MAINTAINERS (Write After Approval): Update my e-mail address.
709 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
711         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
713 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
715         * MAINTAINERS: Update my email and add myself to the DCO list.
717 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
719         Revert:
720         2021-09-16  Andrew Pinski  <apinski@marvell.com>
722         PR bootstrap/67102
723         * Makefile.def: Have configure-target-libffi depend on
724         all-target-libstdc++-v3.
725         * Makefile.in: Regenerate.
727 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
729         PR other/104181
730         * build.log: Remove.
732 2022-01-20  Martin Liska  <mliska@suse.cz>
734         * MAINTAINERS: Adjust email address based on IRC request.
736 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
738         * MAINTAINERS: Update my email address.
740 2022-01-17  Martin Liska  <mliska@suse.cz>
742         * MAINTAINERS: Rename .c names to .cc.
744 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
746         * Makefile.am: Remove.
748 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
750         * Makefile.am: New file.
752 2022-01-11  Martin Liska  <mliska@suse.cz>
754         * MAINTAINERS: Sort 2 names.
756 2022-01-10  Martin Liska  <mliska@suse.cz>
758         * MAINTAINERS: Fix obvious issues with sorting.
760 2022-01-07  liuhongt  <hongtao.liu@intel.com>
762         * build.log: New file.
764 2022-01-05  Nathan Sidwell  <nathan@acm.org>
766         * MAINTAINERS: Add DCO entry.  Sort that list.
768 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
770         * MAINTAINERS: Change of email address in both DCO and
771         Write After Approval list.
773 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
775         * configure: Regenerate.
777 2021-12-21  Martin Liska  <mliska@suse.cz>
779         * config.sub: Change mode back to 755.
781 2021-12-17  Martin Liska  <mliska@suse.cz>
783         * config.sub: Sync from master.
785 2021-12-17  Martin Liska  <mliska@suse.cz>
787         Revert:
788         2021-12-16  Matthias Seidel  <mseidel@apache.org>
790         * config.sub: Fix typo.
792 2021-12-16  Matthias Seidel  <mseidel@apache.org>
794         * config.sub: Fix typo.
796 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
798         Revert:
799         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
801         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
802         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
803         * configure.ac: Include config/gcc-plugin.m4.
804         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
805         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
806         RANLIB if possible.
807         * Makefile.in: Regenerated.
808         * configure: Likewise.
810 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
812         * Makefile.tpl (BUILD_CFLAGS): New.
813         (CFLAGS): Append $(BUILD_CFLAGS).
814         (CXXFLAGS): Likewise.
815         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
816         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
817         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
818         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
819         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
820         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
821         (PGO-TRAINING-TARGETS): Likewise.
822         (PGO_BUILD_TRAINING): Likewise.
823         (all): Add '+' to the command line for recursive make.  Support
824         the PGO build.
825         * configure.ac: Add --enable-pgo-build[=lto].
826         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
827         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
828         * Makefile.in: Regenerated.
829         * configure: Likewise.
831 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
833         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
834         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
835         * configure.ac: Include config/gcc-plugin.m4.
836         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
837         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
838         RANLIB if possible.
839         * Makefile.in: Regenerated.
840         * configure: Likewise.
842 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
844         * MAINTAINERS: Add myself to write after approval.
846 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
848         * MAINTAINERS: Adding myself.
850 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
852         * configure: Regenerate.
853         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
854         $(CPP).
856 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
858         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
859         libatomic.
860         * Makefile.in: Regenerate.
861         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
862         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
863         target-libphobos-bootstrap.
864         (STAGE2_CONFIGURE_FLAGS): Likewise.
865         * configure: Regenerate.
866         * configure.ac: Add support for bootstrapping D front-end.
868 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
870         * MAINTAINERS: Add myself to DCO section and update email address.
872 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
874         * configure: Regenerate.
875         * configure.ac: Ensure that PIC (shared) defaults are set
876         correctly for Darwin.
878 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
880         * MAINTAINERS: Update my address.
882 2021-11-12  Alan Modra  <amodra@gmail.com>
884         * Makefile.def (configure-opcodes): Depend on configure-bfd.
885         * Makefile.in: Regenerate.
887 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
889         * MAINTAINERS: Clarify the policy WRT the Write After Approval
890         list.
892 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
894         * MAINTAINERS (Reviewers, arc): Remove my entry.
895         (Write After Approval): Add an entry for myself.
897 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
899         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
900         * Makefile.in: Regenerate.
901         * configure: Regenerate.
902         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
904 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
906         * MAINTAINERS: Fix up Maciej's entries.
908 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
910         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
911         maintainer.
913 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
915         PR other/102663
916         * Makefile.def: Handle install-dvi target.
917         * Makefile.tpl: Likewise.
918         * Makefile.in: Regenerate.
920 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
922         * MAINTAINERS: Add myself for write after approval.
924 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
926         * Makefile.def: Mark libcody, libdecnumber,
927         c++tools, libgcc, and libobjc as missing TAGS
928         targets.
929         * Makefile.in: Regenerate.
931 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
933         * MAINTAINERS: Add myself to DCO section and update email
934         address.
936 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
938         * MAINTAINERS: Add myself to DCO section.
940 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
942         * configure: Regenerate.
943         * configure.ac (skipdirs): Add the contents of target_configdirs if
944         we are not building gcc.
946 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
948         * Makefile.def: Back-port commits ba4d88ad892f and
949         755ba58ebef0 from binutils-gdb repository.
950         * Makefile.in: Regenerated.
952 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
954         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
956 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
958         * Makefile.def: Add a jit check target for the jit
959         language.
960         * Makefile.in: Regenerate.
962 2021-09-16  Andrew Pinski  <apinski@marvell.com>
964         PR bootstrap/67102
965         * Makefile.def: Have configure-target-libffi depend on
966         all-target-libstdc++-v3.
967         * Makefile.in: Regenerate.
969 2021-09-10  Petter Tomner  <tomner@kth.se>
971         * MAINTAINERS: Me added to DCO and write after approval
973 2021-09-01  YunQiang Su  <syq@debian.org>
975         * MAINTAINERS: Add myself for write after approval.
977 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
979         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
980         * Makefile.in: Regenerate.
982 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
984         * MAINTAINERS: Add myself for write after approval.
986 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
988         * Makefile.in: Regenerate.
989         * Makefile.tpl: Make the state of the configured host
990         shared flag available to makefile fragements.
992 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
994         * MAINTAINERS (Write After Approval): Add myself.
996 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
998         * .dir-locals.el (bug-reference-url-format): Use https.
1000 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1002         * .dir-locals.el (c-mode): Change fill-column to 79.
1004 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
1006         * MAINTAINERS: Add myself to DCO section.
1008 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
1010         * configure: Regenerate.
1011         * configure.ac: Adjust cases for which it is necessary to
1012         include the Darwin host config fragment.
1014 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
1016         * MAINTAINERS: Add myself for write after approval and DCO.
1018 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
1020         * Makefile.def: Add dsymutil defs.
1021         * Makefile.in: Regenerated.
1022         * Makefile.tpl: Add dsymutil to flags.
1023         * configure: Regenerated.
1024         * configure.ac: Add dsymutil to target and build recipes.
1026 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
1028         * MAINTAINERS: Add myself for write after approval.
1030 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
1032         * MAINTAINERS (Write After Approval): Add myself.
1034 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
1036         * MAINTAINERS: Add myself for write after approval and DCO
1038 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
1040         * .gitignore: Add entry for cscope.out.
1042 2021-06-22  liuhongt  <hongtao.liu@intel.com>
1044         * MAINTAINERS: Remove my Write After Approval entry.
1046 2021-06-21  liuhongt  <hongtao.liu@intel.com>
1048         * MAINTAINERS: Add myself as maintainer of the i386 vector
1049         extensions.
1051 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
1053         * MAINTAINERS (Write After Approval): Add myself.
1055 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
1057         * MAINTAINERS (Various Maintainers): Add Andrew and myself
1058         as *vrp and ranger maintainers.
1060 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1062         * MAINTAINERS: Adjust my entry in the DCO section so that it does
1063         not trigger testsuite failures.
1065 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1067         * MAINTAINERS: Add myself to DCO section with both email addresses.
1069 2021-06-03  Jason Merrill  <jason@redhat.com>
1071         * MAINTAINERS: Add DCO version number.
1073 2021-06-02  Jason Merrill  <jason@redhat.com>
1075         * MAINTAINERS: Add DCO section.
1077 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
1079         * MAINTAINERS (Write After Approval): Add myself.
1081 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
1083         * configure.ac: Add gnulib to configdirs for sim.
1084         * configure: Regenerate.
1086 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
1088         * Makefile.def: Add configure-sim dependency on all-gnulib.
1089         * Makefile.in: Regenerated.
1091 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1093         * MAINTAINERS (Write After Approval): Add myself.
1095 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1097         * MAINTAINERS (Write After Approval): Add myself.
1099 2021-05-11  Martin Liska  <mliska@suse.cz>
1101         * MAINTAINERS: Remove entries for removed
1102         components (HSA, BRIG, libhsail-rt).
1103         Move Pekka to Write After Approval.
1105 2021-05-11  Martin Liska  <mliska@suse.cz>
1107         * Makefile.def: Remove libhsail-rt.
1108         * Makefile.in: Likewise.
1109         * configure.ac: Likewise.
1110         * configure: Regenerate.
1111         * libhsail-rt/ChangeLog: Removed.
1112         * libhsail-rt/Makefile.am: Removed.
1113         * libhsail-rt/Makefile.in: Removed.
1114         * libhsail-rt/README: Removed.
1115         * libhsail-rt/aclocal.m4: Removed.
1116         * libhsail-rt/configure: Removed.
1117         * libhsail-rt/configure.ac: Removed.
1118         * libhsail-rt/configure.tgt: Removed.
1119         * libhsail-rt/include/internal/fibers.h: Removed.
1120         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1121         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1122         * libhsail-rt/include/internal/workitems.h: Removed.
1123         * libhsail-rt/rt/arithmetic.c: Removed.
1124         * libhsail-rt/rt/atomics.c: Removed.
1125         * libhsail-rt/rt/bitstring.c: Removed.
1126         * libhsail-rt/rt/fbarrier.c: Removed.
1127         * libhsail-rt/rt/fibers.c: Removed.
1128         * libhsail-rt/rt/fp16.c: Removed.
1129         * libhsail-rt/rt/misc.c: Removed.
1130         * libhsail-rt/rt/multimedia.c: Removed.
1131         * libhsail-rt/rt/queue.c: Removed.
1132         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1133         * libhsail-rt/rt/segment.c: Removed.
1134         * libhsail-rt/rt/workitems.c: Removed.
1135         * libhsail-rt/target-config.h.in: Removed.
1137 2021-05-04  Nick Clifton  <nickc@redhat.com>
1139         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1140         * configure: Regenerate.
1142 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1143             Tobias Burnus  <tobias@codesourcery.com>
1145         * configure.ac (--enable-offload-defaulted): New.
1146         * configure: Regenerate.
1148 2021-04-23  David Faust  <david.faust@oracle.com>
1150         * MAINTAINERS (Write After Approval): Add myself.
1152 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1154         * MAINTAINERS (Write After Approval): Add myself.
1156 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1158         * MAINTAINERS: Add myself as pru port maintainer.
1160 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1162         * MAINTAINERS: Add myself as static analyzer maintainer.
1164 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1166         * MAINTAINERS: Update primary entry.
1168 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1170         * MAINTAINERS (Write After Approval): Add myself.
1172 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1174         * Makefile.def: Remove all-sim dependency on configure-gdb.
1175         * Makefile.in: Regenerated.
1177 2021-03-11  Jeff Law  <law@redhat.com>
1179         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1181 2021-03-11  Martin Liska  <mliska@suse.cz>
1183         * Makefile.tpl: The change was done Makefile.in which
1184         is generated file.
1186 2021-03-08  Jeff Law  <law@redhat.com>
1188         * MAINTAINERS: Update my email address
1190 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1192         * config.guess: Import latest upstream.
1193         * config.sub: Import latest upstream.
1195 2021-01-25  Martin Liska  <mliska@suse.cz>
1197         PR gcov-profile/98739
1198         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1199         for profiledbootstrap.
1201 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1203         * MAINTAINERS (Write After Approval): Add myself.
1205 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1207         * MAINTAINERS (Write After Approval): Update my e-mail address.
1209 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1211         * MAINTAINERS: Fix spacing.
1213 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1215         * MAINTAINERS (Write After Approval): Add myself
1217 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1219         * Makefile.def: Sync with binutils-gdb:
1220         (dependencies): all-ld depends on all-libctf.
1221         (host_modules): libctf is no longer no_install.
1222         No longer no_check.  Checking depends on all-ld.
1223         * Makefile.in: Regenerated.
1225 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1227         * libtool.m4: Match gnu* along other GNU systems.
1228         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1229         * libgo/configure: Re-generate.
1231 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1233         * MAINTAINERS: Update my email address.
1235 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1237         * MAINTAINERS (Write After Approval): Add myself.
1239 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1241         * Makefile.def
1242         * Makefile.in
1243         * Makefile.tpl
1244         * configure
1245         * configure.ac
1247 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1249         * Makefile.def: Add libcody.
1250         * configure.ac: Add libcody.
1251         * Makefile.in: Regenerated.
1252         * configure: Regenerated.
1254 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1256         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1258 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1260         PR target/97865
1261         * libtool.m4: Update handling of Darwin platform link flags
1262         for Darwin20.
1264 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1266         * .gitignore: Sync with binutils-gdb
1268 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1270         * MAINTAINERS: Add myself as arc port maintainer.
1272 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1274         PR d/87788
1275         * configure.ac: Don't disable D for *-*-darwin*.
1276         * configure: Regenerate.
1278 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1280         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1281         hppa64-*-hpux11*.
1283 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1285         * configure: Regenerate.
1286         * configure.ac: Add --bootstrap-hwasan option.
1288 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1290         * config.guess: Import latest upstream.
1291         * config.sub: Import latest upstream.
1293 2020-11-16  Martin Liska  <mliska@suse.cz>
1295         * .gitignore: Add cache as clangd uses it now.
1297 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1299         * MAINTAINERS (Write After Approval): add myself
1301 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1303         * MAINTAINERS (Write After Approval): Add myself.
1305 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1307         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1308         Remove FIXME comments.
1310 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1312         * MAINTAINERS: Update my email address.
1314 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1316         * MAINTAINERS (Write After Approval): Add myself.
1318 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1320         PR target/97302
1321         * configure.ac: Only set with_gmp to /usr/local
1322         if not building in tree.
1323         * configure: Regenerate.
1325 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1327         * MAINTAINERS (Write After Approval): Add myself.
1329 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1331         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1333 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1335         PR bootstrap/96612
1336         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1337         if not the same as ${host}.
1338         * configure: Regenerate.
1340 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1342         * MAINTAINERS (Write After Approval): Add myself.
1344 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1346         * MAINTAINERS: Update my email address.
1348 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1350         * MAINTAINERS (Write After Approval): Add myself.
1352 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1354         * MAINTAINERS (Write After Approval): Add myself.
1356 2020-06-12  Martin Liska  <mliska@suse.cz>
1358         * .gitignore: Add .clang-tidy.
1360 2020-06-08  Jason Merrill  <jason@redhat.com>
1362         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1363         * configure: Regenerate.
1365 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1367         * MAINTAINERS: Add myself as xtensa port maintainer.
1369 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1371         * configure.ac: Don't require --enable-host-shared when building
1372         for Mingw.
1373         * configure: Regenerate.
1375 2020-05-18  Jason Merrill  <jason@redhat.com>
1377         * configure.ac: Update bootstrap dialect to -std=c++11.
1379 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1381         * MAINTAINERS (Write After Approval): Add myself.
1383 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1385         PR target/92713
1386         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1387         (noconfigdirs): Add 'target-libstdc++-v3'.
1388         * configure: Regenerate.
1390 2020-04-21  Stephen Casner  <casner@acm.org>
1392         PR 25830
1393         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1394         * configure: Rebuild.
1396 2020-04-17  Martin Liska  <mliska@suse.cz>
1397             Jonathan Yong <10walls@gmail.com>
1399         PR gcov-profile/94570
1400         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1401         for CYGWIN.
1403 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1405         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1407 2020-04-09  Tom Tromey  <tom@tromey.com>
1409         * configure: Rebuild.
1410         * Makefile.in: Rebuild.
1411         * Makefile.def (gdbsupport, gdbserver): New host modules.
1412         (configure-gdb): Depend on all-gdbsupport.
1413         (all-gdb): Depend on all-gdbsupport, all-libctf.
1414         * configure.ac (host_tools): Add gdbserver.
1415         Conditionally build gdbserver and gdbsupport.
1417 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1419         * configure.ac: Build libgomp by default for amdgcn.
1420         * configure: Regenerate.
1422 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1424         * MAINTAINERS (Write After Approval): Add myself.
1426 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1428         * MAINTAINERS (Write After Approval) : Add myself.
1430 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1432         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1434 2020-02-14  Martin Sebor  <msebor@redhat.com>
1436         * doc/extend.texi (attribute alias): Mention type requirement.
1437         (attribute weak): Same.
1438         (attribute weakref): Correct invalid example.
1440 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1442         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1444 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1445             Jakub Jelinek  <jakub@redhat.com>
1447         * .gitattributes: Add *.md diff=md.
1449 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1451         The mentioned auto-generated file is no more part of the
1453         GCC sources, it's auto-generated in $(builddir) during build.
1455         PR target/92055
1456         * contrib/gcc_update (files_and_dependencies): Remove
1457         entry for gcc/config/avr/t-multilib.
1459 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1461         * MAINTAINERS: Update my email address.
1463 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1465         * README.MOVED_TO_GIT: Remove.
1467 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1469         * README.MOVED_TO_GIT: New file.
1471 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1473         * MAINTAINERS (Write After Approval): Add myself.
1475 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1477         * MAINTAINERS (write_after_approval): Add myself.
1479 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1481         * MAINTAINERS (write_after_approval): Add myself.
1483 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1485         * MAINTAINERS (write_after_approval): Add myself.
1487 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1489         * configure.ac: Factor out common cases for compare_exclusions.
1490         * configure: Regenerate.
1492 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1494         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1495         flag.
1497 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1499         * MAINTAINERS (Write After Approval): Add myself.
1501 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1503         PR middle-end/92463
1504         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1505         * configure: Regenerate
1507 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1509         * configure.ac: Use https for gcc.gnu.org.
1510         * configure: Regenerated.
1512 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1514         * MAINTAINERS (aarch64 port): Remove my name, move to...
1515         (Write After Approval): ...Here.
1517 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1519         * MAINTAINERS: Change my email address as maintainer.
1521 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1523         PR fortran/91828
1524         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1525         * configure: Regenerated.
1527 2019-10-21  Jason Merrill  <jason@redhat.com>
1529         * .gitattributes: Also check ChangeLog whitespace.
1531 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1533         * contrib/dg-extract-results.sh: Add support for KPASS.
1534         * contrib/dg-extract-results.py: Likewise.
1536 2019-10-17  Jason Merrill  <jason@redhat.com>
1538         * .gitattributes: Avoid {} in filename pattern.
1540 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1542         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1543         Approval section.
1545 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1547         * MAINTAINERS: Add myself to Write After Approval
1549 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1551         * MAINTAINERS: Add myself as an aarch64 maintainer.
1553 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1555         * MAINTAINERS: Add myself as aarch64 maintainer.
1557 2019-09-23  Carl Love  <cel@us.ibm.com>
1559         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1560         New define_insn.
1561         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1562         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1564 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1566         * MAINTAINERS (Sam Tebbs): Update email address.
1568 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1570         * MAINTAINERS: Update my email address.
1572 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1574         * libtool.m4: Handle uclinuxfdpiceabi.
1576 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1578         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1579         Remove myself from Write After Approval section.
1581 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1583         * configure.ac: Support for bpf-*-* targets.
1584         * configure: Regenerate.
1586 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1588         * config.sub: Import upstream version 2019-06-30.
1589         * config.guess: Import upstream version 2019-07-24.
1591 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1593         * MAINTAINERS: Remove spu port maintainers.
1595 2019-08-28  Martin Liska  <mliska@suse.cz>
1597         * .gitignore: Add .clangd and compile_commands.json
1598         to .gitignore.
1600 2019-08-23  Michael Forney  <mforney@mforney.org>
1602         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1603         * Makefile.in: Regenerate.
1605 2019-08-19  Tom Tromey  <tom@tromey.com>
1607         * configure: Rebuild.
1608         * configure.ac: Add --with-static-standard-libraries.
1610 2019-08-16  Alexandre Oliva <oliva@gnu.org>
1612         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1614 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
1616         * MAINTAINERS (Write After Approval): Add myself.
1618 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1620         * MAINTAINERS (Write After Approval): Remove myself, already listed in
1621         RISC-V port maitainer.
1623 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1625         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1627 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1629         * MAINTAINERS (Write After Approval): Add myself.
1631 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
1633         * MAINTAINERS (Write After Approval): Add myself.
1635 2019-06-25  Martin Liska  <mliska@suse.cz>
1637         contrib/filter-clang-warnings.py: Transform from
1638         filter-rtags-warnings.py.
1640 2019-06-15  Tom Tromey  <tom@tromey.com>
1642         * configure.ac (host_libs): Add gnulib.
1643         * configure: Rebuild.
1644         * Makefile.def (host_modules, dependencies): Add gnulib.
1645         * Makefile.in: Rebuild.
1647 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1649         * MAINTAINERS (Write After Approval): Add myself.
1651 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1653         * configure: Regenerate.
1654         * configure.ac: Add PRU target.
1656 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1658         * MAINTAINERS (Write After Approval): Add myself.
1660 2019-06-11  Nick Clifton  <nickc@redhat.com>
1662         Import these changes from the binutils/gdb repository:
1664         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1666         * Makefile.def (dependencies): configure-libctf depends on all-bfd
1667         and all its deps.
1668         * Makefile.in: Regenerated.
1670         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1672         * Makefile.def (host_modules): Add libctf.
1673         * Makefile.def (dependencies): Likewise.
1674         libctf depends on zlib, libiberty, and bfd.
1675         * Makefile.in: Regenerated.
1676         * configure.ac (host_libs): Add libctf.
1677         * configure: Regenerated.
1679 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1681         * MAINTAINERS (Write After Approval): Add myself.
1683 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1685         * MAINTAINERS: Update my email address.
1687 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1689         * MAINTAINERS (Write After Approval): Add myself.
1691 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
1693         * MAINTAINERS (Write After Approval): Add myself.
1695 2019-05-07  Jim Wilson  <jimw@sifive.com>
1697         * MAINTAINERS: Remove myself as IA-64 maintainer.
1699 2019-05-04  Roland Illig  <roland.illig@gmx.de>
1701         * MAINTAINERS (Write After Approval): Add myself.
1703 2019-05-02  Richard Biener  <rguenther@suse.de>
1705         PR bootstrap/85574
1706         * Makefile.tpl (compare target): Also compare extra-compare
1707         files.
1708         * Makefile.in: Regenerate.
1710 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1712         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1713         as modulo-scheduler maintainer.
1715 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1717         * MAINTAINERS: Add myself as co-maintainer for Darwin.
1719 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1721         * MAINTAINERS: Update my email address.
1723 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1725         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1726         * configure: Regenerate.
1728 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1730         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1731         * configure: Regenerate.
1733 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1735         * configure.ac: Add target-zlib to target_libraries.
1736         * configure: Regenerate.
1738 2019-04-09  Martin Liska  <mliska@suse.cz>
1740         * Makefile.in: Regenerate.
1741         * Makefile.tpl: Pass GENERATOR_CFLAGS
1742         in all stages.
1744 2019-03-28  Martin Liska  <mliska@suse.cz>
1746         PR bootstrap/89829
1747         * Makefile.in: Revert r254150.
1748         * Makefile.tpl: Likewise.
1750 2019-03-28  Ben Elliston  <bje@gnu.org>
1752         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1753         related, and libdecnumber.
1755 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1757         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1758         (Write After Approval): Remove myself.
1760 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1762         * MAINTAINERS (Write After Approval): Add myself.
1764 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1766         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1767         (Write After Approval): Remove myself and Julian.
1769 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1771         * MAINTAINERS (Write After Approval): Add myself.
1773 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1775         * MAINTAINERS (Write After Approval): Add myself.
1777 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1779         * ChangeLog: Replace space with tab.
1780         * MAINTAINERS: Delete 1 tab to keep alignment.
1782 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1784         * MAINTAINERS (Write After Approval): Add myself.
1786 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1788         * MAINTAINERS (Write After Approval): Add myself.
1790 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1791             Kwok Cheung Yeung  <kcy@codesourcery.com>
1792             Julian Brown  <julian@codesourcery.com>
1793             Tom de Vries  <tom@codesourcery.com>
1794             Jan Hubicka  <hubicka@ucw.cz>
1795             Martin Jambor  <mjambor@suse.cz>
1797         * configure.ac: Likewise.
1798         * configure: Regenerate.
1799         * contrib/config-list.mk: Add amdgcn-amdhsa.
1801 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1803         * MAINTAINERS (Write After Approval): Add myself.
1805 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1807         * MAINTAINERS (Write After Approval): Add myself.
1809 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1811         PR target/88535
1812         * config.guess: Import upstream version 2019-01-03.
1813         * config.sub: Import upstream version 2019-01-01.
1815 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1817         * MAINTAINERS (Write After Approval): Update my maintainer address.
1819 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
1821         * MAINTAINERS (Write After Approval): Add myself.
1823 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1825         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1827 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1829         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1830         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1831         (GCC_TARGET_TOOL): Likewise.
1832         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1833         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1834         OTOOL, OTOOL_FOR_TARGET: New substitutions.
1835         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1836         * configure: Regenerate.
1837         * Makefile.in: Likewise.
1839 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1841         * MAINTAINERS (Write After Approval): Add myself.
1843 2018-11-13  Martin Liska  <mliska@suse.cz>
1845         * gcc.target/i386/pr87930.c: Move to ...
1846         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1848 2018-11-10  Stafford Horne  <shorne@gmail.com>
1850         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1851         (Write After Approval): Remove myself.
1853 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1855         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1856         Append $INCICONV to it.
1858 2018-11-04  Stafford Horne  <shorne@gmail.com>
1860         * MAINTAINERS (Write After Approval): Add myself.
1862 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1864         PR bootstrap/82856
1865         * multilib.am: New file.  From automake.
1867         Merge from binutils-gdb:
1868         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1870         * libtool.m4: Use AC_LANG_SOURCE.
1871         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1872         * ar-lib: New file.
1873         * test-driver: New file.
1874         * configure: Re-generate.
1876 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1878         * MAINTAINERS (Write After Approval): Add myself.
1880 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1882         PR bootstrap/87788
1883         PR d/87799
1884         * configure: Rebuild.
1885         * configure.ac: Disable D on systems where it is known not to work.
1887 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1889         * Makefile.def (target_modules): Add libphobos.
1890         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1891         GDCFLAGS_FOR_TARGET.
1892         (dependencies): Make libphobos depend on libatomic, libbacktrace
1893         configure, and zlib configure.
1894         (language): Add language d.
1895         * Makefile.in: Rebuild.
1896         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1897         (HOST_EXPORTS): Add GDC.
1898         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1899         (BASE_TARGET_EXPORTS): Add GDC.
1900         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1901         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1902         (EXTRA_HOST_FLAGS): Add GDC.
1903         (STAGE1_FLAGS_TO_PASS): Add GDC.
1904         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1905         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1906         environment variables.
1907         * configure: Rebuild.
1908         * configure.ac: Add target-libphobos to target_libraries.  Set and
1909         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1911 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1913         * MAINTAINERS (Write After Approval): Add myself.
1915 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1917         * MAINTAINERS (Write After Approval): Remove myself.
1919 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1921         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1923 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1925         * MAINTAINERS: Update my email address.
1927 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1929         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1930         maintainer.
1932 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1934         * MAINTAINERS (Write After Approval): Add self.
1936 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1938         * MAINTAINERS (write after approval): Add myself.
1940 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1942         * MAINTAINERS: Update my email address.
1944 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1946         * MAINTAINERS (write after approval): Add myself.
1948 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1950         * MAINTAINERS: Add self to global reviewers list.
1952 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1954         MAINTAINERS: Add c-sky port maintainers.
1956 2018-08-10  Martin Liska  <mliska@suse.cz>
1958         * MAINTAINERS: Revert change in previous commit and
1959         join lines.
1961 2018-08-10  Martin Liska  <mliska@suse.cz>
1963         * MAINTAINERS: Remove extra line.
1965 2018-08-06  Naveen H.S  <naveenh@marvell.com>
1967         * MAINTAINERS: Update my email address.
1969 2018-07-19  DJ Delorie  <dj@redhat.com>
1971         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1972         as maintainer.
1974 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1976         * MAINTAINERS: Adjust email address for me and my colleague Robin
1977         Dapp.
1979 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1980             Sunil K Pandey  <sunil.k.pandey@intel.com>
1982         PR target/84413
1983         * config/i386/i386.c (m_CORE_AVX512): New.
1984         (m_CORE_AVX2): Likewise.
1985         (m_CORE_ALL): Add m_CORE_AVX2.
1986         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1987         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1988         and remove the rest of m_SKYLAKE_AVX512.
1990 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1992         * config.sub: Sync with upstream version 2018-07-03.
1994 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1996         * config.guess: Sync with upstream version 2018-06-26.
1997         * config.sub: Sync with upstream version 2018-07-02.
1999 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
2001         * libtool.m4: Sort output of 'find' to enable deterministic builds.
2002         * ltmain.sh: Likewise.
2004 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
2006         * contrib/config-list.mk: Remove powerpc-linux_paired.
2008 2018-06-29  Alexandre Oliva <oliva@adacore.com>
2010         * configure.ac: Introduce support for @unless/@endunless.
2011         * Makefile.tpl (dep-kind): Rewrite with cond; return
2012         postbootstrap in some cases.
2013         (make-postboot-dep, postboot-targets): New.
2014         (dependencies): Do not output postbootstrap dependencies at
2015         first.  Output non-target ones changed for configure to depend
2016         on stage_last @if gcc-bootstrap, and the original deps @unless
2017         gcc-bootstrap.
2018         * configure.in, Makefile.in: Rebuilt.
2020 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
2022         * MAINTAINERS (write after approval): Add myself.
2024 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
2026         * MAINTAINERS (write after approval): Add myself.
2028 2018-06-19  Nick Clifton  <nickc@redhat.com>
2030         * zlib/configure.ac: Restore old behaviour of only enabling
2031         multilibs when a target subdirectory is defined.  This allows
2032         building with srcdir == builddir.
2033         * zlib/configure: Regenerate.
2035 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
2037         * Makefile.def (fortran): Add check-target-libgomp-fortran.
2038         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2039         * Makefile.in: Regenerate.
2041 2018-06-16  Ben Elliston  <bje@gnu.org>
2043         * config.guess: Import latest version.
2044         * config.sub: Likewise.
2046 2018-06-08  Martin Liska  <mliska@suse.cz>
2048         * MAINTAINERS: Remove MPX-related entries.
2049         * Makefile.def: Remove libmpx support.
2050         * Makefile.in: Regenerate.
2051         * configure.ac: Remove removed files.
2052         * configure: Regenerate.
2053         * libmpx/ChangeLog: Remove.
2054         * libmpx/Makefile.am: Remove.
2055         * libmpx/Makefile.in: Remove.
2056         * libmpx/acinclude.m4: Remove.
2057         * libmpx/aclocal.m4: Remove.
2058         * libmpx/config.h.in: Remove.
2059         * libmpx/configure: Remove.
2060         * libmpx/configure.ac: Remove.
2061         * libmpx/configure.tgt: Remove.
2062         * libmpx/libmpx.spec.in: Remove.
2063         * libmpx/mpxrt/Makefile.am: Remove.
2064         * libmpx/mpxrt/Makefile.in: Remove.
2065         * libmpx/mpxrt/libmpx.map: Remove.
2066         * libmpx/mpxrt/libtool-version: Remove.
2067         * libmpx/mpxrt/mpxrt-utils.c: Remove.
2068         * libmpx/mpxrt/mpxrt-utils.h: Remove.
2069         * libmpx/mpxrt/mpxrt.c: Remove.
2070         * libmpx/mpxrt/mpxrt.h: Remove.
2071         * libmpx/mpxwrap/Makefile.am: Remove.
2072         * libmpx/mpxwrap/Makefile.in: Remove.
2073         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2074         * libmpx/mpxwrap/libtool-version: Remove.
2075         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2077 2018-06-04  Martin Liska  <mliska@suse.cz>
2079         * MAINTAINERS: Add myself as gcov maintainer.
2081 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
2083         * MAINTAINERS: Update my email address.
2085 2018-06-04  Tom de Vries  <tdevries@suse.de>
2087         * MAINTAINERS: Remove write-after-approval entries for component
2088         maintainers.
2090 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2092         * MAINTAINERS (write after approval): Add myself.
2094 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2096         * MAINTAINERS: Update my email address.
2098 2018-06-01  Tom de Vries  <tdevries@suse.de>
2100         * MAINTAINERS: Update my email address.
2102 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2104         * MAINTAINERS (loop-optimizer): Add myself.
2106 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2108         * configure.ac: Added "nfp" target.
2109         * configure: Regenerate.
2111 2018-04-30  Richard Biener  <rguenther@suse.de>
2113         PR bootstrap/85571
2114         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2115         (STAGE3_TFLAGS): Likewise.
2116         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2117         (STAGEtrain_TFLAGS): Likewise.
2118         * Makefile.in: Regenerate.
2120 2018-04-26  Richard Biener  <rguenther@suse.de>
2122         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2123         (STAGE2_CFLAGS): Likewise.
2124         (STAGE2_TFLAGS): Likewise.
2125         (STAGE3_CFLAGS): Add -fchecking.
2126         (STAGE3_TFLAGS): Likewise.
2127         (STAGEtrain_CFLAGS): Filter out -fchecking.
2128         (STAGEtrain_TFLAGS): Likewise.
2129         * Makefile.in: Re-generate.
2131 2018-04-25  Catherine Moore <clm@codesourcery.com>
2133         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2135 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2137         * MAINTAINERS (write after approval): Add myself.
2139 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2141         * MAINTAINERS: Update my email address.
2143 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2145         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2147 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2149         * MAINTAINERS: Update my email address and disambiguate myself
2150         a bit from Will Schmidt.
2152 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2154         * MAINTAINERS: Move maintainers of now-removed picochip and score
2155         ports to write after approval.
2157 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2159         * MAINTAINERS: Add entry for SVE maintainership.
2161 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2163         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2164         * configure: Regenerate.
2166 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2168         * MAINTAINERS (write after approval): Add myself.
2170 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2172         * MAINTAINERS (write after approval): Add myself.
2174 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2176         * MAINTAINERS (write after approval): Add myself.
2178 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2180         Update copyright years.
2182 2018-01-03  Ben Elliston  <bje@gnu.org>
2184         * config.guess: Import latest version.
2185         * config.sub: Likewise.
2187 2017-12-12  Stafford Horne  <shorne@gmail.com>
2189         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2190         * configure: Regenerate.
2192 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2194         * MAINTAINERS (Write After Approval): Add myself.
2196 2017-11-28  Julia Koval  <julia.koval@intel.com>
2197             Sebastian Peryt  <sebastian.peryt@intel.com>
2199         * Makefile.def (target_modules): Remove libcilkrts.
2200         * Makefile.in: Ditto.
2201         * configure: Ditto.
2202         * configure.ac: Ditto.
2204 2017-11-28  Julia Koval  <julia.koval@intel.com>
2206         * MAINTAINERS (Write After Approval): Add myself.
2208 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2210         * MAINTAINERS (Write After Approval): Add myself.
2212 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2214         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2215         Use my SiFive email address.
2217 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2219         * MAINTAINERS (write after approval): Add myself.
2221 2017-10-27  Martin Liska  <mliska@suse.cz>
2223         * Makefile.tpl: Use proper name of folder as it was renamed
2224         during transition to 4 stages.
2225         * Makefile.in: Regenerate.
2227 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2229         * MAINTAINERS (write after approval): Add myself.
2231 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2233         * MAINTAINERS: Add a note that maintainership also includes web
2234         pages, docs, and testsuite related to that area.
2236 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2238         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2240 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2242         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2244 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2246         * MAINTAINERS: Remove myself as a vxworks maintainer.
2248 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2250         * MAINTAINERS: Remove email address of Jim Norris.
2252 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2254         * MAINTAINERS (Reviewers): Move myself from here...
2255         (CPU Port Maintainers): ... to here.
2257 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2259         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2261 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2263         * MAINTAINERS (write after approval): Add myself.
2265 2017-07-28  Tony Reix  <tony.reix@atos.net>
2267         * configure.ac (target-libffi): Don't disable for AIX.
2268         (go): Don't add to unsupported_languages on AIX.
2269         (target-libgo): Don't disable for AIX.
2270         * configure: Regenerate.
2272 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2274         * MAINTAINERS: Add myself.
2276 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2278         * MAINTAINERS: Update my email address.
2280 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2282         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2283         arm-specific auto-generated header files.
2285 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2287         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2288         * configure: Rebuilt.
2290 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2292         * MAINTAINERS: Readd myself for c6x.
2294 2017-06-28  Martin Liska  <mliska@suse.cz>
2296         PR bootstrap/81217
2297         * Makefile.def: Remove superfluous bootstrap_target from
2298         bootstrap_stage.
2299         * Makefile.in: Re-generate the file.
2301 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2303         * MAINTAINERS: Add myself to Write After Approval
2305 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2307         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2309 2017-06-19  Martin Liska  <mliska@suse.cz>
2311         * Makefile.def: Define 4 stages PGO bootstrap.
2312         * Makefile.tpl: Define FLAGS.
2313         * Makefile.in: Regenerate.
2315 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2317         * Makefile.def: Add check-gotools to go check targets.
2318         * Makefile.in: Rebuild.
2320 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2322         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2324 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2326         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2327         * configure: Regenerate.
2329 2017-05-31  Martin Liska  <mliska@suse.cz>
2331         * configure.ac: Add handling of stage2_werror_flags to
2332         action-if-given and to action-if-not-given.
2333         * configure: Regenerate.
2335 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2337         * MAINTAINERS: Add self to Write After Approval
2339 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2341         * MAINTAINERS: Update my email address, and remove myself as
2342         maintainer in some areas.
2344 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2346         * MAINTAINERS: Add self to Write After Approval
2348 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2350         * configure.ac: Add --enable-languages=default to mean default and
2351         make --enable-languages=all mean all supported languages.
2352         * configure: Regenerated.
2354 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2356         * config.gcc (powerpc*-*-*spe*): New.
2357         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2358         (powerpc-*-rtems*spe*): New.
2359         (powerpc*-*-linux*spe*): New.
2360         (powerpc-wrs-vxworksspe): New.
2361         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2362         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2363         * config.host (powerpc*-*-*spe*): New.
2365 2017-05-19  Martin Liska  <mliska@suse.cz>
2367         * configure.ac: Add --enable-werror-always just for
2368         bootstrap-debug (or none build config) and do not add it
2369         when we are on a release branch.
2370         * configure: Regenerated.
2372 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2374         * MAINTAINERS: Add self to Write After Approval
2376 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2378         * MAINTAINERS: Move myself to Write After Approval section.
2380 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2382         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2383         ACCH registers.
2384         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2385         available.
2386         (umulsidi3): Likewise.
2387         (mulsidi3_700): Disable this pattern when we have advanced mpy
2388         instructions.
2389         (umulsidi3_700): Likewise.
2390         (maddsidi4): New pattern.
2391         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2392         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2393         (mpydu_imm_arcv2hs): Likewise.
2394         * config/arc/predicates.md (accl_operand): New predicate.
2396 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2397             Andrew Burgess <andrew.burgess@embecosm.com>
2399         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2400         case.
2401         (ARC_AUTOFP_IRQ_P): Likewise.
2402         (ARC_AUTO_IRQ_P): Likewise.
2403         (rgf_banked_register_count): New variable.
2404         (parse_mrgf_banked_regs_option): New function.
2405         (arc_override_options): Handle rgf_banked_regs option.
2406         (arc_handle_interrupt_attribute): Add firq option.
2407         (arc_compute_function_type): Return fast irq type when required.
2408         (arc_must_save_register): Handle fast interrupts.
2409         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2410         (arc_return_address_regs): Update.
2411         * config/arc/arc.h (arc_return_address_regs): Update.
2412         (arc_function_type): Add fast interrupt type.
2413         (ARC_INTERRUPT_P): Update.
2414         (RC_FAST_INTERRUPT_P): Define.
2415         * config/arc/arc.md (simple_return): Update for fast interrupts.
2416         (p_return_i): Likewise.
2417         * config/arc/arc.opt (mrgf-banked-regs): New option.
2418         * doc/invoke.texi (mrgf-banked-regs): Document.
2420 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2422         * config/arc/arc.c (irq_ctrl_saved): New variable.
2423         (ARC_AUTOBLINK_IRQ_P): Define.
2424         (ARC_AUTOFP_IRQ_P): Likewise.
2425         (ARC_AUTO_IRQ_P): Likewise.
2426         (irq_range): New function.
2427         (arc_must_save_register): Likewise.
2428         (arc_must_save_return_addr): Likewise.
2429         (arc_dwarf_emit_irq_save_regs): Likewise.
2430         (arc_override_options): Handle deferred options.
2431         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2432         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2433         arc_must_save_return_addr.
2434         (arc_compute_frame_size): Handle automated save and restore of
2435         registers.
2436         (arc_expand_prologue): Likewise.
2437         (arc_expand_epilogue): Likewise.
2438         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2439         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2440         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2442 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2443         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2445         PR bootstrap/77661
2446         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2447         in-tree build MPC.
2448         * Makefile.in: Regenerate.
2450 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2452         * configure.ac: Enable LTO by default on darwin >= 9.
2453         * configure: Regenerate.
2455 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2457         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2458         and Andrew Waterman as the RISC-V maintainers.
2460 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2462         * MAINTAINERS: Add self to Write After Approval
2464 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2466         * config.guess: Import latest from upstream.
2468 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2470         * MAINTAINERS (Write After Approval): Remove entries that are
2471         already covered under Reviewers.
2473 2017-03-08  Mark Wielaard  <mark@klomp.org>
2475         PR demangler/70909
2476         PR demangler/67264
2477         * include/demangle.h: Add d_printing to struct demangle_component
2478         and pass struct demangle_component as non const.
2480 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2482         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2484 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2486         * Makefile.tpl: Remove HOST_ISLVER.
2487         (HOST_EXPORTS): Remove ISLVER.
2488         * Makefile.in: Regenerate.
2490 2017-02-13  Richard Biener  <rguenther@suse.de>
2492         * configure: Re-generate.
2494 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2496         * MAINTAINERS: Adjust bug reporting URL.
2498 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2500         * MAINTAINERS (Write After Approval): Remove redundant entry
2501         for Andrew Burgess.
2503 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2505         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2506         32-bit hppa*-*-hpux*.
2507         * configure: Regenerate.
2509 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2511         * configure.ac: Moved the white list of enabling BRIG FE to
2512         libhsail-rt/configure.tgt.
2513         * configure: Regenerated.
2514         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2516 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2517             Martin Jambor  <mjambor@suse.cz>
2519         * Makefile.def (target_modules): Added libhsail-rt.
2520         (languages): Added language brig.
2521         * Makefile.in: Regenerated.
2522         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2523         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2524         * configure: Regenerated.
2526 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2528         PR other/79046
2529         * configure: Regenerated.
2531 2017-01-04  Alan Modra  <amodra@gmail.com>
2533         * configure: Regenerate.
2535 2016-12-29  Ben Elliston  <bje@gnu.org>
2537         * config.sub: Import latest version.
2539 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2541         * MAINTAINERS (Write After Approval): Add myself.
2543 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2545         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2546         includes bootstrap-mpx.
2547         * configure: Regenerated.
2549 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2551         * MAINTAINERS (Write After Approval): Add myself.
2553 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2555         * configure: Regenerate.
2557 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2559         * configure.ac: Don't use pkg-config to check for bdw-gc.
2560         * configure: Regenerate.
2562 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2564         * Makefile.def: Remove reference to boehm-gc target module.
2565         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2566         options and for the bdw-gc pkg-config module.
2567         * configure: Regenerate.
2568         * Makefile.in: Regenerate.
2570 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2572         * MAINTAINERS (nvptx): Remove self.
2574 2016-11-25  Ben Elliston  <bje@gnu.org>
2576         * config.guess: Import latest version.
2577         * config.sub: Likewise.
2579 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
2581         * MAINTAINERS (Write After Approval): Add myself.
2583 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2585         * Makefile.def: Remove references to GCJ.
2586         * Makefile.tpl: Likewise.
2587         * Makefile.in: Regenerate.
2589 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2591         * config-ml.in: Remove references to GCJ.
2592         * configure.ac: Likewise.
2593         * configure: Regenerate.
2595 2016-11-01  Josh Conner  <joshconner@google.com>
2597         * MAINTAINERS (Write After Approval): Update email address,
2599 2016-10-27  Carl Love  <cel@us.ibm.com>
2601         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2602         Approval list to make it alphabetical.
2604 2016-10-27  Carl Love  <cel@us.ibm.com>
2606         * MAINTAINERS (Write After Approval): Add myself.
2608 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2610         * MAINTAINERS (Reviewers): Add myself.
2611         (Write After Approval): Add myself.
2613 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
2614             Ulrich Weigand  <uweigand@de.ibm.com>
2616         * MAINTAINERS: Update email address.
2618 2016-10-10  Nathan Sidwell  <nathan@acm.org>
2620         * MAINTAINERS: Update email address.
2622 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
2624         * configure.ac: Add aarch64-*-freebsd*.
2625         * configure: Regenerate.
2627 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
2629         * MAINTAINERS: Update email address after it got reverted.
2631 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2633         * configure.ac (target_libraries): Readd target-boehm-gc.
2634         Restore --enable-objc-gc handling.
2635         * configure: Regenerate.
2637 2015-10-03  Jeff Law  <law@redhat.com>
2639         * MAINTAINERS: Move several inactive maintainers to the
2640         write-after-approval section.
2642 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
2644         * configure.ac: Add target-libffi to target_libraries.
2645         Readd libgcj target disablings, modified to only target-libffi.
2646         Readd target addition of go to unsupported languages.
2647         * configure: Regenerated.
2649 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
2651         * MAINTAINERS: Update email address.
2653 2016-09-30  Andrew Haley  <aph@redhat.com>
2655         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2656         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
2657         libgcj.
2659 2016-09-30  Andrew Haley  <aph@redhat.com>
2661         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2662         write-after approval after GCJ deletion.
2664 2016-09-30  Andrew Haley  <aph@redhat.com>
2666         * Makefile.def: Remove libjava.
2667         * Makefile.tpl: Likewise.
2668         * Makefile.in: Regenerate.
2669         * configure.ac: Likewise.
2670         * configure: Likewise.
2671         * gcc/java: Remove.
2672         * libjava: Likewise.
2674 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
2676         * MAINTAINERS (Reviewers): Add myself.
2678 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2680         * configure.ac: Disable "sim" directory for arc*-*-*.
2681         * configure: Regenerated.
2683 2016-09-23  Tamar Christina <tamar.christina@arm.com>
2685         * MAINTAINERS (Write After Approval): Add myself.
2687 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2689         * configure.ac: Check for the minimum in-tree MPFR version
2690         handled.
2691         * configure: Regenerate.
2693 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
2695         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2696         * configure: Regenerated.
2698 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
2700         * MAINTAINERS (Write After Approval): Add myself.
2702 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2704         * Makefile.def: Add autoprofiledbootstrap.
2705         * Makefile.tpl: Dito.
2706         * Makefile.in: Regenerate.
2708 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2710     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2711     * configure: Regenerate.
2713 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2715         * configure: Regenerate.
2716         * configure.ac: Remove support for avr-rtems.
2718 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2720         * MAINTAINERS (Write After Approval): Add myself.
2722 2016-06-16  Michael Collison  <michael.collison@arm.com>
2724         * MAINTAINERS (Write After Approval): Add myself.
2726 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2728         * MAINTAINERS (Write After Approval): Update e-mail address.
2730 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2732         * MAINTAINERS (Write After Approval): Add myself.
2734 2016-05-28  Alan Modra  <amodra@gmail.com>
2736         * Makefile.tpl (configure): Depend on m4 files included.
2737         * Makefile.in: Regenerate.
2739 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2741         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2742         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2744 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2746         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2747         special case builtin.
2748         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2749         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2750         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2751         for __builtin_vec_addec.
2753 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2755         * config.guess: Import version 2016-04-02 (newest).
2756         * config.sub: Import version 2016-05-10 (newest).
2758 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2760         * configure.ac: Add ARC support to libgloss.
2761         * configure: Regenerate
2763 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2765         * MAINTAINERS (Write After Approval): Add myself.
2767 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2769         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2770         * configure: Regenerated.
2771         * Makefile.def (gmp): Explicitly disable assembler.
2772         (mpfr): Adjust lib_path.
2773         (mpc): Likewise.
2774         * Makefile.in: Regenerated.
2776 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2778         PR bootstrap/70704
2779         * configure.ac (--enable-stage1-checking): Add missing
2780         --enable-checking=.
2781         * configure: Regenerated.
2783 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2785         * config.guess: Revert r235676.
2786         * config.sub: Revert r235676.
2788 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2790         * config.guess: Remove SH5 support.
2791         * config.sub: Likewise.
2792         * configure: Likewise.
2793         * configure.ac: Likewise.
2795 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2797         PR bootstrap/70704
2798         * configure.ac (--enable-stage1-checking): For --disable-checking or
2799         implicit --enable-checking, make sure extra flag matches in between
2800         stage1 and later checking.
2801         * configure: Regenerated.
2803 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2805         * .gitattributes: New file.
2807 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2809         * MAINTAINERS (rs6000/powerpc port): Add myself.
2811 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2813         PR bootstrap/70173
2814         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2815         and gotools directories.  Delete the stage_final file.
2816         * Makefile.in: Regenerate.
2818 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2820         * MAINTAINERS (Write After Approval): Add myself.
2822 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2824         * MAINTAINERS (Fortran maintainer): Remove myself.
2826 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2828         * MAINTAINERS (Write After Approval): Add myself.
2830 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2832         * MAINTAINERS (Write After Approval): Add myself.
2834 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2836         Sync with binutils-gdb:
2838         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2840         * configure.ac: Add mips and s390 to the gold target check.
2841         * configure: Regenerate.
2843 2016-03-01  DJ Delorie  <dj@redhat.com>
2845         * MAINTAINERS (mep): Remove myself as MeP maintainer.
2847 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
2849         * MAINTAINERS (libcpp): Add myself.
2850         (diagnostic messages): Likewise.
2852 2016-02-20  Tom de Vries  <tom@codesourcery.com>
2854         * MAINTAINERS: Fix whitespace.
2856 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2858         * MAINTAINERS (Write After Approval): Add myself.
2860 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
2862         * config/isl.m4: Add comments about isl-0.16.
2863         * configure: Regenerate.
2865 2016-01-29  Martin Jambor  <mjambor@suse.cz>
2867         * MAINTAINERS (hsa maintainers): Add myself.
2869 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2871         * MAINTAINERS: (Write After Approval): Add myself.
2873 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2874             Sebastian Pop  <s.pop@samsung.com>
2876         * Makefile.in: Regenerate.
2877         * Makefile.tpl: Export ISLVER.
2878         * configure: Regenerate.
2879         * config/isl.m4: Detect isl-0.15.
2881 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2883         PR bootstrap/69329
2884         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2885         * Makefile.in: Regenerate.
2887 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2889         * configure.ac: Enable LTO for DJGPP
2890         * configure: Regenerate
2892 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2894         Sync with binutils-gdb:
2895         2015-10-21  Nick Clifton  <nickc@redhat.com>
2897         PR gas/19109
2898         * configure.ac: Note the 'none' is an acceptable argument to
2899         --enable-compressed-debug-sections.
2900         * configure: Regenerate.
2902 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2904         PR bootstrap/69134
2905         * Makefile.def (mpfr): Disable assembler.
2906         * Makefile.in: Regenerate.
2908 2016-01-01  Ben Elliston  <bje@gnu.org>
2910         * config.guess: Import version 2016-01-01.
2911         * config.sub: Likewise.
2913 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2915         * MAINTAINERS (Write After Approval): Add myself.
2917 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
2919         * Makefile.in: Replace ISL with isl.
2920         * Makefile.tpl: Same.
2921         * config/isl.m4: Same.
2922         * configure.ac: Same.
2923         * contrib/download_prerequisites: Same.
2924         * configure: Regenerate.
2926 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2928         * MAINTAINERS (Write After Approval): Add Myself.
2930 2015-12-17  Nathan Sidwell  <nathan@acm.org>
2932         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2933         * configure: Regenerate.
2935 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2936             Sebastian Pop  <s.pop@samsung.com>
2938         * config/isl.m4 (ISL_CHECK_VERSION): Check for
2939         isl_ctx_get_max_operations.
2940         * configure: Regenerate.
2942 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2944         * MAINTAINERS (Write After Approval): Add myself.
2946 2015-12-02  Ian Lance Taylor  <iant@google.com>
2948         PR go/66147
2949         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2950         * Makefile.in: Regenerate.
2952 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2954         PR libffi/65726
2955         * Makefile.def (lang_env_dependencies): Make libffi depend
2956         on cxx.
2957         * Makefile.in: Regenerate.
2959 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2961         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2962         symbols.
2964 2015-11-20  Tristan Gingold  <gingold@adacore.com>
2966         Sync with binutils-gdb:
2967         2015-11-20  Tristan Gingold  <gingold@adacore.com>
2969         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2970         * configure: Regenerate.
2972 2015-11-19  Martin Liska  <mliska@suse.cz>
2974         * .gitignore: Add .clang-format to ignored files.
2975         * Makefile.in: Add clang-format.
2976         * Makefile.tpl: Likewise.
2978 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2980         * configure.ac: Enable libmpx by default.
2981         * configure: Regenerated.
2983 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2985         * MAINTAINERS: Update email address.
2987 2015-10-23  Paulo Matos  <pmatos@linki.tools>
2989         * MAINTAINERS: Update email address.
2991 2015-10-23  Alan Hayward <alan.hayward@arm.com>
2993         * MAINTAINERS  (Write After Approval): Add myself.
2995 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2997         Sync with binutils-gdb:
2998         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3000         PR gas/19109
3001         * configure.ac: Add
3002         --enable-compressed-debug-sections={all,gas,gold,ld}.
3003         * configure: Regenerated.
3005 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
3007         * MAINTAINERS: Update list of Ada maintainers and email addresses.
3009 2015-10-09  Martin Liska  <mliska@suse.cz>
3011         * MAINTAINERS (Write After Approval): Add myself.
3013 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
3015         * MAINTAINERS (Write After Approval): Add myself.
3017 2015-10-02  Florian Weimer  <fweimer@redhat.com>
3019         * MAINTAINERS: Update email address.
3021 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
3023         * MAINTAINERS  (Write After Approval): Add myself.
3025 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
3027         * MAINTAINERS: Update email.
3029 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
3031         * MAINTAINERS: Update my email address.
3033 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
3035         * MAINTAINERS (ft32 port): Add myself.
3037 2015-08-28  David Sherwood  <david.sherwood@arm.com>
3039         * MAINTAINERS: Add myself.
3041 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
3043         * MAINTAINERS (Write After Approval): Add myself.
3045 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3047         PR libfortran/54572
3048         * Makefile.def: Make libgfortran depend on libbacktrace.
3049         * Makefile.in: Regenerate.
3051 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
3053         * MAINTAINERS (Write After Approval): Add myself.
3055 2015-08-12  Tom de Vries  <tom@codesourcery.com>
3057         PR other/67092
3058         * configure.ac: Remove --with_host_libstdcxx support.
3059         * configure: Regenerate.
3061 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
3062             Jakub Jelinek  <jakub@redhat.com>
3064         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3065         nvptx*-*-*.
3066         * configure: Regenerate.
3068 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
3070         * Makefile.def (libiconv): Define bootstrap=true.
3071         Mark pdf/html/info as missing.
3072         (configure-gcc): Depend on all-libiconv.
3073         (all-gcc): Ditto.
3074         (configure-libcpp): Ditto.
3075         (all-libcpp): Ditto.
3076         (configure-intl): Ditto.
3077         (all-intl): Ditto.
3078         * Makefile.in: Regenerate.
3080 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
3082         * MAINTAINERS (loop ivopts): Add the entry and myself.
3084 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3086         * MAINTAINERS (nvptx): Add self.
3088 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3090         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3091         128-bit vector modes.
3093 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3095         * MAINTAINERS (Write After Approval): Add myself.
3097 2015-07-28  Ben Elliston  <bje@gnu.org>
3099         * config.sub, config.guess: Import from upstream.
3101 2015-07-24  Michael Darling  <darlingm@gmail.com>
3103         PR other/66259
3104         * config-ml.in: Reflects renaming of configure.in to configure.ac
3105         * configure: Likewise
3106         * configure.ac: Likewise
3108 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3110         * MAINTAINERS: Update my email address.
3112 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3114         Sync with binutils-gdb:
3115         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3117         * configure.ac (target_configdirs): Exclude target-zlib if
3118         target-libjava isn't built.
3119         * configure: Regenerated.
3121 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3123         Sync with binutils-gdb:
3124         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3126         * configure.ac: Disable configuration of GDB for HPUX targets.
3127         * configure: Regenerate.
3129         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3131         * configure.ac: Add --with-system-zlib.
3132         * configure: Regenerated.
3134         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3136         * configure.ac: Add FT32 support.
3137         * configure: Regenerate.
3139         2015-01-12  Anthony Green  <green@moxielogic.com>
3141         * configure.ac: Don't disable gprof for moxie.
3142         * configure: Rebuild.
3144 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3146         Sync with binutils-gdb:
3147         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3149         PR ld/18355
3150         * Makefile.def: Add extra_configure_flags to host zlib.
3151         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3152         to --enable-host-shared When bfd is to be built as shared
3153         library.  AC_SUBST.
3154         * Makefile.in: Regenerated.
3156 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3158         Sync with src:
3159         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3160         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3161         * Makefile.in: Regenerated.
3163 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3165         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3166         target.
3167         * configure: Regenerate.
3169 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3171         * MAINTAINERS (Write After Approval): Add myself.
3173 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3175         * MAINTAINERS (OS Port Maintainers): Add myself.
3176         (Various Maintainers): Remove myself from libffi testsuite.
3178 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3180         * MAINTAINERS (gen* on machine desc): Add self.
3182 2015-06-02  Jason Merrill  <jason@redhat.com>
3184         PR bootstrap/66319
3185         * configure.ac: Use -std=gnu++98.
3187 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3189         * MAINTAINERS (Write After Approval): Add myself.
3191 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3193         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3194         * configure: Regenerate.
3196 2015-05-26  Jason Merrill  <jason@redhat.com>
3198         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3199         * configure: Regenerate.
3201 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3203         * configure.ac: FT32 target added.
3204         * configure: Regenerated.
3206 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3208         * MAINTAINERS (Write After Approval): Add myself.
3210 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3212         * MAINTAINERS (Write After Approval): Add myself.
3214 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3216         * configure.ac: Fix typo.
3217         * configure: Regenerate.
3219 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3221         * MAINTAINERS (Write After Approval): Add myself.
3223 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3225         * configure.ac: Match $host configured with triplets.
3226         * configure: Regenerate.
3228 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3230         * Makefile.tpl: Remove surplus whitespace throughout.
3231         * Makefile.in: Regenerate.
3233 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3235         * MAINTAINERS (Various Maintainers): Add myself as instruction
3236         combiner maintainer.
3238 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3240         PR bootstrap/62077
3241         * configure.ac (--enable-stage1-checking): Default to
3242         release,misc,gimple,rtlflag,tree,types if --disable-checking
3243         or --enable-checking is not specified and DEV-PHASE is not
3244         experimental.
3245         * configure: Regenerated.
3247 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3249         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3250         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3251         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3252         * Makefile.in: Regenerate.
3254 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3256         * MAINTAINERS: Update my email address.
3258 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3260         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3262 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3264         * MAINTAINERS: Add myself as an arm port reviewer.
3266 2015-03-25  Martin Liska  <mliska@suse.cz>
3267             Yury Gribov  <y.gribov@samsung.com>
3269         * Makefile.in: Fix ln source location for vimrc file.
3270         * Makefile.tpl: Likewise.
3272 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3274         PR bootstrap/25672
3275         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3276         cross-compiling.  Similarly for CXX_FOR_TARGET.
3277         * configure: Regenerate.
3279 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3281         * Makefile.def: Add libmpx.
3282         * configure.ac: Add libmpx.
3283         * Makefile.in: Regenerate.
3284         * configure: Regenerate.
3286 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3288         * MAINTAINERS (CPU Port Maintainers): Add myself
3289         i386 vector ISA extns mantainer.
3291 2015-03-13  Jeff Law  <law@redhat.com>
3293         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3294         maintainer.
3295         Remove Richard Henderson as a maintainer for the x86 port.
3297 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3299         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3301 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3303         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3304         pointer bounds checker and i386 MPX maintainer.
3306 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3308         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3310 2015-02-26  Martin Sebor  <msebor@redhat.com>
3312         * MAINTAINERS (Various Maintainers): Add self.
3314 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3316         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3317         Make sure it contains lto.
3318         * configure: Regenerate.
3320 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3322         * configure: Regenerate.
3324 2015-02-06  Diego Novillo  <dnovillo@google.com>
3326         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3327         middle-end, docstring): Remove myself.
3328         (Write After Approval): Add myself.
3330 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3332         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3333         (Write After Approval): Update address.
3335 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3337         PR jit/64780
3338         * configure.ac: Require the user to explicitly specify
3339         --enable-host-shared if the jit is enabled.
3340         * configure: Regenerate.
3342 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3344         * MAINTAINERS (Write After Approval): Add myself.
3346 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3348         * MAINTAINERS: Make whitespace consistent.
3350 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3352         * MAINTAINERS (Write After Approval): Add myself.
3354 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3356         * MAINTAINERS: (Write After Approval): Add myself.
3358 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3360         * MAINTAINERS: (Write After Approval): Add myself.
3362 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3364         * MAINTAINERS: (Write After Approval): Add myself.
3366 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3368         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3369         objective-c/c++ front end maintainer.
3371 2015-01-13  Marek Polacek  <polacek@redhat.com>
3373         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3375 2015-01-12  Jeff Law  <law@redhat.com>
3377         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3378         a very long time.
3380 2015-01-09  Ian Lance Taylor  <iant@google.com>
3382         * configure.ac (host_tools): Add gotools.
3383         * Makefile.def (host_modules): Add gotools.
3384         (dependencies): Add dependency of all-gotools on all-target-libgo.
3386 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3388         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3389         * configure: Regenerate.
3391 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3393         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3394         all-target-libgomp.
3395         * Makefile.in: Regenerate.
3397 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3399         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3401 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3403         * configure.ac: Add Visium support.
3404         * configure: Regenerate.
3406 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3408         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3409         * configure: Regenerate.
3411 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3413         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3414         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3415         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3416         (OBJCOPY_FOR_TARGET): New variable.
3417         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3418         * Makefile.in: Regenerate.
3419         * configure.ac: Check for already installed target objcopy.
3420         Also GCC_TARGET_TOOL on objcopy.
3421         * configure: Regenerate.
3423 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3425         * config.sub: Update from upstream, to 2015-01-01 version.
3426         * config.guess: Ditto.
3428 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3430         * MAINTAINERS (RTEMS Ports): Add myself.
3432 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3434         * MAINTAINERS (Write After Approval): Add myself.
3436 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3438         * MAINTAINERS (Write After Approval): Add myself.
3440 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3442         * configure.ac (--enable-as-accelerator-for): Don't set
3443         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3444         * configure: Regenerate.
3446 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3448         PR bootstrap/64023
3449         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3450         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3451         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3452         to CXX.
3453         * Makefile.in: Regenerated.
3455 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3456             Yury Gribov  <y.gribov@samsung.com>
3458         * .gitignore: Added .local.vimrc and .lvimrc.
3459         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3460         * Makefile.in: Regenerate.
3462 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3464         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3465         * configure: Regenerated.
3467 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3469         * MAINTAINERS (nvptx port): New entry.
3471 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3473         * configure: Regenerate.
3475 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3477         * configure.ac: Merge with Binutils.
3479 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3481         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3482         * Makefile.in: Regenerate.
3484 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3486         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3487         missing flex.
3488         * Makefile.in: Regenerated.
3490 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3492         * Makefile.in: Regenerate.
3494 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3496         PR bootstrap/63784
3497         * libtool.m4: Add $pic_flag with -shared.
3499 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3501         * MAINTAINERS (Write After Approval): Added myself.
3503 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3505         * MAINTAINERS (write-after-approval): Add myself.
3507 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3509         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3510         from 2 years ago.
3512 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3514         Revert:
3515         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3517         * MAINTAINERS (Write After Approval): Added myself as line map
3518         maintainer.
3520 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3522         Revert:
3523         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3525         * MAINTAINERS (Write After Approval): Added myself.
3527 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3529         * MAINTAINERS (Write After Approval): Added myself.
3531 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3533         * MAINTAINERS (Write After Approval): Added myself as line map
3534         maintainer.
3536 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3538         * MAINTAINERS (Various Maintainers): Added myself as line map
3539         maintainer.
3541 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3543         * move-if-change: Sync from upstream gnulib.
3545 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3547         * compile: Sync with upstream Automake.
3548         * depcomp: Ditto.
3549         * install-sh: Ditto.
3550         * missing: Ditto.
3551         * mkinstalldirs: Ditto.
3552         * ylwrap: Ditto.
3554 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3556         * config.sub: Update from upstream config repo.
3557         * config.guess: Ditto.
3559 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3561         * Makefile.def: Add liboffloadmic to target_modules.  Make
3562         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3563         * Makefile.in: Regenerate.
3564         * configure: Regenerate.
3565         * configure.ac: Add liboffloadmic to target binaries.
3566         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3567         Add liboffloadmic to noconfig list when C++ is not supported.
3569 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3570             Thomas Schwinge  <thomas@codesourcery.com>
3571             Ilya Verbin  <ilya.verbin@intel.com>
3572             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3574         * configure: Regenerate.
3575         * configure.ac (--enable-as-accelerator-for)
3576         (--enable-offload-targets): New configure options.
3578 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3580         * Makefile.def: Make all-gcc depend on all-isl.
3581         * Makefile.in: Regenerate.
3583 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
3585         * ChangeLog.jit: New.
3586         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3588 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3590         PR target/63610
3591         * libtool.m4: Fix globbing of darwin versions.
3592         * configure: Regenerate.
3594 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3596         * Makefile.def: Remove CLooG.
3597         * Makefile.tpl: Ditto.
3598         * configure.ac: Ditto.
3599         * configure: Regenerate.
3600         * Makefile.in: Ditto.
3602 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
3604         * configure.ac: Handle nvptx-*-*.
3605         * configure: Regenerate.
3607 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
3609         * MAINTAINERS (Write After Approval): Add myself.
3611 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
3613         * Makefile.def (libcc1): Remove bootstrap=true;.
3614         * Makefile.in: Regenerated.
3616 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3618         * configure.ac: Update comment.
3619         * configure: Regenerate.
3621 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
3623         * MAINTAINERS (Write After Approval): Add myself.
3625 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
3627         * configure.ac (extra_host_libiberty_configure_flags): Add
3628         --enable-shared also for libcc1's benefit.
3629         * configure: Regenerate.
3631 2014-10-29  Tristan Gingold  <gingold@adacore.com>
3633         * MAINTAINERS: Change my email address.
3635 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
3636             Tom Tromey  <tromey@redhat.com>
3638         * Makefile.def: Add libcc1 to host_modules.
3639         * configure.ac (host_tools): Add libcc1.
3640         * Makefile.in, configure: Rebuild.
3642 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
3644         * configure.ac (build_configargs): Don't share config.cache between
3645         build subdirs.
3646         * configure: Regenerate.
3648 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3650         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3651         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3652         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3653         leon3v7 as leon3.
3654         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3655         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3656         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3657         * config/sparc/sparc.md (cpu): Add leon3v7.
3658         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3660 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3662         * MAINTAINERS (write-after-approval): Add myself.
3664 2014-10-23  Ian Lance Taylor  <iant@google.com>
3666         * configure.ac: Disable the Go frontend on systems where it is known
3667         to not work.
3668         * configure: Regenerate.
3670 2014-10-23  Richard Biener  <rguenther@suse.de>
3672         * Makefile.def: Add libcpp build module and dependencies.
3673         * configure.ac: Add libcpp build module.
3674         * Makefile.in: Regenerate.
3675         * configure: Likewise.
3677 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
3679         * MAINTAINERS (write-after-approval): Add myself.
3681 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3683         * INSTALL/README: Do not mention CVS.
3685 2014-10-03  Jing Yu  <jingyu@google.com>
3687         * configure.ac: Add aarch64 to list of targets that support gold.
3688         * configure: Regenerate.
3690 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3692         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
3694 2014-09-29  Catherine Moore  <clm@codesourcery.com>
3696         * MAINTAINERS:  Add myself as MIPS maintainer.
3698 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
3700         * MAINTAINERS: Move myself to MIPS maintainers.
3702 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3704         * MAINTAINERS: Put all email addresses between '<' and '>'.
3706 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3708         * MAINTAINERS: Move myself to reviewers (Fortran).
3710 2014-09-01  Andi Kleen  <ak@linux.intel.com>
3712         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3713         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3714         * Makefile.in: Regenerate.
3716 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3718         * rtx-classes-status.txt: Delete
3720 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3722         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3724 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3726         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3727         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3728         of checking for version number.
3729         * configure: Regenerated.
3730         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3732 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3734         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3735         is done; begin phase 6 (use extra rtx_def subclasses).
3737 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3739         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3740         done; begin phase 5 (additional rtx_def subclasses).
3742 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3744         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3746 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3748         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3749         SET_BB_HEADER are done.
3751 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3753         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3754         done.
3756 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3758         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3760 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3762         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3764 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3766         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3768 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3770         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3772 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3774         * rtx-classes-status.txt: Phase 3 (per-file commits within
3775         "config" subdirs) is done; begin phase 4 (removal of
3776         "scaffolding").
3778 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3780         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3781         dir) is done; begin phase 3 (per-file commits within "config"
3782         subdirs).
3784 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3786         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3787         phase 2 (per-file commits in main source dir).
3789 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3791         * configure: Regenerated.
3793 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3795         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3797 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3799         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3801 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3803         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3805 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3807         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3809 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3811         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3813 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3815         * MAINTAINERS (Write After Approval): Add myself.
3817 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3819         * MAINTAINERS: Remove myself
3821 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3823         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3825 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3827         * MAINTAINERS (Write After Approval): Add myself.
3829 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3831         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3832         SET_BB_HEADER, SET_BB_FOOTER
3834 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3836         * rtx-classes-status.txt: New file
3838 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
3840         * configure.ac: Eliminate ClooG installation dependency.
3841         * configure: Regenerate.
3842         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3843         * Makefile.in: Regenerate.
3845 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
3847         * MAINTAINERS (Write After Approval): Add myself.
3849 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
3851         * MAINTAINERS (Write After Approval): Add myself.
3853 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
3855         * MAINTAINERS (Write After Approval): Add myself.
3857 2014-07-28  Anthony Green  <green@moxielogic.com>
3859         Import from savannah.gnu.org:
3860         * config.sub: Update to 2014-07-28 version.
3862 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3864         * MAINTAINERS: Remove my MIPS maintainer entry.
3866 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3868         PR target/47230
3869         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3870         * configure: Regenerate.
3872 2014-07-24  James Norris  <jnorris@codesourcery.com>
3874         * MAINTAINERS (Write After Approval): Add myself.
3876 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
3878         * configure.ac: Accept only CLooG 0.18.1.
3879         * configure: Regenerate.
3881 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
3883         * configure.ac: Don't accept isl 0.11.
3884         * configure: Regenerate.
3886 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3888         * MAINTAINERS (Write After Approval): Add myself.
3890 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3892         * configure.ac: Don't accept isl 0.10.
3893         * configure: Regenerate.
3895 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3897         Fix include path for in-tree cloog.
3898         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3899         * configure: Regenerate.
3901 2014-06-18  Richard Henderson  <rth@redhat.com>
3903         * .gitignore: Import gcc_update output.
3905 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3907         * config-ml.in: Robustify ac_configure_args parsing.
3909         * configure.ac (--enable-linker-plugin-configure-flags)
3910         (--enable-linker-plugin-flags): New flags.
3911         (configdirs): Conditionally add libiberty-linker-plugin.
3912         * configure: Regenerate.
3913         * Makefile.def (host_modules): Add libiberty-linker-plugin.
3914         (host_modules) <lto-plugin>: Pay attention to
3915         @extra_linker_plugin_flags@ and
3916         @extra_linker_plugin_configure_flags@.
3917         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3918         * Makefile.in: Regenerate.
3920         * Makefile.tpl (configure-[+prefix+][+module+])
3921         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3922         "module_srcdir" instead of "module" for locating a module's srcdir.
3923         * Makefile.in: Regenerate.
3925 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3927         * MAINTAINERS (Write After Approval): Add myself.
3929 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
3931         * MAINTAINERS: Update my email address.
3933 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3935         * MAINTAINERS (Write After Approval): Add myself.
3937 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3939         * MAINTAINERS (Write After Approval): Add myself.
3941 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3943         PR libstdc++/61011
3944         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3945         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3946         * configure: Regenerate.
3948 2014-05-28  Pedro Alves  <palves@redhat.com>
3950         * MAINTAINERS (Write After Approval): Add myself.
3952 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3954         * MAINTAINERS: Update my affiliation/email.
3956 2014-05-19  Mike Stump  <mikestump@comcast.net>
3958         * MAINTAINERS: Add wide-int reviewers.
3960 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3962         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3963         * configure: Regenerated.
3965 2014-05-15  Torvald Riegel  <triegel@redhat.com>
3967         * MAINTAINERS (libitm): Add myself as maintainer.
3969 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3971         * MAINTAINERS (Write After Approval): Add myself.
3973 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3975         * config.sub, config.guess: Import from upstream.
3977 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3979         * MAINTAINERS (Write After Approval): Put myself in correct order.
3981 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3983         * MAINTAINERS (Write After Approval): Add myself.
3985 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3987         * MAINTAINERS: Move myself from Reviewers to Write After Approval
3988         section.
3990 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3992         * MAINTAINERS (Write After Approval): Delete myself.
3994 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
3996         PR sanitizer/56781
3997         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3998         and -B* options with -Xcompiler.
4000 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
4002         PR bootstrap/60620
4003         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4004         * Makefile.in: Regenerate.
4006 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
4008         * Makefile.def (dependencies): Make all-ld depend on all-binutils
4009         for WINDRES_FOR_TARGET in default-manifest.o rule.
4010         * Makefile.in: Regenerate.
4012 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
4014         * MAINTAINERS (Write After Approval): Add myself.
4016 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
4018         PR sanitizer/56781
4019         * Makefile.def: Set bootstrap=true; for host fixincludes.
4020         * configure.ac: Don't bootstrap host fixincludes unless
4021         --with-build-config=bootstrap-{a,ub}san.
4022         * Makefile.in: Regenerated.
4023         * configure: Regenerated.
4025 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
4027         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
4028         --enable-vtable-verify option parsing.  Don't add
4029         target-libsanitizer to bootstrap_target_libs unless
4030         --with-build-config=bootstrap-asan or
4031         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
4032         to bootstrap_target_libs unless --enable-vtable-verify.
4033         * configure: Regenerated.
4035 2014-03-10  Anatoly Sokolov <aesok@post.ru>
4037         * MAINTAINERS (Write After Approval): Add myself.
4039 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
4041         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4043 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
4045         PR bootstrap/58572
4046         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4047         -I for libstdc++-v3 includes if $(LEAN).
4048         * Makefile.in: Regenerated.
4050 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
4052         * MAINTAINERS: Update my email address.
4054 2014-02-24  Walter Lee  <walt@tilera.com>
4056         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4057         (tilegx-*-*): Change to tilegx*-*-*.
4058         * configure: Regenerate.
4060 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
4062         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4064 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4066         * MAINTAINERS (Write After Approval): Add myself.
4068 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4070         PR target/59788
4071         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4072         *solaris2*.
4074 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
4076         * MAINTAINERS: Update my email address.
4078 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
4080         * MAINTAINERS: Convert to UTF-8.
4081         Properly sort Xinliang David Li's entry.
4083 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
4084             Sandra Loosemore  <sandra@codesourcery.com>
4086         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4087         nios2 port maintainers.
4089 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4091         * MAINTAINERS (Write After Approval): Add myself.
4093 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4095         * configure.ac: Add user-friendly check for native x86_64-linux
4096         multilibs.
4097         * configure: Regenerate.
4099 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4101         * MAINTAINERS: Add myself as sh maintainer.
4103 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4105         * MAINTAINERS: Add self as SLSR maintainer.
4107 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4109         * MAINTAINERS: Update my email address.
4111 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4113         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4115 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4117         * Makefile.in: Regenerate.
4119         * Makefile.tpl: Fix typo.
4120         * Makefile.in: Regenerate partially.
4122 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4124         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4125         supported.
4126         * configure: Regenerated.
4128 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4130         * MAINTAINERS (Write After Approval): Add myself.
4132 2013-10-30  Jason Merrill  <jason@redhat.com>
4134         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4135         --disable-build-format-warnings.
4137 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4139         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4140         depend on libstdc++ and libgcc.
4141         * configure: Regenerate.
4142         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4143         libcilkrts for POSIX and i*86, and x86_64 architectures.
4144         * Makefile.in: Added libcilkrts related fields to support building it.
4146 2013-10-26  Jeff Law  <law@redhat.com>
4148         * Makefile.def (target_modules): Remove libmudflap
4149         (languages): Remove check-target-libmudflap).
4150         * Makefile.in: Rebuilt.
4151         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4152         * configure.ac (target_libraries): Remove target-libmudflap.
4153         Remove checks which disabled libmudflap on some systems.
4154         * configure: Rebuilt.
4155         * libmudflap: Directory removed.
4157 2013-10-21  Cong Hou  <congh@google.com>
4159         * MAINTAINERS (Write After Approval): Add myself.
4161 2013-10-16  Mike Stump  <mikestump@comcast.net>
4163         * .dir-locals.el: Add.
4165 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4167         * configure.ac: Add --enable-host-shared
4168         * configure: Regenerate.
4170 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4172         Import from savannah.gnu.org:
4173         * config.guess: Update to 2013-06-10 version.
4174         * config.sub: Update to 2013-10-01 version.
4176 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4178         Changes to build configuration to allow big endian ARC ELF toolchain
4179         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4180         * configure: Regenerate.
4182 2013-09-20  Alan Modra  <amodra@gmail.com>
4184         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4185         ppc host match.  Support little-endian powerpc linux hosts.
4187 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4189         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4190         maintainer.
4192 2013-09-12  DJ Delorie  <dj@redhat.com>
4194         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4195         maintainers.
4197 2013-09-03  Richard Biener  <rguenther@suse.de>
4199         * configure.ac: Also allow ISL 0.12.
4200         * configure: Regenerated.
4202 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4204         * MAINTAINERS (Write After Approval): Add myself.
4206 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4208         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4210 2013-08-26  Caroline Tice  <cmtice@google.com>
4212         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4213         "Various Reviewers" to libvtv "Various Maintainers".
4215 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4217         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4219 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4221         * MAINTAINERS: Update name, email.
4223 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4225         * MAINTAINERS (Write After Approval): Add myself.
4227 2013-08-12  Caroline Tice  <cmtice@google.com>
4229         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4230         address in the Write After Approval section.
4232 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4234         * MAINTAINERS (Write After Approval): Update email.
4236 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4238         * configure.ac: Adjust to check VTV_SUPPORTED.
4239         * configure: Regenerated.
4241 2013-08-02  Caroline Tice  <cmtice@google.com>
4243         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4244         on non-linux systems; add target-libvtv to noconfigdirs; add
4245         libsupc++/.libs to C++ library search paths.
4246         * configure: Regenerated.
4247         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4248         libstdc++ and libgcc.
4249         * Makefile.in: Regenerated.
4251 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4253         * MAINTAINERS (Write After Approval): Add myself.
4255 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4256             Shiva Chen  <shiva0217@gmail.com>
4258         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4259         nds32 port maintainers.
4261 2013-07-17  Tim Shen  <timshen91@gmail.com>
4263         * MAINTAINERS (Write After Approval): Add myself.
4265 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4267         * configure.ac: Sync from binutils.
4268         * configure: Regenerate.
4270 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4272         * MAINTAINERS (Write After Approval): Add myself.
4274 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4276         * MAINTAINERS (Write After Approval): Add myself.
4278 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4280         * MAINTAINERS (Write After Approval): Add myself.
4282 2013-04-30  Brooks Moses  <bmoses@google.com>
4284         * MAINTAINERS: Update my email; move myself from Fortran
4285         reviewer to Write After Approval.
4287 2013-04-16  Andreas Schwab  <schwab@suse.de>
4289         * configure.ac (aarch64-*-*): Don't disable java.
4290         * configure: Regenerate.
4292 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4294         * MAINTAINERS (Write After Approval): Add myself.
4296 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4298         * Makefile.def (target_modules): Don't install libffi.
4299         * Makefile.in: Regenerate.
4301 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4303         * MAINTAINERS (Write After Approval): Add myself.
4305 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4307         * MAINTAINERS (Write After Approval): Add myself.
4309 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4311         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4312         * configure: Regenerated.
4314 2013-02-05  Ian Lance Taylor  <iant@google.com>
4316         PR go/55969
4317         * configure.ac: Disable libgo on some systems where it does not
4318         work.
4320 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4322         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4323         Remove Geoff Keating as rs6000 port maintainer, at his request.
4325 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4327         * MAINTAINERS: Update my email.
4329 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4331         * configure: Re-generate.
4333 2013-01-15  Richard Biener  <rguenther@suse.de>
4335         PR other/55973
4336         * configure: Re-generate.
4338 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4340         * Makefile.def (install-target-libsanitizer): Depend on
4341         install-target-libstdc++-v3.
4342         * Makefile.in: Regenerate.
4344 2013-01-14  Richard Biener  <rguenther@suse.de>
4346         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4347         * configure: Re-generate
4349 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4351         * config.sub: Update from config repo.
4353 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4355         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4356         * Makefile.in: Regenerate.
4358 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4360         * MAINTAINERS (arc): Add new port maintainership for myself.
4362 2013-01-09  Jason Merrill  <jason@redhat.com>
4364         * .gitignore: Import from gdb repository.
4366 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4368         * Makefile.def (configure-gcc): Depend on all-gmp.
4369         (all-gcc): Remove dependency on all-gmp.
4370         * Makefile.in: Regenerated.
4372 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4374         * config.sub: Merge from config repo.
4375         * config.guess: Ditto.
4377 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4379         * Makefile.def: Merge from binutils.
4380         * Makefile.in: Ditto.
4382 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4384         * MAINTAINERS: Update my email.
4386 2012-12-29  Ben Elliston  <bje@gnu.org>
4388         * config.guess: Update to 2012-12-29 version.
4389         * config.sub: Likewise.
4391 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4393         * Makefile.def (install-target-libgfortran): Depend on
4394         install-target-libquadmath, install-target-libgcc.
4395         (install-target-libsanitizer): Depend on install-target-libgcc.
4396         (install-target-libjava): Depend on install-target-libgcc.
4397         (install-target-libitm): Depend on install-target-libgcc.
4398         (install-target-libobjc): Depend on install-target-libgcc.
4399         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4400         * Makefile.in: Regenerate.
4402 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4404         * Makefile.def (install-target-libgo): Depend on
4405         install-target-libatomic.
4406         * Makefile.in: Regenerate.
4408 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4410         PR go/55201
4411         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4412         * Makefile.in: Regenerate.
4414 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4416         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4417         * configure: Regenerate.
4419 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4421         * config.sub: Merge from config repo.
4423 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4425         * Makefile.def (target_modules): Add bootstrap=true and
4426         raw_cxx=true to libsanitizer.
4427         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4428         * Makefile.in: Regenerated.
4429         * configure: Likewise.
4431 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4433         * MAINTAINERS: Remove self as RTL optimization maintainer.
4435 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4437         * MAINTAINERS (Write After Approval): Add myself.
4439 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4441         * Makefile.def (target_modules): Remove bootstrap=true and
4442         raw_cxx=true from libsanitizer.
4443         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4444         * Makefile.in: Regenerated.
4445         * configure: Likewise.
4447 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4449         * Makefile.def (target_modules): Add bootstrap=true and
4450         raw_cxx=true to libsanitizer.
4451         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4452         * Makefile.in: Regenerated.
4453         * configure: Likewise.
4455 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4457         PR bootstrap/54279
4458         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4459         * configure: Regenerate.
4460         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4461         * Makefile.in: Regenerate.
4463 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4465         * configure.ac: Disable libsanitizer if we're not building C++.
4466         * configure: Regenerate.
4468 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4470         * MAINTAINERS (Write After Approval): Add myself.
4472 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4474         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4475         Kostya Serebryany (kcc@google.com) and
4476         Jakub Jelinek (jakub@redhat.com).
4477         Rename area for Dodji Seketeli (dodji@redhat.com).
4479 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4481         * MAINTAINERS: (asan.c, related): Add myself.
4483 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4485         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4486         * configure: Regenerate.
4488 2012-11-13  Richard Henderson  <rth@redhat.com>
4490         * configure.ac: Move libsanitizer logic to subdirectory.
4491         * configure: Regenerate.
4493 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4495         * configure.ac: Enable libsanitizer just on x86 linux for now.
4496         * configure: Re-generate.
4498 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4500         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4501         sections.
4502         * configure: Regenerate.
4504 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4506         * configure.ac: Add section for configdirs for libsanitizer.
4507         Disable for cris-*-* and mmix-*-*.
4508         * configure: Regenerate.
4510 2012-11-12  Wei Mi <wmi@google.com>
4512         * configure.ac: Add libsanitizer to target_libraries.
4513         * Makefile.def: Ditto.
4514         * configure: Regenerate.
4515         * Makefile.in: Regenerate.
4516         * libsanitizer: New directory for asan runtime.  Contains an empty
4517         tsan directory.
4519 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4521         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4522         against Mingw64 w32api.
4523         * configure: Regenerate.
4525 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4527         * configure: Regenerated.
4529 2012-11-03  Robert Mason  <rbmj@verizon.net>
4531         * configure.ac: add --disable-libstdcxx configure option
4532         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4534 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4536         * MAINTAINERS (Write After Approval): Add myself.
4538 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4540         * MAINTAINERS (Write After Approval): Add myself.
4542 2012-10-24  Sharad Singhai  <singhai@google.com>
4544         * MAINTAINERS (Write After Approval): Add myself.
4546 2012-10-24  Eric Christopher  <echristo@gmail.com>
4548         * MAINTAINERS: Update email address.
4550 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4552         PR bootstrap/54820
4553         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4554         * configure: Regenerate.
4556 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4558         * MAINTAINERS (aarch64): Add Marcus and myself.
4560 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4562         PR bootstrap/54820
4563         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4564         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4565         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4566         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4567         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4568         * Makefile.in: Regenerate.
4569         * configure.ac (have_static_libs): New variable and associated check.
4570         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4571         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4572         * configure: Regenerate.
4574 2012-10-10  Richard Biener  <rguenther@suse.de>
4576         * MAINTAINERS: Adjust for changed surname.
4578 2012-10-04  Lawrence Crowl  <crowl@google.com>
4580         * MAINTAINERS (Write After Approval): Add myself.
4582 2012-10-01  Cary Coutant  <ccoutant@google.com>
4584         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4586 2012-09-28  Ian Lance Taylor  <iant@google.com>
4588         * Makefile.def: Make all-target-libgo depend on
4589         all-target-libbacktrace.
4590         * Makefile.in: Rebuild.
4592 2012-09-26  Ian Lance Taylor  <iant@google.com>
4594         * Makefile.def: Make all-gcc depend on all-libbacktrace.
4595         * Makefile.in: Rebuild.
4597 2012-09-20  Walter Lee  <walt@tilera.com>
4599         * configure.ac: Add tilegx to list of targets that support gold.
4600         * configure: Regenerate.
4602 2012-09-20  Marek Polacek  <polacek@redhat.com>
4604         * MAINTAINERS (Write After Approval): Add myself.
4606 2012-09-19  Steve Ellcey  <sellcey@mips.com>
4608         * configure.ac: Add mips*-mti-elf* target.
4609         * configure: Regenerate.
4611 2012-09-17  Ian Lance Taylor  <iant@google.com>
4613         * MAINTAINERS (Various Maintainers): Add libbacktrace.
4614         * configure.ac (host_libs): Add libbacktrace.
4615         (target_libraries): Add libbacktrace.
4616         * Makefile.def (host_modules): Add libbacktrace.
4617         (target_modules): Likewise.
4618         * configure, Makefile.in: Rebuild.
4620 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
4622         PR target/38607
4623         Merge upstream change.
4624         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4626         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4627         Add libgomp*.o to compare_exclusions for AIX.
4628         * configure: Regenerate.
4630 2012-09-06  Diego Novillo  <dnovillo@google.com>
4632         * configure.ac: Bump minimum GMP version to 4.2.3.
4633         * configure: Re-generate.
4635 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
4637         PR target/54461
4638         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4639         target-libgloss if not configured --with-avrlibc=no.
4640         * configure: Regenerate.
4642 2012-09-04  Jason Merrill  <jason@redhat.com>
4644         * configure.ac: Fix --enable-languages=all.
4646 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
4648         * MAINTAINERS (Write After Approval): Add myself.
4650 2012-09-03  Richard Guenther  <rguenther@suse.de>
4652         PR bootstrap/54138
4653         * configure.ac: Re-organize ISL / CLOOG checks to allow
4654         disabling with either --without-isl or --without-cloog.
4655         * configure: Regenerated.
4657 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
4659         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4660         * configure: Regenerate.
4662 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
4664         * MAINTAINERS: Fix my email address.
4666 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4668         PR binutils/4970
4669         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4670         and opcodes.
4671         * Makefile.in: Regenerated.
4673 2012-08-26  Art Haas <ahaas@impactweather.com>
4675         * configure: Regenerate.
4677 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
4679         * INSTALL/README: Also refer to the online installation
4680         instructions.
4682 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4684         * MAINTAINERS (Write After Approval): Add myself.
4685         (Picochip port): Remove myself.
4687 2012-08-14   Diego Novillo  <dnovillo@google.com>
4689         Merge from cxx-conversion branch.
4691         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4692         POSTSTAGE1_CONFIGURE_FLAGS.
4693         * Makefile.in: Regenerate.
4694         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
4695         Force C++ when bootstrapping.
4696         * configure: Regenerate.
4698 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4700         * MAINTAINERS (Write After Approval): Add myself.
4702 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
4704         * README: Document use of ranges of years in copyright notices.
4706 2012-07-06  Richard Guenther  <rguenther@suse.de>
4708         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4709         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4710         --with-gmp=system.
4711         * Makefile.in: Regenerated.
4712         * configure: Likewise.
4714 2012-07-06  Richard Guenther  <rguenther@suse.de>
4716         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4717         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4718         supply V=1 as extra_make_flags.
4719         * configure: Regenerated.
4720         * Makefile.in: Likewise.
4722 2012-07-04  Tristan Gingold  <gingold@adacore.com>
4724         * configure: Regenerate.
4726 2012-07-03  Richard Guenther  <rguenther@suse.de>
4728         * Makfile.def (isl): Remove not necessary extra_exports and
4729         extra_make_flags.
4730         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4731         * Makefile.in: Regenerated.
4733 2012-07-03  Richard Guenther  <rguenther@suse.de>
4735         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4736         * configure.ac: If either the ISL or the CLooG check failed
4737         do not try to build in-tree versions.
4738         * Makefile.in: Regenerated.
4739         * configure: Regenerated.
4741 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4743         * configure: Regenerate.
4745 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4747         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4748         maintainer.
4750 2012-07-02  Richard Guenther  <rguenther@suse.de>
4752         * configure: Regenerated.
4754 2012-07-02  Richard Guenther  <rguenther@suse.de>
4755         Michael Matz  <matz@suse.de>
4756         Tobias Grosser <tobias@grosser.es>
4757         Sebastian Pop <sebpop@gmail.com>
4759         * Makefile.def: Add ISL host module, remove PPL host module.
4760         Adjust ClooG host module to use the proper ISL.
4761         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4762         * configure.ac: Include config/isl.m4.  Add ISL host library,
4763         remove PPL.  Remove PPL configury, add ISL configury, adjust
4764         ClooG configury.
4765         * Makefile.in: Regenerated.
4766         * configure: Likewise.
4768 2012-07-02  Richard Guenther  <rguenther@suse.de>
4770         Merge from graphite branch
4771         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4773         * configure: Regenerated.
4774         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4775         both cloog.org and legacy versions. The only supported version will
4776         be CLooG with the isl backend.
4778         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4780         * configure: Regenerated.
4781         * configure.ac: Require cloog isl 0.17.0
4783         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4785         * configure: Regenerated.
4786         * config/cloog.m4: Do not define CLOOG_ORG
4788 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4790         * configure.ac: Skip C if explicitly selected.
4791         * configure: Regenerate.
4793 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4795         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4796         they contain -O2.
4797         * configure: Regenerate.
4799 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4801         PR debug/53740
4802         * df.h, df-problems.c, dce.c: Revert last patch.
4804 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4806         * MAINTAINERS (Write After Approval): Update my email address.
4808 2012-06-21  Meador Inge  <meadori@codesourcery.com>
4810         * MAINTAINERS (Write After Approval): Add myself.
4812 2012-06-20  Jason Merrill  <jason@redhat.com>
4814         * Makefile.tpl (check-target-libgomp-c++): New.
4815         (check-target-libitm-c++): New.
4816         * Makefile.def (c++): Add them.
4817         * Makefile.in: Regenerate.
4819 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4821         * MAINTAINERS (Write After Approval): Add myself.
4823 2012-05-16  Olivier Hainque  <hainque@adacore.com>
4825         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4826         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4827         (install-no-fixedincludes): Adjust accordingly.
4828         * Makefile.in: Regenerate.
4830 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4832         Merge upstream change
4833         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4835 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4837         * MAINTAINERS (Write After Approval): Add myself.
4839 2012-05-09  Nick Clifton  <nickc@redhat.com>
4840             Paul Smith  <psmith@gnu.org>
4842         PR bootstrap/50461
4843         * configure.ac (mpfr-dir): When using in-tree MPFR sources
4844         allow for the fact that from release v3.1.0 of MPFR the source
4845         files were moved into a src sub-directory.
4846         * configure: Regenerate.
4848 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4850         * configure.ac: Bump minimum MPFR version to 2.4.0.
4851         * configure: Regenerated.
4853 2012-05-01  Richard Henderson  <rth@redhat.com>
4855         * Makefile.def (libatomic): New target_module.
4856         * configure.ac (target_libraries): Add libatomic.
4857         (noconfigdirs): Check if libatomic is supported.
4858         * Makefile.in, configure: Rebuild.
4860 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4862         * MAINTAINERS (Write After Approval): Add myself.
4864 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
4866         * config.sub: Update to 2012-04-18 version from official repo.
4868 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4870         * MAINTAINERS (Write After Approval): Add myself.
4872 2012-04-11  Steve Ellcey  <sellcey@mips.com>
4874         * MAINTAINERS: Changed email address.
4876 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4878         PR target/52737
4879         * contrib/gcc_update (files_and_dependencies):
4880         Remove gcc/config/avr/t-multilib from touch data.
4882 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4884         * MAINTAINERS (OS Port Maintainers): Remove irix.
4885         * configure.ac (enable_libgomp): Remove *-*-irix6*.
4886         (unsupported_languages): Remove mips-sgi-irix6.*.
4887         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4888         (with_stabs): Remove.
4889         * configure: Regenerate.
4891 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4893         * MAINTAINERS (OS Port Maintainers): Remove osf.
4894         * configure.ac (enable_libgomp): Remove *-*-osf*.
4895         (with_stabs): Remove alpha*-*-osf*.
4896         * configure: Regenerate.
4898 2012-03-05  Tristan Gingold  <gingold@adacore.com>
4900         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4901         * configure: Regenerate.
4903 2012-02-17  Walter Lee  <walt@tilera.com>
4905         * MAINTAINERS: (Write After Approval): Delete myself.
4907 2012-02-14  Walter Lee  <walt@tilera.com>
4909         * MAINTAINERS (tilegx port): Add myself.
4910         (tilepro port): Add myself.
4911         (Write After Approval): Add myself.
4913 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4915         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4916         and Joseph Myers as docstring relicensing maintainers.
4918 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
4920         * MAINTAINERS (write-after-approval): Add myself.
4922 2012-02-08  Ira Rosen <irar@il.ibm.com>
4924         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4925         maintainer.
4927 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4929         * MAINTAINERS (Write After Approval): Move myself to
4930         maintain alphabetical order.
4932 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4934         * MAINTAINERS (Write After Approval): Add myself.
4936 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4938         * MAINTAINERS (Write After Approval): Add myself.
4940 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4941             Jayant R Sonar <jayant.sonar@kpitcummins.com>
4943         * configure.ac (cr16-*-*): Remove nonconfigdirs.
4944         * configure: Regenerate.
4946 2012-01-23  Harshit Chopra  <harshit@google.com>
4948         * MAINTAINERS (Write After Approval): Add myself.
4950 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4952         * configure.ac: Remove reference to mh-interix.
4953         * configure: Regenerate.
4955 2012-01-05  Richard Henderson  <rth@redhat.com>
4957         PR bootstrap/51072
4958         * configure.ac: Disable libitm if c++ is not enabled.
4959         * configure: Rebuild.
4961         * configure.ac: Fix regexp for same.
4962         * configure: Rebuild.
4964 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4966         * MAINTAINERS (Write After Approval): Add myself.
4968 2012-01-02  Richard Guenther  <rguenther@suse.de>
4970         PR bootstrap/51686
4971         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4972         * Makefile.in: Regenerate.
4974 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4976         * MAINTAINERS (Write After Approval): Add myself.
4978 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4980         * configure: Regenerate.
4982 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4984         * MAINTAINERS (picochip): Changed email address.
4986 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4988         * MAINTAINERS (write-after-approval): Add self.
4990 2011-11-29  DJ Delorie  <dj@redhat.com>
4992         * configure.ac (rl78-*-*) New case.
4993         * configure: Regenerate.
4994         * MAINTAINERS: Add myself as RL78 maintainer.
4996 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4998         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5000 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
5002         * libtool.m4: Additional FreeBSD 10 fixes.
5004 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
5006         * MAINTAINERS: Move myself from Write After Approval to CPU Port
5007         Maintainers section, as Epiphany maintainer.
5009 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
5011         PR target/49992
5012         * configure.ac: Remove ranlib special-casing for Darwin.
5013         * configure: Regenerate.
5015 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
5017         * MAINTAINERS (Reviewers): Keep the list sorted.
5019 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
5021         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5023 2011-11-09  Roland McGrath  <mcgrathr@google.com>
5025         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5026         * configure: Rebuild.
5027         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5028         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5029         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5030         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5031         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5032         Add READELF.
5033         * Makefile.in: Rebuild.
5035 2011-11-09  Jason Merrill  <jason@redhat.com>
5037         * Makefile.def (language=c++): Remove check-c++0x.
5038         * Makefile.in (check-gcc-c++): Regenerate.
5040 2011-11-08  Richard Henderson  <rth@redhat.com>
5042         * configure.ac: Test for libitm directory present first.
5044         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5046         * configure.ac: Test libitm/configure.tgt to disable libitm.
5047         * configure: Rebuild.
5049 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
5050             Richard Henderson  <rth@redhat.com>
5052         Merged from transactional-memory.
5054         * Makefile.def (lang_env_dependencies): libitm is c++.
5055         Add libitm target module.
5056         * configure.ac: Likewise.
5057         * config/mmap.m4: New file.
5058         * contrib/gcc_update: Add libitm to touch data.
5059         * Makefile.in, configure: Rebuild.
5061 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5063         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5064         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5065         * Makefile.in: Regenerate.
5067 2011-11-01  DJ Delorie  <dj@redhat.com>
5069         * config.sub: Update to version 2011-10-29 (added rl78)
5071 2011-10-27  Nick Clifton  <nickc@redhat.com>
5073         * config.sub: Import these changes from the config project:
5075         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
5076             Ben Elliston  <bje@gnu.org>
5078         * config.sub (epiphany): New.
5080         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
5081             Ben Elliston  <bje@gnu.org>
5083         * config.sub (hexagon, hexagon-*): New.
5085         2011-08-23  Roland McGrath  <mcgrathr@google.com>
5087         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5088         64eb to be64.
5090         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5092         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5093         (nacl): Grok as alias for 32el-unknown-nacl.
5095 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5097         * MAINTAINERS (Write After Approval): Add myself.
5099 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5101         * MAINTAINERS (Write After Approval): Add myself.
5103 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5105         * MAINTAINERS (sparc port): Remove myself.
5107 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5109         * MAINTAINERS (Write After Approval): Add myself.
5111 2011-08-14  Yao Qi  <yao@codesourcery.com>
5113         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5114         * configure: Regenerate.
5116 2011-07-26  Ian Lance Taylor  <iant@google.com>
5118         * configure.ac: Set have_compiler based on whether gcc directory
5119         exists, rather than on whether gcc is in configdirs.
5120         * configure: Rebuild.
5122 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5124         * MAINTAINERS (Global Reviewers): Add self.
5126 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5128         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5129         link directories.
5130         * Makefile.in: Rebuild.
5132 2011-07-20  Ian Lance Taylor  <iant@google.com>
5134         PR bootstrap/49787
5135         * configure.ac: Move --enable-bootstrap handling earlier in file.
5136         If --enable-bootstrap and either --enable-build-with-cxx or
5137         --enable-build-poststage1-with-cxx, enable C++ automatically.
5138         * configure: Rebuild.
5140 2011-07-19  Ian Lance Taylor  <iant@google.com>
5142         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5143         make C++ a boot_language.  Set and substitute
5144         POSTSTAGE1_CONFIGURE_FLAGS.
5145         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5146         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5147         * configure, Makefile.in: Rebuild.
5149 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5151         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5152         maintainers.
5154 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5156         * MAINTAINERS (Global Reviewers): Add myself.
5158 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5160         * configure: Regenerate.
5162 2011-07-16  Jason Merrill  <jason@redhat.com>
5164         * Makefile.def (language=c++): Add check-c++0x and
5165         check-target-libmudflap-c++.
5166         * Makefile.tpl (check-target-libmudflap-c++): New.
5167         * Makefile.in: Regenerate.
5169 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5171         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5172         * Makefile.def (target_modules/libjava): Pass
5173         $(EXTRA_CONFIGARGS_LIBJAVA).
5174         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5175         if not configured with --enable-static-libjava.
5176         * Makefile.in: Regenerate.
5177         * configure: Likewise.
5179 2011-07-15  Jason Merrill  <jason@redhat.com>
5181         * Makefile.in (check-c++): Move check-gcc-c++0x after
5182         check-target-libstdc++-v3.
5184 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5186         * MAINTAINERS (c6x port): New entry.
5188 2011-07-13  Jason Merrill  <jason@redhat.com>
5190         * Makefile.in (check-gcc-c++0x): New.
5191         (check-c++): Depend on it.
5193 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5195         PR target/39150
5196         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5197         x86_64-*-solaris2.1[0-9]*.
5198         * configure: Regenerate.
5200 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5202         * MAINTAINERS (RTL optimizers): Add self.
5204 2011-06-27  Gabriel Charette  <gchare@google.com>
5206         * MAINTAINERS (Write After Approval): Add myself.
5208 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5210         PR regression/47836
5211         PR bootstrap/23656
5212         PR other/47733
5213         PR bootstrap/49247
5214         PR c/48825
5215         * configure.ac (target_libraries): Remove target-libiberty.
5216         Remove case-statement setting skipdirs=target-libiberty for
5217         multiple targets.  Remove checking target_configdirs and
5218         removing target-libiberty but keeping target-libgcc if
5219         otherwise empty.
5220         * Makefile.def (target_modules): Don't add libiberty.
5221         (dependencies): Remove all traces of target-libiberty.
5222         * configure, Makefile.in: Regenerate.
5224 2011-06-13  Walter Lee <walt@tilera.com>
5226         * configure.ac (tilepro-*-*) New case.
5227         (tilegx-*-*): Likewise.
5228         * configure: Regenerate.
5230 2011-06-06  Jing Yu  <jingyu@google.com>
5232         * configure.ac: Skip target-libiberty for
5233         arm*-*-linux-androideabi.
5234         * configure: Regenerated.
5236 2011-06-06  Nick Clifton  <nickc@redhat.com>
5238         * config.sub: Sync from upstream.
5240 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5242         * MAINTAINERS (Write After Approval): Add myself.
5244 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5246         * MAINTAINERS: Update my email address.
5248 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5250         * MAINTAINERS (Write After Approval): Update my email address.
5252 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5254         * MAINTAINERS (Write After Approval): Add myself.
5256 2011-05-08  Doug Kwan  <dougkwan@google.com>
5258         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5259         * configure: Regenerated.
5260         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5261         value from configure.
5262         * Makefile.in: Regenerated.
5264 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5266         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5267         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5268         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5269         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5270         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5271         *-*-vxworks*): Disable newlib and libgloss in separate case
5272         statement.
5273         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5274         to separate case statement.
5275         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5276         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5277         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5278         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5279         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5280         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5281         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5282         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5283         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5284         i[[3456789]]86-*-rdos*, m32r-*-*,
5285         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5286         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5287         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5288         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5289         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5290         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5291         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5292         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5293         and libgloss in main case over targets.  Remove most empty cases
5294         in main case over targets.
5295         * configure: Regenerate.
5297 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5299         * MAINTAINERS (Write After Approval): Add myself.
5301 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5303         * configure.ac: Remove code setting special library locations for
5304         hppa*64*-*-hpux11*.  Remove code setting compiler for
5305         sparc-sun-solaris2*.
5306         * configure: Regenerate.
5308 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5310         * configure.ac: Separate libgloss_dir settings from general case
5311         over targets.
5312         * configure: Regenerate.
5314 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5316         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5317         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5318         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5319         cases in libgcj-disabling case statement.
5320         (hppa*64*-*-linux*): Set unsupported_languages instead of
5321         disabling target-zlib.
5322         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5323         to hppa*64*-*-hpux*.
5324         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5325         hppa*-*-hpux*.
5326         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5327         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5328         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5329         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5330         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5331         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5332         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5333         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5334         libgcj-disabling case statement.
5335         * configure: Regenerate.
5337 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5339         * configure.ac: Disable Java for targets not supporting libffi.
5340         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5341         Remove cases in Java-disabling statement.
5342         (*arm-wince-pe): Change to arm-wince-pe.
5343         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5344         cases in Java-disabling statement.
5345         (bfin-*-*): Don't disable Java again.
5346         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5347         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5348         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5349         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5350         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5351         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5352         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5353         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5354         Java-disabling statement.
5355         (mmix-*-*): Don't disable Java again.
5356         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5357         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5358         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5359         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5360         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5361         statement.
5362         * configure: Regenerate.
5364 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5366         * configure.ac: Separate cases disabling Java and Java libraries
5367         from general case over targets.
5368         * configure: Regenerate.
5370 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5372         * MAINTAINERS: Update my email address.
5374 2011-04-20  Easwaran Raman  <eraman@google.com>
5376         * MAINTAINERS (Write After Approval): Add myself.
5378 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5380         PR lto/48086
5381         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5382         * configure: Regenerate.
5384 2011-04-16  Jim Meyering  <meyering@redhat.com>
5386         * MAINTAINERS (Write After Approval): Add myself.
5388 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5390         * MAINTAINERS: Update my email address.
5392 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5394         * MAINTAINERS (Write After Approval): Add myself.
5396 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5398         * MAINTAINERS (Write After Approval): Add myself.
5400 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5402         * MAINTAINERS (Write After Approval): Add myself.
5404 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5406         * configure.ac (build_tools): Remove build-byacc.
5407         (host_libs): Remove mmalloc.
5408         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5409         autoconf automake libtool diff rcs fileutils shellutils time
5410         textutils wdiff find uudecode hello tar gzip indent recode release
5411         sed perl gawk findutils gettext zip.
5412         (libgcj): Remove target-qthreads.
5413         (target_tools): Remove target-examples target-gperf.
5414         (YACC): Don't handle building byacc.
5415         * configure: Regenerate.
5416         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5417         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5418         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5419         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5420         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5421         handle building components.
5422         * Makefile.in: Regenerate.
5424 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5426         * MAINTAINERS: Update my email address as Xtensa maintainer.
5428 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5430         * config.sub: Sync from upstream.
5432 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5434         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5435         (microblaze*): Don't disable libssp.
5436         * configure: Regenerate.
5438 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5440         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5441         moveifchange.
5442         * configure: Regenerate.
5443         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5444         * Makefile.in: Regenerate.
5446 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5448         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5449         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5450         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5451         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5452         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5453         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5454         md_exec_prefix cases.
5455         * configure: Regenerate.
5457 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5459         * configure.ac: Separate cases disabling target-libssp,
5460         target-libiberty, target-libstdc++-v3 and Fortran from general
5461         case over targets.
5462         * configure: Regenerate.
5464 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5466         * configure.ac (*-*-chorusos): Don't disable libgcj.
5467         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5468         Remove case.
5469         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5470         (arm-*-coff): Don't disable libgcj.
5471         (arm*-*-linux-gnueabi): Remove useless assignment.
5472         (arm-*-riscix*): Don't disable libgcj.
5473         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5474         configuration.
5475         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5476         (c54x*-*-*): Remove case.
5477         (tic54x-*-*): Don't disable GCC or GCC libraries.
5478         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5479         to *.
5480         (d10v-*-*): Don't disable GCC libraries.
5481         (d30v-*-*): Don't disable libgcj.
5482         (h8500-*-*): Don't disable GCC libraries.
5483         (i960-*-*): Don't disable libgcj.
5484         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5485         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5486         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5487         libgcj.
5488         (m68k-*-coff*): Remove case.
5489         (mmix-*-*): Don't disable libgloss on host.
5490         (mn10200-*-*, mn10300-*-*): Remove cases.
5491         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5492         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5493         Don't disable libgcj.
5494         (romp-*-*): Remove case.
5495         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5496         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5497         case.
5498         (v810-*-*): Don't disable GCC libraries.
5499         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5500         (ip2k-*-*): Don't disable GCC libraries.
5501         * configure: Regenerate.
5503 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5505         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5506         libffi on host.
5507         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5508         on host.
5509         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5510         * configure: Regenerate.
5512 2011-03-26  John Marino  <binutils@marino.st>
5514         * configure.ac: Add support for *-*-dragonfly*
5515         * configure: Regenerate.
5517 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5519         * configure.ac (native_only): Remove.
5520         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5521         send-pr uudecode guile gnuserv on host.
5522         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5523         send-pr rcs guile perl texinfo libtool on host.
5524         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5525         automake send-pr rcs guile perl texinfo libtool on host.
5526         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5527         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5528         (alpha*-dec-osf*): Don't disable fileutils on target.
5529         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5530         texinfo send-pr expect dejagnu on target.
5531         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5532         target-qthreads on target.
5533         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5534         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5535         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5536         x86_64-*-mingw*): Don't disable expect on target.
5537         (*-*-cygwin*): Don't disable target-gperf on target.
5538         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5539         gnuserv on target.
5540         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5541         target.
5542         * configure: Regenerate.
5544 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5546         * configure.ac (target_tools): Remove target-groff.
5547         (native_only): Remove target-groff.
5548         (hppa*64*-*-*): Don't disable byacc.
5549         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5550         setting.
5551         (*-*-kaos*): Don't skip target-librx and target-groff.
5552         (*-*-netware*): Don't skip target-libmudflap.
5553         (*-*-tpf*): Don't skip target-libmudflap.
5554         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5555         directories on the host.
5556         (ia64*-*-*vms*): Don't skip tix.
5557         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5558         host.
5559         * configure: Regenerate.
5561 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5563         * configure.ac: Remove references to mt-mep, mt-netware,
5564         mt-wince.
5565         * Makefile.def: Add all-utils soft dependencies.
5566         * Makefile.tpl: Remove GDB_NLM_DEPS.
5567         * configure: Regenerate.
5568         * Makefile.in: Regenerate.
5570 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5572         * configure.ac: Do not include mh-x86omitfp.
5573         * configure: Regenerate.
5575 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5577         * configure.ac: Remove empty cases.
5578         * configure: Regenerate.
5580 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5582         * Makefile.def: Add dependency from termcap to gdb.
5583         * Makefile.in: Regenerate.
5585 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5587         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5588         * configure: Regenerate.
5589         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5590         * Makefile.tpl: Likewise.
5591         * Makefile.in: Regenerate.
5593 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5595         * configure.ac: Remove all mentions of tentative_cc.
5596         * configure: Regenerate.
5598 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5600         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5601         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5602         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5603         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5604         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5605         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5606         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5607         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5608         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5609         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5610         *-*-rhapsody*): Remove host cases.
5611         * configure: Regenerate.
5613 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5615         * configure.ac (ppc*-*-pe): Remove host case.
5616         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5617         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5618         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5619         cases.
5620         * configure: Regenerate.
5622 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5624         * config.sub: Update to version 2011-03-23.
5626 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5628         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5629         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5630         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5631         * configure: Regenerate.
5633 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5635         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
5636         to Write After Approval.
5637         * config-ml.in: Don't handle arc-*-elf*.
5638         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5639         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5640         handle GCC libraries.
5641         * configure: Regenerate.
5643 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5645         PR bootstrap/48120:
5646         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5647         Add -lstdc++ -lm to LIBS.
5648         * configure: Regenerate.
5650 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
5652         * config.guess: Update to version 2011-02-02
5653         * config.sub: Update to version 2011-02-24
5655 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
5657         PR lto/48086
5658         * configure.ac: Re-enable LTO on *-apple-darwin9.
5659         * configure: Regenerate.
5661 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5663         PR lto/48086
5664         * configure.ac: Disable LTO on darwin due to an assembler change in
5665         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5666         under 256.
5667         * configure: Regenerate.
5669 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
5671         * MAINTAINERS: Update myself as score backend maintainer,
5672         update my e-mail address.
5674 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
5676         * MAINTAINERS: Update my e-mail address.
5678 2011-03-06  Joey Ye  <joey.ye@arm.com>
5680         * MAINTAINERS: Update my e-mail address.
5682 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5684         * configure.ac: Adjust test of with_ppl.
5685         * configure: Regenerated.
5687 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5689         * MAINTAINERS: Adjust my e-mail address.
5691 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5693         * configure.ac: Add -lpwl to ppllibs.
5694         * configure: Regenerated.
5696 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5698         * config/cloog.m4: Add -lisl to clooglibs.
5699         * configure: Regenerated.
5701 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5703         * MAINTAINERS (CPU Port maintainers): Add self.
5705 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5707         * MAINTAINERS: Add myself as testsuite maintainer.
5709 2011-02-15  Mike Stump  <mikestump@comcast.net>
5711         * MAINTAINERS: Add myself as testsuite maintainer.
5713 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5715         Import from Libtool and gnulib:
5717         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5719         Prepare for supporting FreeBSD 10.
5720         * config.rpath: Remove handling of freebsd1* which soon would
5721         match FreeBSD 10.0.
5723         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5725         Remove support for FreeBSD 1.x.
5726         * libtool.m4 (_LT_LINKER_SHLIBS)
5727         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5728         soon would incorrectly match FreeBSD 10.0.
5730 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5732         PR binutils/12283
5733         * move-if-change: Import version from gnulib.
5735 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5737         PR lto/47225
5738         * Makefile.def (lto-plugin): Double dash for enable-shared.
5739         (configure-gcc): Depend on all-lto-plugin.
5740         * Makefile.in: Rebuilt.
5742 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5744         * configure.ac: Remove extra bracket.
5745         * configure: Regenerate.
5747 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5749         * MAINTAINERS: Add myself as libquadmath maintainer.
5751 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5753         * MAINTAINERS: Update my email address.
5755 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5757         * MAINTAINERS (option handling): Add self.
5759 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5761         PR lto/47225
5762         * Makefile.def: Add dependency for install-gcc
5763         on install-lto-plugin.
5764         * Makfile.in: Regenerated
5766 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5768         * MAINTAINERS (CPU Port Maintainers): Add myself.
5770 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5772         PR libgcj/44341
5773         * configure.ac: Discard --with-* flags for host when configuring
5774         target libraries for cross build.
5775         * configure: Rebuilt.
5777 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5779         * MAINTAINERS (linear loop transforms): Removed.
5781 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5783         * configure.ac: If with_ppl is no, move setting with_cloog=no
5784         after CLOOG_REQUESTED check.
5785         * configure: Regenerated.
5787 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5789         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5790         CLooG has been requested.
5791         * configure: Regenerated.
5793 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5795         * configure: Regenerated.
5796         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5798 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5800         * configure: Regenerated.
5801         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5803 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5805         * configure.ac: Use AS_HELP_STRING throughout.
5806         * configure: Regenerate.
5808 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
5810         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5811         * configure: Regenerate.
5813 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5815         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5817 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
5819         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5820         for ia64-hpux.
5821         * configure: Regenerate.
5823 2011-01-07  Jan Hubicka  <jh@suse.cz>
5825         PR lto/47225
5826         * Makefile.in: Regenerate.
5827         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5828         configure.
5830 2011-01-07  Jan Hubicka  <jh@suse.cz>
5832         * Makefile.in: Regenerate.
5833         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5834         and configure dependency on lto-plugin configure.
5835         (lto-plugin module): Remove dependency on GCC; add dependency on
5836         liniberty.
5838 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5840         * MAINTAINERS (Write After Approval): Add myself.
5842 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5844         * configure: Regenerate.
5846 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5848         * configure.ac: (picochip): Disable libiberty.
5850 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5852         * MAINTAINERS (Write After Approval): Add myself.
5854 2010-12-10  Ian Lance Taylor  <iant@google.com>
5856         PR bootstrap/46819
5857         * configure.ac: For --disable-libgcj clear libgcj_saved.
5858         * configure: Rebuild.
5860 2010-12-10  Tobias Burnus  <burnus@net-b.de>
5862         PR fortran/46540
5863         * configure.ac: Add --disable-libquadmath and
5864         --disable-libquadmath-support.
5865         * configure: Regenerate.
5867 2010-12-03  Ian Lance Taylor  <iant@google.com>
5869         * MAINTAINERS: Add myself as libgo maintainer.
5871 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5873         PR libffi/46792
5874         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5875         * configure: Regenerate.
5877 2010-12-02  Ian Lance Taylor  <iant@google.com>
5879         * configure.ac: Always set default for poststage1_ldflags to
5880         -static-libstdc++ -static-libgcc.
5882 2010-11-29  Andreas Schwab  <schwab@redhat.com>
5884         * configure.ac: Move comment to remove extra space in last argument
5885         of GCC_TARGET_TOOL.
5887 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5889         PR other/46026
5890         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5891         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5892         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5893         (BASE_FLAGS_TO_PASS): Use it.
5894         * configure: Rebuilt.
5895         * Makefile.in: Rebuilt.
5897 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5899         PR binutils/12258
5900         * configure.ac: Correct comments for --enable-gold/--enable-ld.
5901         Properly check default linker.
5902         * configure: Regnerated.
5904 2010-11-23  Matthias Klose  <doko@ubuntu.com>
5906         * configure.ac: For --enable-gold, handle value `default' instead of
5907         `both*'.  New configure option --{en,dis}able-ld.
5908         * configure: Regenerate.
5910 2010-11-20  Ian Lance Taylor  <iant@google.com>
5912         * configure.ac: Only disable a language library if no language needs
5913         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5914         * configure: Rebuild.
5916 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5918         * Makefile.in: Regenerate.
5920         PR other/46202
5921         * configure.ac: Fix just-built in-tree STRIP name to be
5922         binutils/strip-new.
5923         * configure: Regenerate.
5924         * Makefile.def (install-strip-gcc, install-strip-binutils)
5925         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5926         (install-strip-sid): Mirror dependencies on non-strip variants
5927         of these targets on the respective -strip prerequisites.
5928         * Makefile.tpl (install-strip, install-strip-host)
5929         (install-strip-target): New targets.
5930         (install-strip-[+module+], install-strip-target-[+module+]):
5931         New targets.
5932         * Makefile.in: Regenerate.
5934 2010-11-19  Ian Lance Taylor  <iant@google.com>
5935             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5937         * configure.ac: Add target-libgo to target_libraries.  Set
5938         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5939         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5940         (HOST_EXPORTS): Add GOC.
5941         (BASE_TARGET_EXPORTS): Add GOC.
5942         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5943         (GOCFLAGS_FOR_TARGET): New variable.
5944         (EXTRA_HOST_FLAGS): Add GOC.
5945         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5946         * Makefile.def (target_modules): Add libgo.
5947         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5948         (dependencies): Add dependency from configure-target-libgo to
5949         configure-target-libffi and all-target-libstdc++-v3.  Add
5950         dependencies from all-target-libgo to all-target-libffi.
5951         (languages): Add go.
5952         * configure: Rebuild.
5953         * Makefile.in: Rebuild.
5955 2010-11-19  Ian Lance Taylor  <iant@google.com>
5957         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5958         compiler/flag environment variables.
5960 2010-11-18  Ian Lance Taylor  <iant@google.com>
5962         * configure.ac: Check for lang_requires_boot_languages in
5963         config-lang.in files.
5964         * configure: Rebuild.
5966 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5967             Tobias Burnus  <burnus@net-b.de>
5969         PR fortran/32049
5970         * Makefile.def: Add libquadmath; build it with language=fortran.
5971         * configure.ac: Add libquadmath.
5972         * Makefile.tpl: Handle multiple libs in check-[+language+].
5973         * Makefile.in: Regenerate.
5974         * configure: Regenerate.
5976 2010-11-16  Tom Tromey  <tromey@redhat.com>
5978         * MAINTAINERS: Moved myself to reviewers section.
5980 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5982         * MAINTAINERS: Moved myself to reviewers section.
5984 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5986         * MAINTAINERS (Various Maintainers): Add self for build machinery.
5987         (Write After Approval): Remove self.
5989 2010-11-15  Andreas Schwab  <schwab@redhat.com>
5991         * configure.ac: Fix spelling in option names.
5992         * configure: Regenerated.
5994 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5996         PR bootstrap/39622
5997         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5998         * configure: Regenerated.
6000 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
6002         * MAINTAINERS: Update my email address.
6004 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6006         * configure: Regenerate.
6008 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6010         * configure: Regenerate.
6012 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6014         * configure: Regenerate.
6016 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6018         * configure: Regenerate.
6020 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6022         * configure.ac: Support official CLooG.org versions.
6023         * configure: Regenerate.
6024         * config/cloog.m4: New.
6026 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
6028         * MAINTAINERS (Write After Approval): Add myself.
6030 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
6032         * MAINTAINERS: Update my email address.
6034 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
6036         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6037         * configure: Regenerate.
6039 2010-11-03  Ian Lance Taylor  <iant@google.com>
6040             Dave Korn  <dave.korn.cygwin@gmail.com>
6042         PR lto/46273
6043         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
6044         and on other supported platforms whenever LTO is enabled.
6045         * configure: Rebuild.
6047 2010-11-02  Alan Modra  <amodra@gmail.com>
6049         PR binutils/12110
6050         * configure.ac: Error when source path contains spaces.
6051         * configure: Regenerate.
6053 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
6055         * MAINTAINERS: Update my email address.
6057 2010-10-20  Ian Lance Taylor  <iant@google.com>
6059         * Makefile.def (target_modules): Set lib_path to src/.libs for
6060         libstdc++-v3 module.
6061         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6062         * Makefile.in: Rebuild.
6064 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6066         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6067         (Write After Approval): Remove myself.
6069 2010-10-15  Tristan Gingold  <gingold@adacore.com>
6071         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6073 2010-10-14  Douglas Rupp  <rupp@gnat.com>
6075         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6077 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6079         * configure.ac (build_lto_plugin): New shell variable.
6080         (--enable-lto): Turn on by default for all non-ELF platforms that
6081         have had LTO support added so far.  Set build_lto_plugin appropriately
6082         for both ELF and non-ELF.
6083         (configdirs): Add lto-plugin or not based on build_lto_plugin.
6084         * configure: Regenerate.
6086 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6088         Sync from src:
6089         * configure.ac (v850 support): Remove target-libgloss from
6090         noconfigdirs.
6091         * configure: Regenerate.
6093 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6095         PR bootstrap/45326
6096         PR bootstrap/45174
6097         * configure.ac: Honor initial values of $build_configargs,
6098         $host_configargs, $target_configargs.  Mark the precious, so
6099         environment settings get recorded.
6100         * configure: Regenerate.
6102 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6104         PR bootstrap/45796
6105         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6106         Depend on all-build-libiberty.
6107         * Makefile.in: Regenerate.
6109 2010-09-30  Michael Eager  <eager@eagercon.com>
6111         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6112         * configure: Regenerate.
6114 2010-09-28  Michael Eager  <eager@eagercon.com>
6116         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6118 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6120         PR bootstrap/44621
6121         * configure.ac: Fix unportable shell quoting.
6122         * configure: Regenerate.
6124 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6126         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6127         targets and amend comment.
6128         * configure: Regenerate.
6130 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6132         * MAINTAINERS (Write After Approval): Add myself.
6134 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6136         * configure.ac: Enable LTO by default on Darwin.
6137         * configure: Regenerate.
6139 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6141         * MAINTAINERS (Write After Approval): Add myself.
6143 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6145         * MAINTAINERS (Write After Approval): Add myself.
6147 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6149         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6150         ports
6152 2010-07-28  David Yuste  <david.yuste@gmail.com>
6154         * MAINTAINERS (Write After Approval): Add myself.
6156 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6158         * configure.ac: Support all v850 targets.
6159         * configure: Regenerate.
6161 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6163         PR bootstrap/44455
6164         * configure.ac (extra_mpfr_configure_flags): Copy from
6165         extra_mpc_gmp_configure_flags.
6166         * configure: Re-generated.
6168 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6170         * MAINTAINERS (Write After Approval): Add myself.
6172 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6174         * MAINTAINERS (Write After Approval): Add myself.
6176 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6178         * MAINTAINERS (Write After Approval): Add myself.
6180 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6182         PR target/44862
6183         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6184         Provide -B option to allow for link spec %s substitutions for
6185         libstdc++.a on darwin.
6186         * Makefile.in: Regenerate.
6188 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6190         * MAINTAINERS (Reviewers): Update my e-mail address
6192 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6194         * Makefile.def (configure-gcc): Depend on all-libelf.
6195         * Makefile.in: Rebuild.
6197 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6199         * MAINTAINERS (Write After Approval): Add myself in the right place.
6201 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6203         * MAINTAINERS (Write After Approval): Add myself.
6205 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6207         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6209 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6211         * config.sub: Update to version 2010-05-21.
6212         * config.guess: Update to version 2010-04-03.
6214 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6216         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6217         * configure: Regenerate.
6219 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6221         * MAINTAINERS (Write After Approval): Add myself.
6223 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6225         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6226         a platform that supports LTO.
6227         * configure: Regenerate.
6229 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6231         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6232         * configure: Regenerated.
6234 2010-04-27  Roland McGrath  <roland@redhat.com>
6235             H.J. Lu  <hongjiu.lu@intel.com>
6237         * configure.ac (--enable-gold): Support both, both/gold and
6238         both/bfd to add gold to configdirs without removing ld.
6239         * configure: Regenerated.
6241         * Makefile.def: Add install-gold dependency to install-ld.
6242         * Makefile.in: Regenerated.
6244 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6246         PR lto/42776
6247         * configure.ac (--enable-lto): Refactor handling so libelf tests
6248         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6249         and allow LTO to be explicitly enabled on non-ELF platforms that
6250         are known to support it inside else-clause.
6251         * configure: Regenerate.
6253 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6255         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6256         * configure: Regenerate.
6258 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6260         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6261         * configure: Regenerate.
6263 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6265         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6266         separately.
6267         * configure: Regenerate.
6269 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6271         * MAINTAINERS (Write After Approval): Add myself.
6273 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6275         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6276         * configure: Regenerate.
6278 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6280         * configure: Regenerate after change to elf.m4.
6282 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6284         * MAINTAINERS (Write After Approval): Add myself.
6286 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6288         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6289         * configure: Regenerated.
6291 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6293         * configure.ac: Print "buggy but acceptable" when CLooG
6294         revision is less than 9.
6295         * configure: Regenerated.
6297 2010-04-01  Diego Novillo  <dnovillo@google.com>
6299         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6301 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6303         PR bootstrap/43615
6304         PR bootstrap/43328
6306         Revert:
6308         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6310         * configure.ac: Do not pass --enable-multilib nor
6311         --disable-multilib in baseargs.  Accept explicitly passed
6312         --enable_multilib.
6313         * configure: Regenerate.
6315 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6317         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6319 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6321         * MAINTAINERS: Remove myself.
6323 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6325         PR bootstrap/43328
6326         * configure.ac: Do not pass --enable-multilib nor
6327         --disable-multilib in baseargs.  Accept explicitly passed
6328         --enable_multilib.
6329         * configure: Regenerate.
6331 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6333         * MAINTAINERS (spu port): Remove me.
6335 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6337         * configure.ac (tic6x-*-*): New case.
6338         * configure: Regenerate.
6340 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6342         * config.sub: Update to version 2010-03-22.
6343         * config.guess: Update to version 2009-12-30.
6345 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6347         PR ada/42554
6348         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6349         * configure: Regenerate.
6351 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6353         * MAINTAINERS: Update my email address.
6355 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6357         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6358         (ghassan.shobaki@amd.com): Removed.
6360 2010-03-17  Alan Modra  <amodra@gmail.com>
6362         * MAINTAINERS: Update my email address.
6364 2010-03-16  Diego Novillo  <dnovillo@google.com>
6366         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6367         Matthews.
6369 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6371         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6372         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6374 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6376         * MAINTAINERS: Update my email address.
6378 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6380         * MAINTAINERS: Update my email address.
6382 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6384         * MAINTAINERS: Update my email address.
6386 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6388         * MAINTAINERS: Update my email address.
6390 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6392         PR libstdc++/32499
6393         * configure.ac (RANLIB): Default to true.
6394         (STRIP): Likewise.
6395         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6396         * configure: Regenerate.
6398 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6400         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6401         (Write After Approval): Update my email address.
6403 2010-02-17  Nick Clifton  <nickc@redhat.com>
6405         PR 11238
6406         * Makefile.tpl (local-distclean): Also remove config.cache files in
6407         sub-directories as there may not be Makefiles present in the
6408         sub-directories.
6409         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6410         the config.cache files found by the find command.
6412         * Makefile.in: Regenerate.
6413         * configure.ac: Revert previous delta.
6414         * configure: Regenerate.
6416 2010-02-15  Nick Clifton  <nickc@redhat.com>
6418         PR 11238
6419         * configure.ac: Delete config.cache files in sub-directories when
6420         deleting Makefiles.
6421         * configure: Regenerate.
6423 2010-02-12  Ben Elliston  <bje@gnu.org>
6425         * MAINTAINERS: Update my email address.
6427 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6429         * MAINTAINERS (spu port): Update my email address.
6431 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6433         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6435 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6437         * configure.ac: Add "recommended" version checks for GMP/MPC.
6438         Update recommended GMP/MPFR/MPC versions.
6439         * configure: Regenerate.
6441 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6443         * MAINTAINERS: Move my Embecosm email address into the
6444         write-after-approval section.
6446 2010-01-26  Ian Lance Taylor  <iant@google.com>
6448         * MAINTAINERS: Add myself as Go frontend maintainer.
6450 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6452         PR libstdc++/36101, PR libstdc++/42813
6453         * configure.ac (bootstrap_target_libs): Make inclusion of
6454         target-libgomp conditional on libgomb being in target_configdirs.
6455         * configure: Regenerate.
6457 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6459         PR libstdc++/36101, PR libstdc++/42813
6460         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6461         * configure: Regenerate.
6463 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6465         PR libstdc++/36101, PR libstdc++/42813
6466         * configure.ac (target_configdirs): Substitute.
6467         * Makefile.def: Bootstrap target module libgomp.
6468         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6469         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6470         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6471         * configure, Makefile.in: Regenerate.
6473 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6475         * MAINTAINERS: Adjust my details.
6477 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6479         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6481 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6483         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6485 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6487         * MAINTAINERS (Write After Approval): Add myself.
6489 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6491         * MAINTAINERS (Write After Approval): Add myself.
6493 2010-01-11  Richard Guenther  <rguenther@suse.de>
6495         PR lto/41569
6496         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6497         * Makefile.in: Regenerated.
6499 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6501         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6502         * configure: Regenerate.
6504 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6505             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6507         PR bootstrap/42424
6508         * configure.ac: Include libtool m4 files.
6509         (_LT_CHECK_OBJDIR): Call it.
6510         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6511         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6513         * configure: Regenerate.
6515 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6517         PR bootstrap/41818
6518         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6519         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6520         * Makefile.in: Regenerate.
6522 2010-01-02  Richard Guenther  <rguenther@suse.de>
6524         PR lto/41529
6525         * configure.ac: Include config/elf.m4.  Disable LTO if not
6526         builting for an elf target.
6527         * configure: Regenerate.
6529 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6531         * MAINTAINERS: Change my email address.
6533 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6535         * config.sub, config.guess: Update from upstream sources.
6537 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6539         * MAINTAINERS (Write After Approval): Add myself.
6541 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6543         PR middle-end/30447
6544         PR middle-end/30789
6545         PR other/40302
6547         * configure.ac: Require MPC.
6548         * configure: Regenerate.
6550 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6552         PR target/38384
6553         PR bootstrap/40972
6554         * libtool.m4: Sync from git Libtool.
6555         * ltoptions.m4: Likewise.
6556         * ltversion.m4: Likewise.
6557         * lt~obsolete.m4: Likewise.
6558         * ltmain.sh: Likewise.
6560 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6562         * configure.ac: Update minimum MPC version to 0.8.
6563         * configure: Regenerate.
6565 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6567         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6568         * configure: Regenerated.
6570 2009-11-21  Ian Lance Taylor  <iant@google.com>
6572         * configure.ac: Change default of poststage1_ldflags to be empty if
6573         poststage1_libs is set.  When poststage1_libs is empty, and
6574         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6575         * configure: Rebuild.
6577 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
6579         * MAINTAINERS (Write After Approval): Update my email address.
6581 2009-11-20  Ben Elliston  <bje@au.ibm.com>
6583         * config.guess: Update from upstream sources.
6585 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6587         * Makefile.def: Restore host and target settings for gmp.
6588         * Makefile.in: Rebuild.
6590 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6592         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
6593         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
6594         Fix portability of test of C++ as bootstrap language.  Add
6595         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6596         * configure: Rebuild.
6597         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6598         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
6599         in-tree building.
6600         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6601         (POSTSTAGE1_HOST_EXPORTS): Use it.
6602         (STAGE[+id+]_CXXFLAGS): New.
6603         (BASE_FLAGS_TO_PASS): Pass it down.
6604         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
6605         extra_exports.
6606         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6607         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6608         extra_exports.
6609         * Makefile.in: Rebuild.
6611 2009-11-17  Ben Elliston  <bje@au.ibm.com>
6613         * config.sub, config.guess: Update from upstream sources.
6615 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6617         * MAINTAINERS (Write After Approval): Add myself.
6619 2009-11-09  Jon Beniston  <jon@beniston.com>
6621         * MAINTAINERS (Write After Approval): Add myself.
6623 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
6625         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
6626         paths for *-w64-mingw* and x86_64-*mingw*.
6627         * configure: Regenerated.
6629 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
6631         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6633 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
6635         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6636         Phil Edwards to Write-After Approval.
6638 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
6640         * configure.ac: Disable target-winsup & co for
6641         x86_64-*-mingw* and *-w64-mingw* targets.
6642         * configure: Regenerated.
6644 2009-10-16  Nick Clifton  <nickc@redhat.com>
6646         * MAINTAINERS: Add myself as a maintainer for the RX port.
6648 2009-10-26  Johannes Singler  <singler@kit.edu>
6650         * MAINTAINERS (Write After Approval): Update my e-mail address.
6652 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6654         * configure.ac (CLooG test): Use = with test.
6655         * configure: Regenerate.
6657 2009-10-22  Richard Guenther  <rguenther@suse.de>
6659         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
6660         cloog if the ppl version check failed.  Move flags saving
6661         before setting in libelf check.
6662         * configure: Regenerate.
6664 2009-10-21  Richard Guenther  <rguenther@suse.de>
6666         * configure.ac: Adjust the ppl and cloog configure to work as
6667         documented.  Disable cloog if ppl was disabled.  Omit the version
6668         checks if they were disabled.
6669         * configure: Re-generate.
6671 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6673         * configure.ac: Add 'lto' to enable_languages, not
6674         new_enable_languages, and only if not already present.
6675         * configure: Regenerate.
6677 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
6679         * README: Refer to the various COPYING* files instead of just
6680         COPYING.
6681         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6683 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6685         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6687 2009-10-07  Richard Guenther  <rguenther@suse.de>
6689         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6690         and Richard Guenther as reviewers.
6691         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6692         as reviewers.
6694 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
6696         * config.sub: Update from upstream sources.
6698 2009-10-06  Ian Lance Taylor  <iant@google.com>
6700         * Makefile.def: check-gold depends upon all-gas.
6701         * Makefile.in: Rebuild.
6703 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6705         * MAINTAINERS (Write After Approval): Add myself.
6707 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6709         * Makefile.def: all-lto-plugin depends on all-libiberty.
6710         set bootstrap=true for lto-plugin.
6711         Add lto-plugin.
6712         * Makefile.in: Regenerate.
6713         * configure.ac (host_libs): Add lto-plugin.
6714         * configure: Regenerate.
6716 2009-10-03  Diego Novillo  <dnovillo@google.com>
6718         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6719         (HOST_LIBELFLIBS): Define.
6720         (HOST_LIBELFINC): Define.
6721         * Makefile.in: Regenerate.
6722         * configure.ac: Add --enable-lto.
6723         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6724         If --enable-lto is used, add 'lto' to new_enable_languages.
6725         If --enable-lto is used and gold is enabled, add
6726         lto-plugin to configdirs.
6727         * configure: Regenerate.
6729 2009-10-03  Simon Baldwin  <simonb@google.com>
6731         * configure.ac: If --with-system-zlib, suppress local zlib and
6732         pass --with-system-zlib to subdir configure scripts.
6733         * configure: Regenerate.
6735 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6736             Paolo Bonzini  <bonzini@gnu.org>
6738         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6739         $(srcdir).
6740         * Makefile.in: Rebuilt.
6742 2009-09-26  Gary Funck  <gary@intrepid.com>
6744         * MAINTAINERS (Write After Approval): Add myself.
6746 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6748         * configure.ac: Update minimum MPC version to 0.7.
6749         * configure: Regenerate.
6751 2009-09-25  Nick Clifton  <nickc@redhat.com>
6753         * configure.ac: Pass any --cache-file=/dev/null option on to
6754         subconfigures.
6755         * configure: Regenerate.
6757 2009-09-23  Nick Clifton  <nickc@redhat.com>
6759         * config.sub, config.guess: Update from upstream sources.
6761 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6763         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6764         * Makefile.in: Rebuilt.
6766 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6768         PR bootstrap/32272
6769         * configure.ac: Error out if $srcdir isn't '.' but contains
6770         host-${host_noncanonical}.
6771         * configure: Regenerate.
6773 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6775         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6776         maintainer.
6778 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6780         * configure.ac: If bootstrapping a combined tree with
6781         --enable-gold, require c++ in stage1_languages.
6782         * configure: Regenerate.
6784         * configure.ac: Also add target_libs of stage1_languages to
6785         bootstrap_target_libs.
6786         * configure: Regenerate.
6788         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6789         with --enable-languages not containing c++.
6790         * configure: Regenerate.
6792 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6794         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6795         * configure: Regenerate.
6797 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6799         * MAINTAINERS (Write After Approval): Update my e-mail address,
6800         and move from from here...
6801         (Waiting for paperwork): To here.
6803 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6805         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6807 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6809         * configure.ac: Do not use $extrasub for replacing @if/@endif
6810         parts in Makefile; instead, use additional arguments to
6811         AC_CONFIG_COMMANDS to do the replacement manually, with several
6812         sed invocations, to avoid HP-UX sed command limits.
6813         * configure: Regenerate.
6815 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6817         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6818         blank before -L.
6820 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6822         * configure.ac (with-build-config): Document.  Handle without.
6823         Handle missing argument.
6824         * configure: Rebuilt.
6826 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6828         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6829         Default to bootstrap-debug only if compare-debug works.
6830         * configure: Rebuilt.
6831         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6832         * Makefile.in: Rebuilt.
6834 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6836         * MAINTAINERS (OS Port Maintainers): Update my email address.
6838 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6840         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6841         * Makefile.in: Rebuilt.
6843 2009-09-01  Chris Demetriou  <cgd@google.com>
6845         * MAINTAINERS (Write After Approval): Add myself.
6847 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
6849         PR debug/30161
6850         * include/dwarf2.h (enum dwarf_tag): Added
6851         DW_TAG_GNU_template_template_param
6852         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6854 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6856         * Makefile.tpl (AWK): Fix typo.
6857         * Makefile.in: Regenerate.
6859 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6861         * configure.ac: Detect awk and sed.
6862         * Makefile.def (flags_to_pass): Add AWK and SED.
6863         * Makefile.tpl (AWK, SED): New.
6864         (BASE_FLAGS_TO_PASS): Add AWK and SED.
6865         * configure: Regenerate.
6866         * Makefile.in: Regenerate.
6868 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6870         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6871         (collapseslashes): Likewise.
6873 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6875         * configure.ac (AC_PREREQ): Bump to 2.64.
6877 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6879         * configure.ac: Remove --with-datarootdir, --with-docdir,
6880         --with-pdfdir, --with-htmldir switches.
6881         * configure: Regenerate.
6883         * configure: Regenerate.
6885         * compile: Sync from Automake 1.11.
6886         * depcomp: Likewise.
6887         * install-sh: Likewise.
6888         * missing: Likewise.
6889         * mkinstalldirs: Likewise.
6890         * ylwrap: Likewise.
6892 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6894         * ltmain.sh (func_normal_abspath): New function.
6895         (func_relative_path): Likewise.
6896         (func_mode_help): Document new -bindir option for link mode.
6897         (func_mode_link): Add new -bindir option, and use it to place
6898         output DLL if specified.
6900 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6902         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6903         (baseargs): Add --disable-option-checking.
6904         * configure: Regenerate.
6906         * Makefile.def (configure-target-libiberty): Depend on
6907         all-binutils and all-ld.
6908         (configure-target-newlib): Likewise.
6909         * Makefile.in: Regenerate.
6911 2009-08-17  Ben Elliston  <bje@au.ibm.com>
6913         * config.sub, config.guess: Update from upstream sources.
6915 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6917         Sync from src, merge:
6919         2009-07-02  Tristan Gingold  <gingold@adacore.com>
6921         * configure.ac: Do not exclude gas for i386-*-darwin.
6922         Add a case for x86_64-*-darwin.
6923         * configure: Regenerate.
6925 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6927         * MAINTAINERS: Add my name to Write After Approval list.
6929 2009-08-06  Michael Eager  <eager@eagercon.com>
6931         * configure.ac: Add Microblaze target.
6932         * configure: Regenerate.
6934 2009-07-31  Christian Bruel  <christian.bruel@st.com>
6936         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6937         * configure: Regenerate.
6939 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6941         * MAINTAINERS (Write After Approval): Update my e-mail address.
6943 2009-07-06  Ian Lance Taylor  <iant@google.com>
6945         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6946         * configure: Rebuild.
6948 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6950         * MAINTAINERS: Move myself to the Graphite Reviewers.
6952 2009-06-30  Wei Guozhi  <carrot@google.com>
6954         * MAINTAINERS: Add my name to Write After Approval list.
6956 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
6958         PR bootstrap/40338
6959         * configure.ac (comparestring): Create new variable.
6960         * Makefile.tpl (comparestring): Use to skip some comparisions.
6961         * configure: Regenerate.
6962         * Makefile.in: Regenerate.
6964 2009-06-26  Doug Evans  <dje@sebabeach.org>
6966         * Makefile.def (host_modules): Add cgen.
6967         * Makefile.in: Regenerate.
6968         * configure.ac (host_tools): Add cgen.
6969         * configure: Regenerate.
6971 2009-06-23  DJ Delorie  <dj@redhat.com>
6973         * MAINTAINERS: Add myself as mep maintainer.
6975 2009-06-23  Ian Lance Taylor  <iant@google.com>
6977         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6978         boot_languages.  Only bootstrap target libraries listed in
6979         target_libs for some boot language.  Add --with-stage1-ldflags,
6980         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6981         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6982         if not building with C++.
6983         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6984         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6985         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6986         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6987         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6988         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6989         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6990         * configure, Makefile.in: Rebuild.
6992 2009-06-23  Li Feng  <nemokingdom@gmail.com>
6994         * MAINTAINERS: Added my name to write-after-approval list.
6996 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6998         * configure.ac: Define is_elf for QNX Neutrino targets.
6999         * configure: Regenerate.
7001 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
7003         * MAINTAINERS: Added my name to the write-after-approval list
7005 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7007         * configure.ac: Detect MPC in default directory.
7008         * configure: Regenerate.
7010 2009-06-03  Jerome Guitton  <guitton@adacore.com>
7011             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7013         * Makefile.tpl (all): Avoid a trailing backslash.
7014         * Makefile.in: Regenerate.
7016 2009-06-03  Ben Elliston  <bje@au.ibm.com>
7018         * config.sub, config.guess: Update from upstream sources.
7020 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
7022         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7023         to noconfdirs.
7024         * configure: Regenerate.
7026 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
7028         * Makefile.tpl ([+compare-target+]): Compare all stage
7029         directories, rather than just gcc.
7030         * Makefile.in: Rebuilt.
7032 2009-06-01  Doug Kwan  <dougkwan@google.com>
7034         * configure.ac: Support gold for target arm*-*-*.
7035         * configure: Regenerate.
7037 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7039         * Makefile.def: Add MPC support and dependencies.
7040         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
7042         * Makefile.in, configure: Regenerate.
7044 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
7046         * Makefile.tpl (all): Avoid harmless warning in make all when
7047         gcc-bootstrap is enabled but stage_last does not exist.
7048         * Makefile.in: Rebuilt.
7050 2009-05-24  Nicolas Roche  <roche@adacore.com>
7052         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7053         * Makefile.in: Regenerate.
7055 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
7057         * MAINTAINERS: Update my e-mail address.
7059 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
7061         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
7062         * configure:  Regenerate.
7064 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7066         PR other/40159
7067         * Makefile.tpl (all): Don't assume gcc-bootstrap and
7068         gcc-no-bootstrap are mutually exclusive.
7069         * Makefile.in: Rebuilt.
7071 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7073         PR other/40159
7074         * Makefile.tpl (all): Don't end with unconditional success.
7075         * Makefile.in: Rebuilt.
7077 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
7079         PR target/37137
7080         * Makefile.def (flags_to_pass): Remove redundant and incomplete
7081         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7082         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7083         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
7084         stage_configureflags, stage_cflags and stage_libcflags into
7085         explicit Makefile macros.
7086         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7087         GFORTRAN.
7088         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7089         CC.  Set CC_FOR_BUILD from CC.
7090         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7091         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7092         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7093         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7094         and GFORTRAN.
7095         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7096         (_LIBCFLAGS): Renamed to _TFLAGS.
7097         (do-compare-debug, do-compare3-debug): Drop.
7098         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7099         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7100         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7101         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7102         (XGCC_FLAGS_FOR_TARGET): New.
7103         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7104         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7105         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7106         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7107         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7108         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7109         TFLAGS.
7110         (BUILD_CONFIG): Include if requested.
7111         (all): Set TFLAGS on bootstrap.
7112         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7113         (all-stageid-prefixmodule): Likewise.
7114         (do-clean, distclean-stageid): Set TFLAGS.
7115         (restrap): Fix whitespace.
7116         * Makefile.in: Rebuilt.
7118 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7120         * config.guess: Sync with src.
7122 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7124         * configure.ac ($with_ppl):  Default to no if not supplied.
7125         ($with_cloog):  Likewise.
7126         configure:  Regenerate.
7128 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7130         * MAINTAINERS: Update my e-mail address.
7132 2009-04-27  Nick Clifton  <nickc@redhat.com>
7134         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7136 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7138         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7139         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7140         * Makefile.in: Regenerate.
7142 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7144         PR bootstrap/39739
7145         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7146         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7148         * configure, Makefile.in: Regenerate.
7150 2009-04-21  Taras Glek  <tglek@mozilla.com>
7152         * include/hashtab.h: Update GTY annotations to new syntax
7153         * include/splay-tree.h: Likewise
7155 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7157         * config.sub, config.guess: Update from upstream sources.
7159 2009-04-15  Anthony Green  <green@moxielogic.com>
7161         * configure.ac: Add moxie support.
7162         * configure: Rebuilt.
7164 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7166         * configure.ac: Change copyright header to refer to version
7167         3 of the GNU General Public License and to point readers at the
7168         COPYING3 file and the FSF's license web page.
7169         * Makefile.def: Likewise.
7170         * Makefile.tpl: Likewise.
7171         * Makefile.in: Regenerate.
7173 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7175         * configure.ac: Restore match for darwin9 or later. Use double
7176         brackets since regeneration eats one pair.
7177         * configure: Regenerate.
7179 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7181         PR gas/10039
7182         * configure.ac: Require texinfo 4.7.
7183         * configure: Regenerated.
7185 2009-04-09  Nick Clifton  <nickc@redhat.com>
7187         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7188         the GCC Runtime Library Exception.
7190 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7192         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7193         * configure: Regenerate.
7195 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7197         * Makefil.def (languages): New entries.
7198         * Makefile.tpl (check-gcc-*): New generic target.
7199         * Makefile.in: Regenerate.
7201 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7203         * MAINTAINERS:  Update my email address.
7205 2009-03-18  Tom Tromey  <tromey@redhat.com>
7207         * configure: Rebuild.
7208         * configure.ac (host_libs): Add libiconv.
7209         * Makefile.in: Rebuild.
7210         * Makefile.def (host_modules): Add libiconv.
7211         (configure-gdb, all-gdb): Depend on libiconv.
7213 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7215         * configure.ac: Treat gdb as supported on x86_64-darwin.
7216         * configure: Regenerate.
7218 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7220         * configure.ac (--with-host-libstdcxx): New option.
7221         * configure: Regenerate.
7223 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7225         * MAINTAINERS:  Move myself into the write after approval list.
7227 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7229         * MAINTAINERS: Update e-mail address.
7231 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7233         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7235 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7237         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7239 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7241         Backport from git Libtool:
7243         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7244         Support GNU/kOpenSolaris.
7245         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7246         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7247         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7248         GNU/kOpenSolaris.
7250 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7252         * MAINTAINERS: Update e-mail address.
7254 2009-02-24  Michael Eager  <eager@eagercon.com>
7256         * MAINTAINERS (Write After Approval): Add self.
7258 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7260         * MAINTAINERS (Write After Approval): Add myself.
7262 2009-02-05  Andreas Schwab  <schwab@suse.de>
7264         * Makefile.tpl (stage_last): Define $r and $s before using
7265         $(RECURSE_FLAGS_TO_PASS).
7266         * Makefile.in: Regenerate
7268 2009-01-30  Ian Lance Taylor  <iant@google.com>
7270         * MAINTAINERS: Move myself to the Global Reviewers list.
7272 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7274         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7275         * configure: Regenerate.
7277 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7279         * MAINTAINERS: Make whitespace consistent.
7280         Remove Robert Millan from Write After Approval.
7282 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7284         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7285         (all-opcodes): Depend on all-libiberty.
7286         * Makefile.in: Regenerate.
7288 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7290         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7291         * configure: Regenerate.
7293 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7295         * MAINTAINERS (Write After Approval): Add myself.
7297 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7299         * MAINTAINERS: Add myself to reviewers (Fortran).
7301 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7303         PR tree-optimization/38515
7304         * configure.ac (cloog-polylib): Removed.
7305         (with_ppl, with_cloog): Test for "no".
7306         * configure: Regenerated.
7308 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7310         * MAINTAINERS: Moved myself to reviewers (Fortran).
7312 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7314         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7315         (Write After Approval): Remove myself.
7317 2009-01-03  Diego Novillo  <dnovillo@google.com>
7319         * MAINTAINERS: Remove myself from alias maintainership.
7321 2009-01-02  David Ayers  <ayers@fsfe.org>
7323         * MAINTAINERS: Update e-mail address.
7325 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7327         * MAINTAINERS: Make whitespace consistent.
7329 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7331         Backport from upstream Libtool:
7332         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7333         Add cache variables to tests that require the linker to work.
7334         For shlibpath_overrides_runpath, this also changes the semantics
7335         to let the result from the C compiler take precedence.
7337 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7339         * config.sub, config.guess: Update from upstream sources.
7341 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7343         * configure.ac (ppllibs): Add by default the lib flags.
7344         * configure: Regenerate.
7346 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7348         * MAINTAINERS:  Add myself to the write after approval list.
7350 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7352         * configure.ac: Add double brackets on darwin[912].
7353         * configure: Regenerate.
7355 2008-12-03  Daniel Kraft  <d@domob.eu>
7357         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7358         Approval to Reviewer section (for Fortran front-end).
7360 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7362         * configure.ac: Expand to darwin10 and later.
7363         * configure: Regenerate.
7365 2008-12-02  Andreas Schwab  <schwab@suse.de>
7367         * Makefile.def: configure-target-boehm-gc depends on
7368         all-target-libstdc++-v3.
7369         * Makefile.in: Regenerate.
7371 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7373         * MAINTAINERS:  Add myself as mingw maintainer.
7375 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7377         * config.sub, config.guess: Update from upstream sources.
7379 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7381         * README.SCO: Remove.
7383 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7385         * MAINTAINERS:  Add myself to the write after approval list.
7387 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7389         * MAINTAINERS:  Update my email address in WAA section.
7391 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7393         * MAINTAINERS: Update e-mail address.
7395 2008-11-27  Toon Moene  <toon@moene.org>
7397         * MAINTAINERS: Change e-mail address.
7399 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7401         * configure.ac: Build gdb for i?86-*-darwin*
7402         * configure: Regenerated.
7404 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7406         * MAINTAINERS: Added my full name.
7408 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7410         PR bootstrap/38014
7411         PR bootstrap/37923
7413         Revert:
7415         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7417         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7418         * Makefile.in: Regenerated.
7420         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7422         PR gdb/921
7423         PR gdb/1646
7424         PR gdb/2175
7425         PR gdb/2176
7427         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7428         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7429         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7430         (HOST_EXPORTS): Pass CPPFLAGS.
7431         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7432         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7433         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7434         * Makefile.in, configure: Regenerated.
7435         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7436         and CPPFLAGS_FOR_BUILD.
7438 2008-11-06  Jeff Law  <law@redhat.com>
7440         * MAINTAINERS: Add myself as middle end maintainer.
7442 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7444         * MAINTAINERS (Write after approval): Add myself.
7446 2008-11-05  Diego Novillo  <dnovillo@google.com>
7448         * MAINTAINERS (Global Reviewers): Add myself.
7449         (Non-Algorithmic Maintainers): Remove myself.
7451 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7453         * MAINTAINERS (Write after approval): Add myself.
7455 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7457         * MAINTAINERS (Write after approval): Add myself.
7459 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7461         * configure.ac (spu-*-*): Remove special case.
7462         * configure: Regenerate.
7464 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7466         * MAINTAINERS (Write after approval): Update my email address.
7468 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7470         * configure.ac [spu-*-*]: Do not set skipdirs.
7471         * configure: Re-generate.
7473 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7475         * MAINTAINERS (Various Maintainers): Add myself to reload.
7477 2008-10-25  Richard Guenther  <rguenther@suse.de>
7479         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7480         maintainer.  Remove myself as libgcc-math maintainer.
7481         (Non-Algorithmic Maintainers): Remove myself.
7483 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7485         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7486         * Makefile.in: Regenerated.
7488 2008-10-23  Cary Coutant  <ccoutant@google.com>
7490         * MAINTAINERS (Write after approval): Add myself.
7492 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7494         PR gdb/921
7495         PR gdb/1646
7496         PR gdb/2175
7497         PR gdb/2176
7499         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7500         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7501         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7502         (HOST_EXPORTS): Pass CPPFLAGS.
7503         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7504         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7505         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7506         * Makefile.in, configure: Regenerated.
7507         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7508         and CPPFLAGS_FOR_BUILD.
7510 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7512         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7513         Sebastian Pop.
7515 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7517         * MAINTAINERS (Write After Approval): Added myself.
7519 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7521         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7522         recommended version to 2.3.2.
7524         * configure: Regenerate.
7526 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7528         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7530 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7532         * MAINTAINERS (Write After Approval): Update e-mail address.
7534 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7536         * libtool.m4: Update to libtool 2.2.6.
7537         * lt~obsolete.m4: Update to libtool 2.2.6.
7538         * ltmain.sh: Update to libtool 2.2.6.
7539         * ltsugar.m4: Update to libtool 2.2.6.
7540         * ltversion.m4: Update to libtool 2.2.6.
7541         * ltoptions.m4: Update to libtool 2.2.6.
7542         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7544 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7546         * MAINTAINERS (Write After Approval): Add myself.
7548 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7550         * MAINTAINERS (Write After Approval): Update my name.
7552 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7554         * MAINTAINERS: Add myself in "Write After Approval".
7556 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7558         * MAINTAINERS: Add myself as ia64 maintainer.
7560 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7562         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7563         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7564         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7565         and Michael Tiemann from Write After Approval since they do not
7566         actually have access.
7568 2008-09-05  Richard Guenther  <rguenther@suse.de>
7570         * configure.ac: Initialize clooglibs to -lcloog.
7571         * configure: Re-generate.
7573 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7575         * MAINTAINERS (Write After Approval): Add myself.
7577 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
7579         * configure.ac (--with-cloog-polylib): New.
7580         (--disable-cloog-version-check): New.
7581         (--disable-ppl-version-check): New.
7582         * configure: Re-generate.
7584 2008-09-03  Richard Guenther  <rguenther@suse.de>
7586         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7587         cloog test.
7588         * configure: Re-generate.
7590 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
7592         Add picoChip port.
7593         * MAINTAINERS: Add picoChip maintainers.
7595 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
7596             Tobias Grosser  <grosser@fim.uni-passau.de>
7597             Jan Sjodin  <jan.sjodin@amd.com>
7598             Harsha Jagasia  <harsha.jagasia@amd.com>
7599             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7600             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
7601             Adrien Eliche  <aeliche@isty.uvsq.fr>
7603         Merge from graphite branch.
7604         * configure: Regenerate.
7605         * Makefile.in: Regenerate.
7606         * configure.ac (host_libs): Add ppl and cloog.
7607         Add checks for PPL and CLooG.
7608         * Makefile.def (ppl, cloog): Added modules and dependences.
7609         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7610         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7612 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7614         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7615         (GCC_SHLIB_SUBDIR): New.
7616         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7617         * configure: Regenerate.
7618         * Makefile.in: Regenerate.
7620 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7622         * MAINTAINERS: Consistently use tabs to separate columns.
7624 2008-08-29  Tristan Gingold  <gingold@adacore.com>
7626         * MAINTAINERS (Write after Approval): Add myself.
7628 2008-08-28  Tristan Gingold  <gingold@adacore.com>
7630         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7631         Enable bfd, binutils and opcodes.
7632         * configure: Regenerate.
7634 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7636         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
7638 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7640         * MAINTAINERS:  Use correct Umlaut for last name.
7642 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7644         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7646 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
7648         * MAINTAINERS: Update my email address.
7650 2008-08-16  Nicolas Roche  <roche@adacore.com>
7652         * Makefile.tpl: Add BOOT_ADAFLAGS.
7653         * Makefile.in: Regenerate.
7655 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
7657         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7658         * configure: Regenerate.
7660 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
7662         * configure.ac: Add makefile fragments for hpux.
7663         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7664         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7665         * configure: Regenerate.
7666         * Makefile.in: Regenerate.
7668 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
7670         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7672 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
7674         * MAINTAINERS (Write after Approval): Add myself.
7676 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
7678         * MAINTAINERS (Write After Approval):  Add myself.
7680 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7682         * MAINTAINERS (Write After Approval):  Add myself.
7684 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7686         * MAINTAINERS: Update my email address.
7688 2008-06-25  Joey Ye  <joey.ye@intel.com>
7690         * MAINTAINERS (Write After Approval):  Add myself.
7692 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7694         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7695         * Makefile.in: Regenerate.
7696         * configure: Regenerate.
7698 2008-06-17  Daniel Kraft  <d@domob.eu>
7700         * MAINTAINERS (Write After Approval):  Add myself.
7702 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7704         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7705         "$@" is still intact with both Autoconf 2.59 and 2.62.
7706         * configure: Regenerate.
7708 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7710         * Makefile.tpl: Fix comment errors.
7711         * Makefile.in: Regenerate.
7713 2008-06-12  David S. Miller  <davem@davemloft.net>
7714             David Edelsohn  <edelsohn@gnu.org>
7716         * configure.ac: Add powerpc*-*-* to gold supported targets.
7717         * configure: Regenerate.
7719 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
7721         PR tree-optimization/36218
7722         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7723         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7724         (all prefix="build-"): Pass them to build-system sub-makes.
7725         * Makefile.in: Regenerate.
7727 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7729         * MAINTAINERS (mt port): Remove.
7730         (sco5, unixware, sco udk): Remove.
7731         (Kean Johnston): Add to Write After Approval.
7733 2008-05-30  Julian Brown  <julian@codesourcery.com>
7735         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7736         of libobjc for ARM EABI Linux.
7737         * configure: Regenerate.
7739 2008-05-18  Xinliang David Li   <davidxl@google.com>
7741         * ChangeLog: Remove wrong ChangeLog entry.
7743 2008-05-17  Xinliang David Li   <davidxl@google.com>
7745         * MAINTAINERS (Write After Approval): Add myself.
7747 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7749         * MAINTAINERS (Write After Approval): Add myself.
7751 2008-05-14  Rafael Espíndola  <espindola@google.com>
7753         * config-ml.in: don't handle --enable-shared and --enable-static.
7755 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7757         * MAINTAINERS: Update my email address.
7759 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7761         * MAINTAINERS: Update my email address.
7763 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7765         * MAINTAINERS (Write After Approval): Add myself.
7767 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7769         * MAINTAINERS (Write After Approval): Add myself.
7771 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7773         * MAINTAINERS (crx): Add myself.
7775 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7777         Sync with src:
7778         2008-04-14  David S. Miller  <davem@davemloft.net>
7780         * configure.ac: Add sparc*-*-* to gold supported targets.
7781         * configure: Regenerate.
7783 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7785         PR bootstrap/35457
7786         * configure.ac: Include override.m4.
7787         * configure: Regenerate.
7789 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7791         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7792         * Makefile.in: Regenerate.
7794 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7796         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7797         as nonconfigurable directories list.
7798         * configure: Regenerate.
7800 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7802         * config.sub, config.guess: Update from upstream sources.
7804 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7806         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7807         * Makefile.in: Regenerate.
7809 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7811         * configure.ac: Do not build libssp for the AVR.
7812         * configure: Regenerate.
7814 2008-04-07  Ian Lance Taylor  <iant@google.com>
7816         * Makefile.def: check-gold depends upon all-binutils.
7817         * Makefile.in: Regenerate.
7819 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7821         * MAINTAINERS (Write After Approval): Add myself.
7823 2008-04-04  Nick Clifton  <nickc@redhat.com>
7825         PR binutils/4334
7826         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7827         builds.
7828         * configure: Regenerate.
7830 2008-04-04  NightStrike  <NightStrike@gmail.com>
7832         PR other/35151
7833         * configure.ac: Combine rules for mingw32 and mingw64.
7834         * configure: Regenerate.
7836 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7838         * MAINTAINERS (Write After Approval): Add myself.
7840 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7842         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7843         * Makefile.in (.NOTPARALLEL): Ditto.
7845 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7847         * MAINTAINERS (Write After Approval): Add myself.
7849 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7851         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7852         * Makefile.in (.NOTPARALLEL): Regenerate.
7854 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7856         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7857         * Makefile.in: Regenerate.
7859 2008-03-26  Jakub Staszak  <kuba@et.pl>
7861         * MAINTAINERS (Write After Approval): Add myself.
7863 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7865         * MAINTAINERS:  Update e-mail address.
7867 2008-03-20  Ian Lance Taylor  <iant@google.com>
7869         * configure.ac: Add support for --enable-gold.
7870         * Makefile.def: Add gold as a directory like ld.
7871         * configure, Makefile.in: Regenerate.
7873 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7875         * configure.ac: m4_include config/proginstall.m4.
7876         * configure: Regenerate.
7878         Backport from upstream Libtool:
7880         2007-10-12  Eric Blake  <ebb9@byu.net>
7882         Deal with Autoconf 2.62's semantic change in m4_append.
7883         * ltsugar.m4 (lt_append): Replace broken versions of
7884         m4_append.
7885         (lt_if_append_uniq): Don't require separator to be overquoted,
7886         and avoid broken m4_append.
7887         (lt_dict_add): Fix typo.
7888         * libtool.m4 (_LT_DECL): Don't overquote separator.
7890 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
7892         * config.rpath: Add AIX 6 support.
7894 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7896         * Makefile.def (stageprofile).  Remove -fprofile-generate
7897         from stage_libcflags.
7898         * Makefile.in: Regenerate.
7900 2008-03-13  Ben Elliston  <bje@au.ibm.com>
7902         * config.sub, config.guess: Update from upstream sources.
7904 2008-03-06  Tom Tromey  <tromey@redhat.com>
7906         * MAINTAINERS: Update for treelang deletion.
7908 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7910         * MAINTAINERS: Update my email address.
7912 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7914         * MAINTAINERS (darwin port): Add myself as a maintainer.
7915         (objective-c/c++): Add myself as a maintainer.
7917 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7919         * MAINTAINERS (Write After Approval): Update my email address.
7921 2008-02-25  Tomas Bily  <tbily@suse.cz>
7923         * MAINTAINERS (Write After Approval): Add myself.
7925 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
7927         * MAINTAINERS (OpenMP): Add myself.
7929 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7931         PR bootstrap/32009
7932         PR bootstrap/32161
7934         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7935         * configure: Regenerate.
7937         * Makefile.def: Define stage_libcflags for all bootstrap stages.
7938         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7939         STAGE4_LIBCFLAGS): New.
7940         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7941         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7942         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7943         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7944         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7945         for target modules.  Don't export LIBCFLAGS.
7946         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7947         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7948         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7949         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7950         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7951         * Makefile.in: Regenerate.
7953 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7955         PR libgcj/33085
7956         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7957         Do not use -DDLL_EXPORT.  Backport from upstream.
7959 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7961         * MAINTAINERS (Write After Approval): Add myself.
7963 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7965         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7966         * configure: Regenerate.
7968 2008-01-31  Marc Gauthier  <marc@tensilica.com>
7970         * configure.ac (xtensa*-*-*): Recognize processor variants.
7971         * configure: Regenerate.
7973 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7975         PR bootstrap/34922
7976         * configure.ac (PARSE_ARGS): Push suitable setting of
7977         ac_subdirs_all, for `./configure --help=recursive'.
7978         Handle `+' in generic toplevel directory disabling.
7979         * configure: Regenerate.
7981 2008-01-28  Nick Clifton  <nickc@redhat.com>
7983         * MAINTAINERS (xstormy16): Take over maintainership.
7985 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
7987         * MAINTAINERS (c4x port): Remove.
7989 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
7991         * libtool.m4: Backport AIX 6 support from ToT Libtool.
7993 2008-01-23  Ben Elliston  <bje@au.ibm.com>
7995         * config.sub, config.guess: Update from upstream sources.
7997 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7999         * MAINTAINERS (Write After Approval): Add myself.
8001 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
8003         * MAINTAINERS: Update my email address.
8005 2008-01-09  Raksit Ashok  <raksit@google.com>
8007         * MAINTAINERS (Write After Approval): Add myself.
8009 2008-01-09  Raksit Ashok  <raksit@google.com>
8011         * MAINTAINERS (Write After Approval): Add myself.
8013 2008-01-08  Ben Elliston  <bje@au.ibm.com>
8015         * config.sub, config.guess: Update from upstream sources.
8017 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8019         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8020         Change recommended MPFR from 2.2.1 -> 2.3.0.
8021         * configure: Regenerate.
8023 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
8025         * MAINTAINERS: Update my email address.
8027 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
8029         * MAINTAINERS: Update my email address.
8031 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
8033         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8034         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8035         * Makefile.in: Regenerate.
8037 2007-12-10  Mark Heffernan  <meheff@google.com>
8039         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8040         misplaced entries.
8042 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8044         * configure.ac: Enable libjava for x86_64-*-darwin9.
8045         * configure: Regenerate.
8047 2007-12-07  Bill Maddox  <maddox@google.com>
8049         * MAINTAINERS (Write After Approval): Add myself.
8051 2007-12-05  Ben Elliston  <bje@au.ibm.com>
8053         * config.sub, config.guess: Update from upstream sources.
8055 2007-12-02  Matthias Klose  <doko@ubuntu.com>
8057         * config-ml.in: Remove 64bit configure tests.
8059 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8061         * config-ml.in: Robustify against white space in absolute file
8062         names.
8064         * config-ml.in (multi-clean): Substitute ${Makefile}.
8065         Remove superfluous ${Makefile} in list.
8067 2007-11-19  Thiemo Seufer  <ths@mips.com>
8069         * config-ml.in: Don't hardcode the Makefile name.
8071 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
8073         * MAINTAINERS (Write After Approval): Add myself.
8075 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8077         * MAINTAINERS (Write After Approval): Add myself.
8079 2007-11-06  Doug Kwan  <dougkwan@google.com>
8081         * MAINTAINERS (Write After Approval): Add myself.
8083 2007-10-25  Ben Elliston  <bje@au.ibm.com>
8085         * MAINTAINERS (mercury): Remove entry.
8086         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8088 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8090         * Makefile.def (dependencies): Make configure-gdb depend on
8091         all-intl.
8092         * Makefile.in: Regenerated.
8094 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8096         * MAINTAINERS (Fortran maintainer): Remove myself.
8098 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8100         * Makefile.def: To avoid problems running with parallel makes,
8101         build newlib before libgloss so that target specific header
8102         files are availble.
8103         * Makefile.in: Regenerate
8105 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8107         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8108         * Makefile.in: Regenerate.
8110 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8112         * MAINTAINERS (Register allocation reviewer): Add myself.
8114 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8116         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8117         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8118         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8119         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8120         * configure: Regenerate.
8122 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8124         * MAINTAINERS (Register allocation reviewer): Add myself.
8126 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8128         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8129         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8130         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8131         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8132         * configure.ac: Default them to host tools for $host = $build.
8133         Subst them.
8135         * configure: Regenerate.
8136         * Makefile.in: Regenerate.
8138 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8140         * MAINTAINERS (Register allocation reviewer): Add myself.
8142 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8144         * MAINTAINERS (Register allocation reviewer): Add myself.
8146 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8148         * MAINTAINERS (Write After Approval): Fix typo.
8150 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8152         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8153         * configure: Regenerate.
8155 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8157         PR bootstrap/31906
8158         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8159         they're already prefixed.
8161 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8163         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8164         libstdc++.
8165         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8166         * configure: Regenerate.
8167         * Makefile.in: Regenerate.
8169 2007-09-17  Andreas Schwab  <schwab@suse.de>
8171         * configure.ac: Raise minimum makeinfo version to 4.6.
8172         * configure: Regenerate.
8174 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8176         * MAINTAINERS (write-after-approval) add myself
8178 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8180         * configure.ac: Correct makeinfo version check.
8181         * configure: Regenerate.
8183 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8185         * MAINTAINERS: Update my email address.
8187 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8189         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8190         to $skipdirs and only disable gprof for newlib.  Use the normal
8191         mips*-elf* handling in other respects.
8192         * configure: Regnerate.
8194 2007-09-12  David Daney  <ddaney@avtrex.com>
8196         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8197         enabling libgcj.
8198         * configure: Regenerate.
8200 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8202         PR other/32154
8203         * configure.ac: For libgloss targets, point the linker to the linker
8204         script, startup code and simulator library.
8205         * configure: Regenerate.
8207 2007-09-07  Andrew Haley  <aph@redhat.com>
8209         * configure.ac (noconfigdirs): Remove target-libffi and
8210         target-libjava.
8211         * configure: Regenerate.
8213 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8215         PR target/33281
8216         * configure.ac: Use config/mh-mingw on mingw.
8217         * configure: Regenerate.
8219 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8221         * MAINTAINERS (Write After Approval): Add myself.
8223 2007-09-05  Richard Guenther  <rguenther@suse.de>
8225         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8226         nor --disable-checking is provided also turn on yes and types
8227         checking for stage1.
8228         * configure: Re-generate.
8230 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8232         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8233         (Write After Approval): Remove myself.
8235 2007-08-29  Nick Clifton  <nickc@redhat.com>
8237         * config.sub, config.guess: Update from upstream sources.
8239 2007-08-22  Bud Davis  <jmdavis@link.com>
8241         * MAINTAINERS (Write After Approval): Added myself.
8242         * MAINTAINERS (Reviewers): Removed myself.
8244 2007-08-18  Paul Brook  <paul@codesourcery.com>
8245             Joseph Myers  <joseph@codesourcery.com>
8247         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8248         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8249         * Makefile.in: Regenerate.
8250         * configure.ac (--with-debug-prefix-map): New.
8251         * configure: Regenerate.
8253 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8254             Nigel Stephens  <nigel@mips.com>
8256         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8257         as target_makefile_frag.
8258         * configure: Regenerate.
8260 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8262         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8263         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8264         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8265         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8266         (do-compare, do-compare3, do-compare-debug): New.
8267         ([+compare-target+]): Use them.
8269 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8271         * MAINTAINERS (Write After Approval): Change my email address.
8273 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8274             Ben Elliston  <bje@au.ibm.com>
8276         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8277         --silent if $silent.
8278         * configure: Regenerate.
8280 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8282         * MAINTAINERS (Various Maintainers): Add myself as
8283         loop infrastructure maintainer.  Update my e-mail
8284         address.
8286 2007-07-31  Diego Novillo  <dnovillo@google.com>
8288         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8289         Adjust description.
8291 2007-07-26  Richard Guenther  <rguenther@suse.de>
8293         * configure.ac: Add types checking to stage1 checking flags.
8294         * configure: Regenerate.
8296 2007-07-17  Nick Clifton  <nickc@redhat.com>
8298         * COPYING3: New file.  Contains version 3 of the GNU General
8299         Public License.
8300         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8301         Lesser General Public License.
8303 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8305         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8307 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8309         * MAINTAINERS (S/390 co-maintainer): Add myself.
8310         (Write After Approval): Remove myself.
8312 2007-07-13  Dan Hipschman  <dsh@google.com>
8314         * MAINTAINERS (Write After Approval): Add myself.
8316 2007-07-11  Nick Clifton  <nickc@redhat.com>
8318         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8319         WINDRES export.
8320         * Makefile.in: Regenerate.
8322 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8324         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8325         maintainer.
8327 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8329         * lt~obsolete.m4: New. Import from 20070318 libtool.
8331 2007-07-03  Julian Brown  <julian@codesourcery.com>
8333         * MAINTAINERS (Write After Approval): Add myself.
8335 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8337         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8338         * configure: Regenerate.
8340 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8342         * configure.ac: Add some missing m4 quotation.
8343         * configure: Regenerate.
8345 2007-07-02  Simon Baldwin  <simonb@google.com>
8347         * MAINTAINERS (Write After Approval): Add myself.
8349 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8351         * configure: Regenerate.
8353 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8355         * Makefile.def: Add windmc tool to build.
8356         * Makefile.tpl: Likewise.
8357         * configure.ac: Likewise.
8358         * Makefile.in: Regenerate.
8359         * configure: Regenerate.
8361 2007-06-28  DJ Delorie  <dj@redhat.com>
8363         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8364         not building newlib.
8365         * configure: Regenerated.
8367 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8369         * MAINTAINERS (Write After Approval): Add myself.
8371 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8373         * MAINTAINERS (Write After Approval): Add myself.
8375 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8377         * MAINTAINERS (Write After Approval): Add myself.
8379 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8381         * MAINTAINERS (Write After Approval): Add myself.
8383 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8385         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8386         * Makefile.in: Regenerated.
8388 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8390         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8391         bfin*-*-uclinux* targets.
8392         * configure: Regenerate.
8394 2007-06-14  Ian Lance Taylor  <iant@google.com>
8396         * MAINTAINERS: Add myself as non-algorithmic global write
8397         maintainer.
8399 2007-06-14  Diego Novillo  <dnovillo@google.com>
8401         * MAINTAINERS: Add self as middle-end maintainer and
8402         non-algorithmic global write maintainer.
8404 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8406         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8407         Move all Fortran maintainers except Paul Brook into the
8408         Non-Autopoiesis section.
8410 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8412         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8413         (distclean-stage[+id+]): Possibly delete stage_last.
8414         * Makefile.in: Regenerate.
8416 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8418         * MAINTAINERS (Various Maintainer): Fix typo.
8420 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8422         * MAINTAINERS (Various Maintainer): Add myself as
8423         dataflow maintainer.
8425 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8427         * config.sub, config.guess: Update from upstream sources.
8429 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8431         * Makefile.tpl: Fix spelling error.
8432         * Makefile.in: Regenerate.
8434 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8436         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8437         lt_cv_sys_max_cmd_len.
8439 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8441         * MAINTAINERS (Various Maintainers): Add myself as
8442         auto-vectorizer maintainer.
8444 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8446         PR libjava/32098
8447         * libtool.m4: Revert previous change.
8448         * ltgcc.m4: Put it here.
8450 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8452         * MAINTAINERS (Various Maintainers): Add myself as
8453         auto-vectorizer maintainer.
8455 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8457         PR libjava/32098
8458         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8460 2007-05-30  Richard Guenther  <rguenther@suse.de>
8462         * MAINTAINERS (Various Maintainers): Add myself as
8463         auto-vectorizer maintainer.
8465 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8467         PR bootstrap/29382
8468         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8469         * configure: Rebuilt.
8471 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8473         * MAINTAINERS (Write After Approval): Removed my name.
8475 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8477         * MAINTAINERS (Write After Approval): Remove myself.
8479 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8481         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8483 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8485         * ltmain.sh: Update from ToT Libtool.
8486         * libtool.m4: Update from ToT Libtool.
8487         * ltsugar.m4: New. Update from ToT Libtool.
8488         * ltversion.m4: New. Update from ToT Libtool.
8489         * ltoptions.m4: New. Update from ToT Libtool.
8490         * ltconfig: Remove.
8491         * ltcf-c.sh: Remove.
8492         * ltcf-cxx.sh: Remove.
8493         * ltcf-gcj.sh: Remove.
8495 2007-05-22  Ollie Wild  <aaw@google.com>
8497         * MAINTAINERS (Write After Approval): Add myself.
8499 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8501         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8502         stage_cflags.
8503         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8504         Remove CFLAGS/LIBCFLAGS.
8505         (configure-stage[+id+]-[+prefix+][+module+],
8506         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8507         * Makefile.in: Regenerate.
8509 2007-05-15  Diego Novillo  <dnovillo@google.com>
8511         * MAINTAINERS: Update e-mail address.
8513 2007-05-15  Revital Eres  <eres@il.ibm.com>
8515         * MAINTAINERS (Write After Approval): Add myself.
8517 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8519         * MAINTAINERS (Write After Approval): Updated my address.
8521 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8523         * MAINTAINERS (Write After Approval): Add myself.
8525 2007-05-11  Silvius Rus  <rus@google.com>
8527         * MAINTAINERS (Write After Approval): Add myself.
8529 2007-04-23  Tom Tromey  <tromey@redhat.com>
8531         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8533 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8535         * MAINTAINERS (cpplib): Rename to ...
8536         (libcpp): ... this.  Add C/C++ front end maintainers.
8538 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8540         * config-ml.in: Pass ${ml_config_env} to configure calls.
8542 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8544         * MAINTAINERS (Write After Approval): Add myself.
8546 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8548         * MAINTAINERS (Write After Approval): Add myself.
8550 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8552         * MAINTAINERS (fortran 95 front end): Add myself.
8554 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8556         * MAINTAINERS (Write After Approval): Add myself.
8558 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8560         * MAINTAINERS (Modulo Scheduler): Add myself.
8562 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8564         * MAINTAINERS (fortran 95 front end): Add myself.
8565         (c++ front end): whitespace fix.
8567 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8569         * MAINTAINERS (Write After Approval): Add myself.
8571 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8573         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8574         of glob.  Quote arguments with single quotes too.
8575         * configure: Regenerate.
8577 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8579         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8580         * Makefile.in: Regenerate
8582 2007-03-07  Andreas Schwab  <schwab@suse.de>
8584         * configure: Regenerate.
8586 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
8588         * configure.ac: Add "--with-pdfdir" configure option,
8589         which defines pdfdir variable.
8590         * Makefile.def (target=fixincludes): Add install-pdf to
8591         missing targets.
8592         (recursive_targets): Add install-pdf target.
8593         (flags_to_pass): Add pdfdir.
8594         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8595         target.
8596         * configure: Regenerate
8597         * Makefile.in: Regenerate
8599 2007-02-28  Eric Christopher  <echristo@apple.com>
8601         Revert:
8602         2006-12-07  Mike Stump  <mrs@apple.com>
8604         * Makefile.def (dependencies): Add dependency for
8605         install-target-libssp and install-target-libgomp on
8606         install-gcc.
8607         * Makefile.in: Regenerate.
8609 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
8611         * configure: Regenerate.
8612         * configure.ac: Move statements after variable declarations.
8614 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
8616         * MAINTAINERS: Add myself as sh maintainer.
8618 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
8620         * configure.ac: Adjust for loop syntax.
8621         * configure: Regenerate.
8623 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8625         * configure: Rebuilt.
8627 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8629         * configure.ac: Drop multiple occurrences of --enable-languages,
8630         and fix its quoting.
8631         * configure: Rebuilt.
8633 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
8634             Nathan Sidwell  <nathan@codesourcery.com>
8635             Vladimir Prus  <vladimir@codesourcery.com>
8636             Joseph Myers  <joseph@codesourcery.com>
8638         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8639         * configure: Regenerate.
8641 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
8643         * ltconfig (freebsd*): Default to elf.
8645 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8647         * configure.ac (target_libraries): Move libgcc before libiberty.
8648         * configure: Regenerated.
8650 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8651             Paolo Bonzini  <bonzini@gnu.org>
8653         PR bootstrap/30753
8654         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
8655         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
8656         * configure: Regenerated.
8658 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8660         * MAINTAINERS (Language Front End Maintainers): Update my mail
8661         address.
8663 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8665         PR bootstrap/30748
8666         * configure.ac: Correct syntax for Solaris ksh.
8667         * configure: Regenerated.
8669 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8671         * configure.ac: Sync with src.
8672         * configure: Regenerate.
8674 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8676         * Makefile.in: Regenerate.
8678 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8680         * config.sub: Sync with src.
8682 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8684         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8685         noncanonical equivalents.
8686         * configure.in: Rename to...
8687         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8688         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8689         target_noncanonical.  Use them.  Rewrite removal of configure
8690         arguments for autoconf 2.59.  Discard variable settings.  Force
8691         program_transform_name for native tools.
8693         * Makefile.in: Regenerated.
8694         * configure: Regenerated with autoconf 2.59.
8696 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
8698         * MAINTAINERS (Write After Approval): Add myself.
8700 2007-01-31  Andreas Schwab  <schwab@suse.de>
8702         * Makefile.tpl (LDFLAGS): Substitute it.
8703         * Makefile.in: Regenerate.
8705 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8707         * MAINTAINERS (Write After Approval): Add myself.
8709 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
8711         * MAINTAINERS (spu port): Add myself.
8713 2007-01-23  Richard Guenther  <rguenther@suse.de>
8715         PR bootstrap/30541
8716         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8717         * Makefile.tpl (GNATBIND): Substitute it.
8718         (GNATMAKE): Likewise.
8719         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8720         of STAGE_PREFIX.
8721         * Makefile.in: Regenerate.
8722         * configure: Regenerate.
8724 2007-01-18  Mike Stump  <mrs@apple.com>
8726         * configure.in: Re-enable -Werror for gcc builds.
8728 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8730         * MAINTAINERS (Write After Approval): Add myself.
8732 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8734         * configure.in: Change == to = in test command.
8735         * configure: Regenerate.
8737 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8738             Nick Clifton  <nickc@redhat.com>
8739             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8741         * configure.in (build_configargs, host_configargs, target_configargs):
8742         Remove build/host/target parameters.
8743         (host_libs): Add gmp and mpfr.
8744         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8745         * Makefile.def (gmp, mpfr): New.
8746         (gcc): Remove target.
8747         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8748         target_os, target_vendor): New.
8749         (configure): Add host_alias/target_alias arguments; adjust invocations.
8750         * configure: Regenerate.
8751         * Makefile.in: Regenerate.
8753 2007-01-11  Matt Fago  <fago@earthlink.net>
8755         * configure.in: Try to link to functions only in mpfr 2.2.x
8756         to improve robustness of configure tests.
8757         * configure: Regenerate.
8759 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8761         * MAINTAINERS: Add myself as i386 maintainer.
8763 2007-01-08  Jan Hubicka  <jh@suse.cz>
8765         * MAINTAINERS: Add myself as i386 maintainer.
8767 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8769         * configure.in: Add support for an x86_64-mingw* target.
8770         * configure: Regenerate.
8772 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8774         * Makefile.tpl (all-target): Correct @if conditional for target
8775         modules.
8776         * configure.in: Omit libiberty if building only target libgcc.
8777         * configure, Makefile.in: Regenerated.
8779 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8781         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8782         * configure: Regenerate.
8784 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8786         * Makefile.def (target_modules): Add libgcc.
8787         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8788         * Makefile.tpl (clean-target-libgcc): Delete.
8789         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8790         on gcc even for bootstrapped modules.  Rewrite handling of
8791         lang_env_dependencies to loop over target_modules.
8792         * configure.in (target_libraries): Add target-libgcc.
8793         * Makefile.in, configure: Regenerated.
8795 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8797         * configure.in: Reorganize recognition of languages.  Add
8798         --enable-stage1-languages.  Show supported languages for the chosen
8799         target rather than all recognized languages.
8800         * configure: Regenerate.
8802 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8804         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8805         * Makefile.in: Regenerate.
8807 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8809         * configure.in: Warn that MPFR 2.2.0 is buggy.
8810         * configure: Regenerate.
8812 2006-12-27  Ian Lance Taylor  <iant@google.com>
8814         * configure.in: When removing Makefiles to force a reconfigure, also
8815         remove prev-DIR*/Makefile.
8816         * configure: Regenerate.
8818 2006-12-22  Andreas Schwab  <schwab@suse.de>
8820         * configure: Regenerate with correct autoconf version.
8822 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8824         * configure.in: add AC_SUBST for *_FOR_TARGET.
8825         * configure: Regenerate.
8827 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8829         * configure.in: Simplify logic for rejecting languages that cannot
8830         be built.  Separate the case when a language is unsupported,
8831         from the case when the user chooses not to build a language.
8833 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8835         * configure.in: Remove "$build" case for powerpc-*-darwin* since
8836         it only affects bootstrap and could be tested on "$host" as well.
8837         * configure: Regenerate.
8838         * config/mh-ppc-darwin: Add to the stage1 cflags here.
8840 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8842         PR bootstrap/29544
8843         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8844         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8845         move here comment from Makefile.tpl.
8846         * Makefile.tpl: Move some definitions higher in the file.
8847         (STAGE1_CHECKING): New.
8848         * configure.in: Add --enable-stage1-checking.
8849         * configure: Regenerate.
8850         * Makefile.in: Regenerate.
8852 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8854         * MAINTAINERS: Add myself as build system maintainer.
8856 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8858         * MAINTAINERS (Write After Approval): Add myself.
8860 2006-12-13  Eric Christopher  <echristo@apple.com>
8862         * MAINTAINERS: Add myself as darwin maintainer.
8864 2006-12-11  Ian Lance Taylor  <ian@airs.com>
8866         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8868 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8870         MAINTAINERS: Update my entry.
8872 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
8874         * configure.in:  Handle spu makefile frag.
8875         * Makefile.tpl (MAINT): Define
8876         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8877         * configure: Regenerate.
8878         * Makefile.in: Regenerate.
8880 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8882         * config.guess: Import latest version.
8883         * config.sub: Likewise.
8885 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8887         * configure.in (spu-*-*): Don't skip target-libiberty.
8888         * configure: Regenerate.
8890 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8892         PR bootstrap/30134
8893         * configure.in: Correct x86 darwin support for libjava to powerpc
8894         and i?86 only.
8895         * configure: Regenerate.
8897 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
8899         * configure.in: Add x86 darwin support for libjava.
8900         * configure: Regenerate.
8902 2006-12-07  Mike Stump  <mrs@apple.com>
8904         * Makefile.def (dependencies): Add dependency for
8905         install-target-libssp and install-target-libgomp on
8906         install-gcc.
8907         * Makefile.in: Regenerate.
8909 2006-12-04  Richard Guenther  <rguenther@suse.de>
8911         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8912         (Non-Algorithmic Maintainers): Move over non-algorithmic
8913         loop optimizer maintainers, add myself as a non-algorithmic
8914         middle-end maintainer.
8916 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8918         * MAINTAINERS (Write After Approval): Add myself.
8920 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8922         * configure.in: Update error message for missing GMP/MPFR.
8924         * configure: Regenerate.
8926 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8928         * configure.in: Update MPFR version in error message.
8930         * configure: Regenerate.
8932 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8934         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8935         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8936         --with-gmp-lib): New flags.
8938         * configure: Regenerate.
8940 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8942         * MAINTAINERS (Write After Approval): Change my email address.
8944 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8946         * MAINTAINERS (Write After Approval): Add myself.
8948 2006-11-22  Philipp Thomas  <pth@suse.de>
8950         * MAINTAINERS (i18n): Update e-mail address.
8952 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8954         * MAINTAINERS (spu port): Add myself as maintainer.
8955         (Write After Approval): Remove myself.
8957 2006-11-22  Ben Elliston  <bje@au.ibm.com>
8959         * configure.in (skipdirs): Don't build libssp for SPU.
8960         * configure: Regenerate.
8962 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8964         * MAINTAINERS (spu port): Add myself as maintainer.
8965         (libobjc): Update my email address.
8967 2006-11-21  Andrea Bona  <andrea.bona@st.com>
8969         * MAINTAINERS (Write After Approval): Add myself.
8971 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8973         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8974         * configure : Rebuilt.
8976 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8978         * MAINTAINERS (Write After Approval): Add myself.
8980 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8982         * MAINTAINERS (Write After Approval): Add myself.
8984 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8986         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8987         libmpfr.a.
8988         * configure: Regenerate.
8990 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8992         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8993         (unstage): Test for stage_last presence.
8995         PR bootstrap/29802
8996         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8997         STAGE_PREFIX.
8998         * Makefile.in: Regenerate.
9000 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
9002         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9003         maintainers.
9005 2006-11-14  Erven Rohou  <erven.rohou@st.com>
9007         * MAINTAINERS (Write After Approval): Add myself.
9009 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
9011         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9012         and stageN-package/Makefile.
9013         * Makefile.in: Regenerated.
9015 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
9017         * configure.in: Remove target-libgloss from noconfigdirs for
9018         bfin-*-*.
9019         * configure: Regenerated.
9021 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9023         * configure.in (have_gmp): Only error if the gcc directory exists.
9025         * configure: Regenerate.
9027 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9029         * configure.in: Robustify error message for missing GMP/MPFR.
9031         * configure: Regenerate.
9033 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
9035         * MAINTAINERS (Write After Approval): Add myself.
9037 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
9039         * MAINTAINERS: Change email address.
9041 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
9043         * MAINTAINERS (Write After Approval): Add myself.
9045 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
9047         * MAINTAINERS (Write After Approval): Add myself.
9049 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
9051         * MAINTAINERS (Write After Approval): Move myself to
9052         Write After Approval section.
9054 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9056         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
9057         need_gmp anymore.
9058         * configure: Regenerate.
9060 2006-10-16  Tobias Burnus  <burnus@net-b.de>
9062         * MAINTAINERS (Write After Approval): Add myself.
9064 2006-10-16  Ben Elliston  <bje@au.ibm.com>
9066         * config.guess: Import latest version.
9067         * config.sub: Likewise.
9069 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
9071         * Makefile.def: Added pdf target handling.
9072         * Makefile.tpl: Added pdf target handling.
9073         * Makefile.in: Regenerated.
9075 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
9077         * MAINTAINERS: Add self as score port maintainer.
9079 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
9081         * MAINTAINERS (Write After Approval): Add myself.
9083 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
9085         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
9086         or newer.
9087         * configure: Regenerated.
9089 2006-09-27  Dave Brolley  <brolley@redhat.com>
9091         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9092         using $s instead of $r.
9093         * configure: Regenerated.
9095 2006-09-26  Thiemo Seufer  <ths@mips.com>
9097         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9098         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9099         * configure: Regenerate.
9101 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9103         * MAINTAINERS (Write After Approval): Remove myself.
9105 2006-09-22  Chao-ying Fu  <fu@mips.com>
9107         * MAINTAINERS (Write After Approval): Add myself.
9109 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9111         * MAINTAINERS: Add self as soft-fp maintainer.
9113 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9115         * MAINTAINERS: Add myself as avr maintainer.
9116         Remove Marek Michalkiewicz as avr maintainer.
9118 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9120         * MAINTAINERS (Write After Approval): Add myself.
9122 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9124         * configure.in: Never build newlib for a Mingw host.
9125         Never build newlib as Mingw target library.
9126         Test the existence of winsup/cygwin for building a Cygwin newlib,
9127         rather than just winsup.
9128         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9129         building a Mingw target.
9130         * configure: Regenerate.
9132 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9134         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9136 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9138         * config.guess: Import from src (was more updated).
9139         * config.sub: Likewise.
9141 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9143         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9144         * configure: Regenerated.
9146 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9148         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9149         for stages after the first.
9151 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9153         * Makefile.def: Add dependencies for configure-opcodes
9154         on configure-intl and all-opcodes on all-intl.
9155         * Makefile.in: Regenerated.
9157 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9159         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9161 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9163         Port to hosts whose 'sort' and 'tail' implementations
9164         treat operands with leading '+' as file names, as POSIX
9165         has required since 2001.  However, make sure the code still
9166         works on pre-POSIX hosts.
9167         * ltmain.sh: Don't assume "sort +2" is equivalent to
9168         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9170 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9172         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9174 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9176         * ltconfig: chmod 644 before ranlib during install.
9178 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9180         PR bootstrap/18058
9181         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9182         if the bootstrap compiler is a GCC version that supports it.
9183         * configure: Regenerate.
9185 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9187         * configure.in: Fix thinkos in previous check-in.
9188         * configure: Regenerate.
9190 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9192         PR other/27063
9193         * configure.in: Test subdir_requires and give an appropriate
9194         error message.
9195         * configure: Regenerate.
9197 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9199         * MAINTAINERS (Write After Approval): Add myself.
9201 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9203         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9205 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9207         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9209 2006-06-20  David Ayers  <d.ayers@inode.at>
9211         PR bootstrap/28072
9212         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9213         whether target-libjava is being configured instead of whether the
9214         java front end is enabled.
9215         * configure: Regenerate.
9217 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9219         PR target/27540
9220         * configure.in: Only enable libgomp on IRIX 6.
9221         * configure: Regenerate.
9223 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9225         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9226         too.
9227         * Makefile.in: Regenerate.
9229 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9231         * config-ml.in: Alter CCASFLAGS to include special
9232         multilib options the same as is done for CFLAGS.
9234 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9236         * configure.in: Don't enable libgomp on hpux10.
9237         * configure: Rebuilt.
9239 2006-06-12  David Ayers  <d.ayers@inode.at>
9241         PR bootstrap/27963
9242         PR target/19970
9243         * configure.in: Remove target-boehm-gc from noconfigdirs where
9244         ${libgcj} is specified.
9245         * configure: Regenerate.
9247 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9249         Sync from src:
9251         * configure.in: Sync.
9252         * configure: Regenerated.
9254         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9256         * Makefile.def: Added dependencies from sim and gdb on intl, and
9257         added configure dependencies to everything with an all dependency
9258         on intl.
9259         * Makefile.in: Regenerated.
9261 2006-06-06  David Ayers  <d.ayers@inode.at>
9263         PR libobjc/13946
9264         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9265         * Makefile.in: Regenerate.
9266         * configure.in: Add --enable-objc-gc at toplevel and have it
9267         enable boehm-gc for Objective-C.
9268         Remove target-boehm-gc from libgcj.
9269         Add target-boehm-gc to target_libraries.
9270         Add target-boehm-gc to noconfigdirs where ${libgcj}
9271         is specified.
9272         Assert that boehm-gc is supported when requested for Objective-C.
9273         Only build boehm-gc if needed either for Java or Objective-C.
9274         * configure: Regenerate.
9276 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9278         PR 27674
9279         * Makefile.tpl (configure-[+prefix+][+module+],
9280         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9281         Remove rule to unstage bootstrapped modules.
9282         (stage_current): New.
9283         * Makefile.in: Regenerate.
9285 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9287         * MAINTAINERS (Write After Approval): Update my e-mail address.
9289 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9291         * include/libiberty.h: Declare pex_run_in_environment.
9293 2006-05-31  Asher Langton  <langton2@llnl.gov>
9295         * MAINTAINERS (Write After Approval): Add myself.
9297 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9299         * Makefile.def (bfd, opcodes): Fix lib_path.
9300         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9301         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9302         * Makefile.in: Regenerate.
9304 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9306         * Makefile.in: Regenerate.
9308 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9310         * Makefile.def: Add install-html target. Add datarootdir
9311         docdir and htmldir to flags_to_pass.
9312         * Makefile.tpl: Add install-html target.
9313         * Makefile.in: Regenerate.
9314         * configure.in: Add --with-datarootdir, --with-docdir, and
9315         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9316         * configure: Regenerate.
9318 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9320         * configure.in: Enable gprof for cross builds.
9321         * configure: Regenerate.
9323 2006-05-22  Richard Guenther  <rguenther@suse.de>
9325         Revert
9326         2006-01-31  Richard Guenther  <rguenther@suse.de>
9327         Paolo Bonzini  <bonzini@gnu.org>
9329         * Makefile.def (target_modules): Add libgcc-math target module.
9330         * configure.in (target_libraries): Add libgcc-math target library.
9331         (--enable-libgcc-math): New configure switch.
9332         * Makefile.in: Re-generate.
9333         * configure: Re-generate.
9334         * libgcc-math: New toplevel directory.
9336 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9337             Andreas Tobler  <a.tobler@schweiz.ch>
9339         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9340         * configure: Rebuilt.
9342 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9344         * MAINTAINERS (Write After Approval): Add myself.
9346 2006-05-01  DJ Delorie  <dj@redhat.com>
9348         * configure.in: Restore CFLAGS if GMP isn't present.
9349         * configure: Regenerate.
9351 2006-05-01  Richard Guenther  <rguenther@suse.de>
9353         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9354         maintainer.
9356 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9358         * MAINTAINERS (Write After Approval): Add myself.
9360 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9362         * MAINTAINERS (Write After Approval): Add myself.
9364 2006-04-18  DJ Delorie  <dj@redhat.com>
9366         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9367         reference libgloss so that libssp can be built in a combined
9368         tree.
9369         * configure: Regenerate.
9371 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9373         * MAINTAINERS (Write After Approval): Add myself.
9375 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9377         * configure.in: Require makeinfo 4.4 or higher.
9378         * configure: Regenerate.
9380 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9382         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9383         Rearrange the entries of other libraries to have them in one place.
9385 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9387         * MAINTAINERS (Write After Approval): Remove myself.
9388         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9390 2006-03-14  Richard Guenther  <rguenther@suse.de>
9392         * configure: Regenerate with autoconf 2.13.
9394 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9396         * MAINTAINERS: Use my work address.
9398         * MAINTAINERS: Update my E-mail address.
9400 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9402         * configure.in: Handle --disable-<component> generically.
9403         * configure: Regenerate.
9405 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9407         PR libgcj/17311
9408         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9410 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9412         * MAINTAINERS (Write After Approval):  Remove myself.
9413         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9415 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9417         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9418         (TARGET_CONFIGDIRS): Remove.
9419         * configure.in: Remove AC_SUBST(target_configdirs).
9420         * Makefile.in, configure: Regenerated.
9422 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9424         * MAINTAINERS (Write After Approval):  Remove myself.
9425         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9427 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9429         PR bootstrap/25670
9431         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9433         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9434         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9435         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9436         BUILD_PREFIX, BUILD_PREFIX_1.
9437         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9439         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9440         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9442         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9443         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9444         of `cat stage_current`.  Always provide the `r' and `s' variables.
9445         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9446         a single shell execution.
9447         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9448         bootstrapped modules, make the stage1 module if the build was not
9449         started yet, else build the current stage.
9450         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9451         (all-build, all-host, all-target, [+make_target+]-host,
9452         [+make_target+]-target): Do not use \-continued lines.
9453         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9454         (current_stage, restrap, stage_last): New.
9456         * Makefile.in: Regenerate.
9457         * configure: Regenerate.
9459 2006-02-19  Bud Davis  <jmdavis@link.com>
9461         * MAINTAINERS (Write After Approval):  Remove myself.
9462         (Language Front End Maintainers):  Add myself as fortran 95
9463         maintainer and update e-mail address.
9465 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9467         * MAINTAINERS (Write After Approval):  Remove myself.
9468         (Language Front End Maintainers):  Add myself as fortran 95
9469         maintainer.
9471 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9473         * MAINTAINERS (Write After Approval): Add myself.
9475 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9477         * MAINTAINERS (Write After Approval):  Remove myself.
9478         (Language Front End Maintainers):  Add myself as
9479         fortran 95 maintainer.
9481 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9483         Sync from src:
9485         2005-12-27  Leif Ekblad  <leif@rdos.net>
9487         * configure.in: Add support for RDOS target.
9488         * configure: Regenerate.
9490 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9491             Andreas Schwab  <schwab@suse.de>
9493         * configure: Regenerate.
9495 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9497         * configure.in (enable_libgomp): Add AIX.
9498         * configure: Regenerate.
9500 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9502         * MAINTAINERS (Write After Approval): Add myself.
9504 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9506         * MAINTAINERS (Write After Approval): Add myself.
9508 2006-01-31  Richard Guenther  <rguenther@suse.de>
9509         Paolo Bonzini  <bonzini@gnu.org>
9511         * Makefile.def (target_modules): Add libgcc-math target module.
9512         * configure.in (target_libraries): Add libgcc-math target library.
9513         (--enable-libgcc-math): New configure switch.
9514         * Makefile.in: Re-generate.
9515         * configure: Re-generate.
9516         * libgcc-math: New toplevel directory.
9518 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9520         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9521         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9522         the assembler, linker and binutils.
9523         * configure: Regenerate.
9525 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9527         * MAINTAINERS (Write After Approval): Add myself.
9529 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9531         * configure: Regenerate.
9533 2006-01-18  Richard Henderson  <rth@redhat.com>
9534             Jakub Jelinek  <jakub@redhat.com>
9535             Diego Novillo  <dnovillo@redhat.com>
9537         * libgomp: New directory.
9538         * Makefile.def: Add target_module libgomp.
9539         * Makefile.in: Regenerate.
9540         * configure.in (target_libraries): Add target-libgomp.
9541         * configure: Regenerate.
9543 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9545         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9546         @ from continuation.
9547         * Makefile.in: Rebuilt.
9549 2006-01-04  Chris Lattner  <sabre@gnu.org>
9551         * MAINTAINERS (Write After Approval): Add myself.
9553 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9555         PR bootstrap/24252
9557         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9558         * Makefile.tpl (OBJDUMP): New.
9559         (EXTRA_HOST_FLAGS): Add it.
9560         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9562         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9563         to use symbolic links between directories.  Avoid race conditions
9564         or make them harmless.
9565         * configure.in: Do not try to use symbolic links between directories.
9567         * Makefile.def (LEAN): Pass.
9568         * Makefile.tpl (LEAN): Define.
9569         (stage[+id+]-start): Accept that the previous directory does not
9570         exist, if the bootstrap is lean.
9571         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9572         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9573         configure substitution.
9574         ([+compare-target+]): Likewise.
9575         ([+bootstrap-target+]-lean): New.
9576         * configure.in: Remove lean bootstrap support from here.
9578         * Makefile.in: Regenerate.
9579         * configure: Regenerate.
9581 2006-01-04  Ben Elliston  <bje@au.ibm.com>
9583         * MAINTAINERS (libdecnumber): Add myself.
9585 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
9587         * libtool-ldflags: New script.
9589 2006-01-02  Andreas Schwab  <schwab@suse.de>
9591         * configure.in: When reconfiguring remove Makefile in
9592         all stage directories.
9593         * configure: Regenerate.
9595 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
9597         * MAINTAINERS: Update my email address.
9599 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
9601         Revert Ada-related part of the previous change.
9603         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9604         Do not pass.
9605         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9606         * Makefile.in: Regenerate.
9607         * configure.in: Do not include mt-ppc-aix target fragment.
9608         * configure: Regenerate.
9610 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
9612         * configure.in: Select appropriate fragments for PowerPC/AIX.
9613         * configure: Regenerate.
9615         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9616         BOOT_CFLAGS, BOOT_LDFLAGS.
9617         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9618         BOOT_CFLAGS, BOOT_LDFLAGS.
9619         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9620         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9621         (stage): Fail if we cannot complete the work.
9622         * Makefile.in: Regenerate.
9624 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9626         * configure.in: Replace ms1 with mt.
9627         * configure: Rebuilt.
9629 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
9631         * MAINTAINERS: Update my email address.
9633 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
9635         * Makefile.tpl (all, do-[+make_target+], do-check, install,
9636         install-host-nogcc): Don't invoke $(stage) at the end.
9637         * Makefile.in: Regenerate.
9639 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
9641         * configure.in: Flip the top-level bootstrap switch.
9642         * configure: Regenerate.
9644 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
9646         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9647         $(stage) and $(unstage).
9648         (EXTRA_TARGET_FLAGS): Correct double-quoting.
9649         (all): Remove stray semicolon.
9650         (local-distclean): Don't handle multilib.tmp and multilib.out.
9651         (install.all): Set $s for consistency.
9652         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9653         check_multilibs setting.  Always make the install directory.
9654         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9655         Correct @if/@endif.
9656         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9657         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9658         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9659         (multilib.out): Remove.
9660         * Makefile.in: Regenerated.
9662 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
9664         * MAINTAINERS (Write After Approval): Add myself.
9666 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9668         * MAINTAINERS: Add myself as mt maintainer.
9670         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
9672 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
9674         * MAINTAINERS: Change email address.
9676 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
9678         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9679         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9680         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9681         Find in-tree tools if available.
9682         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9683         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9684         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9685         (COMPILER_*_FOR_TARGET): New.
9686         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9687         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9688         (CONFIGURED_*, USUAL_*): Remove.
9689         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9690         STRIP): Use autoconf substitutions.
9691         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9692         COMPILER_NM_FOR_TARGET): New.
9693         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9695         (all): Make all-host and all-target in parallel.
9696         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9697         that $$r and $$s are set before invoking a recursive make.
9698         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9699         ([+bootstrap-target+]): Inline most of the `all' target.
9701 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9703         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9704         from the gcc build directory.
9705         * Makefile.in: Regenerate.
9707 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9709         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9710         depend on all-libdecnumber.
9711         * configure.in (host_libs): Include libdecnumber.
9712         * Makefile.in: Regenerate.
9713         * configure: Likewise.
9715 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9717         * libdecnumber: Import decNumber sources from the dfp-branch.
9719 2005-11-21  Kean Johnston  <jkj@sco.com>
9721         * config.sub, config.guess: Sync from upstream sources.
9723 2005-11-21  Ben Elliston  <bje@au.ibm.com>
9725         Import from Autoconf sources:
9727         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9728         * config/move-if-change: Don't output "$2 is unchanged";
9729         suggested by Ben Elliston.  Handle weird characters correctly.
9731 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9733         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9734         to match upstream libtool for darwin.
9736 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9738         * Makefile.def: Remove gdb dependencies for gdbtk.
9739         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9740         (configure-gdb, install-gdb): New rules.
9741         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9742         * Makefile.in, configure: Regenerated.
9744 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9746         * MAINTAINERS (Write After Approval): Add myself.
9748 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9750         * MAINTAINERS (Write After Approval): Add myself.
9752 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9754         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9755         Diego Novillo.
9757 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9759         PR bootstrap/24297
9760         * Makefile.tpl (do-[+make-target+], do-check, install,
9761         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9762         are set before recursing.
9763         * Makefile.in: Regenerate.
9765 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9767         PR bootstrap/18939
9768         * Makefile.def (gcc) <target>: Fix thinko.
9769         * Makefile.in: Regenerate.
9771 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9773         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9774         * configure: Regenerate.
9776 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9778         * MAINTAINERS (Write After Approval): Add self.
9780 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9782         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9783         target-libffi, target-qthreads, target-libjava, and
9784         targetlibobjc.
9785         * configure: Regenerate.
9787 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9789         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9790         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9791         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9792         (USUAL_OBJDUMP_FOR_TARGET): New.
9793         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9794         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9795         * configure, Makefile.in: Regenerated.
9797 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9799         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9800         before other host packages.
9802 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9804         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9806 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9808         PR bootstrap/22340
9810         * configure.in (default_target): Remove.
9811         * Makefile.tpl (all): Do not use prerequisites as subroutines
9812         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9813         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9814         use prerequisites as subroutines.
9815         (check-host, check-target): New.
9816         (bootstrap configure & all targets): Do not use stage*-start
9817         if the directory layout is already ok.
9818         (non-bootstrap configure & all targets): Prepend a $(unstage).
9819         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9820         (NOTPARALLEL): Remove.
9821         (unstage, stage variables): New variables.
9822         (unstage, stage targets): Simply expand to those variables.
9824         * configure: Regenerate.
9825         * Makefile.in: Regenerate.
9827 2005-10-04  James E Wilson  <wilson@specifix.com>
9829         * Makefile.def (lang_env_dependencies): Add libmudflap.
9830         * Makefile.in: Regenerate.
9832 2005-10-03  Andreas Schwab  <schwab@suse.de>
9834         Backport from libtool CVS:
9835         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9837         * ltmain.sh: add support for installing into temporary
9838         staging area (e.g. 'make install DESTDIR=...')
9840 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9842         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9843         * configure: Regenerated.
9845 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9847         * configure: Regenerate with the correct
9848         autoconf version.
9850 2005-09-30  Catherine Moore  <clm@cm00re.com>
9852         * configure.in (bfin-*-*): New.
9853         * configure: Regenerated.
9855 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
9857         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9858         (LIPO_FOR_TARGET): New.
9859         (CONFIGURED_LIPO_FOR_TARGET): New.
9860         (USUAL_LIPO_FOR_TARGET): New.
9861         (STRIP_FOR_TARGET): New.
9862         (CONFIGURED_STRIP_FOR_TARGET): New.
9863         (USUAL_STRIP_FOR_TARGET): New.
9864         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9865         STRIP_FOR_TARGET.
9866         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9867         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9868         * Makefile.in: Regenerate.
9869         * configure: Regenerate.
9871 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
9873         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9874         (rs6000-*-aix*): Same.
9875         * configure: Regenerate.
9877 2005-09-16  Tom Tromey  <tromey@redhat.com>
9879         * MAINTAINERS: Add self as java maintainer.
9881 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9883         * configure.in: Recognize f95 in the --enable-languages option,
9884         and substitute it for fortran, issuing a warning.
9885         * configure: Regenerate.
9887 2005-08-30  Phil Edwards  <phil@codesourcery.com>
9889         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9890         * configure:  Regenerated.
9892 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9894         * MAINTAINERS: Add self as ms1 maintainer.
9896 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9898         * Makefile.def (libssp): Add to lang_env_dependencies.
9899         * Makefile.in: Regenerate.
9901 2005-08-18  Ian Lance Taylor  <ian@airs.com>
9903         * MAINTAINERS: Add myself as middle-end maintainer.
9905 2005-08-17  Christian Groessler  <chris@groessler.org>
9907         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9908         * Makefile.in: Regenerate.
9910 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9912         * MAINTAINERS (write after approval): Added myself.
9914 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9916         * MAINTAINERS (Write After Approval): Add myself.
9918 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9920         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9921         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9922         Look for alternate names of the target cc and c++
9923         * configure: Regenerate.
9925 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9927         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9928         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9929         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9930         tools; remove code to manually set them.
9931         (Target tools): Look in the environment for them.
9932         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9933         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9934         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9935         build directory.
9936         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9937         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9938         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9939         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9940         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9941         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9942         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9943         * configure: Regenerate.
9944         * Makefile.in: Regenerate.
9946 2005-07-28  Ben Elliston  <bje@au.ibm.com>
9948         * MAINTAINERS: Update for removed CPU targets.
9950 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
9952         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9953         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9954         * Makefile.in: Regenerated.
9956 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
9958         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9959         (CFLAGS_FOR_TARGET): Use it.
9960         (CXXFLAGS_FOR_TARGET): Likewise.
9961         * Makefile.in: Regenerated.
9962         * configure.in (--with-build-sysroot): New option.
9963         * configure: Regenerated.
9965 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9967         * Makefile.tpl: Wrap install between unstage and stage
9968         * Makefile.in: Regenerate.
9970 2005-07-21  Eric Christopher  <echristo@apple.com>
9972         * MAINTAINERS: Update affiliation.
9974 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9976         * MAINTAINERS: Add self as crx port maintainer.
9978 2005-07-20  DJ Delorie  <dj@redhat.com>
9980         * MAINTAINERS: Add self as m32c maintainer.
9982 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9984         * all files: Update FSF address.
9986 2005-07-15  Eric Christopher  <echristo@redhat.com>
9988         * MAINTAINERS: Change affiliation.
9990 2005-07-14  Jim Blandy  <jimb@redhat.com>
9992         * configure.in: Add cases for Renesas m32c.
9993         * configure: Regenerated.
9995 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9997         * COPYING.LIB: Update from fsf.org.
9999 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10001         * COPYING, compile, config.guess,
10002         config.sub, install-sh, missing, mkinstalldirs,
10003         symlink-tree, ylwrap: Sync from upstream sources.
10004         * config-ml.in: Update FSF address.
10006 2005-07-13  Eric Christopher  <echristo@redhat.com>
10008         * configure.in: Add toplevel noconfigdir support for tpf.
10009         * configure: Regenerate.
10011 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
10013         PR ada/22340
10015         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10016         * Makefile.in: Regenerate.
10018 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
10020         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
10021         Brolley to write-after-approval.
10023 2005-07-07  Andreas Schwab  <schwab@suse.de>
10025         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10026         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10027         * Makefile.in: Regenerated.
10029 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
10031         * configure.in: Don't build sim or rda when targetting darwin.
10032         * configure: Regenerate.
10034 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
10036         * configure.in: Add --enable-libssp and --disable-libssp.
10037         * configure: Regenerate with autoconf-2.13.
10039 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
10041         * Makefile.def (target_modules): Add libssp.
10042         * configure.in (target_libraries): Add target-libssp.
10043         * configure: Rebuilt.
10044         * Makefile.in: Rebuilt.
10046 2005-07-01  Zack Weinberg  <zackw@panix.com>
10048         * MAINTAINERS: Change email address.  Resign from maintainership.
10050 2005-07-01  Richard Guenther  <rguenther@suse.de>
10052         * MAINTAINERS: Change my e-mail address and affiliation.
10054 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
10056         * Makefile.def (stagefeedback): Come after profile.
10057         Define profiledbootstrap target.
10058         * Makefile.tpl (profiledbootstrap): Remove.
10059         (stageprofile-end): Zap stagefeedback.
10060         (stagefeedback-start): Copy all .gcda files, not only GCC's.
10061         * Makefile.in: Regenerate.
10063 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
10065         * MAINTAINERS: Update my email address.
10067 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
10069         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
10070         In 'cpp' stanza, support '#line' as well as '# '.
10072 2005-06-08  Andreas Schwab  <schwab@suse.de>
10074         * MAINTAINERS: Move myself from 'Write After Approval' to
10075         'CPU Port Maintainers' section as m68k maintainer.
10077 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
10079         * configure.in (unsupported_languages): New macro.
10080         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
10081         non-ported target libraries in noconfigdirs.
10082         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10083         non-linux-gnu.  Remove libgcj_ex_libffi.
10084         <lang_frag loop>: Set add_this_lang=no if the language is in
10085         unsupported_languages.
10086         * configure: Regenerate.
10088 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10090         * configure.in: Fix typo in handling of --with-mpfr-dir.
10091         * configure: Regenerate.
10093 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10095         * MAINTAINERS: Update my email address.
10097 2005-06-02  Jim Blandy  <jimb@redhat.com>
10099         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10100         accepted into the master sources.)
10102 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10103             Michael Snyder  <msnyder@redhat.com>
10104             Stan Cox  <scox@redhat.com>
10106         * configure.in: Set noconfigdirs for ms1.
10108         * configure: Regenerate.
10110 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10112         * MAINTAINERS (Write After Approval): Add self.
10114 2005-06-01  Josh Conner  <jconner@apple.com>
10116         * MAINTAINERS (Write After Approval): Add self.
10118 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10120         * MAINTAINERS: Update my email address.
10122 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10124         * MAINTAINERS (Write After Approval): Add self.
10126 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10128         * MAINTAINERS (Write After Approval): Remove self.
10130 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10132         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10133         (Dependencies): Consider target modules for bootstrap dependencies.
10134         Make target bootstrap modules depend on each stage's gcc.
10135         * Makefile.in: Regenerate.
10137 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10139         * Makefile.def (configure-gcc): Depend on binutils having been built.
10140         (all-gcc): No need to do it here.
10141         * Makefile.in: Regenerate.
10143 2005-05-19  Paul Brook  <paul@codesourcery.com>
10145         * configure.in: Rewrite misleading error message when requested
10146         language cannot be built.
10147         * configure: Regenerate.
10149 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10151         * ylwrap: Import from Automake 1.9.5.
10153 2005-05-13  David Ung  <davidu@mips.com>
10155         * MAINTAINERS (Write After Approval): Add self.
10157 2005-05-09  Mike Stump  <mrs@apple.com>
10159         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10160         lt_cv_sys_max_cmd_len for now.
10162 2005-05-09  Stan Cox  <scox@redhat.com>
10164         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10166 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10168         * README.SCO: Update the URL.
10170 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10172         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10173         with_gnu_ld to libtool.
10174         * ltcf-c.sh (aix[45]): Define file_list_spec.
10175         * ltcf-cxx.sh (aix[45]): Same.
10176         * ltcf-gcj.sh (aix[45]): Same.
10177         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10178         exists, write list of input files to temporary file.
10180 2005-05-04  Mike Stump  <mrs@apple.com>
10182         * configure.in: Always pass --target to target configures as
10183         otherwise rebuilds that do --recheck will fail.
10184         * confiugure: Rebuilt.
10186 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10188         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10189         STAGE_HOST_EXPORTS.
10190         (configure, all): Add bootstrap support.
10191         (Host modules, target modules): Pass post-stage1 flags and exports.
10192         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10193         * Makefile.in: Regenerate.
10195 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10197         * configure: Regenerate.
10199 2005-04-27  Mike Stump  <mrs@apple.com>
10201         * MAINTAINERS: Add self as darwin maintainer.
10203 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10205         * config.sub: Update from master copy.
10207 2005-04-21  Mike Stump  <mrs@apple.com>
10209         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10210         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10212 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10214         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10215         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10216         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10217         "*-*-elf" and "*-*-linux*".
10218         * configure: Regenerate.
10220 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10222         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10224 2005-04-12  Mike Stump  <mrs@apple.com>
10226         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10228 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10230         * MAINTAINERS (Write After Approval): Add myself.
10232 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10234         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10236 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10238         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10239         (TARGET_CONFIGARGS): Include --with-target-subdir.
10240         (configure, all): New macros.  Use them throughout.
10241         * Makefile.in: Regenerate.
10243 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10245         * MAINTAINERS (Write After Approval): Add myself.
10247 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10249         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10251 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10253         * MAINTAINERS: Move John Carr to Write After Approval.
10255 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10257         * config/mh-mingw32: Delete.
10258         * configure.in: Don't use it.
10259         * configure: Regenerate.
10261 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10263         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10264         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10265         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10266         (HOST_LIB_PATH): Generate from Makefile.def.
10267         (TARGET_LIB_PATH): Likewise.
10268         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10269         * Makefile.in: Regenerate.
10270         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10271         (RPATH_ENVVAR): Include Darwin case.
10272         * configure: Regenerate.
10274 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10276         * MAINTAINERS (Various Maintainers): Remove self.
10277         (Write After Approval): Add self.
10279 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10281         * MAINTAINERS (Various Maintainers): Add self.
10283 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10285         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10286         * configure: Regenerate.
10288 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10290         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10291         gcc_version, and gcc_version_trigger from set of flags to pass.
10292         * Makefile.tpl: Remove definitions of above variables.
10293         (config.status): Remove dependency on $(gcc_version_trigger).
10294         * Makefile.in: Regenerate.
10295         * configure.in: Do not reference config/gcc-version.m4 nor
10296         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10297         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10298         * configure: Regenerate.
10300 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10301             Andrew Pinski  <pinskia@physics.uc.edu>
10303         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10304         * Makefile.in: Regenerate.
10306 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10308         * MAINTAINERS (Write After Approval): Add myself.
10310 2005-03-03  David Ayers  <d.ayers@inode.at>
10312         * MAINTAINERS (Write After Approval): Add myself.
10314 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10316         PR libgcj/20160
10317         * ltmain.sh: Avoid creating archives with components that have
10318         duplicate basenames.
10320 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10322         PR bootstrap/20250
10323         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10324         instead of check.
10325         * Makefile.in: Regenerate.
10327 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10329         * Makefile.in: Regenerate to fix conflict between the previous two
10330         patches.
10332 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10334         PR bootstrap/17383
10335         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10336         * Makefile.tpl (HOST_SUBDIR): New substitution.
10337         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10338         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10339         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10340         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10341         (Host modules, Bootstrapped modules): Use it.
10342         (Build modules, Target modules): Do not create symlink trees,
10343         always configure out-of-srcdir.
10344         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10345         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10346         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10347         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10349         * Makefile.in: Regenerate.
10350         * configure: Regenerate.
10352 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10354         Merged from libada-gnattools-branch:
10355         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10357         * gnattools: New directory.
10358         * Makefile.def: Add gnattools as a module, depending on target-libada.
10359         * Makefile.in: Regenerate.
10360         * configure.in: Include gnattools in host_tools; disable it if ada
10361         is disabled.
10362         * configure: Regenerate.
10364 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10366         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10367         treelang maintainer.
10368         (Write After Approval): Remove myself.
10370 2005-02-23  Paul Schlie  <schlie@comcast.net>
10372         * configure.in: Allow darwin targeted ports to build tk, itcl and
10373         libgui.
10374         * configure: Regenerate.
10376 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10378         PR libgcj/10353
10379         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10380         * configure: Regenerate.
10382 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10384         * MAINTAINERS (Write After Approval): Add myself.
10386 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10388         * MAINTAINERS: Update my e-mail address.
10390 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10392         * MAINTAINERS (Write After Approval): Add myself.
10394 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10396         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10397         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10398         target-libgloss when not *-*-elf and *-*-aout.
10399         * configure: Regenerate.
10401 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10403         * MAINTAINERS: Remove obsolete entries.
10405         * MAINTAINERS (Write After Approval): Add Michael Matz.
10407 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10409         * MAINTAINERS: Remove self as cpplib maintainer.
10411 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10413         * install-sh, config.sub: Import from upstream.
10415 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10417         PR bootstrap/18222
10418         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10419         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10420         * Makefile.in: Regenerate.
10422 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10424         * MAINTAINERS: Update my email address.
10426 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10427             Andreas Schwab  <schwab@suse.de>
10429         PR bootstrap/18033
10430         * config-ml.in: Eval option if surrounded by single quotes.
10432 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10434         Revert 2004-12-28 Makefile changes, a better fix will be
10435         applied to mainline and src after GCC 4.0 branches.
10437 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10439         PR bootstrap/17383
10441         * Makefile.def (target_modules): Remove stage parameter,
10442         it is always true now.
10443         * Makefile.tpl (configure-build-[+module+],
10444         configure-target-[+module+]): Always build symlink tree
10445         for the directory and for include.  BUILD_SUBDIR and
10446         TARGET_SUBDIR cannot be . anymore.
10447         * Makefile.in: Regenerate.
10449 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10451         Revert 2004-12-08 Makefile changes.
10453 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10455         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10456         cygwin, mingw.
10458 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10460         * configure.in (sh64-*-*): Reenable gprof.
10461         * configure: Regenerate.
10463 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10465         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10466         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10467         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10468         * Makefile.in: Regenerate.
10470 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10472         * MAINTAINERS: Update my email address.
10474 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10476         * Makefile.tpl: Generate normal dependencies if the LHS module is
10477         not bootstrapped.
10478         * Makefile.in: Regenerate.
10480 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10482         * configure.in: Include config/gxx-include-dir.m4.  Use
10483         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10484         * configure: Regenerate.
10486 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10488         * config.if: Delete.
10489         * configure.in: Set libstdcxx_incdir directly.
10490         * configure: Regenerate.
10492 2004-12-02  Eric Christopher  <echristo@redhat.com>
10494         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10495         * Makefile.in: Regenerate.
10497 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10499         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10500         * configure: Regenerate.
10502 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10504         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10505         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10506         * configure: Regenerate.
10508 2004-12-01  Eric Christopher  <echristo@redhat.com>
10510         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10511         of things to remove.
10513 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10515         * MAINTAINERS (Write After Approval): Update my e-mail address.
10517 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10519         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10520         from CVS libtool to always pass_all.
10522 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10524         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10525         (hppa*64*-*-*): Delete incorrect comment.
10526         * configure: Rebuilt.
10528 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10530         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10532 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10534         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10535         from CVS libtool to always pass_all.
10537 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10539         * install-sh, compile: Import from automake.
10541 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10543         * config.guess, config.sub:  Import from savannnah.
10545 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10547         * MAINTAINERS (Write After Approval): Add myself
10549 2004-11-12  Mike Stump  <mrs@apple.com>
10551         * Makefile.def: Add html support.
10552         * Makefile.tpl: Likewise.
10553         * Makefile.in: Regenerate.
10555 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10557         PR 18423
10558         * configure.in: Remove all instances of build-fixincludes from
10559         noconfigdirs.
10560         (build_configargs): Supply --target to subdirectories.
10561         * configure: Regenerate.
10563         * Makefile.def: Make gcc install depend on fixincludes install.
10564         * Makefile.in: Regenerate.
10566 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10568         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10570 2004-11-11  Paul Brook  <paul@codesourcery.com>
10572         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10574 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10576         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10577         target-libgfortran.
10578         * configure: Regenerate.
10580 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
10582         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10583         like CC.
10585 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
10587         * Makefile.def (host fixincludes): Specify missing targets.
10588         * Makefile.in: Regenerate.
10590 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
10592         * MAINTAINERS: Add myself
10594 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
10596         * MAINTAINERS (Write After Approval): Add myself.
10598 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
10600         * Makefile.def: Build fixincludes for the host, too.
10601         * Makefile.in: Regenerate.
10602         * configure.in (host_tools): Add fixincludes.
10603         * configure: Regenerate.
10605 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
10607         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10608         * configure: Regenerated.
10610 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
10612         PR other/17783
10613         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10614         * configure: Regenerated.
10616 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
10618         * README.SCO: Update per FSF instructions.
10620 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
10622         PR target/18151
10623         * configure.in (case ${target}): Do not build fixincludes for avr.
10624         * configure: Regenerated.
10626 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
10628         * configure.in (case ${target}): Do not build fixincludes
10629         on platforms where it is not used.
10630         * configure: Regenerated.
10632 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
10634         * configure.in: Use an absolute path to install-sh.
10635         * configure: Regenerated.
10637 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
10639         * MAINTAINERS (Write After Approval): Add myself.
10641 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
10643         * MAINTAINERS: Remove from Write After Approval those that are
10644         already maintainers.
10646 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
10648         * MAINTAINERS:  Update my email address.
10650 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
10652         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10653         * configure: Regenerate.
10655 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
10657         * MAINTAINERS:  Update my email address.
10659 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
10661         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
10662         entries belonging to this category.
10664 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
10666         * MAINTAINERS: Update my e-mail address.
10668 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
10670         Fix wrong conflict resolution in:
10672         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10674         * Makefile.in: Regenerate.
10675         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10676         in the recursive `make', instead of hardwiring `all'.
10677         (Autogenerated TARGET-* variables): New.
10679 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10681         * configure.in: Enable target-libgloss for crx-*-*.
10682         * configure: Regenerate.
10684 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10686         * MAINTAINERS (Various Maintainers): Move the "windows,
10687         cygwin, mingw" maintainer to ...
10688         (OS Port Maintainers): ... here.
10690 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10692         * MAINTAINERS (Write After Approval): Remove those that are
10693         maintainers of some subsystem.
10695 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
10697         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10698         * ltcf-cxx.sh (tpf*): Likewise.
10699         * ltconfig (tpf*): Add TPF OS configuration support.
10701 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
10703         * MAINTAINERS: Change my email address to my new work account.
10705 2004-09-24  Michael Roth  <mroth@nessie.de>
10707         * configure.in (--without-headers): Add missing double quotes.
10708         * configure: Regenerate.
10710 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10712         * ylwrap: Revert to previous version.
10714 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10716         PR bootstrap/17369
10717         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10718         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10719         SET_GCC_LIB_PATH_CMD.
10720         (BASE_TARGET_EXPORTS): Likewise.
10721         * Makefile.in: Regenerated.
10723         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10724         * configure: Regenerated.
10726 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10728         * config.guess: New upstream version
10729         * compile, depcomp, install-sh, ylwrap: Likewise.
10731 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10733         * config/mh-x86omitfp: New host makefile fragment.  Add
10734         -fomit-frame-pointer to the default BOOT_CFLAGS.
10735         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10736         * configure: Regenerate.
10738 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10740         PR target/11572
10741         * configure.in (*-*-darwin*): Renable libobjc.
10742         * configure: Regenerate.
10744 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10746         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10748 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10750         * Makefile.def: Remove libbanshee.
10751         * Makefile.tpl: Ditto.
10752         * configure.in: Ditto.
10753         * Makefile.in: Regen.
10754         * configure: Ditto.
10756 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10758         * ltmain.sh: Use $pic_object as $non_pic_object if
10759         $non_pic_object=none.
10761 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10763         * missing: Import latest version from master repository.
10765 2004-09-06  Nick Clifton  <nickc@redhat.com>
10767         * config.sub: Import latest version from master repository.
10768         * config.guess: Likewise.
10769         This includes these changes:
10771         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10773         * config.sub: Handle crisv32, alias etraxfs.
10774         * config.guess (crisv32:Linux:*:*): Handle.
10776         2004-08-13  Brad Smith  <brad@comstyle.com>
10778         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10779         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10781         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10783         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10784         assume the processor is a powerpc.  This is because coreutils
10785         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10786         in this case, due to a MacOS X bug that causes
10787         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10788         to return a negative number.
10789         Problem reported by Petter Reinholdtsen in:
10790         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10792         2004-07-19  Ben Elliston  <bje@gnu.org>
10794         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10796         2004-06-24  Ben Elliston  <bje@gnu.org>
10798         * config.guess: Update copyright years.
10799         * config.sub: Likewise.
10801         2004-06-22  Robert Millan  <robertmh@gnu.org>
10803         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10804         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10806         2004-06-22  Stanley F. Quayle <stan@stanq.com>
10808         * config.guess (*:*VMS:*:*): New entry. Replaces
10809         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10810         manufacturer.
10812         2004-06-22  Ben Elliston  <bje@gnu.org>
10814         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10815         * config.sub: Likewise.
10817         2004-06-22  Ben Elliston  <bje@gnu.org>
10819         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10820         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10822         2004-06-11  Ben Elliston  <bje@gnu.org>
10824         * config.guess (pegasos:OpenBSD:*:*): Remove.
10826         2004-06-11  Ben Elliston  <bje@gnu.org>
10828         From Wouter Verhelst <wouter@grep.be>:
10829         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10831         2004-06-11  Ben Elliston  <bje@gnu.org>
10833         * config.guess (luna88k:OpenBSD:*:*): New.
10835         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10837         * config.guess (m32r*:Linux:*:*): New case.
10838         * config.sub: Handle m32rle.
10840         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10842         From Jens Petersen  <petersen@redhat.com>:
10843         * config.sub: Handle sparcv8.
10845         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10847         From Tom Smith <smith@cag.lkg.hp.com>:
10848         * config.guess: Version suffixes are equally significant on Tru64
10849         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10850         prefix of "P" (patched kernel).
10852         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10854         * config.sub: Add support for National Semiconductor CRX target.
10856 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
10858         * MAINTAINERS (Various Maintainers): Remove myself as web page
10859         maintainer, add myself as maintainer of build status lists.
10861 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10863         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10864         *-*-netware, but add target-libmudflap.
10865         Consolidate *-*-netware targets (of which really only i?86 exists)
10866         into a single entry.
10867         * configure: Likewise.
10869 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10871         * Makefile.tpl (sorry): Remove.
10872         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10873         (cleanstrap targets): Depend on distclean, not distclean-stage1.
10874         (do-clean): Clean per-stage directories too.
10875         (do-distclean): Run distclean-stage1 too.
10876         (.NOTPARALLEL): Enable during toplevel bootstrap.
10877         (stage[+id+]-bubble): Enable parallel execution during
10878         the recursive invocation.
10879         * Makefile.in: Regenerate.
10881         Fix previous checkin:
10883         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10884         include.
10885         * configure.in: Fix indentation.
10886         * configure: Regenerate.
10888 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10890         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10891         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10892         * configure: regenerate
10893         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10894         -mdynamic-no-pic
10896 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10898         * Makefile.def (build_modules): Add fixincludes.
10899         (dependencies): Make gcc depend on fixincludes.
10900         * configure.in (build_tools): Add fixincludes.
10901         (build_configdirs): Always include build_libs.
10902         * Makefile.in: Regenerate.
10903         * configure: Regenerate.
10905 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10907         * Makefile.def (bootstrap stages): Add 'lean' parameter.
10908         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10909         phony targets; do not generate timestamp files.
10910         (distclean-stageN): Remove references to their timestamp files.
10911         (restageN, touch-stageN): Remove.
10912         (stageN-bubble): Rewritten.
10913         (compare): Support lean bootstraps.
10914         * Makefile.in: Regenerate.
10916         * configure.in: Only warn when bootstrapping but
10917         build != host or build != target.  Support lean bootstraps.
10918         * configure: Regenerate.
10920 2004-08-26  Phil Edwards  <phil@codesourcery.com>
10922         * configure.in:  Give a better error message if GMP/MPFR are missing
10923         and a language needing them has been requested.
10924         * configure:  Regenerated.
10926 2004-08-25  Phil Edwards  <phil@codesourcery.com>
10928         * configure.in:  Print a list of available language front-ends if
10929         a requested one is missing.  Tidy stray tab characters.
10930         * configure:  Regenerated.
10932 2004-08-19  Michael Koch  <konqueror@gmx.de>
10934         * gcc/doc/install.texi: Update entry about automake for libjava.
10936 2004-08-17  Robert Millan  <robertmh@gnu.org>
10938         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10939         (instead of FreeBSD).
10940         * configure: Regenerate.
10942 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10944         * Makefile.in: Regenerate.
10945         * configure: Regenerate.
10947         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10948         stage_*_flags.
10949         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10950         for bootstrapped modules if toplevel bootstrap is going.
10951         (GCC bootstrap): Generate per-stage targets for all bootstrapped
10952         modules.  Adjust for changes in Makefile.def.  Enable several
10953         rules even in non-bootstrap mode, just to avoid peppering the
10954         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10955         (stage-[+prev+]-bubble): Remove.
10957         * Makefile.def (Dependencies): Depend on all-build-bison,
10958         all-build-flex, all-build-byacc, all-build-texinfo, rather
10959         than the host variations.
10960         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10961         with BUILD_SUBDIR.
10962         (BISON): Update for recent Bisons.
10963         (YACC): Fix typo.
10964         (cross): Depend on all-build.
10965         (all): Do not depend on all-build.
10966         (prebootstrap): Remove.
10967         (dep-kind): Accept separate prefixes for MODULE and ON variables.
10968         (Prebootstrap dependencies): Add them to the per-stage targets
10969         and to all-prebootstrap.
10970         * configure.in (build_configdirs): Always enable build_tools.
10971         (BUILD_DIR_PREFIX): Remove.
10973         * Makefile.def (gcc): Add target variable.
10974         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10975         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10976         in the recursive `make', instead of hardwiring `all'.
10977         (Autogenerated TARGET-* variables): New.
10979 2004-08-13  Brian Booth  <bbooth@redhat.com>
10981         * MAINTAINERS: Remove myself from write-after-approval.
10983 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10985         * src-release: Stop distributing mmalloc with gdb (which doesn't
10986         use it).
10987         * Makefile.def: GDB doesn't depend on mmalloc anymore.
10988         * Makefile.in: Regenerate.
10990 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
10992         * configure.in (arm*-*-eabi*): New target.
10993         * configure: Regenerate.
10995 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10997         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10998         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10999         (Dependencies): New section.
11000         * Makefile.tpl (Dependencies): Generate from Makefile.def.
11001         (configure-target-[+module+]): Depend on maybe-all-gcc
11002         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
11003         (toplevel profiledbootstrap): Fix dependencies.
11004         * Makefile.in: Regenerate.
11006 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
11008         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11009         target-libiberty to noconfigdirs.
11010         * configure: Regenerate.
11012 2004-08-03  Paul Brook  <paul@codesourcery.com>
11014         * configure.in: Check for MPFR as well as GMP.
11015         * configure: Regenerate.
11017 2004-08-01  Robert Millan  <robertmh@gnu.org>
11019         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11020         libmudflap for all GNU-based systems (with Glibc).
11021         * configure: Regenerate.
11023 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
11025         * Makefile.def (host-modules): Add gcc.
11026         * Makefile.in: Regenerate.
11027         * Makefile.tpl (sorry): New rule.
11028         (configure-host, all-host, [+make_target+]-host, do-check,
11029         install-host): Do not add gcc as a special case.
11030         (host modules): Add a small special-casing for gcc.  Export
11031         extra_make_flags through the environment.
11032         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11033         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11034         other recursive targets for gcc): Remove.
11036         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11037         (stage, unstage): New rules.
11038         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11039         distclean-stage[+id+]): Use stage_current.
11040         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11041         the stage*-start rules.
11043 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
11045         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11046         use -all_load flag.
11048 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
11050         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11051         * configure: Regenerate.
11053 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
11055         * maintainer-scripts/gcc_release: Revert yesterday's change.
11057 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
11059         * MAINTAINERS: Add myself to write-after-approval.
11061 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11063         * libf2c: Removed.
11064         * gcc/gccbug.in: Updated because of libf2c removal.
11065         * maintainer-scripts/gcc_release: Ditto.
11067 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
11069         * configure.in: Build libmudflap by default on FreeBSD.
11070         * configure: Regenerated.
11072 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
11074         * configure.in: Do not build libmudflap by default on non-GNU/Linux
11075         systems.
11076         * configure: Regenerated.
11078 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11080         PR target/16344
11081         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11082         feedback based compiler.
11083         * Makefile.in: Rebuilt.
11085 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
11087         * Makefile.def (host_modules): Set bootstrap=true for flex.
11088         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11089         * Makefile.in: Rebuilt.
11091 2004-07-07  Jan Hubicka  <jh@suse.cz>
11093         * MAINTAINERS: Add self as a profile feedback maintainer.
11095 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11097         * configure.in:  Do not prepend $srcdir to /dev/null in
11098         makefile fragments.
11099         * configure:  Regenerate.
11101 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11103         * Makefile.def (build_modules): Add bison, byacc, flex,
11104         m4, texinfo.
11105         (flags_to_pass): Add FLEX.
11106         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11107         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11108         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11109         DEFAULT_MAKEINFO): Remove.
11110         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11111         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11112         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11113         objdir or else use configured tool.
11114         (all-build): New.
11115         (all): Depend on it.
11116         (Build module dependencies): Add.
11117         * Makefile.in: Regenerate.
11118         * configure.in: Better support for multiple build modules,
11119         matching what is done for host/target modules.  Do not look
11120         for "plausible" locations of build tools if Canadian cross.
11121         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11122         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11123         * configure: Regenerate.
11125 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11127         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11128         * Makefile.in: Regenerate.
11130 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11132         * Makefile.tpl (configure-build-[+module+],
11133         configure-[+module+], configure-target-[+module+]): Pass
11134         [+extra_configure_args+].
11135         (all-build-[+module+], all-[+module+], check-[+module+],
11136         install-[+module+], [+make_target+]-[+module+],
11137         all-target-[+module+], check-target-[+module+],
11138         install-target-[+module+], [+make_target+]-target-[+module+]):
11139         Pass [+extra_make_args+].
11140         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11141         (GCC_HOST_EXPORTS): Remove.
11142         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11143         cross, check-gcc, check-gcc-c++, install-gcc,
11144         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11145         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11146         * Makefile.in: Regenerate.
11148 2004-06-21  Matthew Sachs  <msachs@apple.com>
11150         * MAINTAINERS: Added self to write-after-approval.
11152 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11154         * configure.in: Check for srcdir/winsup rather than build directory
11155         winsup.
11156         * configure: Regenerate.
11158 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11160         * configure.in: Don't build Cygwin native newlib if winsup
11161         directory is missing.  Emit warning instead.
11162         * configure: Regenerate.
11164 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11166         * Makefile.tpl (touch-stage[+id+]): New.
11167         (restage[+prev+]): Depend on touch-stage[+id+].
11169         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11170         Use it throughout.
11172         * Makefile.def: Add profile and feedback bootstrap stages.
11173         Remove next field from bootstrap stages.
11174         * Makefile.tpl (LN, LN_S): Substitute.
11175         (stageN-start, stageN-end): Use double-colon rules, to
11176         provide a hook for additional setup commands.
11177         (distclean-stageN-gcc, restageN): Create dependencies from
11178         [+prev+], not from [+next+].
11179         (stageN-bubble): Add commands for successive stages from
11180         [+prev+], using double-colon rules.
11181         (all-stageN-gcc): Fix typo.
11182         (stagefeedback-start, profiledbootstrap): New.
11183         * Makefile.in: Regenerate.
11184         * configure.in: Call ACX_PROG_LN.
11185         * configure: Regenerate.
11187 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11189         * MAINTAINERS (Write After Approval): Add myself.
11191 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11193         * MAINTAINERS (Write After Approval): Add myself.
11195 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11197         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11198         without gcc.
11199         * configure: Regenerate.
11201 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11203         * Makefile.tpl: Fix typo.
11204         * Makefile.in: Regenerate.
11206 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11208         * configure.in: Remove new- prefix from toplevel
11209         bootstrap targets.
11210         * configure: Regenerate.
11212 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11214         * Makefile.tpl (all.normal): Rename to all.
11215         (all): Replace with a rule to pick the default
11216         target from configure.
11217         (all-gcc, configure-gcc): Use conditionals to
11218         do nothing when toplevel bootstrap is going on.
11219         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11220         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11221         * configure.in: Support --enable-bootstrap.
11223         * Makefile.def: Remove new- prefix from toplevel
11224         bootstrap targets.
11225         * Makefile.tpl: Likewise.
11227         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11228         target.
11230         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11231         $(RECURSE_FLAGS) to recursive invocation of make.
11233         * Makefile.in: Regenerate.
11234         * configure: Regenerate.
11236 2004-05-30  Andreas Jaeger  <aj@suse.de>
11237             Jim Wilson  <wilson@specifixinc.com>
11239         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11240         like CC.
11242 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11244         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11245         * configure: Regenerate.
11247 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11249         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11250         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11251         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11252         targets.
11253         * Makefile.in: Regenerate.
11255 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11257         * configure.in: Test the ability to symlink directories.
11258         * configure: Regenerate.
11260         * Makefile.def (bootstrap-stage): New definitions.
11261         * Makefile.tpl (configure-stage1-gcc,
11262         configure-stage2-gcc, configure-stage3-gcc,
11263         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11264         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11265         new-restage3, compare): Autogenerate, see Makefile.in
11266         entry for behavioral changes.
11267         (distclean-stage1, new-stage1-start, new-stage1-end,
11268         new-stage1-bubble, distclean-stage2, new-stage2-start,
11269         new-stage2-end, new-stage2-bubble, distclean-stage3,
11270         new-stage3-start, new-stage3-end): New autogenerated targets.
11271         (objext, prebootstrap, BOOT_CFLAGS,
11272         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11273         targets.
11275         * Makefile.in: Regenerate.
11276         (distclean-stage1, new-stage1-start, new-stage1-end,
11277         new-stage1-bubble, distclean-stage2, new-stage2-start,
11278         new-stage2-end, new-stage2-bubble, distclean-stage3,
11279         new-stage3-start, new-stage3-end): New targets.
11280         (all-stage1-gcc): Move prebootstrap dependency from here...
11281         (configure-stage1-gcc): ...to here.
11282         (new-bootstrap): Use bubble targets.
11283         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11284         Use per-stage distclean targets.
11285         (configure-stage1-gcc, configure-stage2-gcc,
11286         configure-stage3-gcc, all-stage1-gcc,
11287         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11288         Use new-stageN-start to prepare the tree.
11290 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11292         * Makefile.def (host_modules): add libcpp.
11293         * Makefile.tpl: Add dependencies on and for libcpp.
11294         * Makefile.in: Regenerate.
11295         * configure.in: Add libcpp host module.
11296         * configure: Regenerate.
11298 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11300         * Makefile.tpl: Whenever a recursive target is defined, wrap
11301         it in a special @if/@endif block, and prepare its maybe
11302         dependency in the @if/@endif block
11303         * configure.in: Instead of writing maybe dependencies, remove
11304         the @if/@endif statements, and remove the @if/@endif blocks
11305         that remain.
11306         * configure: Regenerate.
11307         * Makefile.in: Regenerate.
11309 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11311         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11313 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11315         PR bootstrap/15120
11316         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11317         * */configure: Rebuilt.
11319 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11321         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11322         of libf2c.
11323         * configure, Makefile.in: Regenerate.
11325 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11327         * MAINTAINERS (Write After Approval): Add myself.
11329 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11331         Merge from tree-ssa-20020619-branch.
11333         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11334         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11335         (HOST_GMPLIBS): Define.
11336         (HOST_GMPINC): Define.
11337         (TARGET_LIB_PATH): Add libmudflap.
11338         (GFORTRAN_FOR_TARGET): Define.
11339         (configure-build*): Export GFORTRAN.
11340         (configure-gcc): Export GMPLIBS and GMPINC.
11341         (all-gcc): Add maybe-all-libbanshee.
11342         (configure-target-libgfortran): Define.
11343         * Makefile.in: Regenerate.
11344         * configure.in (host_libs): Add libbanshee.
11345         (target_libraries): Add target-libmudflap and target-libgfortran.
11346         Add --with-libbanshee.
11347         Handle --disable-libmudflap.
11348         (*-*-freebsd*): Use with_gmp.
11349         Add $(libgcj) to noconfigdirs.
11350         * configure: Regenerate.
11351         * depcomp: New file.
11352         * MAINTAINERS: Add tree-ssa maintainers.
11354 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11356         * MAINTAINERS (Various Maintainers): Add myself.
11358 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11360         * MAINTAINERS (Write After Approval): Add myself.
11362 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11364         * MAINTAINERS (Write After Approval): Add myself.
11366 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11368         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11369         * configure: Regenerate.
11371 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11373         Revert:
11374         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11376         * Makefile.def (flags_to_pass): Remove *dir variables that
11377         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11378         as well as prefix and exec_prefix.
11379         * Makefile.in: Regenerate.
11381 2004-04-26  Robert Millan  <robertmh@gnu.org>
11383         Add patches from libtool CVS.
11384         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11385         * ltconfig: Likewise.
11386         * ltcf-c.sh: Likewise.
11387         * ltcf-cxx.sh: Likewise.
11388         * ltcf-gcj.sh: Likewise.
11390 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11392         * Makefile.def (host_modules): Mark with the bootstrap
11393         flag packages on which gcc depends.
11394         * Makefile.tpl (all-bootstrap): Use it.
11395         * Makefile.in: Regenerate.
11397 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11399         * Makefile.def (flags_to_pass): Remove *dir variables that
11400         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11401         as well as prefix and exec_prefix.
11402         * Makefile.in: Regenerate.
11404 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11406         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11407         * configure: Regenerate.
11408         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11409         * gcc/Makefile.tpl (compare): Use the result of the test.
11410         * gcc/Makefile.in: Regenerate.
11412 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11414         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11415         Always relocate gcc and prev-gcc to the original names, even
11416         if the build fails.
11417         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11418         New targets.
11420 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11422         * MAINTAINERS: Update my email address.
11424 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11426         * configure.in (mips*-*-irix5*): Enable ld.
11427         * configure: Regenerate.
11429 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11431         * configure: Regenerate.
11433 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11435         * Makefile.tpl (configure-[+module+], configure-gcc,
11436         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11437         Set and export LDFLAGS.
11438         * Makefile.in: Regenerate.
11440 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11442         * MAINTAINERS: Add myself to write-after-approval.
11444 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11446         PR bootstrap/14871
11447         * Makefile.tpl: If we don't have built-in-tree target tools,
11448         use the ones found by configure rather than hacking around with
11449         program_transform_name.
11450         * configure.in: Give Makefile.tpl the information necessary
11451         to do that.
11452         * Makefile.in: Regenerate.
11453         * configure: Regenerate.
11455 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11457         PR bootstrap/14760
11458         * configure.in: When computing baseargs, strip *all* copies of
11459         offending options.  Also, don't match/substitute the trailing space,
11460         so that this actually works when two similar options are separated by
11461         only one space.
11462         * configure: Regenerate.
11464 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11466         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11467         (rs6000-*-aix*): Same.
11468         * configure: Regenerate.
11470 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11472         * MAINTAINERS: Add myself to write-after-approval.
11474 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11476         * MAINTAINERS: Add myself to write-after-approval.
11478 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11480         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11481         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11482         * Makefile.in: Regenerate.
11484         * configure.in (top level bootstrap support): Rework --enable-werror
11485         to set @stage2_werror_flag@.
11486         * configure: Regenerate.
11487         * Makefile.tpl (top level bootstrap support): Pass
11488         @stage2_werror_flag@ down to configure in stages 2 and 3.
11489         * Makefile.in: Regenerate.
11491 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11493         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11494         for stages 2 and 3 as well as in make.  As a consequence, remove
11495         OUTPUT_OPTION (now detected by configure) from the flags passed down
11496         to make.
11497         * Makefile.in: Regenerate.
11499         * Makefile.tpl (new-bootstrap): Fix typo.
11500         * Makefile.in: Regenerate.
11502 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11504         * Makefile.tpl: Rearrange by moving recursive_targets rules
11505         into their proper sections.
11506         * Makefile.tpl (top level bootstrap support): Move disabling
11507         of coverage flags from 'make' to 'configure'; improve comments.
11508         * Makefile.in: Regenerate.
11510         * Makefile.tpl (experimental top level bootstrap) Move stage1
11511         language setting from all- target to configure- target; disable
11512         intermodule optimization in stage 1; prevent gratuitous rebuilds
11513         of stage 1.
11514         * Makefile.in: Regenerate.
11515         * configure.in: Comma-separate stage 1 language list for top
11516         level bootstrap.
11517         * configure: Regenerate.
11519         * Makefile.tpl: Clean up experimental top level bootstrap support:
11520         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11521         prev-gcc in configure- targets as well as all- targets.
11522         * Makefile.in: Regenerate.
11524 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11526         * compile: New file imported from automake.
11528 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11530         * configure.in: Remove symbolic link section.
11531         * configure: Regenerate.
11532         * Makefile.tpl (links): Remove.
11533         * Makefile.in: Regenerate.
11535 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11536             Nathanael Nerode  <neroden@gcc.gnu.org>
11538         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11539         Set with AC_CHECK_PROGS.
11540         * configure.in: Fix comment typo from last patch.
11541         * configure: Regenerate.
11543 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11545         * Makefile.tpl: Introduce experimental top level bootstrap support.
11546         * Makefile.in: Regenerate.
11547         * configure.in: Introduce support for top level bootstrap.
11548         * configure: Regenerate.
11550 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11551             Paolo Bonzini  <bonzini@gnu.org>
11553         PR bootstrap/14522
11554         * configure.in: Cope with shells that do not support unquoted ^
11555         * configure: Regenerate.
11557 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11558             Paolo Bonzini  <bonzini@gnu.org>
11560         PR bootstrap/14522
11561         * configure.in: Cope with shells that do not support nesting
11562         quotes inside quoted backquote substitutions.
11563         * configure: Regenerate.
11565 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11567         PR bootstrap/14522
11568         * configure.in: Fix escaping of $.
11569         * configure: Regenerate.
11571 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11573         * configure: Regenerate, since I forgot to while committing Paolo's
11574         changes.
11576 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
11578         PR ada/14131
11579         Move language detection to the top level.
11580         * configure.in: Find default values for the tools as
11581         soon as possible.  Disable ada if GNAT is not found.
11582         Emit error message about missing languages.  Expand
11583         --enable-languages=all for the gcc subdirectory.
11585 2004-03-10  Ben Elliston  <bje@gnu.org>
11587         * MAINTAINERS: Update my email address.
11589 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
11591         * ltconfig: Disable building static libraries if building shared
11592         libraries on AIX 5L.
11594 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11596         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11597         and disable libgcj.
11598         * configure: Regenerated.
11600 2004-03-01  Brian Booth  <bbooth@redhat.com>
11602         * MAINTAINERS: Add myself to write-after-approval.
11604 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
11606         * MAINTAINERS: Add myself to write-after-approval.
11608 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11610         PR bootstrap/7087
11611         * Makefile.tpl: Guard XFOO sed statements better.
11612         * Makefile.tpl: Add dependency for configure-target-libada.
11613         * Makefile.in: Regenerate (incidentally fixes broken
11614         commit when libada-branch was merged).
11616 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
11618         * MAINTAINERS: Add myself to write-after-approval.
11620 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
11622         * MAINTAINERS: Add Nicola Pero and myself as libobjc
11623         maintainers.
11625 2004-02-20  Andrew Cagney  <cagney@redhat.com>
11627         * config.guess: Update from version 2003-10-16 to 2004-02-16.
11628         * config.sub: Update from version 2003-11-03 to 2004-02-16.
11630 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11632         PR bootstrap/11932
11633         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11635 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
11637         * MAINTAINERS: Added myself to write-after-approval.
11639 2004-02-14  Michael Koch  <konqueror@gmx.de>
11641         * MAINTAINERS: Added myself to write-after-approval.
11643 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
11645         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
11646         some OS port maintainers to OS port maintainers section.
11648 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
11650         * MAINTAINERS: Add self.
11652 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11654         * MAINTAINERS: Alphabetize.
11656 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
11658         * MAINTAINERS: Remove myself.
11660 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
11662         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11663         (rs6000-*-aix*): Same.
11664         * configure: Regenerate.
11666 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
11668         * configure.in (host): Add in missing $noconfigdirs to defines.
11669         * configure: Regenerate.
11671 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
11672             Nathanael Nerode  <neroden@gcc.gnu.org>
11674         PR ada/6637, PR ada/5911
11675         Merge with libada-branch:
11676         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11677         with appropriate dependencies. Add --enable-libada configure switch.
11678         * configure, Makefile.in: Regenerate.
11680 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11682         * MAINTAINERS: Add myself to write-after-approval.
11684 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11686         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11687         * configure: Regenerate.
11689 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
11691         Merge from upstream:
11693         * ltmain.in: When setting IFS to '~', be careful about user
11694         arguments that contain '~'.
11696         2004-02-04  Peter O'Gorman  <peter@pogma.com>
11698         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11699         Also test $base_compile against $CC with escaped arguments. Bug
11700         reported by Geoff Keating <geoffk@apple.com>.
11702 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
11704         * MAINTAINERS: Remove i960 port.
11706 2004-01-23  DJ Delorie  <dj@redhat.com>
11708         * Makefile.def (target_modules) [libiberty]: Don't stage.
11709         * Makefile.in: Rebuilt.
11711 2004-01-20  Caroline Tice  <ctice@apple.com>
11713         * MAINTAINERS: Add myself to write-after-approval.
11715 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
11717         * MAINTAINERS: Update my email address.
11719 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11721         * MAINTAINERS: Add myself to write-after-approval.
11723 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11725         * MAINTAINERS: Remove entries without email address.
11727 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11729         * MAINTAINERS: Add myself to write-after-approval.
11731 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11733         * MAINTAINERS: Update my email address.
11735 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11737         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11738         * Makefile.tpl (configure-target-[+module+]): Support stage.
11739         * Makefile.in: Rebuilt.
11741 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11743         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11745 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11747         * MAINTAINERS: Add myself as a MIPS maintainer.
11749 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11751         * configure.in: Use ./config.cache, not config.cache.
11752         * configure: Regenerate.
11753         * Makefile.tpl: Special-casing not needed for GCC any more.
11754         * Makefile.in: Regenerate.
11756         * configure.in: Don't share a cache file for host dirs.
11757         * configure: Regenerate.
11759         * config-ml.in: Don't mess with the cache file.
11761 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11763         * MAINTAINERS: Move myself from 'Write After Approval' to
11764         'CPU Port Maintainers' section as SPARC maintainer.
11766 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11768         * Makefile.tpl: Make GCC use a separate config.cache.
11769         * Makefile.in: Regenerate.
11771         PR bootstrap/11932, PR bootstrap/11933
11772         (I don't know if it will fix either of them, but it relates
11773         to them.)
11774         * configure.in: Don't use shared config.cache for target
11775         directories.
11776         * configure: Regenerate.
11778 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11780         * MAINTAINERS: Add myself to 'Write After Approval' section.
11782 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11784         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11785         * configure: Regenerated.
11787 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11789         * MAINTAINERS: Remove the mn10200 maintainer.
11791 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11793         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11794         * configure: Regenerated.
11796 2003-12-16  Jan Hubicka  <jh@suse.cz>
11798         * MAINTAINERS: Add myself as callgraph maintainer.
11800 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11802         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11803         * configure: Regenerate.
11805 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11807         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11808         'Write After Approval' section. Update email.
11810 2003-12-01  James Lemke  <jim@wasabisystems.com>
11812         * MAINTAINERS (Write After Approval): Add myself.
11814 2003-11-20  Matt Thomas  <matt@3am-software.com>
11816         * MAINTAINERS: Add myself as a vax port maintainer.
11818 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11820         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11821         (configure-build-[+module+], configure-[+module+]): Likewise.
11822         (configure-target-[+module+], configure-gcc, config.status): Likewise.
11823         * Makefile.in: Regenerate.
11825 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11827         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11828         shared/dylibed libraries.
11829         * ltmain.sh: Likewise.
11830         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11831         * ltcf-cxx.sh: Likewise.
11832         * ltcf-gcj.sh: Likewise.
11833         * ltconfig: Likewise.
11835 2003-11-17  Stan Cox  <scox@redhat.com>
11837         * MAINTAINERS: Add myself as iq2000 port maintainer.
11839 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11841         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11842         * Makefile.in: Regenerate.
11844 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11846         * config.sub: Update to 2003-11-03 version.
11848 2003-10-20  Phil Edwards  <phil@codesourcery.com>
11850         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11851         * configure:  Regenerate.
11853 2003-10-20  Nicolas Pitre  <nico@cam.org>
11855         * MAINTAINERS: Add myself to 'Write After Approval' section.
11857 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11859         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11861 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11863         * MAINTAINERS: Update my email address.
11865 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11867         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11869 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11871         * MAINTAINERS: Add myself to 'Write After Approval' section.
11873 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
11875         * config.guess: Update to 2003-10-16 version.
11876         * config.sub: Update to 2003-10-16 version.
11878 2003-10-15  David Daney  <ddaney@avtrex.com>
11880         * MAINTAINERS: Added myself to 'Write After Approval' section.
11882 2003-10-15  Falk Hueffner  <falk@debian.org>
11884         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11885         'Write After Approval' section. Update email.
11887 2003-10-14  Roger Sayle  <roger@eyesopen.com>
11889         * MAINTAINERS: Move myself from 'Write After Approval' to
11890         'Various Maintainers' section as middle-end maintainer.
11892 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11894         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11895         HOST_FLAGS_TO_PASS.
11896         * Makefile.in: Regenerate.
11898 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
11900         * config.guess: Update to 2003-10-07 version.
11901         * config.sub: Update to 2003-10-07 version.
11903 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11905         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11906         * ltconfig (irix5*, irix6*): Don't override version_type.
11908 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11910         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11911         * configure: Rebuilt
11912         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11913         * Makefile.in: Rebuilt
11915 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11917         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11919 2003-09-30  Carlo Wood  <carlo@alinoe.com>
11921         * MAINTAINERS (Write After Approval): Add myself.
11923 2003-09-29  Paul Koning  <ni1d@arrl.net>
11925         * MAINTAINERS: Move myself from "Write After Approval"
11926         to CPU platform maintainers for pdp11 platform.
11928 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11930         * MAINTAINERS: Move myself from 'Write After Approval' to
11931         'Various Maintainers' section as libffi testsuite maintainer.
11933 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11935         * configure.in: Pass a computed --program-transform-name
11936         to subconfigures.
11937         * configure: Regenerated.
11939 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11941         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11942         * Makefile.in: Regenerate.
11944         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11945         * Makefile.in: Regenerate.
11947 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
11949         * MAINTAINERS: Move myself from 'Write After Approval'
11950         to 'Various Maintainers' (objective-c) section.
11952 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11954         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11955         quoting.
11956         * configure: Regenerated.
11958 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
11960         * MAINTAINERS (Write After Approval): Add myself to write after
11961         approval list.
11963 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11965         * MAINTAINERS (Write After Approval): Add myself.
11967 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11969         * MAINTAINERS: Update my e-mail address.
11971 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
11973         * libtool.m4 (LD): Correct powerpc64 host match.
11975 2003-09-06  James E Wilson  <wilson@tuliptree.org>
11977         * MAINTAINTERS: Update my affiliation and email address.
11979 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11981         * MAINTAINERS (Write After Approval): Add myself.
11983 2003-09-04  DJ Delorie  <dj@redhat.com>
11985         * configure: Regenerate.
11987 2003-09-04  Robert Millan  <robertmh@gnu.org>
11989         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11991 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11993         * configure.in: Ensure arguments to sed are properly spaced.
11994         * configure: Regenerate.
11996 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11998         * MAINTAINERS: Update my e-mail address.
12000 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
12002         * MAINTAINERS (Write After Approval): Add myself.
12004 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
12006         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12007         * configure: Regenerated.
12009 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12011         * MAINTAINERS: Update my email address.
12013 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
12015         * configure.in:  Use newline instead of semicolon when assuming
12016         shell arguments in a for loop.
12017         * configure:  Regenerated.
12019 2003-08-22  Jason Eckhardt  <jle@rice.edu>
12021         * MAINTAINERS: Resurrect the i860 maintainer.
12023 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
12025         PR 8180
12026         * configure.in: When testing with_libs and with_headers, treat
12027         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
12028         * configure: Regenerate.
12030         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12031         make, shell, etc.
12032         (baseargs): Likewise.
12033         * configure: Regenerate.
12035 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
12037         * MAINTAINERS (Write After Approval): Add myself.
12039 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
12041         * configure.in: Disable libgcj for darwin not on powerpc.
12042         * configure: Rebuild.
12044 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
12046         * config-ml.in, symlink-tree: Add license.
12048 2003-08-03  Richard Stallman  <rms@gnu.org>
12049             Eben Moglen  <moglen@columbia.edu>
12051         * README.SCO: New file.
12053 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
12055         * Makefile.tpl (check, check-c++): Express dependencies using
12056         dependencies rather than commands.
12057         * Makefile.in: Regenerate.
12059 2003-08-01  Andrew Cagney  <cagney@redhat.com>
12061         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12062         * configure: Ditto.
12064 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
12066         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12067         * Makefile.in: Update.
12069 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
12071         * configure.in: Enable libgcj for darwin.
12072         * configure: Rebuild.
12074 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
12076         * config-ml.in:  Use ac_configure_args directly instead of
12077         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
12078         actually seen.
12080 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12082         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12083         creating target and build subdirs to build all parent dirs as needed.
12084         * Makefile.in: Rebuild.
12085         * configure.in: Don't build dirs explicitly here.
12086         * configure: Rebuild.
12088 2003-07-26  Paul Brook  <paul@nowt.org>
12090         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12092 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12094         * Makefile.tpl (all-make): Depend on intl.
12095         * Makefile.in: Rebuilt.
12097 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12099         * install-sh:  Update to newer upstream versions (associated with
12100         aclocal 1.7).
12101         * mkinstalldirs:  Likewise.
12102         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12104 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12106         * MAINTAINERS: Move self from Bug database only accounts
12107         to write-after-approval.
12109 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12111         * config.if: Remove unused libc_interface determination.
12113 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12115         * MAINTAINERS: Move self from write-after-approval to
12116         build machinery (*.in).
12118 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12120         PR bootstrap/11273
12121         PR bootstrap/11408
12122         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12123         unused INSTALL_PROGRAM_ARGS.
12124         * configure.in: Use AC_PROG_INSTALL.
12125         * Makefile.in: Regenerate.
12126         * configure: Regenerate.
12128 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12130         * MAINTAINERS: Alphabetize.
12132 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12134         * configure: Rebuilt.
12135         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12136         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12137         newlib nor libgloss.
12138         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12139         * configure.in (am33_2.0-*-linux*): Added.
12141 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12143         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12144         * configure: Regenerate.
12146 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12148         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12149         * Makefile.in: Regenerate.
12151 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12153         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12154         * Makefile.in: Regenerate.
12156 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12158         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12159         * Makefile.in: Regenerated.
12161         * config-ml.in: Replace PWD with PWD_COMMAND.
12163 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12165         * intl: New directory; see intl/ChangeLog for details.
12166         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12167         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12168         * Makefile.in: Regenerate.
12170 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12172         * configure.in: Clean up config-lang.in handling.  Delete
12173         useless assignment to "subdirs".
12174         * configure: Regenerate.
12176 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12178         * configure.in: Rename 'target_libs' to 'target_libraries'.
12179         Remove useless reference to 'target_libs'.
12180         * configure: Regenerate.
12182 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12184         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12185         * Makefile.in: Regenerate.
12187 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12189         * Makefile.def: Introduce flags_to_pass.
12190         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12191         * Makefile.in: Regenerate.
12193 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12195         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12196         and target-libgloss.
12197         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12198         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12199         * configure: Regenerate.
12201 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12203         * configure.in: Update testsuite_flags to new location.
12204         * configure. Regenerate.
12206 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12208         * Makefile.tpl: Remove BUILD_CC stuff.
12209         * Makefile.in: Regenerate.
12211 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12213         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12215 2003-06-16  Graeme Peterson  <gp@qnx.com>
12217         * MAINTAINERS (Write After Approval): Add myself.
12219 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12221         * config.guess: Update to 2003-06-12 version.
12222         * config.sub: Update to 2003-06-13 version.
12224 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12226         * config.guess: Update to 2003-06-06 version.
12227         * config.sub: Update to 2003-06-06 version.
12229 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12231         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12232         * configure. Regenerate.
12234 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12236         * configure.in: Disable serial configure by default.
12237         * configure: Regenerate.
12238         * Makefile.tpl: Abolish .NOTPARALLEL.
12239         * Makefile.in: Regenerate.
12241         * Makefile.tpl: Replace {build,host,target}_canonical by
12242         {build,host,target}.
12243         * Makefile.in: Regenerate.
12245         * Makefile.tpl: Fix stupid pasto.
12246         * Makefile.in: Regenerate.
12248 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12250         * Makefile.tpl: Remove bogus conditional.
12251         * Makefile.in: Regenerate.
12253 2003-06-05  Jan Hubicka  <jh@suse.cz>
12255         * Makefile.tpl (profiledbootstrap): New target.
12256         * Makefile.in (profiledbootstrap): New target.
12258 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12260         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12261         Pinski. Remove user names from other bugzilla-only maintainers.
12263 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12265         * Makefile.tpl: Make 'recursive targets' using autogen rather
12266         than shell loop.  Remove duplicate 'clean' targets and false
12267         comments.
12268         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12269         Add systematic method of specifying missing targets in subdirs.
12270         Add copyright boilerplate.
12271         * Makefile.in: Regenerate.
12272         * configure.in: Add 'recursive targets' to maybe list.
12273         * configure: Regenerate.
12275         * MAINTAINERS: "GNATS only" -> "Bug database only".
12277         * Makefile.tpl: Rename [+target+] to [+make_target+].
12278         * Makefile.def: Rename 'target' to 'make_target'.
12280 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12282         * MAINTAINERS: Add self as options handling maintainer.
12284 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12286         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12287         been too long since I touched those ports.
12289 2003-05-28  DJ Delorie  <dj@redhat.com>
12291         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12292         * Makefile.in: Regenerate.
12294 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12296         * configure.in: Use curly braces in the definition of tooldir.
12297         * configure: Regenerate.
12299 2003-05-21  DJ Delorie  <dj@redhat.com>
12301         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12302         newlib or libgloss.
12303         * Makefile.in: Regenerate.
12305 2003-05-21  DJ Delorie  <dj@redhat.com>
12307         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12308         * Makefile.in: Regenerate.
12310 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12312         * MAINTAINERS: Update my e-mail address.
12314 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12316         * configure.in: Switch more things to use maybe dependencies.
12317         * Makefile.tpl: Switch more things to use maybe dependencies.
12318         Factor out common code from autogen IF statements.
12319         * configure: Regenerate.
12320         * Makefile.in: Regenerate.
12322 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12324         * configure.in: Accept i[3456789]86 for machine type.
12325         * configure: Regenerate.
12327 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12329         * configure.in: Switch more things to use maybe dependencies.
12330         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12331         * configure: Regenerate.
12332         * Makefile.tpl: Switch more things to use maybe dependencies.
12333         * Makefile.in: Regenerate.
12335 2003-05-16  Andreas Schwab  <schwab@suse.de>
12337         * Makefile.tpl (install-opcodes): Define.
12338         * Makefile.in: Rebuild.
12340 2003-05-13  Andreas Jaeger  <aj@suse.de>
12342         * config.guess: Update to 2003-05-09 version.
12343         * config.sub: Update to 2003-05-09 version.
12345 2003-05-13  Michael Eager  <eager@mvista.com>
12347         * configure.in: Correct sed script so that options in quotes are not
12348         deleted.
12349         * configure: Rebuild.
12351 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12353         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12354         and $$s/newlib/libc/sys/cygwin32 include paths.
12355         * configure: Ditto.
12357 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12359         * MAINTAINERS: Update my email addresses.
12361 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12363         * config-ml.in: Propagate INSTALL variables.
12365 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12367         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12369 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12371         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12372         * Makefile.in: Regenerate.
12374 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12376         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12378 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12380         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12382 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12384         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12385         * Makefile.in: Regenerated.
12387 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12389         * MAINTAINERS (Write After Approval): Upgrade myself from
12390         GNATS only to write-after-approval. Update my mail address.
12392 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12394         (OS Port Maintainers: freebsd): Add myself.
12396 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12398         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12400 2003-04-22  Kean Johnston  <jkj@sco.com>
12402         * MAINTAINERS (SCO ports): Added myself.
12404 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12406         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12408 2003-04-19  Kean Johnston  <jkj@sco.com>
12410         * MAINTAINERS (Write After Approval): Add myself.
12412 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12414         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12415         * Makefile.in: Regenerate.
12417 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12419         * configure.in (powerpc64*-*-linux*): Remove.
12420         * configure: Rebuilt.
12422 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12424         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12425         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12426         and restrap.
12427         * Makefile.in:  Regenerate.
12429 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12431         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12432         * configure: Regenerated.
12434 2003-04-15  DJ Delorie  <dj@redhat.com>
12436         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12438 2003-04-13  Nick Clifton  <nickc@redhat.com>
12440         * config-ml.in: Remove support for --disable-aix removing
12441         call-aix multilibs.
12443 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12445         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12446         * */configure: Rebuilt.
12448 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12450         * MAINTAINERS: Add my email address.
12452 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12454         * MAINTAINERS (Write After Approval): Add myself.
12456 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12458         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12459         * Makefile.in: Regenerate.
12461 2003-03-14  Michael Chastain  <mec@shout.net>
12463         * Makefile.in: Regenerate with correct Makefile.def.
12465 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12467         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12468         Make macro.
12469         * Makefile.in: Regenerate.
12470         * configure.in: Clean up gxx_include_dir logic.
12471         * configure: Regenerate.
12473 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12475         * MAINTAINERS (Write After Approval): Add myself.
12477 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12479         * MAINTAINERS: Update my mail address.
12481 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12483         * configure.in (gxx_include_dir): Fix typo.
12484         * configure: Regenerated.
12486 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12488         * Makefile.tpl: Reindent.
12489         * Makefile.in: Regenerate.
12490         * configure.in: Reindent.  Don't set unused variables.
12491         * configure: Regenerate.
12493 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12495         * configure.in: Include $(build_tooldir)/sys-include in
12496         FLAGS_FOR_TARGET.
12497         * configure: Regenerated.
12499 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12501         * Makefile.tpl: Always pass down RANLIB.
12502         * Makefile.in: Regenerate.
12504         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12505         * Makefile.in: Regenerate.
12506         * configure.in: Remove unused logic relating to --enable-shared
12507         and --enable-threads.  Remove bogus comments.  Remove redundant
12508         noconfigdirs.
12509         * configure: Regenerate.
12511         * configure.in: Replace ${libstdcxx_version} by its value.
12512         Remove reference to mh-dgux.
12513         * configure: Regenerate.
12515 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12517         * MAINTAINERS (Write After Approval): Add myself.
12519 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12521         * Makefile.tpl: Rearrange.
12522         * Makefile.in: Regenerate.
12524 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12526         * configure.in: Add support for kaOS as cross build target system.
12527         * configure: Regenerated.
12529 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12531         * MAINTAINERS (Write after approval): Add myself.
12533 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12535         * MAINTAINERS: Update my email address.
12537 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12539         * MAINTAINERS: Add self to blanket write privs. section.
12541 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12543         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12544         configure-target-* as some target builds may require additional
12545         flags for preprocessor tests.
12546         * Makefile.in: Regenerated.
12548 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12550         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12551         * ltconfig: Handle it.
12552         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12553         auto-detecting it.
12555         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12556         it is used as argument to $CC.
12557         * ltcf-gcj.sh: Likewise.
12559         * configure.in: Introduce --enable-maintainer-mode.
12560         * configure: Rebuilt.
12561         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12562         for maintainer mode.
12563         * Makefile.in: Rebuilt.
12565 2003-02-18  Jason Merrill  <jason@redhat.com>
12567         * Makefile.tpl (check-c++): Allow parallelism.
12569 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12571         * MAINTAINERS: Remove John Carr (who never actually had access to
12572         gcc.gnu.org).
12574 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12576         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12577         don't configure target-libobjc.
12578         * configure: Regenerate.
12580 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12582         * Makefile.tpl (RANLIB): Define.
12583         * Makefile.in: Regenerate.
12585 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
12587         * MAINTAINERS: Update my email.
12589 2003-02-06  Keith R Seitz  <keiths@redhat.com>
12591         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12592         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12593         * Makefile.in: Regenerated.
12594         * configure.in: Remove all traces of snavigator, db, and grep.
12595         * configure: Regenerated.
12597 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12599         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12600         After Approval.
12602 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12604         * MAINTAINERS (Write after approval): Add myself.
12606 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
12608         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12609         * Makefile.in: Regenerated.
12611 2003-01-30  Roger Sayle  <roger@eyesopen.com>
12613         * config.guess: Updated to 2003-01-30's version.
12614         * config.sub: Updated to 2003-01-28's version.
12616 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
12618         * config.if: If gcc_version is already set, just use it.  Don't set
12619         gcc_version_trigger if it's already set, otherwise set it to
12620         gcc/version.c, but only if the file exists.  If it is not set and
12621         gcc/version.c does not exist, try to extract the version number from
12622         $CC.
12624 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
12626         * MAINTAINERS: Add myself to write-after-approval list.
12628 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
12630         * configure.in:  Revert 24Jan change.
12631         * configure:  Regenerate.
12633 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12635         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
12636         entry of HJ Lu.
12638 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12640         * configure.in: Revert previous change.
12641         * configure: Regenerate.
12643 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12645         * configure.in: Make rda native-only.
12646         * configure: Regenerate.
12648 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12650         * MAINTAINERS: Move myself from GNATS-only-accounts to
12651         write-after-approval.
12653 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12655         * configure.in: Add missing \.
12656         * configure: Rebuilt.
12658 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
12660         * configure.in (baseargs): Avoid using \| in sed regular
12661         expressions.
12662         * configure: Rebuilt.
12664 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
12666         * configure.in (baseargs): Remove all supported forms of
12667         --cache-file, --srcdir, --host, --build and --target options
12668         from argument lists.
12669         * configure: Rebuilt.
12671 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
12673         * MAINTAINERS: Add myself to write-after-approval list.
12675 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
12677         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12678         * configure: Rebuilt.
12680 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12682         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12683         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12684         * Makefile.in: Regenerate.
12685         * configure: Regenerate.
12687 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12689         * configure.in: Remove Makefile in build, host and target modules
12690         unless configure was run with --no-recursion.
12691         * configure: Rebuilt.
12693 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12695         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12696         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12697         * Makefile.in: Regenerate.
12699 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
12701         * config.guess: Update to 2003-01-03 version.
12702         * config.sub: Update to 2003-01-03 version.
12704 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12706         * configure: Regenerate with proper autoconf 2.13.
12708 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12710         * configure.in: Add AC_PREREQ for consistency.
12711         * configure: Regenerate.
12713 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
12715         * configure.in (GDB_TK): Add tcl directories conditional on
12716         gdb/gdbtk directory being present.
12717         * configure: Regenerate.
12719 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12721         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12722         used by gcc if LD is not defined and we are not doing a Canadian Cross.
12723         * configure: Rebuilt.
12725 2002-12-31  Tom Tromey  <tromey@redhat.com>
12727         * Makefile.in: Rebuilt.
12728         * Makefile.def (target_modules) [libffi]: Allow installation.
12730 2002-12-31  Andreas Schwab  <schwab@suse.de>
12732         * configure.in: Fix use of $program_transform_name.
12733         * configure: Regenerated.
12735 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12737         * configure.in (baseargs): Don't remove first configure argument.
12738         * configure: Regenerated.
12740 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12742         * Makefile.tpl (local-distclean): Don't remove...
12743         (multilib.ts): ... this.  Moved into...
12744         (multilib.out): ... this.  Don't use sub-make.
12745         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12746         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12747         (configure-build-[+module+], configure-[+module+],
12748         configure-target-[+module+], configure-gcc): ... these.  Test
12749         for Makefile existence.  Drop config.status from dependencies.
12750         * Makefile.in: Rebuilt.
12751         * configure.in: Move gcc-version-trigger to the end of
12752         ac_configure_args.  Add comments to maybedep.tmp and
12753         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12754         nonopt from baseargs, matching and removing corresponding
12755         whitespace while at it.
12756         * configure: Rebuilt.
12758 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12760         * configure.in (host_configargs): Replace reference to
12761         no-longer-defined buildopts with --build=${build_alias}.
12762         * configure: Rebuilt.
12764         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12765         program_transform_name to standard idiom.
12766         (AUTOGEN, AUTOCONF): Define.
12767         (Makefile.in): Use $(AUTOGEN).
12768         (Makefile): Depend on config.status, and use autoconf-style rule to
12769         build it.  Move original commands to...
12770         (config.status): ... this new target.
12771         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12772         $(AUTOCONF).
12773         * Makefile.in: Rebuilt.
12775 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12777         * Makefile.tpl: Fix dramatic bustage due to change in
12778         program_transform_name.
12779         * Makefile.in: Regenerate.
12781         * configure.in: Remove unnecessary PATH setting.
12782         * configure: Regnerate.
12784         * configure.in: Don't default to unprefixed tools unless
12785         the native tools will work.
12786         * configure: Regenerate.
12788         * configure.in: Convert to autoconf script.  Blow away lots
12789         of now-redundant Makefile fragments.
12790         * configure: Generate using Autoconf.
12791         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12792         * Makefile.in: Regenerate.
12794 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12796         * configure: Fix stupid bug where RANLIB was mistakenly included.
12798         * configure.in: Rename (buildargs, hostargs, targargs) to
12799         (build_configargs, host_configargs, target_configargs).
12801         * configure.in: Move logic out of sed statement.
12803         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12804         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12806 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12808         * config.sub: Import from master repository
12809         * config.guess: Ditto
12811 2002-12-24  Andreas Schwab  <schwab@suse.de>
12813         * Makefile.tpl (multilib.out): Fix missing space.
12814         * Makefile.in: Regenerate.
12816 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12818         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12819         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12820         * Makefile.in: Regenerate.
12821         * configure.in: Remove unnecessary leftovers.
12823 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
12825         * configure.in (extra_ranlibflags_for_target): New variable.
12826         (*-*-darwin): Add -c to ranlib commands.
12827         * configure (tooldir): Handle extra_ranlibflags_for_target.
12829 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12831         * Makefile.tpl: Revert HJL's change.
12832         * Makefile.in: Regenerated.
12833         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12834         always.
12836 2002-12-19  Andreas Schwab  <schwab@suse.de>
12838         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12839         * Makefile.in: Regenerate.
12841 2002-12-18  H.J. Lu  <hjl@gnu.org>
12843         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12844         * Makefile.in: Regenerated.
12846         * configure.in (build_prefix): New. Substitute.
12848 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12850         * Makefile.tpl: Don't let real targets depend on phony targets.
12851         * Makefile.in: Regenerate.
12853         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12854         * Makefile.in: Regenerate.
12856 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12858         * config.sub: Import from master repository
12859         * config.guess: Ditto
12861 2002-12-16  Jason Merrill  <jason@redhat.com>
12863         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12864         previous 'make bootstrap'.
12865         * Makefile.in: Regenerate.
12867 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12869         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12871 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12873         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12874         * Makefile.in: Regenerate.
12876 2002-12-13  Jason Merrill  <jason@redhat.com>
12878         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12879         library tests.
12880         (check-c++): Just depend on it and check-target-libstdc++-v3.
12881         * Makefile.in: Regenerate.
12883 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12885         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12886         * Makefile.in: Rebuilt.
12888 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12890         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12892 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12894         * configure: Fix bug put in by gremlins.
12896         * Makefile.tpl: Substitute more autoconfily.
12897         * configure: Substitute more autoconfily.
12898         * Makefile.in: Regenerate.
12900 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12902         * config.sub: Import from master repository
12903         * config.guess: Ditto
12904         * MAINTAINERS: Added Svein Seldal under write after approval
12906 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
12908         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12909         * Makefile.in (all-sim): Ditto.
12911 2002-12-06  DJ Delorie  <dj@redhat.com>
12913         * Makefile.tpl: Change configure dependencies to not have real
12914         targets depend on phony targets.
12916 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12918         * configure.in: Revert unintentional change.
12920         * Makefile.tpl: Change dependency for */multilib.out so that
12921         it works when gcc isn't in the tree.
12923         * configure.in: Substitute more.
12924         * configure: Run subconfigures from the Makefile.
12925         * Makefile.tpl: Run subconfigures from the Makefile; add a few
12926         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12928 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12930         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12932 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12934         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12935         and corresponding dependencies.
12936         * Makefile.in: Regenerate.
12938         * configure.in (host_tools): Order binutils, gas and ld for
12939         convenience in running the testsuites.
12941         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12942         * Makefile.in: Regenerate.
12943         * configure.in: Introduce rules to serialize subconfigure runs.
12945         * configure.in: Introduce BASE_CC_FOR_TARGET.
12946         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12947         Realize configure-build-* targets.  Realize configure-target-* targets.
12948         * Makefile.in: Regenerate.
12950 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12952         * configure: Move gcc_version_trigger stuff from here...
12953         * configure.in: ...to here.
12955         * configure.in: Separate subconfigure options added by this file from
12956         options given by the user.  Add machinery to put args for host
12957         subconfigures into the Makefile.
12959         * Makefile.tpl: Remove 'vault' targets.
12960         * Makefile.tpl: Reorder and comment dependencies.
12961         * Makefile.in: Regenerate.
12963 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12964         * configure.in: Fix my broken commit of previous patch. (sigh)
12966 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12968         * configure.in: Move host-specific darwin noconfigdirs into
12969         the host-specific section.
12971 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12973         * configure.in: Move host-specific darwin noconfigdirs into
12974         the host-specific section.
12976 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12978         * configure: Remove skip-this-dir support.
12979         * Makefile.tpl: Remove skip-this-dir support.
12981         * Makefile.tpl: Remove leftover support for non-autoconfiscated
12982         subdirectories.
12983         * Makefile.in: Regenerate.
12985         * Makefile.tpl: Strip out useless setting of 'dir'.
12986         * Makefile.in: Regenerate.
12988 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12990         * configure.in: Fix deeply stupid bug.
12992         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12993         shell code in CXX_FOR_TARGET
12994         * Makefile.def: Introduce raw_cxx.
12995         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12996         RAW_CXX_FOR_TARGET.
12997         * Makefile.in: Regenerate.
12999 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
13001         * Makefile.tpl: Remove unnecessary ifs.
13002         * Makefile.in: Regenerate.
13004         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
13005         dependencies.  Maybe-ize build-libiberty.  Create dummy install
13006         targets for 'no_install' modules.
13007         * configure: Move GDB_TK substitution to configure.in.  Move
13008         build_modules stuff to configure.in.
13009         * configure.in: Implement soft dependency machinery.  Maybe-ize
13010         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
13011         * Makefile.in: Regenerate.
13013 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13015         * Makefile.tpl: Make all-target, install-target behave similarly
13016         to all, install (only hitting configured targets).  Eliminate
13017         unused macro defintions.
13019         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13020         build != host.
13022         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13024         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13026         * configure.in: Produce lists of subdir targets we're actually
13027         configuring.  Remove references to "dosrel".
13028         * Makefile.tpl: Let configure set which subdir targets are hit.
13029         Remove install-cross; clean up install; remove ALL.  Remove
13030         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
13031         Autogenerate host module targets.  Remove empty dependency lines
13032         and redundant dependency; rearrange slightly.
13033         * Makefile.def: Add host-side libtermcap, utils.
13035         * Makefile.in: Regenerate.
13037 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13039         * ltconfig (osf[345]): Append $major to soname_spec.
13040         Reflect this in library_names_spec.
13041         * ltmain.sh (osf): Prefix $major with . for use as extension.
13043 2002-11-19  Andreas Jaeger  <aj@suse.de>
13045         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13046         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13047         and sparc64 GNU/Linux systems.
13049 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
13051         * MAINTAINERS: Update email.
13053 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13055         * MAINTAINERS: Complete James Dennett's entry.
13057 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
13059         * MAINTAINERS (Write After Approval): Add myself.
13061 2002-11-13  Bruce Korb  <bkorb@gnu.org>
13063         * Makefile.tpl: syntactic cleanup
13065 2002-11-13  Stuart Hastings  <stuart@apple.com>
13067         * MAINTAINERS: Add myself to write-after-approval list.
13069 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13071         * Makefile.def: Add list of recursive targets to autogenerate.
13072         Add build_modules.
13073         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
13074         targets.  Autogenerate *-build-* targets.
13075         * Makefile.in: Regenerate.
13077 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13079         * configure: More autoconf-style substitutions.
13080         * Makefile.tpl: More autoconf-style substitutions.
13081         * Makefile.in: Regenerate.
13083 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13085         * configure: Substitute more variables in a more autoconf-friendly
13086         way.  Simplify slightly.
13087         * Makefile.tpl: Make more variables substitutable in an
13088         autoconf-friendly way.
13089         * Makefile.in: Regenerate.
13091 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13093         * MAINTAINERS (Write After Approval): Add myself.
13095 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13097         * configure.in (v810*): Remove special setting of tools.
13099         * configure: Add support for extra required flags for ar or nm.
13100         * configure.in (aix4.3+): Use above support for target-specific
13101         issues, rather than using config/mt-aix43.
13103 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13105         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13106         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13107         with $srcdir.  Reformat indentation.  Substitute some variables
13108         formerly hard-coded in the Makefile for build=host.
13109         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13110         * Makefile.def: Autogenerate more.
13111         * Makefile.in: Regenerate.
13113 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13115         * MAINTAINERS (Write After Approval): Add myself.
13117 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13119         * Makefile.def (host_modules): Add rda.
13120         * Makefile.in: Regenerate.
13121         * configure.in (target_tool): Add target-rda to list.
13123 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13125         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13127 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13129         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13130         and restrap targets to this rule.
13131         * Makefile.in:  Regenerate.
13133 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13135         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13136         GNATS only accounts.
13138 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13140         * configure.in (i[3456]86-*-linux*): Add check to disable
13141         ${libgcj} for glibc1.
13143 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13145         * MAINTAINERS: Add myself as ip2k port maintainer.
13147 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13149         * configure.in: Add tic4x target.
13151 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13153         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13154         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13155         * Makefile.in: Regenerate.
13157         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13158         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13159         * Makefile.in: Regenerate.
13161 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13163         * MAINTAINERS: Add myself as web pages co-maintainer.
13165 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13167         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13168         * Makefile.in: Regenerate.
13170 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13172         * MAINTAINERS: Add myself and Nathan Sidwell
13173         <nathan@codesourcery.com> as VxWorks maintainers.
13175 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13177         * Makefile.def: Remove order dependency comments.
13178         * Makefile.tpl: Add explicit install-install dependencies.
13179         * Makefile.in: Regenerate.
13181         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13182         * Makefile.in: Regenerate.
13184         * Makefile.tpl: Add configure-target (for src-release in src)
13185         * Makefile.in: Regenerate.
13187 2002-09-30  Nick Clifton  <nickc@redhat.com>
13189         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13191 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13193         * configure.in (s390*-*-linux*): Enable libgcj.
13195 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13197         * configure: Revert accidentally applied changes.
13199         * Makefile.tpl: Make more autoconf-friendly.
13200         * Makefile.in: Regenerate.
13201         * configure: Make substitution more autoconf-like.
13203 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13205         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13206         single entry to handle all these.
13207         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13208         libjava on arm-*-elf.
13210 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13212         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13213         things that depend on them.
13215 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13217         * Makefile.tpl: Make subsituted variables more autoconfy.
13218         * Makefile.in: Regenerate.
13219         * configure: Make seds more autoconfy.
13221 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13223         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13224         * Makefile.in: Regenerate.
13225         * configure.in: Rewrite sed statements to look autoconfy.
13227         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13228         all-target-foo on configure-target-foo.
13229         * Makefile.def: Ditto.
13230         * Makefile.in: Rebuild.
13232 2002-09-25  Andrew Haley  <aph@redhat.com>
13234         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13236 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13238         * Makefile.def: New file.
13239         * Makefile.tpl: New file.
13240         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13241         * contrib/gcc_update: Note that Makefile.in is a generated file.
13243         * configure.in: Minor rearrangement.  Simplify tests.
13245 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13247         * configure.in (with_headers): Skip copy if value is "yes".
13248         (with_libs): Likewise.
13250 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13252         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13253         * configure.in (sh*-*-pe*): Ditto.
13254         * configure.in (mips*-*-pe*): Ditto.
13255         * configure.in (*arm-wince-pe): Ditto.
13257         * configure.in: Rearrange.
13259 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13261         * MAINTAINERS: Update my email address.
13263 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13265         * MAINTAINERS: (Write After Approval): Add myself.
13267 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13269         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13271 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13273         * MAINTAINERS: Change my mailing address.
13275 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13277         * MAINTAINERS (Write After Approval): Remove myself.
13278         (Various Maintainers: c++ runtime libs): Add myself.
13280 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13282         * MAINTAINERS (Write After Approval): Remove myself.
13283         (Various Maintainers: c++ runtime libs): Add myself.
13285 2002-08-15  Eric Christopher  <echristo@redhat.com>
13287         * config.sub: Import from master repository.
13288         * config.guess: Ditto.
13290 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13292         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13293         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13294         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13296 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13298         * MAINTAINERS: Add self to rs6000 vector extensions.
13300 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13302         * libiberty/configure: Reverted unintended yesterday's check in.
13304 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13306         * boehm-gc/configure, libf2c/configure: Rebuilt.
13307         * libffi/configure, libiberty/configure: Ditto.
13308         * libjava/configure, libobjc/configure: Ditto.
13309         * libstdc++-v3/configure, zlib/configure: Ditto.
13310         Merged from binutils:
13311         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13312         From Steve Ellcey <sje@cup.hp.com>:
13313         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13314         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13315         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13316         IA64.
13317         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13318         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13319         soname_spec, sys_lib_search_path_spec): Ditto.
13321 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13323         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13325 2002-08-04  H.J. Lu  (hjl@gnu.org)
13327         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13329 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13331         * MAINTAINERS (Write After Approval): Add myself.
13333 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13335         * configure.in: Move generic linux case to end.  Copy generic
13336         linux noconfigdirs to mips*-*-linux* entry and new
13337         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13339 2002-07-19  Michael Matz  <matz@suse.de>
13341         * MAINTAINERS: Add myself as ra* maintainer.
13343 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13345         * config.guess: Update to 2002-07-09 version.
13346         * config.sub: Update to 2002-07-03 version.
13348 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13350         * MAINTAINERS: Fix typo in a maintainer email address.
13352 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13354         * configure.in: Remove two redundant tests.
13356 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13358         * configure.in (mips*-*-irix6*o32): Enable stabs.
13360 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13362         * configure.in: Don't build grez.
13363         * Makefile.in: Ditto.
13365         * Makefile.in: Remove references to bsp, cygmon, libstub.
13366         * configure.in: Ditto.
13368         * configure.in: Remove leftover reference to gdbtest.
13370 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13372         * configure.in (gxx_include_dir):  Change to match versioned
13373         C++ headers if --enable-version-specific-runtime-libs is used.
13375 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13377         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13379 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13381         * configure.in: Make --without-x work.
13383 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13385         * configure.in: Rearrange target Makefile fragment collection.
13387         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13388         cvs[src].
13389         * configure.in: Ditto.
13391 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13393         * MAINTAINERS (Write After Approval): Update my e-mail address.
13395 2002-06-24  Ben Elliston  <bje@redhat.com>
13397         * configure.in (host_tools): Remove cgen.
13399         * Makefile.in (all-cgen): Remove; runs from its source directory.
13400         (check-cgen, install-cgen, clean-cgen): Likewise.
13401         (all-opcodes): Do not depend on all-cgen.
13402         (all-sim): Likewise.
13404 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13406         * Makefile.in: Eliminate 'apache' targets.
13407         * configure.in: Eliminate 'apache' targets.
13409         * configure.in: Eliminate redundant tests.  Reorganize.
13411         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13413         * config-ml.in: Eliminate references to Cygnus configure.
13415         * Makefile.in: Eliminate references to building emacs.
13417 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13419         * MAINTAINERS: Update my email address.
13421 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13423         * config.if (libstdcxx_incdir): Version C++ headers.
13424         (cxx_incdir): Remove.
13426 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13428         * MAINTAINERS (Write After Approval): Add self.
13430 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13432         * configure.in: Add support for ip2k.
13434 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13436         * configure.in: Fix AIX configury bug.
13438 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13440         * MAINTAINERS (Write After Approval): Add self.
13442 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13444         * configure.in: replace ${topsrcdir} with ${srcdir}
13446         * configure.in: Move definition of libstdcxx_flags
13447         right above usage, rather than waaay earlier.
13449         * configure.in: Pull definition of is_cross_compiler earlier.
13451         * configure.in: Rearrange a little.
13453         * configure.in: Remove references to librx.
13454         * Makefile.in: Remove references to librx.
13456 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13458         * config.sub: Add support for avr target.
13459         Import from master sources, rev 1.255
13461 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13463         * configure, .cvsignore:  Revert previous change...
13464         * Makefile:  ...delete.
13466 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13468         * configure.in: Eliminate ${gasdir} variable.
13470 2002-06-18  Dave Brolley  <brolley@redhat.com>
13472         * configure.in: Add support for frv.
13473         * config.sub: Add support for frv.
13475 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13477         * configure:  Remove garbage from previous commit.
13479 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13481         * configure:  For in-source builds, make a subdir and re-exec there.
13482         * Makefile:  New file.  Pass targets through to build directory.
13483         * .cvsignore:  No longer ignore "Makefile".
13485 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13487         * MAINTAINERS (Write After Approval): Add self.
13489 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13491         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13493 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13495         * configure.in (vax-*-netbsd*): Re-enable gas.
13497 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13499         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13500         BUILD_PREFIX_1, to correct nomenclature.
13501         * configure: Likewise.
13503         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13504         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13506 2002-05-31  Olaf Hering  <olh@suse.de>
13508         * config-ml.in: Propogate DESTDIR also.
13510 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13512         * configure.in (vax-*-netbsd*): Don't build gas for this
13513         platform.
13515 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13517         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13518         and libgcj for AVR.
13520 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13522         * MAINTAINERS (Write After Approval): Add myself.
13524 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13526         * config.guess: Update to 2002-05-22 version.
13527         * config.sub: Likewise.
13529 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13531         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13532         * config-ml.in: Likewise.
13533         * configure: Likewise.
13534         * configure.in: Likewise.
13536 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13538         * MAINTAINERS: Update my email address.
13540 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13542         * configure.in: Simplify makefile fragment collection.
13544         * configure.in: Remove code to build emacs.
13546         * configure.in : Remove --srcdir argument from targargs and buildargs
13547         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13549         * configure: Move some logic to configure.in.
13550         * configure.in: Move some logic from configure.
13552 2002-05-11  Tom Tromey  <tromey@redhat.com>
13554         * MAINTAINERS: Reflect libgcj reality.
13556 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13558         * Makefile.in: Honour DESTDIR.
13560 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13562         * config.guess: Import 2002-03-20 version.
13563         * config.sub: Import 2002-04-26 version.
13565 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13567         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13569 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13571         * MAINTAINERS: Add self.
13573 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13575         * ltmain.sh: Detect and handle object name conflicts
13576         while piecewise linking a static library.
13578 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
13580         * configure.in (noconfigdirs): Don't disable libgcj on
13581         sparc64-*-solaris* and sparcv9-*-solaris*.
13583 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
13585         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13587 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
13589         * configure.in (FLAGS_FOR_TARGET): Do not add
13590         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13591         on i[3456]86-*-linux*.
13593 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
13595         * configure.in (noconfigdirs): Replace [ ] with test.
13597         * configure.in (noconfigdirs): Do not add target-newlib if
13598         target == i[3456]86-*-linux*, and host == target.
13600 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
13602         * configure.in: delete reference to absent file
13604         * configure.in: replace '[' with 'test'
13606         * configure.in: Eliminate references to gash.
13607         * Makefile.in: Eliminate references to gash.
13609         * configure.in: remove useless references to 'pic' makefile fragments.
13611         * configure.in: (*-*-windows*) Finish removing.
13613         * configure.in: Eliminate redundant test for libgui.
13615 2002-04-29  Roger Sayle  <roger@eyesopen.com>
13617         * MAINTAINERS: Add self and realphabetize.  Update entries
13618         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
13619         entry for a29k port maintainer.
13621 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
13623         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13624         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13626 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
13628         * configure.in: remove references to dead files
13630 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
13632         * MAINTAINERS: Add information about purpose of this file.
13634 2002-04-18  Tom Tromey  <tromey@redhat.com>
13636         * configure.in: Disallow configuring libgcj when it is already
13637         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
13638         Solaris 2.8 by default.  For PR libgcj/6158.
13640 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13642         * configure.in:  Move default CC setting out of config/mh-* fragments
13643         directly into here.
13645 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13647         * configure.in: don't even try to configure or make a subdirectory
13648         if there's no configure script for it.
13650 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
13652         * MAINTAINERS: Remove chill maintainers.
13653         * Makefile.in (CHILLFLAGS): Remove.
13654         (CHILL_LIB): Remove.
13655         (TARGET_CONFIGDIRS): Remove libchill.
13656         (CHILL_FOR_TARGET): Remove.
13657         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13658         CHILL_LIB.
13659         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13660         (CHECK_TARGET_MODULES): Likewise.
13661         (INSTALL_TARGET_MODULES): Likewise.
13662         (CLEAN_TARGET_MODULES): Likewise.
13663         (configure-target-libchill): Remove.
13664         (all-target-libchill): Remove.
13665         * configure.in (target_libs): Remove target-libchill.
13666         Do not compute CHILL_FOR_TARGET.
13667         * libchill: Remove directory.
13669 2002-04-11  DJ Delorie  <dj@redhat.com>
13671         * Makefile.in, configure.in: Sync with binutils, entries
13672         follow...
13674 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
13676         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
13677         (do-tar, do-bz2): New rules.
13678         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
13679         (gdb-tar): New rule.
13680         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13681         (insight_dejagnu.tar): New rule.
13682         (insight.tar): New rule.
13683         (gdb+dejagnu.tar): New rule.
13684         (gdb.tar): New rule.
13686 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13688         * Makefile.in: Add all-tix to deps for all-snavigator
13689         so that tix is built when building snavigator.
13691 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
13693         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13694         ld and gdb are not supported.
13696 2002-01-07  Mark Salter  <msalter@redhat.com>
13698         * configure.in: Remove target-bsp and target-cygmon from arm builds.
13699         Allow target-libgloss to be built for arm, strongarm, and xscale.
13701 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
13703         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13704         options for i[3456]86-pc-linux* native builds.
13706 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13708         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13709         files from .po files for a distribution.
13711 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13713         * configure.in: Enable libstdc++-v3 for h8300 targets.
13715 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
13717         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13718         version from bfd/.
13720 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13722         * Makefile.in (VER): When present, extract the version number from
13723         the file version.in.
13725 2001-05-24  Tom Rix  <trix@redhat.com>
13727         * configure.in : enable ld for aix
13729 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13731         * config.guess: Add linux target for S/390.
13733 2000-11-07  Philip Blundell  <pb@futuretv.com>
13735         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13737 2000-11-03  Philip Blundell  <pb@futuretv.com>
13739         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13740         files.
13742 2001-01-15  Ben Elliston  <bje@redhat.com>
13744         * configure.in (host_tools): Add sid.
13745         Always configure cgen.
13747 2000-11-24  Nick Clifton  <nickc@redhat.com>
13749         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13751 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13753         * Makefile.in (ALL_MODULES): Add all-cgen.
13754         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13755         (all-cgen): New target.
13756         (all-opcodes,all-sim): Depend on all-cgen.
13757         * configure.in (host_tools): Add cgen.
13758         Only configure cgen if --enable-cgen-maint.
13760 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13762         * configure.in: Add *-*-freebsd* configurations.
13764 2002-04-08  Tom Tromey  <tromey@redhat.com>
13766         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13767         Fixes PR libgcj/6068.
13769 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13771         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13773 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13775         * configure.in (alpha*-dec-osf*): Enable libgcj.
13777 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13779         * MAINTAINERS (Write After Approval): Add myself.
13781 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13783         Fix for: PR bootstrap/3591, target/5676
13784         * configure.in (mcore-pe): Disable the configuration of
13785         libstdc++-v3 since exceptions are not supported.
13787 2002-03-20  Anthony Green  <green@redhat.com>
13789         * configure.in: Enable libgcj for xscale-elf target.
13791 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13793         * MAINTAINERS:  Update my email address.
13795 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13797         * ltmain.sh (relink_command): Fix typo in previous change.
13799 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13801         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13802         (relink_command): Added --tag flags.
13803         (mode=install): If relinking fails; error out.
13805 2002-03-12  Richard Henderson  <rth@redhat.com>
13807         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13808         .NOTPARALLEL tag.
13809         (do-check): Rename from check.
13810         (check): Allow parallel check.
13812 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
13814         * MAINTAINERS: Add myself as maintainer for xtensa port.
13815         Fix alphabetical order in CPU port maintainer list.
13816         Remove myself from Write After Approval list.
13818 2002-03-11  Richard Henderson  <rth@redhat.com>
13820         * Makefile.in (.NOTPARALLEL): Add fake tag.
13822 2002-03-07  H.J. Lu  (hjl@gnu.org)
13824         * configure.in: Enable gprof for mips*-*-linux*.
13826 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13828         * MAINTAINERS (Write After Approval): Add myself.
13830 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13832         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13833         libjava.
13834         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13836 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13838         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13839         because its Makefile is there; test for the executable instead.
13841 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13843         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13844         libstdc++-v3 and libjava.
13846 2002-02-11  Adam Megacz  <adam@xwt.org>
13848         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13849         boehm-gc
13851 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13853         * config.guess: Updated to 2002-01-30's version.
13854         * config.sub: Updated to 2002-02-01's version.
13855         Contribute sh64-elf.
13856         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13857         * configure.in: Added sh64-*-*.
13859 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13861         * MAINTAINERS: Belatedly add myself to write after approval list.
13863 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13865         * MAINTAINERS: Put self in as maintainer for x86-64 port.
13866         Remove self as Write After Approval.
13868 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13870         * MAINTAINERS: Put self in as maintainer for contrib/regression
13871         directory.
13873 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13875         * MAINTAINERS:  Update my email address.
13877 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13879         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
13880         target-libiberty, and target-libgloss.  Skip Java-related
13881         libraries if not supported for NetBSD on target CPU.
13883 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
13885         * install-sh: Use _inst.$$_ for temp file name.
13887 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13889         * MAINTAINERS (Write After Approval): Move my contact info
13890         from here...
13891         (OS Port Maintainers): ...to here (netbsd).
13893 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
13895         * MAINTAINERS (Write After Approval): Add myself.
13897 2002-01-17  H.J. Lu  <hjl@gnu.org>
13899         * Makefile.in (all-fastjar): Also depend on all-libiberty.
13900         (all-target-fastjar): Also depend on all-target-libiberty.
13902 2002-01-16  H.J. Lu  (hjl@gnu.org)
13904         * config.guess: Import from master sources, rev 1.225.
13905         * config.sub: Import from master sources, rev 1.238.
13907 2002-01-16  Kazu Hirata  <kazu@hxi.com>
13909         * MAINTAINERS (Write After Approval): Remove myself.
13911 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13913         * MAINTAINERS (Write After Approval): Add myself.
13915 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13917         * MAINTAINERS: Add self as docs co-maintainer.
13919 2001-12-11  Matthias Klose  <doko@debian.org>
13921         * MAINTAINERS (Write After Approval): Add myself.
13923 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
13925         * MAINTAINERS: Update my email address.
13927 2001-12-07  Turly O'Connor  <turly@apple.com>
13928         * MAINTAINERS (Write After Approval): Add myself.
13929         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13930         (rs6000_initialize_trampoline): Call __trampoline_setup for
13931         ABI_DARWIN too.
13932         * darwin-tramp.asm: New file, implements __trampoline_setup.
13933         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13935 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13937         * MAINTAINERS (Write After Approval): Add myself.
13939 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13941         * configure, configure.in: Use temp file for long sed commands.
13943 2001-12-03  Laurent Guerby  <guerby@acm.org>
13945         * config.sub: Update to version 1.232 on subversion.
13947 2001-12-03  Ben Elliston  <bje@redhat.com>
13949         * MAINTAINERS: Update mail address for config.* patches.
13951 2001-11-27  DJ Delorie  <dj@redhat.com>
13952             Zack Weinberg  <zack@codesourcery.com>
13954         When build != host, create libiberty for the build machine.
13956         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13957         CONFIG_ARGUMENTS.
13958         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13959         New variables.
13960         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13961         and rules.
13962         (all.normal): Depend on ALL_BUILD_MODULES.
13963         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13964         (all-build-libiberty): Depend on configure-build-libiberty.
13966         * configure: Calculate and substitute proper value for
13967         ALL_BUILD_MODULES.
13968         * configure.in: Create the build subdirectory.
13969         Calculate and substitute TARGET_CONFIGARGS (formerly
13970         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13972 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
13974         * MAINTAINERS (write-after-approval): Add self.
13976 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13978         * MAINTAINERS (GNATS only accounts): Remove self.
13980 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13982         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13983         libf2c.
13985 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13987         * MAINTAINERS (Write After Approval): Add self.
13989 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13991         * MAINTAINERS: mips and s390 are also CPU ports.
13993 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13995         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13997 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
13999         * MAINTAINERS: Alphabetize.
14001 2001-11-09  Kazu Hirata  <kazu@hxi.com>
14003         * MAINTAINERS (Various maintainers: h8 port): Add myself.
14005 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14007         * MAINTAINERS (Various maintainers: hppa port): Added myself.
14009 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
14011         * configure.in (--enable-languages): Be more permissive about
14012         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
14014 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
14016         * config.sub: Import from master sources, rev. 1.230.
14017         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14019 2001-11-07  Laurent Guerby  <guerby@acm.org>
14021         * MAINTAINERS (Write After Approval): Add self.
14023 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
14025         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14027 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
14029         * config.sub: Import from master sources, rev 1.226.
14030         * config.guess: Import from master sources, rev 1.216.
14032 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
14034         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14035         * MAINTAINERS: Add self as maintainer of MMIX port.
14036         Remove old after-approval entry.
14038 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14040         * ChangeLog, configure: Fix spelling errors.
14042 2001-10-20  Brendan Kehoe  <brendan@zen.org>
14044         * MAINTAINERS: Tweak my address.
14046 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
14048         * MAINTAINERS: Update my email address.
14050 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
14052         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14053         * MAINTAINERS: Add self as maintainer of CRIS port.
14055 2001-10-10  Geert Bosch  <bosch@gnat.com>
14057         * MAINTAINERS (Various maintainers: Ada front end):
14058         Added Robert Dewar.
14060 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
14062         * MAINTAINERS (Write After Approval): Added self
14064 2001-10-02  Geert Bosch  <bosch@gnat.com>
14066         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14068 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14070         * configure: Handle temporary files securely using mkdir.
14072 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
14074         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14076 2001-09-26  Will Cohen  <wcohen@redhat.com>
14078         * configure.in (*-*-linux*): Disable configuration of target-newlib
14079         and target-libgloss.
14081 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
14083         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14084         RANLIB.
14086 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
14088         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14089         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14090         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14091         avoid quotes nesting problems.
14092         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14093         (DO_X): Export only variables that are set.
14095 2001-09-19  Ben Elliston  <bje@redhat.com>
14097         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14098         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14099         semantics.  Use the shell built-in "type" command instead.
14101 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14103         Merged from gcc-3_0-branch:
14104         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14105         * ltcf-c.sh: Use $objext, not $ac_objext.
14106         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14107         * ltcf-cxx.sh: Add support for GNU.
14108         2001-07-22  Timothy Wall  <twall@redhat.com>
14109         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14110         default settings if using GNU tools with that configuration.
14111         * ltcf-cxx.sh: Ditto.
14112         * ltcf-gcj.sh: Ditto.
14113         2001-07-21  Michael Chastain  <chastain@redhat.com>
14114         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14115         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14116         * ltmain.sh: Mark as gcc-local.
14118 2001-08-30  Eric Christopher  <echristo@redhat.com>
14119             Jason Eckhardt  <jle@redhat.com>
14121         * config.guess: Merge from master sources.
14122         * config.sub: Merge from master sources, add support for mipsisa32.
14124 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14125         * config.sub: Merge from master sources, rev 1.219.
14126         * MAINTAINERS: Add self as contact for stormy16 port.
14128 2001-08-14  Zack Weinberg  <zackw@panix.com>
14130         * config.sub: Merge from master sources, rev 1.218.
14131         * config.guess: Merge from master sources, rev 1.209.
14133 2001-08-11  Graham Stott  <grahams@redhat.com>
14135         * Makefile.in (check-c++): Add missing semicolon.
14137 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14139         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14141 2001-07-30  Eric Christopher  <echristo@redhat.com>
14143         * MAINTAINERS (Various maintainers: mips port): Added myself.
14145 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14147         * configure.in (sh-*-linux*): New.
14149 2001-07-27  Richard Henderson  <rth@redhat.com>
14151         * .cvsignore: Add LAST_UPDATED.
14153 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14155         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14157 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14159         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14161 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14163         * MAINTAINERS (Write After Approval): Added myself.
14165 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14167         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14168         and libgcj on m68hc11/m68hc12.
14170 2001-06-27  H.J. Lu  (hjl@gnu.org)
14172         * Makefile (CFLAGS_FOR_BUILD): New.
14173         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14175 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14177         * README: Remove version number.
14179 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14181         * INSTALL/README: Update wrt. to the installation instructions now
14182         residing in gcc/doc/install.texi.
14184 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14186         * README: Replace with a cut-down and updated version of gcc/README.
14188 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14190         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14191         multilibs to be disabled.
14193 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14195         * MAINTAINERS (Write After Approval): Add myself.
14197 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14199         * config.guess: Import CVS version 1.195.
14200         * config.sub: Import CVS version 1.212.
14202 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14204         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14205         gcc/xgcc is built, use -print-prog-name to find out the program
14206         name to use.
14208 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14210         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14211         appear to also be in the master copy.
14212         * config.sub:  Import CVS version 1.211.
14214 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14216         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14217         with_gcc]: Use `gcc -shared' to build a shared library.
14219 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14221         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14222         archives.
14224 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14226         * MAINTAINERS (Write After Approval): Add myself.
14228 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14230         * configure.in (libstdcxx_flags): Do not try to execute
14231         libstdc++-v3/testsuite_flags until it exists.
14233 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14235         * MAINTAINERS: Update my email address.
14237 2001-05-31  Graham Stott  <grahams@redhat.com>
14239         * MAINTAINERS (Write After Approval): Add myself.
14241 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14243         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14244         libraries when using g++ with native linker.
14246 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14248         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14250 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14252         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14253         [aix4*|aix5*]: Prepend blank.
14255 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14257         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14258         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14259         of subdir/configure scripts to use the new libtool.m4.
14261 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14263         * MAINTAINERS (Write After Approval): Add myself.
14265 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14267         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14269 2001-05-11  Ben Elliston  <bje@redhat.com>
14271         * Makefile.in (all-sid): New target.
14272         (check-sid, clean-sid, install-sid): Likewise.
14274 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14276         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14278 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14280         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14281         libgcj.
14283 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14285         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14286         gcc/xgcc is built, use -print-prog-name to find out the program
14287         name to use.
14289 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14291         * configure.in (noconfigdirs): Don't reset it from scratch in the
14292         target case; only append to it.
14294         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14295         sparc-*-solaris2.8]: Disable ${libgcj}.
14297 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14299         * configure.in (libgcj_saved): Copy from $libgcj.
14300         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14301         --disable-libgcj.
14303 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14305         * MAINTAINERS: Remove self as MIPS maintainer and
14306         C front end maintainer.
14308 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14310         * configure.in: Move *-chorusos target case to the proper switch.
14311         Disable libgcj.
14313 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14315         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14316         1.641.2.228.
14318 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14320         * Makefile.in (STAGE1_CFLAGS): Pass down.
14322 2001-04-13  Alan Modra  <amodra@one.net.au>
14324         * config.guess: Add hppa64-linux support.  Note for next import that
14325         this is already in the master file.
14326         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14328 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14330         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14331         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14333 2001-04-11  Stan Shebs  <shebs@apple.com>
14335         * MAINTAINERS: Add self as Darwin port maintainer.
14337 2001-04-11  Alan Modra  <amodra@one.net.au>
14339         * MAINTAINERS: Update my email address.
14341 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14343         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14344         recent versions of FreeBSD (release 3 or later).
14345         * ltconfig: On FreeBSD, -lc must not be provided when building
14346         a shared library or else the standard -pthread gcc option is
14347         rendered worthless to later users of the built library.
14349 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14351         * MAINTAINERS: Add self and RTH as C front end maintainers.
14353 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14355         * config.sub: Make sure to match an already-canonicalized
14356         machine name (eg. mn10300-unknown-elf).
14358 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14360         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14361         New macros.
14362         (bootstrap, cross): Use RECURSE_FLAGS.
14363         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14365 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14367         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14369 2001-03-22  Colin Howell  <chowell@redhat.com>
14371         * Makefile.in (DO_X): Do not backslash single-quotes in
14372         backquotes (two places).
14374 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14376         Re-installed:
14377         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14378         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14379         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14380         * ltcf-cxx.sh: Likewise.
14381         * ltcf-gcj.sh: Likewise.
14383 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14385         * MAINTAINERS: Add myself as "documentation co-maintainer".
14387 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14389         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14390         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14392 2001-03-19  Tom Tromey  <tromey@redhat.com>
14394         * config-ml.in: Handle GCJ and GCJFLAGS.
14396 2001-03-21  Michael Chastain  <chastain@redhat.com>
14398         * Makefile.in: all-m4 depends on all-texinfo.
14400 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14402         * MAINTAINERS: Add myself to write after approval list.
14404 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14406         * Makefile.in (DO_X): Quote nested quotes.
14408 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14410         * MAINTAINERS: Add myself to write after approval list.
14412 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14414         * Makefile.in (DO_X): Use double quotes for quoting
14415         "RANLIB=$${RANLIB}".
14417 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14419         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14421 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14423         * configure.in: Only use `lang_requires' for languages athat are
14424         actually enabled.
14426 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14428         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14430 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14432         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14434 2001-03-07  Tom Tromey  <tromey@redhat.com>
14436         * configure.in: Allow config-lang.in to set `lang_requires' to list
14437         of other required languages.
14439 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14441         * Makefile.in: Remove RANLIB definition. Use RANLIB
14442         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14443         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14445 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14446             Alexandre Oliva  <aoliva@redhat.com>
14448         * Makefile.in (check-c++): Use tabs, not spaces.
14450 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14452         * MAINTAINERS: add myself to Write After Approval list.
14454 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14456         * Makefile.in (check-c++): New rule.
14458         * configure.in (target_libs): Remove libg++.
14459         (noconfigdirs): Remove libg++.
14460         (noconfigdirs): Same.
14461         (noconfigdirs): Same.
14462         (noconfigdirs): Same.
14464         * config-ml.in: Remove libg++ references.
14466         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14467         (ALL_TARGET_MODULES): Same.
14468         (configure-target-libg++): Remove.
14469         (all-target-libg++): Remove.
14470         (configure-target-libio): Remove.
14471         (all-target-libio): Remove.
14472         (check-target-libio): Remove.
14473         (.PHONY): Remove.
14474         (libg++.tar.bz2): Remove.
14475         (all-target-cygmon): Remove libio.
14476         (all-target-libstdc++): Remove.
14477         (configure-target-libstdc++): Remove.
14478         (TARGET_LIB_PATH): Remove libstdc++.
14479         (ALL_GCC_CXX): Remove libstdc++.
14480         (all-target-gperf): Correct.
14482 2001-02-16  Nick Clifton  <nickc@redhat.com>
14484         * configure.in (noconfigdirs): Allow configuration of texinfo
14485         for Cygwin hosts.
14487 2001-02-15  Anthony Green  <green@redhat.com>
14489         * configure: Introduce GCJ_FOR_TARGET.
14490         * configure.in: Ditto.
14491         * Makefile.in: Ditto.
14493 2001-02-13  Andreas Schwab  <schwab@suse.de>
14495         * MAINTAINERS: Update mail address.
14497 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14499         * config.guess: Add linux target for S/390.
14500         * config.sub: Likewise.
14502 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14504         * configure.in: for *-chorusos, don't config target-newlib and
14505         target-libgloss.
14507 2001-02-06  Ben Elliston  <bje@redhat.com>
14509         * configure: Output host type to stdout, not stderr.
14511 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14513         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14514         * ltcf-cxx.sh: Likewise.
14516         * config.if: Assume enable_libstdcxx_v3 is defined.
14518 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14520         Remove V2 C++ library.
14521         * configure.in: Remove --enable-libstdcxx_v3 support.
14523 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14525         * include/demangle.h: Add prototype for java_demangle_v3.
14527 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14529         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14531 2001-01-27  Richard Henderson  <rth@redhat.com>
14533         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14535 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14537         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14538         Don't unset, it's non-portable and no longer necessary, set to empty
14539         instead.
14541 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14543         * ltconfig: Shell portability fix for the tagname validity check.
14545 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14547         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14548         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14550 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14552         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14554 2001-01-26  Tom Tromey  <tromey@redhat.com>
14556         * configure.in: Allow libgcj to be built on Sparc Solaris.
14558 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14560         * ltcf-c.sh: Add aix5 case.
14561         * ltcf-cxx.sh: Likewise.
14562         * ltconfig: Likewise.
14564 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14566         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14567         keep at least one of build_libtool_libs or build_old_libs set to
14568         yes.
14570         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14571         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14573 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14575         * configure.in: Enable libgcj on several additional platforms.
14577 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
14579         * configure.in: Enable libgcj for linux targets.
14581 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14583         * MAINTAINERS (Write After Approval): Add myself.
14585 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14587         * MAINTAINERS: Add myself as vax port maintainer.
14589 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
14591         * MAINTAINERS: Add myself as Mercury front-end maintainer.
14593 2001-01-09  Mike Stump  <mrs@wrs.com>
14595         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14596         failures of subdirectories.
14598 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14600         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14601         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14602         * ltcf-cxx.sh: Likewise.
14603         * ltcf-gcj.sh: Likewise.
14604         * ltconfig.sh: Fix typo.
14606 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14608         * configure: handle DOS-style absolute paths.
14610 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14612         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14614 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
14616         * MAINTAINERS: Add myself as avr port co-maintainer.
14618 2000-12-28  Ben Elliston  <bje@redhat.com>
14620         * MAINTAINERS: Add myself under ``Write After Approval''.
14622 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
14624         * texinfo: Remove directory from GCC.
14626 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14628         * COPYING: Update to current
14629         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14630         to 19yy as example year in copyright notice).
14632 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
14634         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14635         (libstdcxx_incdir): Pass down.
14636         * config.if: Remove expired bits for cxx_interface, add stub.
14637         (libstdcxx_incdir): Add variable for g++ include directory.
14638         * configure.in (gxx_include_dir): Use it.
14640 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
14642         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
14643         with old-email address from ``Write After Approval''.
14645 2000-12-15  Andreas Jaeger  <aj@suse.de>
14647         * configure.in: Handle lang_dirs.
14649 2000-12-14  Tom Tromey  <tromey@redhat.com>
14651         * MAINTAINERS: Removed brads.
14653         * MAINTAINERS: Added gcj developers.
14655 2000-12-13  Anthony Green  <green@redhat.com>
14657         * configure.in: Disable libgcj for any target not specifically
14658         listed.  Disable libgcj for x86 and Alpha Linux until compatible
14659         with g++ abi.
14661 2000-12-13  Mike Stump  <mrs@wrs.com>
14663         * Makefile.in (local-distclean): Also remove fastjar.
14665 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
14667         * contrib/gcc_update: Add fastjar --touch entries.
14669 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14671         * configure.in: Disable language-specific target libraries for
14672         languages that aren't enabled.
14674 2000-12-10  Anthony Green  <green@redhat.com>
14676         * configure.in: Define libgcj.  Disable libgcj target libraries for
14677         most targets.
14679 2000-12-10  Neil Booth  <neilb@earthling.net>
14681         * MAINTAINERS: Update mail address, remove from WAA list.
14683 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14685         * libjava: Imported from /cvs/java.
14686         * libffi: Likewise.
14687         * Boehm-gc: Likewise.
14689 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14691         * configure.in (target_libs): Revert 2000-12-08 patch.
14692         (noconfigdirs): Added target-libjava.
14694 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14696         * djunpack.bat: removed.
14698 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14700         * Makefile.in: handle DOS-style absolute paths.
14701         * config-ml.in: likewise.
14702         * symlink-tree: likewise.
14704 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14706         * fastjar: Imported.
14708 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14710         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14711         libjava.
14712         * configure.in (target_libs): Removed `target-libjava'.
14714 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14716         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14717         (ALL_MODULES): Added fastjar.
14718         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14719         (all-target-libjava): all-fastjar replaces all-zip.
14720         (all-fastjar): Added.
14721         (configure-target-fastjar, all-target-fastjar): Likewise.
14722         * configure.in (host_tools): Added fastjar.
14724 2000-12-07  Mike Stump  <mrs@wrs.com>
14726         * Makefile.in (local-distclean): Remove leftover built files.
14728 2000-11-24  Nick Clifton  <nickc@redhat.com>
14730         * configure.in (xscale-elf): Add target.
14731         (xscale-coff): Add target.
14733 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14735         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14736         recent versions of FreeBSD (release 3 or later).
14737         * ltconfig: On FreeBSD, -lc must not be provided when building
14738         a shared library or else the standard -pthread gcc option is
14739         rendered worthless to later users of the built library.
14741 2000-11-16  Fred Fish  <fnf@be.com>
14743         * configure.in (enable_libstdcxx_v3): Fix typo,
14744         libstd++ -> libstdc++.
14746 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14748         * MAINTAINERS: Add self to Write After Approval list.
14750 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14752         * MAINTAINERS: Update my email address.  Add myself to global write
14753         privs list.
14755 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14757         * Makefile.in: Merge with src and libgcj.
14758         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14759         configure-target-<library> when their configure scripts need the C
14760         or C++ library to have already been built to work properly.
14761         (do_proto_toplev): Set them to an empty string.
14763         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14764         (REALLY_SET_LIB_PATH): Use them.
14766 2000-11-17  Stan Shebs  <shebs@apple.com>
14768         * MAINTAINERS: Add self to Write After Approval list.
14770 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14772         * configure: Provide the original toplevel configure arguments
14773         (including $0) to subprocesses in the environment rather than
14774         through gcc/configargs.h.
14776 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14778         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14779         C99.  Alphabetise "Write After Approval" list.
14781 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14783         * configure: Turn on libstdc++ V3 by default.
14785         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14786         if we've got GCC.
14788 2000-11-11  Philip Blundell  <philb@gnu.org>
14790         * MAINTAINERS: Add self to Write After Approval list.
14792 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14794         * ltcf-c.sh (aix4): Improve shared library configuration; require
14795         exporting symbols.
14796         * ltcf-cxx.sh (aix4): Define.
14797         * ltconfig (aix4): Define library and soname specs appropriate for
14798         AIX.  Define command to create export symbols list.
14800 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14802         * config.sub: Add support for Sun Chorus
14804 2000-10-31  Nick Clifton  <nickc@redhat.com>
14806         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14807         <name>@redhat.com.  Also installed new email address for Clint
14808         Popetz.
14810 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14812         * etc: Remove directory from GCC.
14814 2000-10-16  Michael Meissner  <meissner@redhat.com>
14816         * configure (gcc/configargs.h): Only create if there is a build GCC
14817         directory created.
14819 2000-10-16  Matthias Klose  <doko@debian.org>
14821         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14822         when configured for libstdc++-v3.
14824 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14826         * configure: Save configure arguments to gcc/configargs.h.
14828 2000-10-04  Philipp Thomas  <pthomas@suse.de>
14830         * config.guess: Import CVS version 1.157.
14831         * config.sub: Import CVS version 1.181.
14833 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14835         * Makefile.in (bootstrap): avoid recursion if subdir missing
14836         (cross): ditto
14837         (do-proto-toplev): ditto
14839 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14841         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14842         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14844         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14845         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14846         all affected `configure' scripts.
14848 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14850         * MAINTAINERS: Add self as cpplib co-maintainer.
14852 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14854         * MAINTAINERS: Add self to Write After Approval list.
14856 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14858         * INSTALL/README: egcs -> GCC update.
14860 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14862         * MAINTAINERS: Add myself to Write After Approval list.
14864 2000-09-15  Kazu Hirata  <kazu@hxi.com>
14866         * MAINTAINERS: Add myself to Write After Approval list.
14868 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14870         * configure.in: Do not build byacc for hppa64.  Provide paths to the
14871         X11 libraries for hppa64.
14873 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14875         * MAINTAINERS: Add myself as 68hc11 port maintainer.
14877 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14879         * Makefile.in (all-zlib): Added dummy target.
14881         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14882         ltcf-gcj.sh: Updated from libtool multi-language branch.
14884 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14886         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14887         (bootstrap*): Depend on all-bootstrap.
14889 2000-09-05  Philipp Thomas  <pthomas@suse.de>
14891         * config.guess: Import CVS version 1.156.
14892         * config.sub: Import CVS version 1.179.
14894 2000-09-02  Anthony Green  <green@cygnus.com>
14896         * Makefile.in (all-gcc): Depend on all-zlib.
14897         (CLEAN_MODULES): Add clean-zlib.
14898         (ALL_MODULES): Add all-zlib.
14899         * configure.in (host_libs): Add zlib.
14901 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14903         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14904         crosses, but add gcc/include to the header search path for them.
14906 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14908         * MAINTAINERS: Add self to Write After Approval list.
14910 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14912         * config.guess: Import CVS version 1.152.
14913         * config.sub: Import CVS version 1.177.
14915 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14917         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14918         $targargs to tell whether newlib is going to be built.
14920         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14921         $$r/TARGET_SUBDIR/libio for _G_config.h.
14923 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14925         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14927 2000-08-22  DJ Delorie  <dj@redhat.com>
14929         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14931 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14933         * config-ml.in (CC, CXX): Avoid trailing whitespace.
14934         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14935         sub-configures.
14937 2000-08-21  DJ Delorie  <dj@redhat.com>
14939         * MAINTAINERS: Add self as a libiberty maintainer
14941 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14943         * configure.in (libstdcxx_flags): Use
14944         libstdc++-v3/src/libstdc++.INC.
14946 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14948         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14950 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14952         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14954         * configure: Make enable_threads and enable_shared defaults
14955         explicit.  Substitute enable_threads into generated Makefiles.
14956         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14957         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14959 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14961         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14963 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14965         * config-ml.in (CC): Remove bogus duplicate quotation mark from
14966         previous delta.
14968 2000-08-11  Jason Merrill  <jason@redhat.com>
14970         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14971         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14972         (FLAGS_FOR_TARGET): Not here.
14973         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14975 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14977         * config-ml.in (CC, CXX): Don't introduce a leading space.
14979 2000-08-07  DJ Delorie  <dj@delorie.com>
14981         * MAINTAINERS: Add self as a DJGPP maintainer
14983 2000-08-07  DJ Delorie  <dj@redhat.com>
14985         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14986         "if we're also building gcc, and it's a gcc that will run on the
14987         build machine, we want to use its includes instead of the system's
14988         default includes".
14990 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14992         * MAINTAINERS: Add self to Write After Approval list.
14994 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14996         * configure.in (libstdcxx_flags): Don't use `"'.
14998         * config-ml.in: Adjust multilib search paths to the
14999         appropriate multilib tree.
15001 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
15003         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15004         commas in $LANGUAGES.
15006 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
15008         * configure.in: Re-enable all references to libg++ and librx.
15010 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
15012         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15013         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
15014         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15015         * ltcf-cxx.sh (need_lc): Set based on postdeps.
15017         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15019 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
15021         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15022         CXX_FOR_TARGET for sed.
15024 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
15026         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15027         Do not override if already set in the environment or in configure.
15028         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15029         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15031 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
15033         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15034         the libtool CVS tree multi-language branch.
15035         * ltconfig, ltmain.sh: Updated.
15037 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
15039         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15040         (clean-target): Depend on it.
15042         * Makefile.in (FLAGS_FOR_TARGET): New macro.
15043         (GCC_FOR_TARGET): Use it.
15044         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15045         * configure.in: ... here.
15046         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
15047         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15049 2000-07-24  Eric Christopher  <echristo@cygnus.com>
15051         * MAINTAINERS: Add self to Write After Approval list.
15053 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
15055         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15056         (configure-target-libchill, configure-target-libobjc): Likewise.
15058         * configure.in: Use the same cache file for all target libs.
15059         * config-ml.in: But different cache files per multilib variant.
15061 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15063         * configure (topsrcdir): Don't use dirname.
15065 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
15067         * MAINTAINERS: Add self to Write After Approval list.
15069 2000-07-20  Jason Merrill  <jason@redhat.com>
15071         * configure.in: Remove all references to libg++ and librx.
15073         * configure, configure.in, Makefile.in: Unify gcc and binutils.
15075 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
15077         * config.sub: Update to subversions version 2000-07-06.
15079 2000-07-12  Andrew Haley  <aph@cygnus.com>
15081         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15082         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15084 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
15086         * symlink-tree:  Check number of arguments.
15088 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15090         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15091         search path for a g++ extracted from the build tree.  This
15092         will allow link tests run by configure scripts in
15093         subdirectories to succeed.
15095 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15097         * ltconfig: Add support for mips-dde-sysv4.2MP
15099 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15101         * MAINTAINERS: Add myself as loop discovery maintainer.
15103 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15105         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15106         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15108 2000-06-19  Timothy Wall  <twall@cygnus.com>
15110         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15111         * config.sub: Add tic54x target.
15113 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15115         * MAINTAINERS: Add self as Fortran maintainer,
15116         remove Craig Burley.
15118 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15120         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15121         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15123 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15125         * MAINTAINERS: Add self as i18n maintainer
15127 20000-05-21  H.J. Lu  (hjl@gnu.org)
15129         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15130         directory are used if they exist. Make sure
15131         $(build_tooldir)/include is searched for header files,
15132         $(build_tooldir)/lib/ for library files.
15133         (GCC_FOR_TARGET): Likewise.
15134         (CXX_FOR_TARGET): Likewise.
15136 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15138         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15140 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15142         * Makefile.in (configure-target-libiberty): Depend on
15143         configure-target-newlib.
15145 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15147         * configure.in, Makefile.in: Merge all libffi-related
15148         configury stuff from the libgcj tree.
15150 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15152         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15153         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15155 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15157         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15158         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15159         current version information.  Add to proto-toplev directory.
15160         (gdb-taz): Build do-djunpack.
15162 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15164         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15166 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15168         * MAINTAINERS: Add self to Write After Approval list.
15170 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15172         * ltmain.sh: Preserve in relink_command any environment
15173         variables that may affect the linker behavior.
15175 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15177         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15179 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15181         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15183 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15185         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15186         with the version name.
15188 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15190         * MAINTAINERS: Add self as bb-reorder maintainer.
15192 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15194         * config.if: Tweak.
15196 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15198         * djunpack.bat: New file.
15200 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15202         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15203         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15204         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15205         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15207 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15209         * config.sub (case $basic_machine): Change default for "ibm-*"
15210         to "openedition".
15212 2000-04-13  Andreas Jaeger  <aj@suse.de>
15214         * MAINTAINERS: Added myself.
15216 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15218         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15219         (do-md5sum): New target.
15220         (MD5PROG): Define.
15221         (PACKAGE): Default to TOOL.
15222         (VER): Default to a shell script.
15223         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15224         md5 checksum generation.
15225         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15226         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15227         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15228         insight.tar.bz2): Use gdb-taz to create archive.
15230 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15232         * configure (warn_cflags): Delete.
15234 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15236         * MAINTAINERS: Added myself.
15238 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15239             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15241         * configure.in (enable_libstdcxx_v3): Add.
15242         (target_libs): Add bits here to switch between libstdc++-v2 and
15243         libstdc++-v3.
15244         * config.if: And this file too.
15245         * Makefile.in: Add libstdc++-v3 targets.
15247 2000-04-05  Michael Meissner  <meissner@redhat.com>
15249         * config.sub (d30v): Add d30v as a basic machine type.
15251 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15253         * configure.in: -linux-gnu*, not -linux-gnu.
15255 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15257         * MAINTAINERS: Add self in write-after-approval section.
15259 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15261         * MAINTAINERS: Add self as ia64 port maintainer.
15263 2000-03-08  Neil Booth  <NeilB@earthling.net>
15265         * MAINTAINERS: Add self in write-after-approval section.
15267 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15269         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15270         (do-tar-bz2): Replace TOOL with PACKAGE.
15271         (gdb.tar.bz2): Remove GDBTK from GDB package.
15272         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15273         dejagnu.tar.bz2): New packages.
15275 2000-02-27  Andreas Jaeger  <aj@suse.de>
15277         * configure.in: Add entry for mips*-*-linux*, move catch all
15278         *-*-*linux* entry below this one.
15280 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15282         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15284 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15286         * config.sub: Support an OS of "wince".
15288 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15290         * config.guess, config.sub: Updated to match config's 2000-02-15
15291         version.
15293 2000-02-23  Linas Vepstas  <linas@linas.org>
15295         * config.sub: Add support for Linux/IBM 370.
15296         * configure.in: Likewise.
15298 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15300         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15302 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15304         * config.guess: Guess "cygwin" rather than "cygwin32".
15306 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15308         * configure (gcc_version): When setting, narrow search to
15309         lines containing `version_string'.
15311 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15313         * config.sub: Add support for avr target.
15315 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15317         * MAINTAINERS: Add maintainers for MCore port.
15319 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15321         * config.sub: Add mmix-knuth-mmixware.
15323 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15325         * MAINTAINERS: Pair cccp with cpplib maintainership.
15327 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15329         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15330         structure stuff to -L library search.
15331         (CXX_FOR_TARGET): Ditto.
15332         (CROSS_CHECK_MODULES): Fix spelling mistake.
15334 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15336         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15337         the C++ compiler.
15339 2000-01-12  Richard Henderson  <rth@cygnus.com>
15341         * configure.in: Don't build some bits for beos.
15343 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15345         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15346         as include files.
15348 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15350         * Add self as cpplib maintainer, as requested by Jason
15351         Merrill.  Correct my e-mail address.
15353 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15355         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15356         not mh-aix43.
15358 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15360         * MAINTAINERS: Add myself to "write after approval" list.
15362 1999-12-14  Richard Henderson  <rth@cygnus.com>
15364         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15365         * config.sub: Accept alphaev[78], alphaev8.
15367 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15369         * config.guess, config.sub: Update from autoconf.
15371 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15373         * MAINTAINERS:  update my playtime e-address.
15375 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15377         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15378         necessary libraries are missing.
15380 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15382         * MAINTAINERS: Add new 'write after approval' maintainer.
15384 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15386         * MAINTAINERS: Add new Java maintainer.
15388 1999-10-25  Andreas Schwab  <schwab@suse.de>
15390         * configure: Fix quoting inside arguments of eval.
15392 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15394         * config-ml.in: Allow suppression of some ARM multilibs.
15396 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15398         * config.guess: Add OS/390 match pattern.
15399         * config.sub: Add mvs, openedition targets.
15400         * configure.in (i370-ibm-opened*): New.
15402 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15404         * config.sub: Add support for configuring for pj.
15406 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15408         * config.sub (maybe_os): Add support for configuring for fr30.
15410 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15412         * configure.in: Do not configure or build ld for AIX
15413         platforms.  ld is known to be broken on these platforms.
15415 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15417         * config-ml.in: Pass compiler flag corresponding to multidirs to
15418         subdir configures.
15420 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15422         * Makefile.in (LDFLAGS): Define.
15424 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15426         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15427         noconfigdirs.
15428         (*-*-cygwin*): Likewise.
15430 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15432         * mkdep: New file.
15433         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15434         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15436         From Eli Zaretskii <eliz@is.elta.co.il>:
15437         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15438         long file name when using DJGPP on MS-DOS.
15440 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15442         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15444 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15446         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15447         dependency as this causes "make check" to globally "make all"
15449 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15451         * configure.in (target_libs): Added target-zlib.
15452         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15453         (CONFIGURE_TARGET_MODULES): Likewise.
15454         (CHECK_TARGET_MODULES): Likewise.
15455         (INSTALL_TARGET_MODULES): Likewise.
15456         (CLEAN_TARGET_MODULES): Likewise.
15457         (configure-target-zlib): New target.
15458         (all-target-zlib): Likewise.
15459         (all-target-libjava): Depend on all-target-zlib.
15460         (configure-target-libjava): Depend on configure-target-zlib.
15462         * Makefile.in (configure-target-libjava): Depend on
15463         configure-target-newlib.
15464         (configure-target-boehm-gc): New target.
15465         (configure-target-qthreads): New target.
15467         * configure.in (target_libs): Added target-qthreads.
15468         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15469         (CONFIGURE_TARGET_MODULES): Likewise.
15470         (CHECK_TARGET_MODULES): Likewise.
15471         (INSTALL_TARGET_MODULES): Likewise.
15472         (CLEAN_TARGET_MODULES): Likewise.
15473         (all-target-qthreads): New target.
15474         (configure-target-libjava): Depend on configure-target-qthreads.
15475         (all-target-libjava): Depend on all-target-qthreads.
15477         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15478         (CONFIGURE_TARGET_MODULES): Likewise.
15479         (CHECK_TARGET_MODULES): Likewise.
15480         (INSTALL_TARGET_MODULES): Likewise.
15481         (CLEAN_TARGET_MODULES): Likewise.
15482         (all-target-libjava): New target.
15483         (all-target-boehm-gc): Likewise.
15484         * configure.in (target_libs): Added libjava, boehm-gc.
15486 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15488         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15489         configure.bat in SUPPORT_FILES.
15490         (gas+binutils.tar.bz2): Likewise.
15492         * makeall.bat: Remove; obsolete.
15494 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15496         From Mark Elbrecht:
15497         * configure.bat: Remove; obsolete.
15499 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15501         * configure: Add -W -Wall to the default CFLAGS when compiling with
15502         gcc.
15504 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15506         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15508 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15510         * configure.in: Build ld on IRIX6.
15512 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15514         * Makefile.in: Change distribution targets to use bzip2 instead of
15515         gzip.
15516         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15517         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15519 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15521         * config.sub: Add mcore target.
15523 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15525         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15527 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15529         * config.guess (dummy): Changed to $dummy.
15531 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15533         * config.sub: Tidied up case statements.
15535 1999-05-22  Ben Elliston  <bje@cygnus.com>
15537         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15538         <jiro@din.or.jp>.
15540         * config.guess: Merge with FSF version. Future changes will be
15541         more accurately recorded in this ChangeLog.
15542         * config.sub: Likewise.
15544 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15546         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15548 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15550         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15552 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15554         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15556 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15558         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15559         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15560         Bad merge removed these two changes.
15562 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15563                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15565         * config.guess (interix Alpha): Add.
15567 1999-04-11  Richard Henderson  <rth@cygnus.com>
15569         * configure.in (i?86-*-beos*): Do config gperf; don't config
15570         gdb, newlib, or libgloss.
15572 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15574         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15575         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15576         from multidirs.
15578 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
15580         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15582 1999-04-08  Nick Clifton  <nickc@cygnus.com>
15584         * config.sub: Add support for mcore targets.
15586 1999-04-07  Michael Meissner  <meissner@cygnus.com>
15588         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15589         not mt-ospace, in order to shut up assembler warning about using
15590         symbols that are named the same as registers.
15592 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
15594         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15595         dependency list for all-target-cygmon.
15597 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
15599         * config-ml.in: Check $host, not $target, for selective multilibs.
15600         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15601         thumb interworking, and underscore prefix multilibs.
15603 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
15605         * missing: Update to version from current automake.
15607 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
15609         * configure (gxx_include_dir): Removed.
15611         * configure.in (gxx_include_dir): Handle it.
15612         * Makefile.in: Likewise.
15614 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
15616         * config.sub (mips64vr4111,mips64vr4111el) Add.
15618 1999-03-21  Ben Elliston  <bje@cygnus.com>
15620         * config.guess: Correct typo for detecting ELF on FreeBSD.
15622 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
15624         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15625         config/mh-djgpp.
15627 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
15629         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15630         all-target-newlib to dependency list for all-target-bsp.
15632 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15634         * config.sub: Add i386-uwin support.
15635         * config.guess: Likewise.
15637 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15639         * configure.in: cleanup, add mh-*pic handling for arm, special
15640         case powerpc*-*-aix*
15642 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
15644         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15645         can be built.
15647 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
15649         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15650         targets.
15652 1999-03-02  Nick Clifton  <nickc@cygnus.com>
15654         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15656 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
15658         * config.sub: Check for "cygwin*" rather than "cygwin32*"
15660 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15662         * config.sub: Fix typo in arm recognition.
15664 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
15666         * configure.in (noconfigdirs): Changed target_configdirs to
15667         include target-bsp only for m68k-*-elf* and m68k-*-coff*
15668         rather than m68k-*-* since it is not known to work on
15669         m68k-aout. Ditto for arm-*-*oabi.
15671 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
15673         * configure.in (*-*-windows*): Remove, no longer used.
15675 1999-02-19  Ben Elliston <bje@cygnus.com>
15677         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15678         Smart and improved by Andrew Cagney.
15680 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15682         * config.guess: Recognize openbsd-*-hppa.
15684 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15686         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15687         only if it is not empty.
15689 1999-02-17  Nick Clifton  <nickc@cygnus.com>
15691         Patch from: Scott Bambrough <scottb@corelcomputer.com>
15693         * config.guess: Modified to recognize uname's armv* syntax.
15695         * config.sub: Modified to recognize uname's armv* syntax.
15697 1999-02-17  Mark Salter  <msalter@cygnus.com>
15699         * configure.in: Added target-bsp for sparclite.
15701 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
15703         * config.sub: Recognize alphapca5[67] and up to alphaev8.
15705 1999-02-08  Nick Clifton  <nickc@cygnus.com>
15707         * configure.in: Add support for strongarm port.
15708         * config.sub: Add support for strongarm target.
15710 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15712         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15713         the old name config/mh-cygwin32.
15714         Enable texinfo.
15716 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15718         * configure.in: Do build ld for ix86 Solaris.
15720 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15722         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15723         $AR_FOR_TARGET.  Likewise for RANLIB.
15725 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15727         * config.sub (oabi):  Recognize.
15728         * configure.in (arm-*-oabi):  Handle.
15730 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15732         * config.guess: Improve detection of i686 on UnixWare 7.
15734 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15736         * config.guess: Add support for i386-pc-interix.
15737         * config.sub: Likewise.
15738         * configure.in: Likewise.
15740 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15742         * Makefile.in: Remove unneeded all-target-libio from
15743         from all-target-winsup target since it is now unneeded.
15744         Add all-target-libtermcap in its place since it is now
15745         needed.
15747 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15749         * configure.in: makefile stub for cygwin target is probably
15750         unnecessary.  Remove it for now.
15752 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15754         * configure.in: libtermcap.a should be built when cygwin is the
15755         target as well as the host.
15756         * config.guess: Allow mixed case in cygwin uname output.
15757         * Makefile.in: Add libtermcap target.
15759 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15761         * config.sub: Clean up handling of hppa2.0.
15763 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15765         * config.guess: Use C code to identify more HP machines.
15767 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15769         * config.sub: Handle hppa2.0.
15771 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15773         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15774         cygmon for all sparclite targets, regardless of object format.
15776 1998-12-15  Mark Salter  <msalter@cygnus.com>
15778         * configure.in: Added target-bsp for several target architectures.
15780         * Makefile.in: Added rules for bsp.
15782 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15784         * config.guess: Improve detection of hppa2.0 processors.
15786 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15788         * config.guess: Recognize FreeBSD using ELF automatically.
15790 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15792         * configure (skip-this-dir): Add handling for new shell script, which
15793         might be created by a sub-directory's configure to indicate, this particular
15794         directory is "unwanted".
15795         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15797 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15799         * ltconfig: import from libtool, after changing libtool to
15800         account for the cygwin name change.
15802 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15804         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15805         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15807 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15809         * configure.in: Add libtermcap to list of cygwin dependencies.
15811 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15813         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15814         they include winsup/include when it's a cygwin target.
15816 1998-11-12  Tom Tromey  <tromey@cygnus.com>
15818         * configure.in (host_tools): Added zip.
15819         * Makefile.in (all-target-libjava): Depend on all-zip.
15820         (all-zip): New target.
15821         (ALL_MODULES): Added all-zip.
15822         (NATIVE_CHECK_MODULES): Added check-zip.
15823         (INSTALL_MODULES): Added install-zip.
15824         (CLEAN_MODULES): Added clean-zip.
15826 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15828         * Makefile.in: lose "32" from comment about cygwin.
15830 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15832         * configure.in: Use -Os to build target libraries for the fr30.
15834 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15836         * config.sub: Add fr30.
15838 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15840         * configure.in: drop "32" from config/mh-cygwin32.  Check
15841         cygwin* instead of cygwin32*.
15842         * config.sub: Check cygwin* instead of cygwin32*.
15844 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15846         * config.guess: Match any version of Unixware7.
15848 1998-10-20  Syd Polk  <spolk@cygnus.com>
15850         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15851         if desired.
15853 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15855         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15856         these if the appropriate directories and files to not exist.
15858 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15860         * Makefile.in (DEVO_SUPPORT): Add config.if.
15862 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15864         * configure: Add pattern to replace "build_tooldir"'s
15865         definition in the generated Makefile with "tooldir"'s
15866         actual value.
15868 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15870         * config.sub: Bring back lost sparcv9.
15872         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15874 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15876         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15877         CC_FOR_TARGET and friends.
15879 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15881         * Makefile.in (build_tooldir): New variable, same as tooldir.
15882         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15883         -B$(build_tooldir)/bin/.
15884         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15886 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15888         * README: Remove installation instructions and refer to the
15889         INSTALL directory instead.
15891 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15893         * config.sub: Add support for i[34567]86-pc-udk.
15894         * configure.in: Likewise.
15896 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15898         * Makefile.in: add bzip2 package building bits for user
15899         tools module
15900         * configure.in: ditto
15902 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15904         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15905         (ALL_TARGET_MODULES): Add all-target-libobjc.
15906         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15907         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15908         (all-target-libchill): Add dependencies.
15909         * configure.in (target_libs): Add libchill.
15911 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15913         * configure.in (target_subdir): Remove duplicate line.
15915 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15917         * Makefile.in (all-automake): fix dependencies.
15919 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15921         * configure.in: Minor cleanups for building in the $(target_alias)
15922         subdir.
15924 1998-09-22  Jim Wilson  <wilson@cygnus.com>
15926         * Makefile.in (bootstrap): Set r and s before make all.  Use
15927         BASE_FLAGS_TO_PASS in make all.
15928         (cross): Likewise.
15930 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
15932         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15934 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15936         * config.sub: Fix typo in last change.
15938 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15940         * config.sub: Add support for C4x target.
15941         * configure.in: Likewise.
15943 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15945         * config.sub: Recognize sparcv9 just like sparc64.
15947 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15949         * config.guess: Match "Pent II" or "PentII" for OpenServer.
15951 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15953         * config.guess: Correctly identify Pentium II sco boxes.
15955         * config.guess: Fix "tr" code.  From Weiwen Liu.
15957 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15959         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15960         stabs.
15962 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15964         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15965         (ALL_TARGET_MODULES): Add all-target-libchill.
15966         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15967         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15968         (all-target-libchill): Add dependencies.
15969         * configure.in (target_libs): Add libchill.
15971 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15973         * config.guess: Avoid assumptions about "tr" behaves when
15974         LANG is set to something other than English.
15976 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15978         * configure (gxx_include_dir): Changed to
15979         '${prefix}/include/g++'-${libstdcxx_interface}.
15981         * config.if: New to determine the interfaces.
15983 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15985         * config.guess: Detect and handle MPE/IX.
15986         * config.sub: Deal with MPE/IX.
15988 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15990         * configure.in: Use mh-aix43.
15992 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15994         * configure: Fix --without/--disable cases for gxx-include-dir.
15996 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15998         * mdata-sh:  Imported.  Needed for automake support.
16000 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
16002         * Makefile.in (taz): Try "chmod -R og=u ." before
16003         "chmod og=u `find . -print`".
16005 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
16007         * configure.in: Add arm-elf and thumb-elf support.
16009 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
16011         * Makefile.in: Undo previous patch.
16013 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
16015         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16016         to here ...
16017         (install-no-fixedincludes): and here
16018         (INSTALL_MODULES): ... from here.
16020 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16022         * config.sub: Merge with FSF.
16024         * config.guess: Merge with FSF.
16026 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
16028         * configure (extraconfigdirs): New variable.
16029         (SUBDIRS): Add extraconfigdirs and recurse on them too.
16030         * Makefile.in (all): Move higher in file.
16031         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16032         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16033         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16034         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16035         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16037 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
16039         * Makefile.in (all-target-libjava): Depend on all-gcc and
16040         all-target-newlib.
16041         (configure-target-libjava): Depend on $(ALL_GCC).
16043 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
16045         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16046         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16048 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
16050         * INSTALL/README: Fix typo.
16052 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16054         * ylwrap: Change absolute path checks to check for DOS style path
16055         names.
16057         * ylwrap: Don't use a full path name if the source file is in the
16058         same directory.  From hjl@lucon.org (H.J. Lu).
16060         * config-ml.in: Default to being verbose, to match Feb 18 change to
16061         configure.
16063 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
16065         Brought over from egcs:
16067         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16069         * configure.in (target_subdir): Set to ${target_alias} instead
16070         of "libraries".
16072         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16074         * configure.in (target_subdir): Set to libraries if enable_multilib.
16076 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
16078         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16079         multilibs, force reconfiguration the first time we create
16080         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16082 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
16084         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16085         avoid confusion with --no-recursion.
16087 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
16089         * configure.in: Win32 hosts shouldn't use install -x
16090         * install-sh: remove -x option, and special .exe-handling
16091         hack.
16093 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16095         * config.guess: Recognize i586-pc-beos.
16096         * configure.in: Don't build some bits for beos.
16098 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16100         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16101         CFLAGS default to -O2.
16103         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16104         when using GNU ld.
16106 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16108         * ltmain.sh: Correct install when using a different shell.
16110 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16112         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16114 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16116         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16117         target.
16119 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16121         * ltconfig: Update to correct AIX handling.
16123 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16125         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16127         * configure.in (target_subdir): Set to ${target_alias} instead
16128         of "libraries".
16130 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16132         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16133         (Makefile): Depend on $(gcc_version_trigger).
16135         * configure (gcc_version): Change default initializer to empty
16136         string.
16137         (gcc_version_trigger): New variable; pass this variable down
16138         to subdir configures to enable them checking gcc's version
16139         themselves. Emit make macros for both gcc_version vars.
16140         (topsrcdir): Initialize reliably.
16141         (recursion line): Remove --with-gcc-version=${gcc_version}.
16143 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16145         * configure (enable_version_specific_runtime_libs): Implement new flag
16146         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16147         in $(libsubdir); emit definition in each generated Makefile.
16148         (gxx_include_dir): Initialize depending on
16149         $enable_version_specific_runtime_libs.
16151 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16153         * configure (gcc_version): Initialize properly depending on
16154         how and where configure is started.
16155         (recursion line): Pass a --with-gcc-version=${gcc_version}
16156         to configures in subdirs.
16158 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16160         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16161         cygmon
16163 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16165         * configure.in: Add cygmon and libstub support for mn10200.
16167 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16169         * configure (gcc_version): Add new variable describing the
16170         particular gcc version we're building.
16171         * Makefile.in (libsubdir): Add new macro for the directory
16172         in which the compiler finds executables, libraries, etc.
16173         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16174         and libsubdir.
16176 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16178         * Makefile.in (local-clean): Remove *.log.
16179         (warning.log): Built with warn_summary from build.log.
16180         (mail-report.log): Run test_summary.
16181         (mail-report-with-warnings.log): Run test_summary including
16182         warning.log in the report.
16184 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16186         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16188 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16190         * Makefile.in (grep): Grep no longer depends on libiberty.
16192 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16194         * Makefile.in: all-snavigator needs all-libgui.
16196 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16198         * configure.in: Add cygmon and libstub support for mn10300.
16200 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16202         * missing: Update to version from automake 1.3.
16204         * ltmain.sh: On installation, don't get confused if the same name
16205         appears more than once in the list of library names.
16207 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16209         * config.sub: Accept m68060 and m5200 as CPU names.
16211 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16213         * configure: Use && rather than using -a in test, because odd
16214         strings can confuse test.
16215         * configure.in: Likewise.
16217 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16219         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16221 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16223         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16224         bootstrap4-lean): New targets.
16226 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16228         * mpw-* Delete.  Not used.
16230 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16232         * COPYING.LIB: Update FSF address.
16234 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16236         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16238         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16239         GAS_SUPPORT_DIRS.
16241 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16243         * ltconfig, ltmain.sh: Avoid producing a version number if
16244         -version-info was not used.
16246 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16248         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16249         building with newlib.
16251 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16253         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16254         Solaris `make' causes it to continue to next definition.
16256 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16258         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16259         the right GUI libraries and files are installed along with GDB.
16261 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16263         * configure.in: Change alpha to alpha* in several places.
16265 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16267         * config.sub: Recognize sparc86x.
16269 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16271         * configure.in (--enable-target-optspace): Remove debug echo.
16273 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16275         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16277 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16279         * ltconfig: Update cygwin32 support.
16281         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16282         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16283         (GDB_SUPPORT_DIRS): Likewise.
16285 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16287         * configure.in (target_makefile_frag): If --enable-target-optspace,
16288         use -Os to compile target libraries rather than -O2.  Default to
16289         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16290         not used.
16291         * configure.in (target_cflags): Ditto for d30v.
16293 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16295         * Makefile.in (all-bfd): Depend on all-intl.
16296         (all-binutils): Likewise.
16297         (all-gas): Likewise.
16298         (all-gprof): Likewise.
16299         (all-ld): Likewise.
16301 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16303         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16305 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16307         * Makefile.in (all-bfd): Depend upon all-libiberty.
16309         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16311 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16313         * Makefile.in: Add libstub.
16315         * configure.in: Ditto. Build libstub for targets that have cygmon
16316         support.
16318 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16320         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16322 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16324         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16325         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16327 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16329         * configure: Define DEFAULT_M4 by searching PATH.
16330         * Makfile.in: Use DEFAULT_M4.
16332 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16334         * ltconfig: Add cygwin32 support.
16336         * Makefile.in, configure.in: Add libtool as a native only directory
16337         to configure and build.
16339 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16341         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16343 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16345         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16347 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16349         * Makefile.in: add ash make rules
16350         * configure.in: add ash to native_only and host_tools lists
16352 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16354         * Makefile.in (all-gettext, all-intl): New targets.
16355         (ALL_MODULES): Added all-gettext, all-intl.
16356         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16357         (INSTALL_MODULES): Added install-gettext, install-intl.
16358         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16360         * configure.in (host_tools): Added gettext.
16361         (native_only): Likewise.
16362         (noconfigdirs) [various cases]: Likewise.
16363         (host_libs): Added intl.
16365 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16367         * configure: Do not disable building gdbtk for cygwin32 hosts.
16369 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16371         * configure.in: Add thumb-coff target.
16372         * config.sub: Add thumb-coff target.
16374 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16376         * Makefile.in: Revert yesterday's change.
16377         (all-target-winsup):  all-target-librx stays out of here.
16379 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16381         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16382         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16383         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16384         Remove references to librx and libg++.
16386 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16388         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16389         recursive makes
16391 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16393         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16394         for newlib directory.
16395         (CXX_FOR_TARGET): Likewise.
16397 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16399         * ltconfig: Update after libtool/ltconfig.in change for
16400         hpux11.
16402 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16404         * ltconfig, ltmain.sh: Update to libtool 1.2.
16406 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16408         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16409         (install-gcc-cross): Instead, override LANGUAGES here.
16411 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16413         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16414         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16416 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16418         * configure.in: Add Thumb-pe target.
16420 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16422         * Makefile.in - changed sn targets to snavigator
16423         * configure.in - changed sn targets to snavigator
16425 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16427         * config-ml.in: After building symlink tree call make distclean
16428         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16429         to be the case for libiberty.
16431 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16433         * configure: When making link, also check the current
16434         directory. The configure scripts may create one.
16436 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16438         * config.sub: Accept alphapca56 and alphaev6 properly.
16440 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16442         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16444 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16446         * config.sub (sco5): Fix typo.
16448 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16450         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16451         install-itcl.
16452         (install-itcl): Remove dependency on install-tcl.
16454 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16456         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16458 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16460         * configure.in: Don't build libgui for a cygwin32 target when not on
16461         a cygwin32 host.
16463 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16465         * configure (redirect): Set to null, so default behavior of
16466         configure is now --verbose.
16468 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16470         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16471         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16473 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16475         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16476         this change to sync Makefile.in with its ChangeLog entries.
16478 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16480         * ltmain.sh (mkdir): Check that the directory doesn't exist
16481         before we exit with error, so that we don't get races during
16482         parallel builds.
16484 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16486         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16488 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16490         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16491         PICFLAG_FOR_TARGET.
16492         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16494         * configure: Emit a definition for the new macro enable_shared
16495         into each Makefile.
16497 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16499         * configure.in (host_tools, native_only): Add libtool.
16501 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16503         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16504         Fix typo in ming config comment.
16506 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16508         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16510 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16512         * config.sub: Add tic30 cases, and map c30 to tic30.
16514 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16516         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16517         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16518         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16519         (CLEAN_TARGET_MODULES): Similarly
16520         (all-target-libf2c): Add dependences.
16521         * configure.in (target_libs): Add libf2c.
16523 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16525         * configure.in: Remove expect from noconfigdirs when target
16526         is cygwin32.  OK to build expect and dejagnu with Canadian
16527         Cross.
16529 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16531         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16532         host.
16534         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16535         and mingw32.
16537 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16539         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16540         here as it is not defined in the toplevel Makefile.
16542 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16544         * configure (package_makefile_rules_frag): New variable, which names
16545         a file with generic rules, ...
16546         Change comment to mention we now have FIVE parts.
16547         * configure: Undo last change.
16549 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16551         * config.guess: More accurate determination of HP processor types.
16552         * config.sub: More accurate determination of HP processor types.
16554 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16556         * configure (package_makefile_frag): Move inserting the
16557         ${package_makefile_frag} to where it should be according
16558         to the comment.
16560 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16562         * config.guess: Add support for Linux/ARM.
16564 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16566         * .cvsignore: Remove *-info and *-install since they match
16567         release-info and mpw-install, which we don't want to just ignore.
16569 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16571         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16573 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16575         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16576         local_prefix to sub-make invocations.
16578 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
16580         * configure.in: Check makefile fragments in the source
16581         directory.
16583 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16585         * configure.in: Check whether host and target makefile
16586         fragments exist before adding them to *_makefile_frag.
16588 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
16590         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16592 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
16594         * configure.in: Make sure we only replace RPATH_ENVVAR on
16595         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16596         regexp to sed.
16598         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16599         to sub-makes.
16601 1998-01-13  Lee Iverson   (leei@ai.sri.com)
16603         * config-ml.in (multi-do): LDFLAGS must include multilib
16604         designator.
16606 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
16608         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16610 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
16612         * config.sub: Add mingw32 support.
16613         * configure.in: Likewise.
16615 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16617         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16619 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
16621         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16622         * configure (gxx_include_dir): Provide a definition for subdirs
16623         which do not use autoconf.
16625 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
16627         * config.guess: Sync with egcs.  Picks up new alpha support,
16628         BeOS & some additional linux support.
16630 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
16632         * config.guess: HP 9000/803 is a PA1.1 machine.
16634 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
16636         * configure.in: It's alpha*-...
16638 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16640         * configure.in (host_makefile_frag, target_makefile_frag):
16641         Handle multiple config files.
16642         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16643         alpha-*-*.
16645 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
16647         * mkdep: New file.
16649 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
16651         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16653 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16655         * Makefile.in: Add libgui directory.
16656         (GDB_TK): Add all-libgui.
16657         * configure.in: Add libgui directory.
16658         * configure: Add all-libgui to GDB_TK.
16660 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
16662         * config-ml.in (multidirs): Add m32r to multilib list.
16664 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
16666         * Makefile.in (all-target-gperf): Change dependency to
16667         all-target-libstdc++.
16669 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
16671         * config.guess: Add BeOS support.
16673 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16675         Source directory cvs renamed to cvssrc:
16676         * configure.in (host_tools): Change cvs to cvssrc.
16677         (native_only): Likewise.
16678         (noconfigdirs) [various cases]: Likewise.
16679         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16680         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16681         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16682         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16683         (all-cvssrc): Rename target from all-cvs.
16685 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16687         * configure (gxx_include_dir): Fix thinko.
16689 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16691         * Makefile.in (INSTALL_TARGET_CROSS): Define.
16692         (install-cross, install-gcc-cross): New targets.
16694 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
16696         * configure.in (noconfigdirs): Add support for Thumb target.
16698         * config.sub (maybe_os): Add support for Thumb target.
16700 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
16702         * Makefile.in: Add rules for cygmon.
16704         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16706 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16708         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16709         * configure (gxx_include_dir): Provide a definition for subdirs
16710         which do not use autoconf.
16712 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16714         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16715         11/18/97 build
16717 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16719         * From Franz Sirl.
16720         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16721         found on RedHat Linux systems.
16723 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16725         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16726         guesses.
16728 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16730         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16732 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16734         * ltmain.sh: If mkdir fails, check whether the directory was created
16735         anyhow by some other process.
16737 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16739         * configure.in (d30v-*-*): Configure all directories.
16741 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16743         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16744         for the D30V.
16746 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16748         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16750 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16752         * include/libiberty.h: Add extern "C" { so it can be used with C++
16753         progrms.
16754         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16755         programs.
16757 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16759         * configure.in (d30v-*-*): Configure GCC now.
16761 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16763         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16764         is no longer needed.
16766 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16768         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16770 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16772         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16773         targets using "$@" to provide support for similar but not identical
16774         targets without having to duplicate code.
16776 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16778         * makefile.vms: Fix to work with DEC C.
16780 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16782         * config.sub: Add mips-tx39-elf to marketing names.
16784 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16786         * ltmain.sh: Handle symlinks in generated script.
16788 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16790         * configure: Handle autoconf style directory options: --bindir,
16791         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16792         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16793         --sysconfdir.
16794         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16795         (sharedstatedir, localstatedir, oldincludedir): New variables.
16796         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16797         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16798         sbindir, sharedstatedir, and sysconfdir.
16800 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16802         * Makefile.in (bootstrap-lean): New target.
16804 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16806         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16807         sn, and gnuserv from noconfigdirs.
16809 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16811         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16813 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16815         * Makefile.in (cross): New target.
16817 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16818                           Jeff Law         <law@cygnus.com>
16820         * Makefile.in (bootstrap2, bootstrap3): New targets.
16821         (all-bootstrap): Remove outdated and confusing target.
16822         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16824 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16826         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16827         windows.  Consistent with gdb/configure.
16829 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16831         * configure.in: Name Linux target fragment.
16833         * configure: Rewrite so that project Makefile fragment is inserted
16834         first and appears last in the resulting Makefile.
16836 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16838         * Makefile.in (install-itcl): Install tcl first.
16840 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16842         * configure.in: remove bison from noconfigdirs for Cygwin32 host
16844 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16846         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16848         * configure.in (skipdirs): Add target-librx for Linux.
16849         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16851 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16853         * Makefile.in (bootstrap): New target.
16855 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16857         * config.sub: Accept 'amigados' for backward compatibility.
16859 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16861         * config.guess: Merge with FSF.
16863 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16865         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16867 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16869         * config.sub: Add "marketing-names" patch.
16871 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16873         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16875 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16877         * config.sub: Handle v850-elf.
16879 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16881         * .cvsignore (*-install): Remove.
16883 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16885         * ltconfig: Set CONFIG_SHELL in libtool.
16886         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16888 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16890         * configure.in (target_subdir): Set to libraries if enable_multilib.
16892 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16894         * config.guess: Update from gcc directory.
16896 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16898         * Makefile.in (all-sim): Depends on all-readline.
16900 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16902         * Makefile.in (BISON, YACC): Use $$s.
16903         (all-bison): Depend on all-texinfo.
16905 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16907         * Makefile.in (BISON): Add -L flag.
16908         (YACC): Likewise.
16910 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16912         * configure.in (noconfigdirs): Add support for v850e target.
16914         * config.sub (maybe_os): Add support for v850e target.
16916 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16918         * configure.in (noconfigdirs): Add support for v850ea target.
16920         * config.sub (maybe_os): Add support for v850ea target.
16922 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16924         * config.sub: Add mipstx39.  Delete r3900.
16926 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16928         * Makefile.in (all-autoconf): Depends on all-texinfo.
16930 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16932         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16933         eabi targets.
16935 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16937         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16939         * configure: When handling a Canadian Cross, handle YACC as well as
16940         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16941         * Makefile.in (all-bison): Depend upon all-texinfo.
16943 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16945         * Makefile.in (BISON): bison, not byacc or bison -y.
16946         (YACC): bison -y or byacc or yacc.
16947         (various): Add *-bison as appropriate.
16948         (taz): No need to mess with BISON anymore.
16950 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16952         * configure: If OSTYPE matches *win32*, try to find a good value for
16953         CONFIG_SHELL.
16955 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16957         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16958         configure.in if it is present.
16960 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16962         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16964 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16966         * config.sub: Recognize `arc' cpu.
16967         * configure.in: Likewise.
16968         * config-ml.in: Likewise.
16970 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16972         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16974 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16976         * configure: Changed sed delimiter from ':' to '|' when
16977         attempting to substitute ${config_shell} for SHELL. On
16978         NT ${config_shell} may contain a ':' in it.
16980 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16982         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16984 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16986         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16988 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16990         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16992         * ylwrap: If the program is a relative path, force it to be
16993         absolute.
16995 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16997         * configure (tooldir): Set BISON to `bison -y' and not just bison.
16999 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17001         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
17002         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17003         for libraries.
17005 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
17007         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17008         separated by spaces.
17010 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
17012         * ylwrap: New file.
17013         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17015         * ltmain.sh: Handle /bin/sh at start of install program.
17017         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17019         * ltconfig, ltmain.sh: New files, from libtool 1.0.
17020         * missing: New file, from automake 1.2.
17022 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
17024         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
17025         check-tk to CHECK_X11_MODULES.
17027 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17029         * config.sub: Merge with FSF.
17031 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17033         * config.guess: Merge with FSF.
17035 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17037         * configure: Treat msdosdjgpp like go32.
17038         * configure.in: Likewise.  Don't remove gprof for go32.
17040         * configure: Change Makefile.tem2 to Makefile.tm2.
17042 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
17044         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17046 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17048         * install-sh (chmodcmd): Set to null if the DST directory already
17049         exists.  Same as Nov 11th change.
17051 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
17053         * configure (GDB_TK): Needs itcl and tix.
17055 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
17057         * config.guess: Update from FSF.
17059 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
17061         * Makefile.in (GDB_TK): Depend on itcl and tix.
17063 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17065         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17066         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17067         (INSTALL_SCRIPT): New variable.
17068         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17069         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17070         to -x.
17071         * install-sh: Add support for -x option.
17073 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
17075         * configure.in, Makefile.in: Treat tix like itcl.
17077 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
17079         * Makefile.in (WINDRES): New variable.
17080         (WINDRES_FOR_TARGET): New variable.
17081         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17082         (EXTRA_HOST_FLAGS): Add WINDRES.
17083         (EXTRA_TARGET_FLAGS): Add WINDRES.
17084         (EXTRA_GCC_FLAGS): Add WINDRES.
17085         ($(DO_X)): Pass down WINDRES.
17086         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17087         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17088         DLLTOOL_FOR_TARGET.
17090 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17092         * configure.in: configure sim before gdb for win32-x-ppc
17094 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17096         Move gperf into the toplevel, from libg++.
17097         * configure.in (target_tools): Add target-gperf.
17098         (native_only): Add target-gperf.
17099         * Makefile.in (all-target-gperf): New target, depend on
17100         all-target-libg++.
17101         (configure-target-gperf): Empty rule.
17102         (ALL_TARGET_MODULES): Add all-target-gperf.
17103         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17104         (CHECK_TARGET_MODULES): Add check-target-gperf.
17105         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17106         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17108 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17110         * config.sub (mn10200): Recognize new basic machine.
17112 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17114         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17115         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17117 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17119         * configure.in: If we're building mips-sgi-irix6* native, turn on
17120         ENABLE_MULTILIB and set TARGET_SUBDIR.
17122 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17124         * Makefile.in (all-sn): Depend on all-grep.
17126 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17128         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17130         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17131         Makefile.  From Jeff Makey <jeff@cts.com>.
17132         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17134         * Makefile.in (DISTBISONFILES): Remove.
17135         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17136         $(DEFAULT_YACC).
17138         * configure.in: Build itl, db, sn, etc., when building for native
17139         cygwin32.
17141         * Makefile.in (LD): New variable.
17142         (EXTRA_HOST_FLAGS): Pass down LD.
17143         ($(DO_X)): Likewise.
17145 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17147         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17149 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17151         * configure.in (targargs): Strip out any supplied --build argument
17152         before adding our own. Always add --build.
17154 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17156         * configure.in (targargs): Pass --build if we're doing
17157         a cross-compile.
17159 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17161         * configure: Use '|' instead of ":" as the separator in
17162         sed. Otherwise sed chokes on NT path names with drive
17163         designators. Also look for "?:*" as the leading characters in an
17164         absolute pathname.
17166 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17168         * config.sub: Support for r3900.
17170 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17172         * configure.in: Use install-sh, not install.sh.
17174 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17176         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17177         apply it twice.
17179 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17181         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17182         install-binutils.
17184 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17186         * Makefile.in: Add automake targets.
17187         * configure.in (host_tools): Add automake.
17189 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17191         * configure: Default CXX to c++, not gcc.
17192         * Makefile.in (CXX): Set to c++, not gcc.
17193         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17195 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17197         * install-sh: try appending a .exe if source file doesn't
17198         exist
17200 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17202         * configure.in: Turn on multilib by default.
17203         (cross_only): Remove target-libiberty.
17205         * Makefile.in (all-gcc): Don't depend on libiberty.
17207 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17209         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17211 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17213         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17214         (DISTBISONFILES): Add ld/Makefile.in
17216 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17218         * configure.in: if target is cygwin32 but host isn't cygwin32,
17219         don't configure gdb tcl tk expect, not just gdb.
17221 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17223         * configure.in: Added gnuserv everywhere sn appears.
17225         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17226         (CROSS_CHECK_MODULES): Added check-gnuserv.
17227         (INSTALL_MODULES): Added install-gnuserv.
17228         (CLEAN_MODULES): Added clean-gnuserv.
17229         (all-gnuserv): New target.
17231 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17233         * config.guess: Fixes for MIPS OpenBSD systems.
17235 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17237         * Makefile.in (INSTALL_XFORM): Remove.
17238         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17240         * mkinstalldirs: New file, copied from automake.
17241         * Makefile.in (installdirs): Rename from install-dirs.  Use
17242         mkinstalldirs.  Change all users.
17243         (DEVO_SUPPORT): Add mkinstalldirs.
17245 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17247         * install-sh: Rename from install.sh.
17248         * Makefile.in (INSTALL): Change install.sh to install-sh.
17249         (DEVO_SUPPORT): Likewise.
17251         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17252         Graichen <graichen@rzpd.de>.
17254 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17256         * config.guess: Recognize OpenBSD systems correctly.
17258 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17260         * README, Makefile.in (ETC_SUPPORT): Remove references to
17261         cfg-paper*, configure.{texi,man,info*}._
17263 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17265         * Makefile.in (all.normal): Ensure that gcc is built after all
17266         the x11 - ie gdb - targets.
17268 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17270         * makefile.vms: Don't run conf-a-gas.
17272 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17274         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17276 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17278         * configure.in: Remove noconfigdirs case since gdb also
17279         configures and builds for tic80-coff.
17281 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17283         * configure: Set cache_file to config.cache.
17284         * Makefile.in (local-distclean): Remove config.cache.
17286 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17288         * COPYING: Update FSF address.
17290 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17292         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17293         noconfigdirs.
17295 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17297         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17298         MAKEDIRS, is empty.
17300 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17302         * config.sub: Tweak mn10300 entry.
17304 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17306         * configure.in (host_tools): Put sim before gdb, so gdb's
17307         configure.tgt can determine if the simulator was configured.
17309 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17311         * config.sub: Move BeOS $os case to be with other Cygnus
17312         local cases.
17314 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17316         * config.sub: Remove misplaced comment that broke Linux.
17318 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17320         * config.sub: Add BeOS support.
17322 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17324         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17326 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17328         * configure.in (noconfigdirs): Remove tcl and tk from
17329         noconfigdirs for cygwin32 builds.
17331 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17333         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17335 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17337         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17338         make-all.com, use makefile.vms instead.
17340 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17342         * config.sub: Accept -lnews*.
17344 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17346         * configure.in (noconfigdirs): Disable target-newlib,
17347         target-examples and target-libiberty for d30v.
17349 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17351         * configure.in (noconfigdirs): Enable ld for d30v.
17353 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17355         * configure.in (tic80-*-*): Build compiler.
17357 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17359         * configure.in (d30v-*): Remove sim directory from list of
17360         unsupported d30v directories
17362 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17364         * config.sub, configure.in: Add d30v target cpu.
17366 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17368         * makefile.vms: New file.
17369         * make-all.com: Remove.
17371 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17373         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17375 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17377         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17379 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17381         * Makefile.in (ALL_MODULES): Added all-db.
17382         (CROSS_CHECK_MODULES): Addec check-db.
17383         (INSTALL_MODULES): Added install-db.
17384         (CLEAN_MODULES): Added clean-db.
17386 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17388         * config.guess: Merge with latest FSF sources.
17390 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17392         * Makefile.in (ALL_MODULES): Added all-itcl.
17393         (CROSS_CHECK_MODULES): Added check-itcl.
17394         (INSTALL_MODULES): Added install-itcl.
17395         (CLEAN_MODULES): Added clean-itcl.
17397 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17399         * configure.in: build gdb for mn10200
17401 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17403         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17405 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17407         * configure.in (tic80-*-*): Turn off most targets right now.
17409 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17411         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17412         rather than the makeinfo program.
17413         (do-info): Depend upon all-texinfo.
17415 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17417         * configure.in: Remove uses of config/mh-linux.
17419         * config.sub, config.guess: Merge with latest FSF sources.
17421 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17423         * config.sub (case $basic_machine): Add tic80 entries.
17425 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17427         * config.sub, config.guess: Merge with latest FSF sources.
17429 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17431         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17432         * mpw-config.in: Test for NewFolderRecursive.
17433         * mpw-install: Use symbolic name for startup filename.
17434         * mpw-README: Add various additional details.
17436 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17438         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17440 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17442         * configure.in: Do build gcc and the target libraries for
17443         the mn10200.
17445 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17447         * configure.in: don't avoid building gdb for mn10300 any more
17448         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17449         instead of single-quoting it.
17451 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17453         * configure.in: Don't use --with-stabs on IRIX 6.
17455 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17457         * configure.in (m32r): Build gdb, libg++ now.
17459 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17461         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17462         directories from noconfigdirs.
17464 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17466         * config.sub (basic_machine): added mips16 configuration
17468 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17470         * config.sub: Handle d10v-unknown.
17472 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17474         * config.sub: Handle v850-unknown.
17476 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17478         * Makefile.in: add findutils
17479         * configure.in: add findutils to list of host_tools
17481 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17483         * config.sub: Handle mn10200 and mn10300.
17485 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17487         * configure.in (d10v-*): Do not build librx.
17489 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17491         * configure.in (mn10300): Build everything except gdb & libgloss.
17493 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17495         * config.guess:  Patch for Dansk Data Elektronik servers,
17496         from Niels Skou Olsen <nso@dde.dk>.
17498         For ncr, use /bin/uname rather than uname, since GNU uname does not
17499         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17501         Patch for MIPS R4000 running System V,
17502         from Eric S. Raymond <esr@snark.thyrsus.com>.
17504         Fix thinko for nextstep.
17506         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17508         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17509         * config.guess: Guess mips-dec-mach_bsd4.3.
17511         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17512         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17513         release numbers.
17514         * config.guess (mips-mips-riscos*):  Emit just enough of the
17515         release number.
17517         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17518         * config.guess (sparc-auspex-sunos*):  Added.
17519         (f300-fujitsu-*): Added.
17521         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17522         * config.guess:  Recognize a Tadpole as a sparc.
17524 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17526         * config.guess: Don't assume that NextStep version is either 2 or
17527         3.  NextStep 4 (aka OpenStep 4) has come out now.
17529 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17531         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17532         From Rik Faith <faith@cs.unc.edu>.
17534 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17536         * config.sub: Contributions from bug-gnu-utils to:
17537         Support plain "hppa" (no version given) architecture, reported by
17538         OpenStep.
17539         OpenBSD like NetBSD.
17540         LynxOs is not a hardware supplier.
17542         * config.guess: Contributions from bug-gnu-utils to add support for:
17543         OpenBSD like NetBSD.
17544         Stratus systems.
17545         More Pyramid systems.
17546         i[n>4]86 Intel chips.
17547         M680[n>4]0 Motorola chips.
17548         Use unknown instead of lynx for hardware manufacturer.
17550 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17552         * install.sh (chmodcmd): Set to null if the DST directory already
17553         exists.
17555 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17557         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17558         not use mt-ppc target Makefile fragment any more.
17560 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17562         * configure.in (*-*-windows):  Exclude everything but those dirs
17563         needed to build windows.
17565 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17567         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17569 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17571         * configure.in:  Exclude mmalloc from i386-windows.
17573 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17575         * Undo my previous change.
17577 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
17579         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17580         unconditionally.
17581         (MAKEOVERRIDES): Define (revert this part of October 18 change).
17583 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17585         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
17586         host to add it's own flags.
17588 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
17590         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17592 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
17594         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17595         (CXX_FOR_TARGET): Likewise.
17596         (GCC_FOR_TARGET): Define.
17597         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17598         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17599         CC_FOR_TARGET was specified on the command line.
17600         (MAKEOVERRIDES): Don't define.
17602 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
17604         * configure.in (m32r): Fix spelling of libg++ libs.
17606 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
17608         * config.sub (-apple*): Remove, now redundant.
17610 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
17612         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17614         * configure: Rework yesterday's sed script patch.
17616         * config.sub: Merge with FSF.
17618 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
17620         * config.guess:  Merge from FSF.
17622         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
17623         * config.guess: Use pc instead of unknown, for pc clone systems.
17624         Change linux to linux-gnu.
17626         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17627         * config.guess: Avoid non-portable tr syntax.
17629 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
17631         * test-build.mk (HOLES): Add "xargs" for gdb.
17633         * configure: Avoid hpux10.20 sed bug.
17635 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
17637         * configure.in:  Add support for windows host
17638         (that is a build done under the Microsoft build environment).
17640 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
17642         * Makefile.in: Replace all uses of srcroot with s, to shrink
17643         command line lengths.
17645         Patches from Geoffrey Noer <noer@cygnus.com>:
17646         * configure.in: If configuring for newlib, pass --with-newlib to
17647         subdirectories.
17648         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17649         -Bnewlib/ and -Lwinsup to gcc.
17650         (CXX_FOR_TARGET): Likewise.
17652 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17654         * Makefile.in (ETC_SUPPORT): Add configure.
17656 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
17658         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17659         host configuration file.
17661 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
17663         * configure.in: Break mn10x00 support into separate
17664         mn10200 and mn10300 configurations.
17665         * config.sub: Likewise.
17667 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
17669         * configure.in: Add lots of stuff to noconfigdirs for
17670         the mn10x00 targets.
17672         * config.sub, configure.in: Add mn10x00 support.
17674 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
17676         * make-all.com: Call conf-a-gas, not config-a-gas.
17678 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
17680         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17681         targets.
17683 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17685         * mpw-README: Add much more detail for native PowerMac.
17686         * mpw-install: New file.
17687         * mpw-configure: Add --norecursion and --help options.
17688         * mpw-config.in: Translate readme and install files when
17689         copying to objdir.
17690         * mpw-build.in: Don't always depend on byacc and flex.
17691         (install-only-top): New action.
17693 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
17695         * configure.in:  You can now configure GDB for the v850.
17697 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
17699         * configure.in (noconfigdirs): Don't configure any C++ dirs
17700         if targeting D10V.
17702 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17704         * config.sub: Recognize mips64vr5000.
17706 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17708         * configure.in: Use a single line for host_tools and native_only.
17710 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17712         * config.sub, configure.in: Add entries for m32r.
17714 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17716         * Makefile.in (inet-install): Don't run install-gzip.
17718 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17720         * configure.in:  Don't config lots of things for *-*-windows*.
17722 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17724         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17725         (host_libs, host_tools): Copy from configure.in.
17726         * mpw-configure: Don't complain about directories not found.
17728 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17730         * configure.in (i[345]86): Recognize i686 for pentium pro.
17731         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17732         file.
17734         * config.guess (i[345]86): Ditto.
17736 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17738         * configure.in (noconfigdirs): Removed gdb for D10V.
17740 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17742         * configure.in: Remove ld, target-libio, target-libg++, and
17743         target-libstdc++ from noconfigdirs.
17745 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17747         * configure: Fix three locations where shell scripts were
17748         being run directly rather than with config_shell.
17750 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17752         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17753         * config.sub (basic_machine): Recognize v850.
17755 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17757         * mpw-configure: Handle multiple enable/disable options and
17758         pass them down recursively, handle -c and -s flags appropriately
17759         depending on choice of compiler, add escape mechanism for
17760         quoted arguments to gC.
17762 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17764         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17765         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17766         so that -mrelocatable-lib and -mno-eabi are used.
17768         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17769         not support --print-multi-lib, don't abort.
17771 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17773         * make-all.com: Run config-a-gas.
17774         * setup.com: Don't copy subdirectory files around.
17776 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17778         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17779         target, it now compiles correctly.
17781 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17783         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17785 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17787         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17789 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17791         * configure.in (native_only): Add prms.
17793 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17795         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17796         (BINUTILS_SUPPORT_DIRS): Likewise.
17798 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17800         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17801         d10v support is added.
17803 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17805         * configure.in (d10v-*-*): New target.
17807 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17809         * config.guess (HP 9000/811): Recognize this as a PA1.1
17810         machine.
17812 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17814         * Makefile.in (do-tar-gz): New target, split out from tail end of
17815         taz target.  Run each command separately, don't use pipes.
17816         (taz): Use it.
17818 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17820         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17821         * mpw-build.in: No builds should depend on building byacc or flex,
17822         they are assumed to be installed already.
17824 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17826         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17827         variable that CC_FOR_TARGET needs.
17829 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17831         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17832         options have changed since the last time the subdirectory was
17833         configured, and if it has, reconfigure.
17834         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17835         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17837 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17839         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17840         CLEAN_MODULES): Add bash.
17841         (all-bash): New target.
17843 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17845         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17847 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17849         * config.sub (basic_machine): Recognize d10v as a valid processor.
17851 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17853         * mpw-configure: Add support for --bindir.
17854         * mpw-build.in: Use a GCC-specific build script for GCC actions.
17856 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17858         * configure.in: add bash, time, gawk to list of hosttools and things
17859         to only build for native toolchains
17861 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17863         * Makefile.in (docdir): Remove.
17865 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17867         * Makefile.in (datadir): Set to $(prefix)/share.
17869 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17871         * configure.in: build diff and patch for cygwin32-hosted
17872         toolchains.
17874 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17876         * config.sub: Accept -rtems*.
17878 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17880         * configure.in: enable dosrel for cygwin32-hosted builds,
17881                 remove diff from the list of things not buildable
17882                 via Canadian Cross
17884 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17886         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17887         don't get ". ".
17889 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17891         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17893 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17895         * Makefile.in (taz): Handle case where tex3patch didn't even get
17896         checked out.  Also, if it was found, put the symlink in a new util
17897         subdirectory.
17899 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17901         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17903 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17905         * config.sub: Recognize -openvms.
17906         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17907         * make-all.com, setup.com: New files.
17909 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17911         * Makefile.in (taz): tex3patch moved to texinfo/util.
17913 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17915         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17916         * configure.in: remove make from disable-if-Can-Cross list
17917                 enable gdb if ${host} and ${target} are cygwin32
17919 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17921         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17922         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17924 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17926         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
17927         distinguish sysv/svr4/bsd variants.
17928         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17930 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17932         * configure.in: Added copyright notice.
17933         * move-if-change: Added copyright notice.
17935 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17937         * configure.in (powerpcle-*-solaris*): Until we get shared
17938         libraries working, don't build gdb, sim, make, tcl, tk, or
17939         expect.
17941 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17943         * config.guess:  Merge with FSF:
17945         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17946         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17948         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17949         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17951         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17952         * config.guess:  Combine two OSF1 rules.
17953         Also recognize field test versions.  From mjr@zk3.dec.com.
17954         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
17955         because GNU uname does not support -p.  From pmr@pajato.com.
17957 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17959         * Makefile.in (MAKEDIRS): Removed $(tooldir).
17961 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17963         * mpw-README: Document GCCIncludes.
17965 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17967         * configure.in (alpha-*-linux*): Set enable_shared to yes.
17969 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17971         * mpw-configure: Handle --enable-FOO and --disable-FOO.
17973 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17975         * configure.in (*-*-cygwin32): Configure make.
17977 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17979         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17981 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17983         * Makefile.in (all-inet): Depend on all-perl.
17985         * Makefile.in (inet-install): New target.
17987         * Makefile.in (all-inet): Depend on all-tcl.
17988         (all-inet): Depend on all-send-pr.
17990 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17992         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17993         temporarily.
17995 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17997         * configure.in: Don't configure --with-gnu-ld on AIX.
17999 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18001         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18003 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
18005         * Makefile.in (ALL_MODULES): Added all-inet.
18006         (CROSS_CHECK_MODULES): Added check-inet.
18007         (INSTALL_MODULES): Added install-inet.
18008         (CLEAN_MODULES): Added clean-inet.
18009         (all-indent): New target.
18011         * configure.in (host_tools): Added inet.
18012         (native_only): Added inet.
18013         (noconfigdirs): Added inet.
18015 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
18017         * configure.in: Don't configure libgloss if we are not configuring
18018         newlib.
18020 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18022         * configure.in: Don't configure libgloss for unsupported
18023         architectures.
18025 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18027         * Makefile.in (CLEAN_MODULES): Add clean-apache.
18029 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
18031         * Makefile.in (ALL_MODULES): Include all-apache.
18032         (CROSS_CHECK_MODULES): Include check-apache.
18033         (INSTALL_MODULES): Include install-apache.
18034         (all-apache): New target.
18036         * configure.in: Added apache everywhere perl is seen.
18038 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18040         * Makefile.in: Add support for clean-{module} and
18041         clean-target-{module} rules.
18043 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
18045         * configure.in (*-*-ose) do not build libgloss.
18047 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18049         * config.guess (prep*:SunOS:5.*:*): Turn into
18050         powerpele-unknown-solaris2.
18052 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
18054         * configure.in: Permit --enable-shared to specify a list of
18055         directories.
18057 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18059         * configure.in (host==solaris): Pass only the first word of $CC
18060         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18062 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18064         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18066 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
18068         * Makefile.in (ALL_MODULES): Include all-perl.
18069         (CROSS_CHECK_MODULES): Include check-perl.
18070         (INSTALL_MODULES): Include install-perl.
18071         (ALL_X11_MODULES): Include all-guile.
18072         (CHECK_X11_MODULES): Include check-guile.
18073         (INSTALL_X11_MODULES): Include install-guile.
18074         (all-perl): New target.
18075         (all-guile): New target.
18077         * configure.in (host_tools): Include perl and guile.
18078         (native_only): Include perl and guile.
18079         (noconfigdirs): Don't build guile and perl; no ports have been
18080         done.
18082 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
18084         * configure (--enable-*): Handle quoted option lists such as
18085         --enable-sim-cflags='-g0 -O' better.
18087 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18089         * Makefile.in ({,inst}all-target): New rule so we can make and
18090         install all of the target directories easily.
18092 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18094         * configure.in: Add missing global flag in sed substitution when
18095         deleting `target-' from ${configdirs}.
18097 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18099         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18100         option.
18102         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18103         config/mh-necv4.
18105         * install.sh: Correct misspelling of transformbasename.
18107         * config.guess: Recognize mips-*-sysv*.
18109 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18111         * config.sub: Recognize mon960.
18113 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18115         * configure: Restore Canadian Cross handling of BISON and LEX,
18116         removed in Feb 20 change.
18118 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18120         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18121         Mention make install.  Remove the old copyright date as well the
18122         clumsy and rather pointless copyright on the README file.
18124 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18126         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18127         Makefile after running symlink-tree, then run `make distclean' to
18128         avoid clobbering any generated files in srcdir.
18130 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18132         * configure.in (m68k-*-netbsd*): Build everything now.
18134 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18136         * Makefile.in (taz): Fix quoting.
18138 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18140         * configure.in (sparclet-*-*): Build everything now.
18142 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18144         * configure.in (m68k-*-linux*): New host.
18146 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18148         * configure: Check for bison before byacc.
18150 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18152         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18153         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18154         searching PATH.  These are used as fallbacks by Makefile.in if
18155         flex/bison/byacc aren't in objdir.
18157 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18159         * Makefile.in: Make everything which depends upon all-bfd also
18160         depend upon all-opcodes, in case --with-commonbfdlib is used.
18162 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18164         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18165         building NT native compilers on Unix.
18167 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18169         * configure.in: Don't get CC from the host Makefile fragment if we
18170         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18171         Solaris test for /usr/ucb/cc to the post target script, just after
18172         the compiler sanity test.
18174 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18176         * config.sub: Merge with FSF.
18178 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18180         * Makefile.in (RPATH_ENVVAR): New variable.
18181         (REALLY_SET_LIB_PATH): Use it.
18182         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18184 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18186         * config.sub, configure.in: Recognize sparclet cpu.
18188 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18190         * config.guess:  Support m68k-cbm-sysv4.
18192 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18194         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18195         m68k-unknown-linuxaout from linker help string.  Put quotes around
18196         $ld_help_string.
18198 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18200         * config.guess (powerpc-harris-powerunix): Add guess for port
18201         to new target.
18203 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18205         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18207 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18209         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18210         $(REALLY_SET_LIB_PATH) in Makefile.
18211         * Makefile.in (SET_LIB_PATH): New variable.
18212         (REALLY_SET_LIB_PATH): New variable.
18213         ($(DO_X)): Use $(SET_LIB_PATH).
18214         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18215         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18216         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18217         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18218         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18219         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18220         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18221         (install-dosrel): Likewise.
18222         (all-opcodes): Depend upon all-libiberty.
18224 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18226         * config.guess (*:CYGWIN*): New
18228 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18230         * Makefile.in (all-target-winsup): All all-target-libiberty.
18232 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18234         * configure.in (noconfigdirs): Add missing # in front of comment.
18236 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18238         * configure.in: add second pass to things added to noconfigdirs
18239         so *-gm-magic can exclude libgloss properly.
18241 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18243         * mpw-configure (extralibs_name, rez_name): Set correctly
18244         for MWC68K compiler.
18246         * mpw-README: Add more info on the necessary build tools.
18248 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18250         * configure.in, config.sub: Recognize cygwin32.
18252 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18254         * config.guess, config.sub: Recognize A/UX.
18256 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18258         * config.sub: Merge with gcc/config.sub.
18260 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18262         * mpw-build.in (do-binutils): Add build of stamps.
18264 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18266         * config.sub: Add recognition for mips64vr4100*-* targets.
18268 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18270         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18271         Add creation of gconfigargs with `--enable-shared' turned on.
18272         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18273         ($(host)-stamp-stage3-configured): Likewise.
18274         (HOLES): Add chatr and ldd.
18275         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18277 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18279         * configure: Pass --nfp to recursive configures.
18281 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18283         * Makefile.in (DLLTOOL): New.
18284         (DLLTOOL_FOR_TARGET): New.
18285         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18286         (EXTRA_TARGET_FLAGS): Ditto.
18287         (EXTRA_GCC_FLAGS): Ditto.
18288         (CONFIGURE_TARGET_MODULES): Ditto.
18289         (DO_X): Ditto.
18290         * configure: Add DLLTOOL.
18292 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18294         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18295         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18296         mh-sco, since old workarounds no longer needed, and don't
18297         build ld, since libraries have weak symbols in COFF.
18299 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18301         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18303 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18305         * configure.in: Make sure that ${CC} can be used to compile an
18306         executable.
18308 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18310         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18311         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18312         nothing depending on whether gdbtk is being built.
18314 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18316         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18318 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18320         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18321         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18323 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18325         * config-ml.in: Add support for
18326         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18327         Simplify setting of multidirs from --disable-foo.
18329 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18331         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18332         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18333         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18334         non-empty, pass them on to the  GCC make.
18335         (all-bootstrap): New rule that is like all-gcc, except it executes
18336         the GCC bootstrap rule instead of the GCC all rule.
18338 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18340         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18342 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18344         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18345         DG/UX support.
18347 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18349         * config.sub (i*86*) Change [345] to [3456]
18351 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18353         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18354         --with-gnu-ld=no.
18356 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18358         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18359         AIX multilibs get built.
18361 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18363         * configure.in (i386-win32): Don't build expect if we're not
18364         building the tcl subdir.
18366 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18368         * Makefile.in: (configure-target-examples, all-target-examples):
18369         New targets, configure and build example programs.
18371 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18373         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18374         use it as input to sedit the generated MPW makefile.
18375         * mpw-README: Add a suggestion about Gestalt.h.
18377 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18379         * config.sub: Accept *-*-ieee*.
18381 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18383         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18384         Ronald F. Guilmette <rfg@monkeys.com>.
18386 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18388         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18389         for powerpc-pe native.
18390         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18391         (target==powerpc-pe): duplicate i386-win32 entry.
18393 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18395         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18396         of vxworks, not just vxworks5.1.
18398 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18400         * mpw-configure: Add support for exec-prefix.
18402 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18404         * config.guess: Recognize HP model 816 machines as having
18405         a PA1.1 processor.
18407 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18409         * configure: Ignore new autoconf configure options.
18411 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18413         * config.guess:  Recognize Pentium under SCO.
18414         From Robert Lipe <robertl@arnet.com>.
18416 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18418         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18420 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18422         * configure.in: Don't configure gas for alpha-dec-osf*.
18424 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18426         * configure.in: Default to --with-stabs for some targets for which
18427         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18428         i[345]86*-*-unixware*.
18430 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18432         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18433         rather than basing it on the target.  Simplify handling of options
18434         controlling which directories to configure.  Remove extraneous
18435         slash in multi-clean target.
18437 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18439         * config-ml.in: Prefix more variables with ml_ so they don't collide
18440         with configure's.
18442 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18444         * configure: Don't turn -v into --v.
18446 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18448         * configure.in (targargs): Fix typo.
18450         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18452 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18454         * configure.in: Strip --host and --target options from
18455         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18456         --with-cross-host option when building with a cross-compiler.
18457         * configure: Canonicalize the arguments put into config.status by
18458         always using `=' for an option with an argument.  Pass a presumed
18459         --host or --target explicitly.
18461 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18463         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18464         into general OS recognition case.
18466 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18468         * configure.in (target_configdirs): add target-winsup only
18469         for win32 target systems.
18471 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18473         * Makefile.in (all-target-libgloss): Depend upon
18474         configure-target-newlib, since when libgloss is built it looks to
18475         see if the newlib directory exists.
18477 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18479         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18480         cfg-ml-*.in.
18482 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18484         * configure: Handle LD and LD_FOR_TARGET when configuring a
18485         Canadian Cross.
18487 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18489         * configure.in (target_libs): add target-winsup.
18490         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18491         (target==ppcle-pe): remove ld from $noconfigdirs.
18493 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18495         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18496         Preserve relative path names in $srcdir.  Build symlink tree if
18497         configuring cross target dir and srcdir=. (= no VPATH support).
18498         (configure-target-libg++): Depend on configure-target-librx.
18499         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18500         * config-ml.in: New file.
18501         * symlink-tree: New file.
18502         * configure: Ensure srcdir="." if that's what it is.
18504 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18506         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18507         includes and FLEX_SKELETON setting.
18508         * mpw-configure (--with-gnu-ld): New option, controls whether
18509         to use PPCLink or ld with PowerMac GCC.
18510         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18511         * mpw-config.in: Configure grez if targeting Mac.
18513         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18514         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18515         just macos.
18516         * configure.in: Configure grez resource compiler if targeting Mac.
18517         * Makefile.in (all-grez, install-grez): New targets.
18519 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18521         * configure: CXX defaults to gcc, not g++.  If we find
18522         gcc in the path, set CC to gcc -O2.
18524 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18526         * configure: Default ${build} correctly.  Avoid picking up extra
18527         spaces when reading CC and CXX from Makefile.  When doing a
18528         Canadian Cross, use plausible default values for numerous
18529         variables.
18530         * configure.in: When doing a Canadian Cross, don't try to
18531         configure tools whose configure script can't handle it.
18533 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18535         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18537 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18539         * configure:  Remove dubious bug reporting address.
18541 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18543         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18544         configure script, run that instead of this directory's configure.
18545         In either case, print a message that we're configuring the sub-dir.
18547 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18549         * configure.in: Before checking for the existence of various files,
18550         use sed to filter out "target-".
18552 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18554         * Makefile.in (DO_X): Split rule to decrease command line length
18555         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18556         (Philippe De Muyter).
18558 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18560         * Makefile.in (all-patch): depend on all-libiberty.
18562 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18564         * configure.in: If the only directory in target_configdirs which
18565         actually exists is libiberty, then set target_configdirs to empty,
18566         to avoid trying to build a target libiberty in a gas or gdb
18567         distribution.
18569 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18571         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18572         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18573         systems.
18575 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18577         * configure.in (copy_dirs): Use sys-include instead of include
18578         for --with-headers option.
18580 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
18582         * Makefile.in, configure.in: Make winsup builds work with
18583         new scheme.
18585 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
18587         * configure.in: Build the linker on AIX.
18589 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18591         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
18592         where needed.
18594 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
18596         * Makefile.in (all-gcc): Fix typo.
18598 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18600         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
18602 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18604         * configure.in:  Rename libFOO to target-libFOO, and xiberty
18605         to target-xiberty, to provide more flexibility.
18606         (target_subdir):  Define.  Create if cross.
18607         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18608         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
18609         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18610         check-libFOO -> check-target-libFOO, etc.
18611         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18612         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18613         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18614         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
18615         allow ALL_GCC="" to only configure.
18616         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
18617         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
18618         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
18620 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
18622         * Makefile.in (taz): Build "info" in etc explicitly.
18624 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
18626         * configure.in:  Make sure that CC is undefined (as opposed to
18627         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
18628         problem with autoconf trying to configure on a host without GCC.
18630 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18632         * mpw-configure: Set host alias from choice of host compiler,
18633         only use generic MPW Makefile sed if present, edit a file
18634         named "hacked_Makefile.in" instead of "Makefile.in" if present.
18635         * mpw-README: Add problem notes about CW6 and CW7.
18637 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
18639         * Makefile.in (taz): Use ";" instead of ";;".
18641 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18643         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
18644         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18645         DISTDOCDIRS.
18646         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
18647         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
18649 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18651         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
18652         and gnats, because they are now subsumed by DISTSTUFFDIRS.
18653         Move bfd to DISTSTUFFDIRS.
18655 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18657         * Makefile.in (X11_LIB): Removed.
18658         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18660         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18662 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18664         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18665         names.
18667 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18669         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18671 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
18673         * configure.in (i[345]86-*-win32): Always build newlib.
18674         Don't configure cvs, autoconf or texinfo.
18675         * Makefile.in (LD_FOR_TARGET): New.
18676         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18677         Pass down LD_FOR_TARGET.
18679 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18681         * winsup: New directory.
18682         * Makefile.in: Build winsup.
18683         * configure.in: Winsup is configured when target is win32.
18684         Can only build win32 target GDB when native.
18686 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18688         * config.guess: Recognize HP model 819 machines as having
18689         a PA 1.1 processor.
18691 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18693         * configure: Fix sed loop which substitutes for CC and CXX to
18694         avoid bug found in various sed implementations.
18696 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18698         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18699         simulator.  Use standard powerpc-*-eabi*.
18701 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18703         * configure.in: Stop putting gas and binutils in noconfigdirs for
18704         powerpc-*-aix* and rs6000-*-*.
18706 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18708         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18709         -mcall-aixdesc libraries.
18711 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18713         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18715         * config.sub (arm | armel | armeb): Fix shell syntax.
18717 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18719         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18720         -msoft-float and -mcpu=common support.
18721         (powerpc*-*-eabisim*): Add support for building -mcall-aix
18722         libraries.
18724 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18726         * configure.in: Allow configuration and build of emacs19 for the alpha.
18728 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18730         * configure.in (CC): Get ^CC, not just any old CC, from
18731         ${host_makefile_frag}.
18733 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18735         * configure.in (CC): Try to get CC from
18736         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18738 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18740         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18741         only if it exists in $(srcdir).
18743 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18745         * configure: If CC and CXX are not set in the environment, set
18746         them, based on either an existing Makefile or on searching for gcc
18747         in PATH.  Substitute for CC and CXX in Makefile.
18748         * configure.in: Remove libm from target_libs.  Separate
18749         target_configdirs from configdirs.  If CC is not set in
18750         environment, try to get it from a host Makefile fragment.  Rewrite
18751         changes of configdirs to use skipdirs instead.  A few minor
18752         tweaks.  Take directories out of target_configdirs as they are
18753         taken out of configdirs.  Remove existing Makefile files from
18754         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18755         CONFIG_ARGUMENTS in Makefile.
18756         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18757         by configure.in.
18758         (CONFIG_ARGUMENTS): Likewise.
18759         (CONFIGURE_TARGET_MODULES): New variable.
18760         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18761         ($(CONFIGURE_TARGET_MODULES)): New target.
18762         (configure-libg++, configure-libio): New targets.
18763         (all-libg++): Depend upon configure-libg++.
18764         (all-libio): Depend upon configure-libio.
18765         (configure-libgloss, all-libgloss): New targets.
18766         (configure-libstdc++): New target.
18767         (all-libstdc++): Depend upon configure-libstdc++.
18768         (configure-librx, all-librx): New targets.
18769         (configure-newlib): New target.
18770         (all-newlib): Depend upon configure-newlib
18771         (configure-xiberty): New target.
18772         (all-xiberty): Depend upon configure-xiberty.
18774 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18776         * configure.in (host i[345]86-*-win32):  Expand the
18777         noconfigdirs again.
18779 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18781         * mpw-configure: Fix sed command file name.
18783 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18785         * configure.in (host i[345]86-*-win32): Reduce the
18786         noconfigdirs again.
18788 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18790         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18791         or powerpc*-*-pe*, since they are not yet supported.
18793 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18795         Add PowerMac support and many other enhancements.
18796         * mpw-configure: New option --cc to select compiler to use,
18797         paste options set according to --cc into the generated
18798         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18799         if mpw-make.sed is present.
18800         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18801         add forward includes for PowerPC include files.
18802         * mpw-build.in: Build using Makefile.PPC if present.
18803         (do-byacc, etc): Remove separate version resource builds.
18804         (do-gas): Build "stamps" before "all".
18805         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18806         * mpw-README: Update to reflect --cc option, PowerMac support,
18807         and recently-reported compatibility problems.
18809 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18811         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18812         embedded m68k systems (-aout, -coff, -elf, -vxworks).
18813         (--with-multilib-top): Pass to recursive invocations.
18815 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18817         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18818         v810-*-*.
18820 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18822         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18823         gdb, ld and opcodes on v810-*-*.
18825 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18827         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18828         (local-maintainer-clean): New target.
18829         (maintainer-clean): New target.
18830         (realclean): Just depend upon maintainer-clean.
18832 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18834         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18836 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18838         * configure.in: Build ld in mips*-*-bsd* case.
18840 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18842         * config.sub: Accept -lites* OS.  From Ian Dall.
18844 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18846         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18847         targets.
18849 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18851         * configure.in: treat i386-win32 canadian cross the same as
18852         i386-go32 canadian cross.
18854 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18856         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18857         running under the simulator to build a reduced set of libraries.
18858         (powerpc-*-eabiaix): Add fine grained multilib support added to
18859         other powerpc targets yesterday.
18861 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18863         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18864         -disable-softfloat, -disable-relocatable, -disable-aix, and
18865         -disable-sysv to control which multilib libraries get built.
18867 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18869         * configure: Add Makefile.tem to list of files to remove in trap
18870         handler.
18872 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18874         * config.guess (*Linux*):  Add missing "exit"s.
18875         Also, need specific check for alpha-unknown-linux (uses COFF).
18877 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18879         * config.guess:  Merge with FSF:
18881         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18882         * config.guess (AIX4): More robust release numbering discovery.
18884         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18885         * config.guess (i386-sequent-ptx): Properly get version number.
18887         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18888         * config.guess (mips:*:4*:UMIPS): New case.
18890 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18892         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18893         (i386-win32 host): Likewise.  Don't build readline.
18895 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18897         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18898         SUPPORT_FILES to submakes.
18900 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18902         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18903         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18904         mpw-configure.
18906 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18908         * configure.in (appdirs): Use =, not ==, in test expression when
18909         trying to build the text to print in the warning message for
18910         Solaris users.
18912 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18914         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18916 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18918         * config.guess: Recognize lynx-2.3.
18920 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18922         * config.sub (z8ksim): Deleted
18923         (z8k-*-coff): New, this is the one true name of the target.
18925 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18927         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18929 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18931         * config.guess (*:Linux:*:*): First try asking the linker what the
18932         default object file format is (elf, aout, or coff).  Then if this
18933         fails, try previous methods.
18935 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18937         * configure.in: Don't build newlib for *-*-vxworks5.1.
18939 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18941         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18942         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18944 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18946         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18948 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18950         * cfg-ml-com.in: New file.
18951         * cfg-ml-pos.in: New file.
18953 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18955         * COPYING.NEWLIB: Add HP free copyright to list.
18957 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18959         * config.sub: Recognize -eabi* for the system, not just -eabi.
18961 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18963         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18964         * config.sub, configure.in (win32): New target and host.
18966 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18968         * configure.in: Add i386-pe configuration.
18970 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18972         * mpw-build.in (install): Install GDB after LD.
18974 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18976         * mpw-config.in (elf/mips.h): Always forward-include, needed
18977         for GDB to build.
18979 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18981         * testsuite: New directory for customer acceptance and whole tool
18982         chain tests.
18984 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18986         * configure: If per-host line isn't found, but AC_OUTPUT is found
18987         and a configure script exists, run it instead.
18989 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18991         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18993 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18995         * configure: Set build_{cpu,vendor,os,alias} to host values when
18996         --build isn't specified.
18998 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19000         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19001         (FLAGS_TO_PASS): Pass them.
19002         (EXTRA_TARGET_FLAGS): Ditto.
19004 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19006         * Makefile.in (all-libg++): Depend on all-libstdc++.
19008 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19010         * configure.in (noconfigdirs): Enable all packages for
19011         i386-unknown-netbsd.
19013 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
19015         * configure.in (noconfigdirs): Don't configure tk for i386-go32
19016         hosted builds (DOS builds)
19018 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19020         Changes for ARM based on patches from Richard Earnshaw:
19021         * config.sub: Handle armeb and armel.
19022         * configure.in: Omit arm linker only for riscix.
19024 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19026         * config.guess:  Update from FSF.
19028 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
19030         * config.sub: Recognize powerpcle as the little endian variant of
19031         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
19032         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
19033         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
19034         temporarily.
19036 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
19038         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19040 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
19042         * config.sub: Accept -lites* as a basic system type.
19044 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
19046         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19047         installed, and if so return linuxoldld as the system name.
19049 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
19051         * config.guess: Add hppa1.1-hp-lites support.
19053 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19055         * configure.in: Don't build newlib for m68k-vxworks5.1.
19057 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19059         * configure.in (mips-sgi-irix6): Use mh-irix5.
19061 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
19063         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19065 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19067         * test-build.mk: Enable building of shared libraries on IRIX 5 and
19068         OSF/1.  Fix compiler flags.
19069         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
19071 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
19073         * configure.in: Recognize --with-newlib.
19074         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19076 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19078         * Makefile.in: move {all,check,install}-gdb from *_MODULES
19079         to *_X11_MODULES due to gdbtk needing X include files et al.
19081 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
19083         Merge in support for Mac MPW as a host.
19084         (Old change descriptions retained for informational value.)
19086         * mpw-config.in: Add generic include forwards for cpu-specific
19087         include files in aout and elf directories.
19089         * mpw-configure: Added copyright.
19090         * mpw-config.in: Check for presence of required build tools.
19091         (target_libs): Add newlib.
19092         (target_tools): Add examples.
19093         (Read Me): Generate as "Read Me for MPW" instead.
19094         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19095         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19096         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19098         * mpw-configure: Remove subdir-specific makefile hackery,
19099         delete mk.tmp after using it.
19101         * mpw-build.in (all): Display start and end times.
19103         * mpw-configure (host_canonical): Set.
19104         (target_cpu): Always add to makefiles.
19105         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19106         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19107         (mpw-mh-mpw): Look for in srcdir and srcroot.
19108         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19110         * mpw-build.in: (install-only): New target.
19112         * mpw-configure (host_alias, target_alias): Rename from hostalias
19113         and targetalias, add into generated Makefile.
19114         (mk.tmp): If present, add into generated Makefile.
19115         * mpw-build.in (all-gas): Build config.h first before gas proper.
19117         * mpw-configure (config.status): Write only if changed.
19118         * mpw-config.in (readline): Configure it (not built, just used for
19119         definitions).
19121         * mpw-config.in (elf/mips.h): Add a forward include.
19123         * mpw-config.in: Forward-include most .h files in include into
19124         extra-include.
19125         (readline): Don't build.
19126         mpw-build.in (install): Install GDB.
19128         * mpw-configure (prefix, mpw_prefix): Handle it.
19129         * mpw-config.in (mmalloc, readline): Don't configure.
19130         * mpw-build.in (thisscript): Rename to ThisScript.
19131         Use mpw-build instead of BuildProgram everywhere.
19132         (mmalloc, readline): Don't build.
19133         * mpw-README: New file, basic documentation about the MPW port.
19135         * mpw-config.in: Use forward-include to create include files.
19137         * mpw-configure: Add more things to the top of each configured
19138         Makefile, including contents of config/mpw-mh-mpw.
19139         * mpw-config.in (extra-include): Create this directory and fill it
19140         with Posix-like include files when configuring.
19142         * config.sub (apple, mac, mpw): Add various aliases.
19144         * mpw-build.in: New file, top-level build script fragment for MPW.
19145         * mpw-configure: New file, configure script for MPW.
19146         * mpw-config.in: New file, config fragment for MPW.
19148 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19150         * configure.in (host_libs): Remove glob, since it is gone from the
19151         sources.
19153 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19155         * Makefile.in: define empty GDB_NLM_DEPS var.
19157         * configure.in(target_makefile_frag): use config/mt-netware
19158         for netware targets.
19160 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19162         * config.sub: Merge in recent FSF changes.  Remove linux special
19163         cases.
19165 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19167         Revert this change:
19169         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19171                 * build-all.mk: Use CC=cc -Xs on Solaris.
19173 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19175         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19176         stop using it.
19177         * Makefile.in: Nuke all references to glob subdirectory.
19179 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19181         * configure.in: Fix --enable-shared logic in per-host.
19183 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19185         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19187 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19189         * configure.in (noconfigdirs): Don't build gas on AIX, for
19190         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19192 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19194         * configure: Fix --cache-file to work if the file argument is a
19195         relative path.
19197 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19199         * configure: If the --cache-file is used, pass it down to
19200         configure in subdirectories.
19202 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19204         * config.sub: add vxworks29k configuration.
19206 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19208         * Makefile.in (taz): Do "diststuff" part quietly.
19210 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19212         * config.sub: Mini-merge with gcc/config.sub.
19214 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19216         * config.guess (IRIX): Sed - to _.
19218 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19220         * Makefile.in (source-vault, binary-vault): New targets.
19222 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19224         * config.sub: Recognize -eabi as a basic system type.
19226 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19228         * configure.in (enable_shared stuff): Fix typo.
19230 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19232         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19234 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19236         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19238 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19240         * configure.in (rs6000-*-*): Don't build gas.
19242 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19244         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19245         reduce command line length.
19246         (AS_FOR_TARGET): Check for as.new, not Makefile.
19247         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19249 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19251         * config.guess:  Merge from FSF.
19253 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19255         * configure: Don't use $ when handling program_suffix.
19257 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19259         * configure.in:  Configure tk for hppa/hpux.
19261 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19263         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19265 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19267         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19268         to LIBCXXFLAGS.  Tests are better run without it.
19270 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19272         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19274 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19276         * configure.in (*-*-netware*): Don't configure xiberty.
19278 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19280         * configure.in:  Remove tk from native_only list.
19282 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19284         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19285         for special NCD build.
19287 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19289         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19290         makeall.bat, they're only useful for binutils snapshots.
19291         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19292         makeall.bat to specified SUPPORT_FILES.
19294 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19296         * build-all.mk: Add Ericsson targets to sun4 and solaris
19297         hosts.  Add  BNR's sun4 target to solaris host, so their
19298         build-from-source will be tested in-house first.
19300 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19302         * Makefile.in (LIBCFLAGS): New variable.
19303         (CFLAGS_FOR_TARGET): Ditto.
19304         (LIBCFLAGS_FOR_TARGET): Ditto.
19305         (LIBCXXFLAGS): Ditto.
19306         (CXXFLAGS_FOR_TARGET): Ditto.
19307         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19308         (BASE_FLAGS_TO_PASS): Pass them.
19309         (EXTRA_TARGET_FLAGS): Ditto.
19311         * configure.in: Support --enable-shared.
19313 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19315         * configure.in (target_libs):  Include libstdc++ again.
19316         * config.guess:  Update from FSF (for FreeBSD).
19318 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19320         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19321         makeall.bat.
19322         (DISTDOCDIRS): Add `etc'.
19323         (ETC_SUPPORT_PFX): New variable.
19324         (taz): Include anything from etc starting with a word in
19325         ETC_SUPPORT_PFX.
19327 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19329         * config.sub: Update for recent FSF changes.  Remove obsolete
19330         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19331         spacing changes.
19333 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19335         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19337         * config.guess:  Merge with FSF.
19338         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19340 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19342         * configure: Since the "trap 0" handler will override the exit
19343         status on many systems, only use it for "exit 1", and make it set
19344         a non-zero exit status; reset it before "exit 0".  Also, check
19345         exit status of config.sub, and error out if it failed.
19347 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19349         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19350         and install libgloss.
19352 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19354         * Makefile.in (all-binutils): Depend upon all-byacc.
19356         * configure.in: Don't build emacs on Irix 5.
19358 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19360         * configure.in (*-*-netware*): Add libio.
19362 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19364         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19365         (CHECK_TARGET_MODULES): Ditto.
19366         (INSTALL_TARGET_MODULES): Ditto.
19367         (TARGET_LIBS): Ditto.
19368         (all-libstdc++): Note dependencies.
19370 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19372         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19374 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19376         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19377         -fexternal-templates.
19379         * configure.in (target_libs): Add libstdc++.
19380         (noconfigdirs): Add libstdc++ as appropriate.
19382 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19384         * config.guess:  Update from FSF.
19386 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19388         * configure: Use ${config_shell} when running ${configsub}.
19390 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19392         * config.sub: No longer recognize h8300h.
19394 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19396         * config.sub: Remove extraneous differences between config.sub and
19397         gcc/config.sub.
19399 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19401         * Makefile.in (DISTSTUFFDIRS): Add gas.
19403 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19405         * COPYING.NEWLIB: New file.
19407 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19409         * config.guess (HP-UX):  Patch from Harlan Stenn
19410         <harlan@landmark.com> to also emit release level.
19412 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19414         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19416 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19418         * config.sub:  Merge nextstep cleanup from FSF.
19420 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19422         * configure.in (arm-*-*): Don't configure ld for this target.
19424 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19426         * configure.in (*-*-netware): don't configure libg++, libio,
19427         librx, or newlib.
19429 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19431         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19432         configure ld--it works, but it doesn't support shared libraries.
19434 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19436         * config.guess (*-unknown-freebsd*):  Get rid of possible
19437         trailing "(Release)" in version string.
19438         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19440 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19442         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19443         Fix type: *-next-neststep -> *-next-nextstep.
19445         * config.guess:  Merge from FSF:
19447         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19449         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19451         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19453         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19454         instead of UNIX_SV for UnixWare 1.0).
19456 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19458         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19459         to make gdb/nlm/* build after the compiler and linker.
19461 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19463         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19464         not just i[34]86.
19465         (m68k-atari-sysv4):  Relocate to match FSF version.
19467         * config.guess:  More merges from the FSF:
19469         Add a space before function call or macro invocation.
19471         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19473         * config.guess: Add trap cmd to remove dummy.c and dummy when
19474         interrupted.
19476         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19478         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19479         (dummy): Redirect stderr from compilation of dummy.c.
19481         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19483         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19485 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19487         * configure: Accept and ignore --cache*, for compatibility with
19488         new autoconf.
19490 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19492         * config.guess:  Merge from FSF:
19494         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19496         * config.guess (Pyramid*:OSx*:*:*): New case.
19497         (PATH): Add /.attbin at end for finding uname.
19498         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19500         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19502         * config.guess (M88*:DolphinOS:*:*): New case.
19504         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19506         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19507         to select whether to use ELF or COFF.
19509         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19511         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19513         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19515         * config.guess: Guess the OS version for HPUX.
19517         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19519         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19521 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19523         * configure.in: Recognize --with-headers, --with-libs, and
19524         --without-newlib.
19525         * Makefile.in (all-xiberty): Depend upon all-ld.
19527 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19529         * configure.in: Change i[34]86 to i[345]86.
19531 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19533         * configure (version): A few more tweaks to help message.
19535 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19537         * Makefile.in:  Remove (for now) librx as a host library,
19538         now that we're building it for target.
19540 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19542         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19543         (Karl Berry).
19545 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19547         * configure.in:  Also configure librx.
19549 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19551         * Makefile.in:  Update various rules to reflect that librx
19552         is now needed for libg++.
19554 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19556         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19558 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19560         * configure.in: Configure the examples directory.
19562 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19564         * configure: Simplify Jun 2 1994 change.
19566 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19568         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19569         /bin/gcc isn't good enough to build gcc.
19571 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19573         * Makefile.in (GDB_SUPPORT_FILES): Remove
19574         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19575         (gdb.tar.gz): Add new rule to use standard distribution building
19576         mechanism.
19578 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19580         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
19581         Bill Cox <bill@cygnus.com>.
19583 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19585         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
19587 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
19589         * configure:  Search current dir first in .gdbinit.
19591 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19593         * config.sub:  Recognize freebsd (merged from gcc config.sub).
19595 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19597         * config.sub:  Refer to NeXT's operating system as nextstep.
19599         * config.sub (case $basic_machine):  Re-order the cases, to match
19600         the order in the FSF version (which is mostly alphabethical).
19601         Merge in some additions and changes from the FSF.
19603 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
19605         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19606         * config.sub: Recognize cxux7.
19607         * configure.in: Use mh-cxux for m88k-harris-cxux*.
19609 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19611         * config.sub:  Fix typo powerpc -> powerpc-*.
19613 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
19615         * Makefile.in: `all-emacs19' depends on `all-byacc'.
19617         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19618         parallel with all-emacs and install-emacs).  Top-level command
19619         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19621 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19623         * test-build.mk ($(host)-stamp-stage2-installed): Remove
19624         $(relbindir)/make before doing ``make install'', and use
19625         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
19626         installing over running make binary.
19627         ($(host)-stamp-stage3-installed): Likewise.
19629 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19631         * config.guess: Recognize Mach.
19633 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19635         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19636         see whether --exec-prefix was used.
19638 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19640         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
19642 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19644         * Makefile.in: Add all-librx target similar to all-libproc.
19646 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
19648         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
19649         with post 1.2 uname bogosity.
19651 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19653         * configure: Remove temporary files on receipt of a signal.
19655 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
19657         * configure: If there is a package_makefile_frag, remove
19658         ${subdir}/Makefile.tem after copying it in.
19660 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19662         * build_all.mk: support rs6000 lynx identifies itself as
19663         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
19664         since /bin/gcc is too feeble to compile a modern gcc.
19666 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19668         * brought devo/test-build.mk update-to-date with progressive/
19669         test-build.mk. Add lynx targets and hppa flag info.
19671 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19673         * configure.in:  Use mh-ncrsvr43.  Patch from
19674         Tom McConnell <tmcconne@sedona.intel.com>.
19676 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19678         * config.guess (i386-unknown-bsdi):  No longer need to
19679         check #if defined(__bsdi__) && defined(__i386__).
19681 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19683         * configure: Set program_transform_nameoption correctly.
19685 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19687         * brought build-all.mk update-to-date with progressive build-all.mk,
19688         added new targets and hppa info.
19690 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19692         * configure: If config.guess result is a prefix of the user
19693         specified target, assume a native build and use the user specified
19694         target as the host alias.  Remove SunOS patch suffix removal hack.
19695         * configure.in: Remove SunOS patch suffix removal hack.
19697         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19698         in NATIVE_CHECK_MODULES.
19700 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
19702         * Makefile.in: Rename HOST_ONLY to NATIVE.
19703         * configure: Delete SunOs patch suffix from host_canonical
19704         and build_canonical variables that are prepended to Makefiles.
19705         * configure.in: Add comments for easier maintenance.
19707 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19709         * Makefile.in: Add all-libproc target similar to all-gui.
19711 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19713         * Makefile.in (CHECK_MODULES): split into
19714         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19716 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19718         * config.guess (i386-unknown-bsdi): New system to guess.
19720 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19722         * Makefile.in: Add all-gui target (but not yet build by "all").
19724 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19726         * config.sub: Move deletion of patch suffix from here...
19727         * configure.in: To here, at Ian's suggestion.  The top-
19728         level scripts might need to know of a patch level.
19730 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19732         * config.sub: Strip off patch suffix so rtl is recognized
19733         as a sunos4.1.3 machine, even though it's been patched.
19735 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19737         * Makefile.in (INSTALL_LAST): Delete.
19738         (INSTALL_DOSREL): New.
19740 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19742         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19743         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19744         whether we pass down --with-gnu-ld anyhow.
19746 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19748         * Makefile.in (INSTALL_LAST): Change operation so it works
19749         on more flavors of make.
19750         * configure.in (go32): Don't build libg++ or libio.
19752 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19754         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19755         they can be overriden by templates.
19757 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19759         * configure.in (target==go32): Don't build gdb.
19760         * dosrel: New directory.
19762 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19764         * configure.in (host==go32): Configure dosrel too.
19765         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19766         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19767         be set by incoming names or templates.
19768         (INSTALL_LAST): New rule.
19770 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19772         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19774 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19776         * configure.in (appdirs): New variable.  Currently empty, but will
19777         be used in gas distribution.  If nonempty, lists a set of
19778         directories at least one of which must get configured, or top
19779         level configuration is considered to have failed.
19780         (rs6000-*-lynxos*): Use new file name.
19782 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19784         Eliminate XTRAFLAGS.
19785         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19786         newlib include files using -idirafter, and also use -nostdinc.
19787         (CXX_FOR_TARGET): Likewise.
19788         (XTRAFLAGS): Removed.
19789         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19790         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19791         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19792         ($(DO_X)): Don't pass down XTRAFLAGS.
19794 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19796         * configure.in (mips*-dec-bsd*): New target; do build linker.
19797         (mips*-*-bsd*): New target; don't build linker.
19799 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19801         * configure.in: support rs6000-*-lynxos* configuration.
19802         support sunos4 as a cross target.
19804         * config.sub: look for lynx*, not lynx since the OS version may
19805         legitimately be part of the name.
19807 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19809         * configure.in (i[34]86-*-sco*): Move to be with other i386
19810         targets.
19811         (romp-*-*): New target.  Skip various binary utilities.
19812         (vax-*-*): New target.  Don't build newlib.
19813         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19815 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19817         * configure.in: Only set host_makefile_frag if config
19818         directory exists.
19820 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19822         * install.sh: If $dstdir exists, don't check whether each
19823         component does.
19825 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19827         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19829 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19831         * configure.in (*-*-lynxos*): Don't configure newlib for either
19832         native or cross Lynx.
19834 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19836         * config.sub (sparc64-elf): Fix os.
19837         (z8k): Remove duplicate.
19839 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19841         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19842         gcc/stmp-fixproto, to try to prevent fixproto from being run.
19844 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19846         * configure: Make file links cleanly even if Lynx fails on
19847         an NFS symlink (at least fail cleanly).
19849 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19851         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19852         -XNh2000.
19854 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19856         * configure: Unknown options are fatal again.
19858 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19860         * configure: Ignore --x-includes and --x-libraries, for Autoconf
19861         compatibility.
19863 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19865         * build-all.mk: Add `clean' target.
19867 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19869         * config.guess:  Add SINIX support.
19870         * configure.in:  Add mips-*-sysv4* support.
19872 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19874         * build-all.mk: Document all useful targets.
19875         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19876         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19878 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19880         * configure: Support --silent, --quiet.
19882 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19884         * configure: Support --disable-FEATURE.
19886 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19888         * config.guess: Recognize NCR running SVR4.3.
19890 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19892         * config.guess:  Make BSDI generate i386-unknown-bsd386.
19893         Patch from Paul Eggert <eggert@twinsun.com>.
19895 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19897         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19899 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19901         * configure: Make unrecognized options give nonfatal warnings
19902         instead of fatal errors, and pass them to any subdirectory
19903         configures in case they recognize them.
19904         Make --x equivalent to --with-x.
19906 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19908         * configure: Add --enable-* options.  Clean up usage message and
19909         some comments.
19911 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19913         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19915 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19917         * configure.in (hppa*-*-*): Enable binutils.
19919 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19921         * config.sub: Recognize cisco.
19923 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19925         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19927 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19929         * config.guess: about target *-hitachi-hiuxwe2, don't print more
19930         than one configuration name.  Add comment.
19932 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19934         * config.guess: about target *-hitachi-hiuxwe2, fixed
19935         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19936         macro is incorrect.]
19938 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19940         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19941         than the "make ls" stuff which used to be here.
19943 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19945         * config.guess:  Recognize i[34]86-unknown-freebsd.
19946         From Shawn M Carey <smcarey@rodan.syr.edu>.
19948 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19950         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19952 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19954         * config.guess: Check for ptx.
19956 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19958         * config.sub: Add os9k checking.
19960 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19962         * config.guess: Handle OSF1 running on HPPA processors
19964 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19966         * configure: If subdir configure fails, print out a message with
19967         subdirectory name, in case subdir's configure code didn't identify
19968         itself.
19970 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19972         * configure.in: Remove embedded newlines from configdirs.
19973         Avoid mismatches of substrings.  Fix matching strings at end
19974         of configdirs.
19976 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19978         * config.guess:  Add Lynx/rs6000 config support.
19980 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19982         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19984 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19986         * configure.in (hppa*-*-osf*): Treat this just like most other
19987         PA configurations (eg no binutils or ld).
19988         (hppa*-*-*elf*): These configurations have binutils and ld.
19990 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19992         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19994 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19996         * configure.in (rs6000-*-*): Build gas.
19998 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20000         * Makefile.in:  Avoid bug in losing hpux sed.
20002 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20004         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20005         for GDB and GDB has been fixed to not need it.
20007 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20009         * config.guess: Recognize vax hosts.
20011 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20013         * configure (while loop): Don't use "break 2" inside case
20014         statement -- the case statement isn't an enclosing loop.
20016 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20018         * config.guess:  Clean up NeXT support, to allow nextstep
20019         on Intel machines.  Make OS be nextstep.
20021 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
20023         * config.guess: Add alternate forms for Convex.
20025 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
20027         * configure:  Completely rewrite option processing.  Take
20028         advantage of pattern-matching to avoid invoking test frequently.
20029         Also clean up host and target defaulting logic.
20031 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20033         * Makefile.in: Replace all occurrances of "rootme" with "r" and
20034         "$${rootme}" with "$$r", to increase the likelihood that the do-*
20035         commands (plus user environment) will fit SCO limits.
20037 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20039         * configure.in: Don't issue warnings about directories which are
20040         not being configured if -norecursion is set.  Correct test for
20041         --with-gnu-as and --with-gnu-ld to not get confused by substring
20042         matches.
20044         * configure.in: Don't build gas for alpha-dec-osf1*.
20046 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
20048         * configure:  Back out Per's change of 12/19/1993.  It changes the
20049         behavior of configure in unexpected and confusing ways.
20051         Also, use different delim char when calculating
20052         program_transform_name so that the name can contain slashes.
20054 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
20056         * configure.in, config.sub: Add support for VSTa micro-kernel.
20058 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
20060         * configure.in: Nuke hacks which were used to get a special
20061         version of GAS for HPPA configurations.
20063 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20065         * configure:  If only ${target_alias} is given, use that
20066         as the default for ${host_alias}.
20067         * configure:  Add missing back-slashes before nested quotes.
20069 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20071         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20073 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
20075         * config.guess:  Recognize some Tektronix configurations.
20076         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20078 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20080         * config.sub: Match any flavor of SH.
20082 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
20084         * configure.in: Don't try to configure newlib for Alpha.
20086 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20088         * configure.in: Don't build ld for Irix 5.  Don't build gas,
20089         libg++ or libio for any Alpha target.
20091         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20093 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20095         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20096         default arguments -- so it tried to compress itself.
20098 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20100         * configure.in (notsupp): ensure that a space is always at the end
20101         of the configdirs list, since the grep checks for an explicit space
20103 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20105         * configure.in (target i386-sysv4.2): don't build ld, since static
20106         versions of many libraries are not available.
20108 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20110         * config.guess: Recognize Apollos (using environment variables).
20111         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20113 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20115         * config.guess: Recognize Sony news mips running newsos.
20117 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20119         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20120         "fi ; else" for bash.
20122 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20124         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20126 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20128         * config.sub: accept unixware as an alias for svr4.2.
20129         Fix some inconsistancies with the gcc version.
20131 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20133         * Makefile.in (DISTDOCDIRS):  Add gdb.
20135 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20137         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20139 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20141         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20142         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20143         this now.
20145 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20147         * config.sub: Accept hiux* as an OS name.
20149         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20150         etc/make-stds.texi.  The underscore came from gcc, and dje now
20151         agrees that RUNTESTFLAGS is the correct name.
20153 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20155         * install.sh:  Remove 'set -e'.  It makes any conditionals
20156         in the script useless.
20158         * config.guess: Automatically recognize arm-acorn-riscix
20159         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20161 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20163         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20165 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20167         * Makefile.in (DISTDOCDIRS): New variable.
20168         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20169         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20171 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20173         * configure.in (hppa target): check the source directory for the
20174         pagas sub-directory
20176 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20178         * config.sub: Allow -aout* and -elf*.
20180 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20182         * configure.in: Don't build ld on i386-solaris2, same as for
20183         sparc-solaris2.
20185 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20187         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20189 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20191         * configure.in:  Configure gdb for alpha.
20193 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20195         * Makefile.in (CXXFLAGS): Add -O.
20197 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20199         * config.guess: added support for DG Aviion
20201 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20203         * configure.in: Produce warning message for subdirectories not
20204         configurable for this host/target combination.  Don't try to
20205         configure gdb for vms.
20207 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20209         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20210         appropriate files before making "diststuff".
20211         (DISTBISONFILES): New var: list of files to be edited.
20212         (DISTSTUFFDIRS): Add binutils.
20214 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20216         * config.sub: also handle mipsel and mips64el (for little endian mips)
20218 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20220         * configure.in: Add * to end of all OS names.
20222 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20224         * configure.in: Build newlib for LynxOS native.
20226 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20228         * config.guess: Add support for delta 88k running SVR3.
20230         * configure.in: Add comment about HP compiler vs. emacs.
20232 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20234         * configure.in: don't build ld on solaris2 (not a viable option
20235         due to bugs in getpwnam & getpwuid)
20237 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20239         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20240         config.guess will produce a full version number.
20242 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20244         * configure.in: Build linker and binutils for alpha-dec-osf1.
20246 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20248         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20249         and gdb/testsuite/Makefile.in.
20251 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20253         * configure.in: recognize mips*- instead of mips-
20255 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20257         * config.sub: Accept linux*coff and linux*elf as operating
20258         systems.
20260 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20262         * config.sub: Recognize mips64, and mips3 as an alias for it.
20264 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20266         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20267         gdb knows how to handle OSF/1 shared libraries.
20269 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20271         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20272         * config.guess: Recognize Hitachi's HIUX.
20273         * config.sub: Recognize h3050r* and hppahitachi.
20274         Remove redundant cases for hp9k[23]*.
20276 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20278         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20279         if gas and ld are in the source tree and are in ${configdirs}.
20280         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20281         --with options (but still pass them down on the command line,
20282         if they were explicitly specified).
20284 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20286         * configure: substitute SHELL value in Makefile.in with
20287         ${CONFIG_SHELL}
20289 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20291         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20292         *-*-solaris2* targets.
20294 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20296         * Makefile.in: define M4, and pass it down to sub-makes;
20297         all-autoconf now depends on all-m4
20299 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20301         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20302         presence of {ar,ranlib} instead of a configured directory
20304 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20306         * config.guess: Accept 34?? as well as 33?? for NCR.
20308 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20310         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20311         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20313 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20315         * configure: grab values for $(CC) and $(CXX) from the
20316         environment, so that someone can do "CC=gcc configure; make" and
20317         have it work right (matching the way that autoconf works now)
20319         * configure.in, Makefile.in: add support for gash, the tcl
20320         interface to Galaxy
20322         * config.guess: add NetBSD variants (hp300, x86)
20324 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20326         * install.sh: Support -d option (in the manner of SunOS 4 install,
20327         as it is more deterministic than that of GNU install)
20328         (chmodcmd): Set file to mode 755 by default (should also do default
20329         chgrp and chown, but I don't feel like dealing with that now)
20331 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20333         * config.sub: Remove h8300hhms alias.
20335 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20337         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20339 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20341         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20342         as stmp-fixinc
20344 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20346         * config.sub: recognize m88110-bug-coff.
20348 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20350         * Makefile.in (all-libio): all dependencies on the toolchain used
20351         to build this (gcc, gas, ld, etc)
20353 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20355         * config.guess: Deal with OSF/1 1.3 on alpha.
20357 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20359         * install.sh: add some 'else true' clauses for portability
20361         * configure.in: don't build libio for h8[35]00-*-* targets
20363 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20365         * Makefile.in:  Add support for new libio.
20367 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20369         * install.sh: If one command fails, don't try the rest.  Don't try
20370         to remove $dsttmp (via trap) unless we have already created it.
20371         If $src doesn't exist, detect it and exit with an error.
20373         * config.guess: Recognize BSD on hp300.
20375 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20377         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20378         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20380 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20382         * Makefile.in (all-send-pr): depends on all-prms
20384 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20386         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20388 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20390         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20391         Added test for mips-mips-riscos5.
20393 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20395         * configure.in: use mh-hp300 for 68k HP hosts
20397 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20399         * configure: add support for CONFIG_SHELL, so that you can use
20400         some alternate shell for evaluating configure scripts
20402 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20404         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20405         in configure script to bug-gdb@prep.ai.mit.edu when building
20406         distribution archive.
20407         * Makefile.in (COMPRESS):  Remove def.
20408         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20409         gdb.tar.Z and make-gdb.tar.Z respectively.
20410         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20411         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20412         to convergence with 'taz' target in Makefile.in.
20414 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20416         * install.sh (dsttmp): use trap to ensure that tmp files go
20417         away on error conditions
20419 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20421         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20423 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20425         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20426         its parent is '/' not ''.
20428         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20430 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20432         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20433         that ${newsrcdir}/configure.in does.
20435 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20437         * test-build.mk: support for CONFIG_SHELL
20439 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20441         * config.sub (netware):  Add as a basic system type.
20443 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20445         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20446         $(srcdir)/ from the dependency on Makefile.in.
20448 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20450         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20451         (h8300hhms is temporary until multi-libraries are implemented).
20452         * configure.in: Handle h8300h too.
20454 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20456         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20458 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20460         * configure:  Remove extraneous output when guessing host type.
20461         * config.guess:  Remove extraneous output when guessing using C
20462         compiler rather than uname, or when guessing fails.
20464 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20466         * Makefile.in: remove all.cross and install.cross targets
20468         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20469         definitions
20471 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20473         * configure.in (target sh): Build gprof.
20475 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20477         * config.sub: change -solaris to -solaris2
20479 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20481         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20483 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20485         * configure: Correct error message for missing Makefile.in to
20486         print correct directory.
20488 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20490         * install.sh: kludge around 386BSD shell bug
20492 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20494         * config.guess:  Recognize NeXT.
20495         * config.guess:  Recognize i486-ncr-sysv4.
20496         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20498 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20500         * Makefile.in (MAKEINFOFLAGS): New variable.
20501         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20502         * build-all.mk, test-build.mk: Pass down --no-split as
20503         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20505 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20507         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20509 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20511         * Makefile.in (libg++.tar.z):  New rule.
20512         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20513         * Makefile.in (taz):  Only do a single chmod.
20515 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20517         * install.sh: don't use dirname anymore (replaced with sed usage)
20519 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20521         * Makefile.in:  Change extension for gzip'd files from '.z' to
20522         '.gz' per new FSF standard usage.
20524 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20526         * configure: put quotes around the final value of program_transform_name
20528 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20530         * Makefile.in: new install.sh support; update install-info rules
20532 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20534         * configure.in: Build diff for crosses, but not for go32 host.
20536         * configure.in: Build gprof only for native, and don't build it
20537         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20539 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20541         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20543 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20545         * configure.in (host_tools): Add prms.
20547 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20549         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20550         with $(FLAGS_TO_PASS) on the command line
20552         * config.sub: Recognize lynx and lynxos
20554 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20556         * config.sub: Accept -ecoff*, not just -ecoff.
20558 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20560         * Makefile.in (taz): Use .gz suffix instead of .z.
20561         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20562         names.
20564 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20566         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20568 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20570         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20571         that rebuilds that might happen during 'make install' don't get
20572         bogus gcc include files
20574 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20576         Change from Utah for HPPA support:
20577         * config.guess: Recognize hppa1.x-hp-bsd.
20579 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
20581         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
20582         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20584 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20586         * config.sub: Add support for rom68k and bug boot monitors.
20588 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
20590         * Makefile.in: Make all-opcodes depend on all-bfd.
20592 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20594         * config.guess: Added special check for i[34]86-univel-sysv4*.
20596 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
20598         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20599         the processor rather than assuming i486.
20601 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20603         * config.guess: Recognize SunOS6 as Solaris3.
20605 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
20607         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
20608         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20610 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
20612         * build-all.mk (all-cross): New target for Canadian Cross.
20613         Added Q2 go32 targets.
20614         * test-build.mk: Configure go32 cross sparclite-aout and
20615         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
20616         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20618 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20620         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20621         GO32 hosted toolchains
20623 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20625         * configure: change  so "-exec-prefix" gets passed down rather
20626         than "-exec_prefix" so autoconf generated Makefiles get the
20627         exec_prefix set right.
20629 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20631         * config.guess: get the Solaris2 minor version number
20633         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20635 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20637         * config.guess: Recognize some Sequent platforms.
20639 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20641         * Makefile.in: added the vault-install target
20643         * configure.in: actually use the Sun3 makefile fragment that's in
20644         config, also added the release dir to configdirs
20646 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20648         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20650 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20652         * configure.in: remove some program from Alpha targetted toolchains
20654 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
20656         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
20657         gprof.
20658         (taz): Run "make diststuff" in those directories instead of "make
20659         proto-dir".  Look for "VERSION=" only at start of line in subdir
20660         Makefile.  Use "gzip -9" for compression.
20661         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20662         (binutils.tar.z): New target.
20664 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20666         * Makefile.in (taz): Include gpl.texinfo.
20668 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20670         * Makefile.in (setup-dirs): Merged into "taz" target.
20671         (taz): Only do `proto-dir' stuff if a directory is actually needed
20672         for this target.
20674 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
20676         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20677         (FLAGS_TO_PASS): Pass down MUNCH_NM.
20678         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20679         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20680         (gcc-no-fixedincludes): Correct for current gcc Makefile.
20682 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20684         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20685         config.sub, and move-if-change to gdb testsuite distribution
20686         archive, so the testsuite can be extracted, configured, and
20687         run separately from the gdb distribution.  Blow away the Chill
20688         tests that require a Chill compiled executable, since GNU Chill
20689         is not yet publically available.
20691 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20693         * test-build.mk: set environment variables in a single command,
20694         instead of a list of assignments and exports
20696         * config.guess: recognize Alpha/OSF1 systems
20698 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20700         * configure: Change help message to prefer --options rather than
20701         -options.
20703 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20705         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20706         zippy@ecst.csuchico.edu.
20707         * config.guess: Recognize miniframe.
20709 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20711         * Makefile.in: Use srcroot to find runtest rather than rootme.
20712         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20714 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20716         * test-build.mk: Extensive additions to support building on a
20717         machine other than the host.
20719 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20721         * configure (tooldir): Fix for i386-aix again.
20723 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20725         * configure, Makefile.in:  Change definition of $(tooldir)
20726         to match the FSF.
20728 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20730         * config.guess:  Recognize i[34]86/SVR4.
20732 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20734         * Makefile.in (all-gdb): gdb depends on sim.
20736 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20738         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20739         at the same time we make the prototype gdb directory.
20740         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20741         files at the same time as the gdb base release distribution.
20743 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20745         * Makefile.in (check): Use individual check targets rather than
20746         DO_X rule.
20747         (check-gcc): Added.
20749 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20751         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20752         for System V release 3.2.
20754 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20756         * config.sub: Recognize hppaosf.
20757         * configure.in: Do configure ld/binutils/gas for it.
20759 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20761         * configure (tooldir): Alter syntax used to set this, for systems
20762         where "\$" isn't handled right, like i386-aix.
20764 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20766         * configure: Pass program-transform-name, not
20767         program_transform_name, to recursive configures.
20769 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20771         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20772         of gas+ld+binutils.
20774 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20776         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20778 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20780         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20782 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20784         * Makefile.in (PRMS): Set back to all-prms.
20786 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20788         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20789         targets, rather than for MIPS hosts.
20791 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20793         * configure.in: add comment for --with-x default values
20795         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20797         * Makefile.in: add check-* targets for each of the directories in
20798         the tree.  Add a definition of RUNTEST that will use the one we
20799         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20801 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20803         * configure.in: Removed obsolete references to bfd_target and
20804         target_makefile_frag.
20806         * build-all.mk: Set assorted targets for Q2.
20807         * config.sub: Recognize z8k-sim and h8300-hms.
20808         * test-build.mk: Really don't pass host to configure.
20809         (HOLES): Added uname.
20811 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20813         * configure: Handle an empty program-prefix, program-suffix or
20814         program-transform-name correctly.
20816 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20818         * build-all.mk: -G 8 no longer required for MIPS targets.
20819         * test-build.mk: Don't pass host argument to configure; make it
20820         guess.
20822 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20824         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20825         * Makefile.in (COMPRESS):  New macro, like GZIP.
20827 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20829         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20831         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20832         with gas currently defaults to -G 0.
20834 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20836         * Makefile.in (all-flex): flex depends on byacc.
20838         * build-all.mk: If host not specified, use config.guess.  Pass TAG
20839         to test-build.mk as RELEASE_TAG.
20840         * test-build.mk (configargs): New variable containing arguments to
20841         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20842         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20844         * config.guess: Use /bin/uname when checking -X argument on SCO,
20845         to avoid invoking GNU uname which doesn't understand -X.
20847         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20849         * configure.in: Build gas for mips-*-*.
20851 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20853         * Makefile.in (all.normal): insert missing backslash.
20855 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20857         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20859         * Makefile.in: Complete overhaul to merge many almost identical
20860         targets.
20862 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20864         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20865         (gdb.tar.Z): Adjusted.
20867         * Makefile.in (setup-dirs, taz): New targets; should be general
20868         enough to adapt for gdb sometime.  Build only .z file.
20869         (gas.tar.z): New target.
20871 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20873         * build-all.mk: Use CC=cc -Xs on Solaris.
20875 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20877         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20878         for handling BISON for FSF releases.
20880 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20882         * configure: Actually implement the change zoo just documented.
20884 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20886         * configure: when using config.guess, only set target_alias when
20887         it's not already been set (ie, on the command line)
20889 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20891         * Makefile.in: add installcheck target, set PRMS to install-prms
20893 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20895         * configure: add support for package_makefile_fragment, handle the
20896         case where a directory has a configure.in file but no Makefile.in
20897         more gracefully (with an actual understandable error message, even);
20898         add support for --without (and add this to the usage message); also
20899         explicitly add a --host=${host_alias} to the command line when
20900         config.guess is used
20902 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20904         * configure: Must use both --host and --target in recursive calls.
20906 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20908         * Makefile.in: Change deja-gnu to dejagnu.
20910 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20912         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20914 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20916         * configure.in: canonicalize all instances to *-*-solaris2*,
20917         also strip out a number of tools to not build for go32 host
20919 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20921         * config.guess: add GPL.
20923         * Makefile.in, config.guess, config.sub, configure: bump
20924         copyrights to 93.
20926 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20928         * Makefile.in (do-info): Removed obsolete check for existence of
20929         localenv file.
20931         * Makefile.in (MAKEOVERRIDES): Define to be empty.
20933 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20935         * Makefile.in: a couple of 'else true' for decstation,
20936         support for TclX
20938         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20940 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20942         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20944 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20946         * config.guess: Recognize i386-ibm-aix (PS/2).
20947         * configure.in: Use config/mh-aix386 file for it.
20949 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20951         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20952         CC_FOR_TARGET instead.
20953         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20955 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20957         * Makefile.in: Add sim to list of directories sent with gdb
20959 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20961         * configure.in: Put back mips-dec-bsd* case.
20963 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20965         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20966         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20967         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20969 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20971         * configure.in: remove no-op mips-dec-bsd* in "case $target"
20973         * Makefile.in (dir.info): only run gen-info-dir if it exists,
20974         (install-info): install dir.info only if it exists,
20975         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20977 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20979         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
20980         gas for mips-dec-bsd.
20982 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20984         * configure (makesrcdir): If ${srcdir} is relative and not ".",
20985         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20987 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20989         * configure.in: Added "dejagnu" to hosttools list.
20991 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20993         * config.sub, configure.in, config.guess:  Add support
20994         for Bosx, an AIX variant from Bull.
20995         Patches from F.Pierresteguy@frcl.bull.fr.
20997 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20999         * devo/dejagnu: Initial creation of devo/dejagnu.
21000         Migrated dejagnu testcases and support files for testing software
21001         tools to reside as subdirectories, currently called "testsuite",
21002         within the directory of the software tool.  Migrated all programs,
21003         support libraries, etc. beloging to dejagnu proper from
21004         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
21005         with no modifications.  The changes to these files which will
21006         allow them to configure, build, and execute properly will be made
21007         in a future update.
21009 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21011         * Makefile.in: Change send_pr to send-pr.
21012         * configure.in: Likewise.
21013         * send_pr: Renamed directory to send-pr.
21015 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
21017         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
21019 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
21021         * README:  Update for gdb-4.8 release.
21022         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
21023         gdb-xxx.tar.z (gzip'd) file also.
21025 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21027         * Makefile.in: make all-diff depend on all-libiberty
21029 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
21031         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21033 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21035         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21037 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
21039         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
21040         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
21041         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
21043 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21045         * Makefile.in:  makeinfo binary is in a new location
21047 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
21049         * config.sub: Accept -ecoff as an OS.
21051         * Makefile.in: Various changes to eliminate a level of make
21052         recursion and reduce the required command line length.
21053         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21054         sub-makes.
21055         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21056         variables holding settings for specific sub-makes.
21057         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21058         in terms of BASE_FLAGS_TO_PASS.
21059         (TARGET_LIBS): New variable listing directories which use
21060         TARGET_FLAGS_TO_PASS.
21061         (subdir_do): Eliminated.
21062         (do-*): New set of targets to replace subdir_do.
21063         (various): All targets which used subdir_do now depend on do-*.
21064         (local-clean): Renamed from do_clean.
21065         (local-distclean): New target, dependency of distclean and
21066         realclean.
21067         (install-info): Don't create directories.  Depend on dir.info
21068         rather than calling make recursively.
21069         (install-dir.info): Eliminated.
21070         (install-info-dirs): Create all info directories here.
21071         (dir.info): Depend upon do-install-info.
21073         * test-build.mk (HOLES): Added false.
21075 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
21077         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
21079 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21081         * Makefile.in (info): remove dependency on all-texinfo.  The
21082         problem was really in texinfo/C, not at this level.
21084 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21086         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21088 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21090         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21091         GDB releases.
21093 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21095         * configure: Include srcdir in message about target of link not
21096         being found.  Don't convert `-' to `_' in `with' options being
21097         passed to subdirs.
21099 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21101         * configure.in: add uudecode to host_tools
21103         * Makefile.in: added {all,install}-uudecode targets, added them to
21104         the appropriate lists
21106 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21108         * Makefile.in (all-gcc): Added dependency on all-gas.
21110         * configure.in (mips-*-*): Build ld and binutils.
21112 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21114         * configure: check return code from mkdir, print error message and
21115         exit on failure.
21117 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21119         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21121 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21123         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21125 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21127         * config.sub (h8500):  Recognize this as a cpu type.
21129 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21131         * configure: source directory missing is no longer a warning
21133         * configure.in: recognize irix[34]* instead of irix[34]
21135         * Makefile.in: define and pass down X11_LIB
21137 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21139         * guess-systype: Renamed to ...
21140         * config.guess:  ... by popular request.
21141         * configure.in, Makefile.in:  Update accordingly.
21143 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21145         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21146         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21147         + Execute ./dummy instead of assuming . is in PATH.
21149 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21151         * guess-systype:  New shell script.  Attempts to guess the
21152         canonical host name of the executing host.
21153         Only a few hosts are supported so far.
21154         * configure:  Call guess-systype if no host is specified.
21156 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21158         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21159         gcc Makefile.
21161 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21163         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21164         (all-gcc, install-gcc, subdir_do): Use it.
21166 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21168         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21170 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21172         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21173         set exclusively by configure, using configure.in .
21175 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21177         * test-build.mk: set $PATH for all builds
21179         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21181 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21183         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21184         the one used in gcc/Makefile.in, so that a null expansion doesn't
21185         override the one needed to build gcc with a native cc.
21187 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21189         * configure: Accept -with arguments.
21191 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21193         * Makefile.in: added h8300sim
21195 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21197         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21198         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21199         (all-cygnus, native, build-cygnus): Make
21200         $(canonhost)-stamp-3stage-done, not $(host)....
21201         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21202         i386-sco3.2v4.  Added else true to if command.
21204 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21206         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21208 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21210         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21212 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21214         * configure.in: don't remove binutils from Solaris builds
21216 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21218         * Makefile.in: get rid of earlier definitions for *clean,
21219         also handle the recursive info rule better
21221 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21223         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21224         do more-or-less the right thing.
21226 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21228         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21229         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21231 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21233         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21234         $(host_canonical).
21236         * configure.in: split the configdirs list into 4 categories (native
21237         v. cross, library v. tool) and handle the cross-only and native-
21238         only in more reasonable (and correct!) way.
21240 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21242         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21243         configdirs anymore.
21245 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21247         * Makefile.in: extensive cleanup::  removed all of the explicit
21248         clean-* targets, collapsed many wrappers around subdir_do into
21249         one, added additional targets to satisfy standards.texi, deleted
21250         some old targets, some changes for consistency
21252 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21254         * configure.in: handle some programs as cross-only, and others as
21255         native only
21257         * test-build.mk: handle partial holes in a more generic manner
21259         * Makefile.in: m4 depends on libiberty
21261 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21263         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21264         time, wdiff, and find to configdirs
21266         * Makefile.in: all, clean, and install rules for the new programs
21267         added to configure.in
21269 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21271         * configure.in: use mh-sun for all *-sun-* hosts
21273 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21275         * Makefile.in: define flags for X11 include files and library file
21276         locations, pass them down to the programs that need this info
21278         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21280 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21282         * configure.in: start building libg++ for HP-UX targets
21284 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21286         * README:  Update references to files moved into etc/.
21288 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21290         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21291         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21293 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21295         * configure: accept dash as well as underscore in long option
21296         names for FSF compatibility.
21298 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21300         * config.sub: added -sco3.2v4 support from FSF.
21302 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21304         * configure.in: expand the section that adds or removes
21305         directories from the list of programs to build, to handle native
21306         vs. cross in addition to host v. native
21308 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21310         * Makefile.in:  Replace C++ in macro names with CXX.
21311         This is less likely to break ...
21313 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21315         * test-build.mk: add -w to GNU_MAKE
21317 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21319         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21320         add 'sparc' to list of recognized cpus.  This needed to make
21321         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21322         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21323         then changes that into $CPU-wrs-vxworks.
21325         * configure.in: remove most references to gdbtest, regularize
21326         target based program removal
21328         * test-build.mk: import from p3 tree (many fixes and changes)
21330 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21332         * Makefile.in: added rules to handle tcl, tk, and expect
21334         * configure.in: handle those directories if they exist
21336 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21338         * config.sub: removed bogus hppabsd and hppahpux names, since
21339         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21341 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21343         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21344         depends upon all-xiberty
21346         * Makefile.in: changes from p3, including:
21348         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21350         * Makefile.in (XTRAFLAGS): include newlib directories if
21351         newlib/Makefile exists, rather than if host != target.
21353         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21355         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21356         from the same source tree and not building a cross-compiler.  This
21357         matters for the libg++ configuration if reconfiguring a tree that
21358         has already been installed.
21360         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21362         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21363         pick up the machine and system specific header files.
21365         * Makefile.in: added AS_FOR_TARGET, passed down in
21366         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21367         the C compiler to use to create programs which are run in the
21368         build environment, set it to default to $(CC), and passed it down
21369         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21371         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21373         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21374         We need them for unusual native builds, like systems without
21375         ranlib.
21377         * configure: also define $(host_canonical) and
21378         $(target_canonical), which are the full, canonical names for the
21379         given host and target
21381 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21383         * Makefile.in:  Added separate definitions for C++.
21385 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21387         * configure.in (configdirs):  Add deja-gnu.
21389 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21391         * README:  Update for configure.texi and gdb-4.7 release.
21393 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21395         * Makefile.in:  Move "all" target to top of file.
21396         Previously, first target was ".PHONY" which caused BSD4.4 make
21397         to build .PHONY when make was run without arguments.
21399 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21401         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21402         Library-copylefted code in libiberty.
21404 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21406         * config.sub:  Replace m68kmote with plain old m68k.
21408 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21410         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21412 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21414         * config.sub: Complain if no argument is given.  Added support for
21415         386bsd as OS and target alias.
21417 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21419         * Makefile.in (XTRAFLAGS): include newlib directories if
21420         newlib/Makefile exists, rather than if host != target.
21422 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21424         * config.sub: recognize sparclite-wrs-vxworks.
21426         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21427         p3.) Added clean-xiberty to clean.
21429 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21431         * configure.in: use *-*-* instead of nested cases for host and target
21433 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21435         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21436         from the same source tree and not building a cross-compiler.  This
21437         matters for the libg++ configuration if reconfiguring a tree that
21438         has already been installed.
21440 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21442         * config.sub (i486v/i486v4):  Merge in from FSF version.
21444 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21446         * configure: only set PWD if it is already set.
21448 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21450         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21451         doesn't have unset and all success paths (and most error paths)
21452         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21453         to just ${PWD} to avoid confusion.)
21455 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21457         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21458         even for a native compilation.
21460 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21462         Changes to make the gdb.tar.Z rule work better.
21464         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21465         (DEVO_SUPPORT):  Add configure.texi.
21466         (bfd-ilrt.tar.Z):  Remove ancient rule.
21468 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21470         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21471         pick up the machine and system specific header files.
21473         * configure.in, config.sub: added new target m68010-adobe-scout,
21474         with alias of adobe68k.  Changed configure.in to check for
21475         -scout before -sco* to avoid a false match.
21477         * Makefile.in: added AS_FOR_TARGET, passed down in
21478         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21479         the C compiler to use to create programs which are run in the
21480         build environment, set it to default to $(CC), and passed it down
21481         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21483 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21485         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21486         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21487         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21488         FOR_TARGET variants, to newlib and libg++.
21490 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21492         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21493         first.
21495 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21497         * config.sub:  Accept `elf' as an environment.
21499 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21501         * Makefile.in (all-opcodes):  cd into the right directory
21503 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21505         * configure: added -program_transform_name option, used as
21506         argument to sed when installing programs.
21507         configure.texi: added documentation for -program_prefix,
21508         -program_suffix and -program_transform_name.
21510 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21512         * config.sub:  Accept i486 where i386 ok.
21514 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21516         * config.sub: accept we32k
21518 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21520         * config.sub, configure.in: accept OSE68000 and OSE68k.
21522         * Makefile.in: don't create all directories for ``make install'';
21523         let the subdirectories create the ones they need.
21525 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21527         * COPYING: new file, GPL v2
21529 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21531         * Makefile.in: use the new gen-info-dir, which needs a template
21532         argument (which also lives in texinfo)
21534         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21536 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21538         * config.sub (ncr3000):  Change i386 to i486.
21540 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21542         * Makefile.in: add install-rcs, install-grep to
21543         install-no-fixedincludes, removed install-bison and install-libgcc
21545 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21547         * configure.in: grab the HPUX makefile fragment if on HPUX
21549 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21551         * Makefile.in: eradicate bison spoor (ditto libgcc).
21552         configure.in: recognise m68{k,000}-ericsson-OSE.
21553         es1800 is alias for m68k-ericsson-OSE
21555 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21557         * configure.in: rearrange the parts that remove programs from
21558         configdirs, based now on HOST==TARGET or by canonical triple.
21560 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21562         * test-build.mk: recurse explicitly with -f test-build.mk when
21563         appropriate.  predicate stage3 and comparison on the existence
21564         of gcc.  That is, if gcc isn't around, we aren't three-staging.
21565         On very clean, also remove ...stamp-co.  Build in-place before
21566         doing other builds.
21568 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21570         * Makefile.in, configure.in: add tgas
21572 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21574         * Makefile.in: a number of changes merged in from progressive.
21576         * configure.in: add libm.
21578         * .cvsignore: ignore some stuff that comes from test-build.mk.
21580 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
21582         * config.sub:  Add es1800 (m68k-ericsson-es1800).
21584 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21586         * configure: Add program_suffix (parallel to program_prefix)
21587         * Makefile.in: adjust directory-creating script for losing decstation
21589 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
21591         * configure:  Minor $subdir-related fixes.
21593 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21595         * configure: fix various problems with propogating
21596         makefile_target_frag in subdirs.
21597         * configure.in: config libgcc if its there
21599 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
21601         * config.sub:  HPPA merge.
21603 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
21605         * Makefile.in:  Replace all-bison with all-byacc in all
21606         dependency lines for other tools (which now use byacc).
21608 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
21610         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
21612 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
21614         * Makefile.in: make gprof rules similar to byacc rules (instead of
21615         vestigal $(unsubdir) that didn't work...)
21617 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
21619         * config.sub:  Add support for Linux.
21620         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
21621         (at least for libg++).
21623 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
21625         * configure.texi: fix doc for the -nfp option to configure
21627 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
21629         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21631 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
21633         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21634         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21635         * configure.in: added solaris* host_makefile_frag hook.
21637 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21639         * config.sub: changed recognition of m68000 so that various
21640         m68k types can be specified via m680[01234]0
21642 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21644         * config.sub (basic_machine): fix sed so that '-foo' isn't
21645         completely substituted out while .+'-foo' loses the '-foo'
21647 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21649         * config.sub ($os): Add -aout.
21651 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
21653         * configure:  If host_makefile_frag is absolute, don't
21654         prefix ${invsubdir} (relevant to libg++ auto-configure).
21656 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21658         * Makefile.in (tooldir): Define it.
21659         (all-ld): Depend on all-flex.
21661 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
21663         * Makefile.in (check):  Fix libg++ special case.
21665 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
21667         * configure: do not bury `pwd` into config.status, thus do fewer
21668         pwd's.
21670         * configure: print the "Building in" message only when building in
21671         other than "." AND verbose.
21673         * configure: remove -s, rework -v to better accommodate guested
21674         configures.
21676         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21678 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
21680         * Makefile.in: macroize flags passed on recursion.  remove
21681         fileutils.
21683 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21685         * configure: get makesrcdir right for subdirs deeper than 1.
21687         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21688         install.
21690 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21692         * Makefile.in: don't print subdir_do or recursion lines.
21694 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
21696         * standards.texi: added menu item.
21698         * Makefile.in: build and install standards.info.
21700         * standards.texi: new file.
21702 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21704         * configure: test for and move config.status pieces from
21705         ${subdir}/.
21707 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21709         * configure:  Test for existance of files before trying to mv
21710         them, to avoid numerous non-existance messages.
21712 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21714         * configure: correct final line of config.status.
21716         * configure: patch from eggert.  Avoids a protection problem if
21717         the original Makefile.in is read only.
21719         * configure: use move-if-change from gcc to create config.status.
21720         Some makefiles depend on config.status to tell if a directory
21721         has been reconfigured for a different host.  This change
21722         prevents those directories from remaking everything in the case
21723         where the reconfig was only intended to rebuild a Makefile.
21725         * configure: test for config.sub with "config.sub sun4" rather
21726         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21727         host alias from a missing config.sub.
21729 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21731         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21732         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21734 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21736         * configure: mkdir ${subdir} as needed.
21738 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21740         * Makefile.in,configure.in: added autoconf.
21742 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21744         * Makefile.in: no longer pass against on recursion.
21746         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21747         definitions are not inherited.
21749         * configure: correct makesrcdir when subdir is .
21751 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21753         * configure:  Add support for 'subdirs' variable, which is
21754         like 'configdirs', except that configure doesn't re-invoke
21755         itself for subdirs, it just creates a Makefile for each subdir.
21756         * configure.texi:  Document subdirs.
21758 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21760         * configure.in: added flex to configdirs
21762 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21764         * Makefile.in: remove clean-stamps from clean.
21766 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21768         * configure.in:  Add gdbtest to configdirs.
21770 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21772         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21773         to recursive makes.
21774         * configure.in:  Recognize new ncr3000 config.
21776 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21778         * Makefile.in, configure.in: removed references to gdbm.
21780 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21782         * config.sub:  Don't canonicalize os value
21783         newsos* to bsd (readline needs to check for newsos).
21784         (This fix was earlier made Jan 31, but got re-broken.)
21786 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21788         * configure.in:  sco is an os, not a vendor!
21790         * configure:  Quote $( better.  Keep various shells happy.
21792 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21794         * Makefile.in: eliminate stamp-files.
21796 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21798         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21799         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21801 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21803         * config.sub:  fix iris/iris3.
21805 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21807         * configure: re-add -rm.
21809 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21811         * Maskefile.in: add .stmp-rcs to all.
21813         * configure.in: remove gas from rs6000 build, use aix host fragment.
21815 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21817         * configure: pass down site_option during recursion.
21819 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21821         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21823 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21825         * configure: Change exec_prefix so that it really defaults to prefix.
21827 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21829         * Makefile.in, configure.in:  Add support for mmalloc library.
21831 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21833         * Makefile.in: add stmp dependencies for a few more things.
21835 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21837         * configure: adjusted error message on objdir/srcdir configure
21838         collision, per john's suggestion.
21840         * Makefile.in: add libiberty stmp to all and all.cross.
21842 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21844         * Makefile.in: remove force dependencies, add grep to all.
21846 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21848         * Makefile.in: drop flex.  make stamp files work.
21850         * configure: added test for conflicting configuration in srcdir,
21851         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21852         gets cranky.  use relative paths for configure and srcdir
21853         whenever possible.  Send some error messages to stderr that were
21854         going to stdout.
21856 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21858         * Makefile.in:  Fix libg++ rule to check for gcc directory
21859         before using gcc/gcc.  Also pass XTRAFLAGS.
21861 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21863         * Makefile.in: added stmp-files so that directories aren't polled
21864         when they are already built.
21866         * configure.texi: fixed a node pointer problem.
21868 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21870         * config.sub configure.in gdb/configure.in
21871         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21872         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21873         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21875 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21877         * configure: -recurring becomes -silent.  corrected help message
21878         for -site= option.
21880         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21882 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21884         * configure: when building Makefile for crosses, replace
21885         tooldir and program_prefix.  default srcdir from location of
21886         config.sub.  remove "for host in hosts" and "for target in
21887         targets" loops.
21889 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21891         * Makefile.in: Do not pass bindir or mandir to cvs.
21893 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21895         * Makefile.in, configure.in: removed traces of namesubdir,
21896         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21897         copyrights to '92, changed some from Cygnus to FSF.
21899         * configure.texi: remove most references to multiple hosts,
21900         multiple targets, subdirs, etc.
21902         * configure.man: removed rcsid. reference config.sub not
21903         config.subr.
21905         * Makefile.in: mkdir $(infodir) on install-info.
21907 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21909         * configure.texi:  Explain better about .gdbinit and about
21910         the environment that configure.in sections run in.
21912 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21914         * configure.in:  Ultrix is only a decstation if it's a MIPS.
21916 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21918         * README:  DOC.configure => cfg-paper.texi.
21920 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21922         * config.sub (near case $os):  Don't convert newsos* to bsd!
21924 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21926         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
21927         the number of copies of COPYING that go into the GDB tar file.
21929 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21931         * bfd/configure.in, gdb/config/mh-i386sco,
21932         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21933         Fix SCO configuration stuff.
21935 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21937         * Makefile.in:  For libg++, make sure the -I pointing
21938         to the gcc directory goes *after* all the libg++-local -I flags.
21939         Also, move just-gcc dependency from just-libg++ to all-libg++.
21941 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21943         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
21945 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21947         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21949 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21951         * config.sub:  Add stratus configuration frags.  Also
21952         submitted to FSF.
21954 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21956         * Makefile.in (DEV_SUPPORT):  add configure.man.
21958         * config.sub(Decode manufacturer-specific):  add -none*.
21960 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21962         * Makefile.in:  remove form feeds to make Sun's make happy.
21963         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21965 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21967         * Makefile.in (AR_FLAGS):  Make quieter.
21969 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21971         * configure.in:  Add libg++.
21972         * configure:  When verbose, don't output the command line at each
21973         level; it will be unremarkably the same as the previous version,
21974         which will be the same as what the user typed.
21976 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21978         * configure.in, Makefile.in: fix clean-info, add flex.  add
21979         fileutils.
21981         * configure: be less sensitive to spaces in Makefile.in.  Do not
21982         look for sources in "..".  Doing so breaks subdirectories that
21983         might have their own configure.  If a subdir has it's own
21984         configure script, use it.
21986 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21988         * cfg-paper.texi: some changes suggested by rms.
21990 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21992         * config.sub:  Merge in some small additions from the FSF version,
21993         taken from the gcc distribution, to bring the Cygnus and FSF
21994         versions into closer sync.
21996 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21998         * configure.in:  Changed svr4 references to sysv4.
22000 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
22002         * configure: added -V for version number option.
22004 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
22006         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22007         renamed from DOC.configure to cfg-paper.texi.
22009 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22011         * configure, config.subr, config.sub: config.subr is now
22012         config.sub again.
22014 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
22016         * configure.texi: new file, in progress.
22018         * Makefile.in: build info file and install the man page for
22019         configure.
22021         * configure.man: new file, first cut.
22023         * configure: find config.subr again now that configuration "none"
22024         has gone.  removed all traces of the -ansi option.  removed all
22025         traces of the -languages option.
22027         * config.subr: resync from rms.
22029 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22031         * configure, config.sub, config.subr: merge config.sub into
22032         config.subr, call the result config.subr, remove config.sub, use
22033         config.subr.
22035         * Makefile.in: revised install for dir.info.
22037 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22039         * configure.in: add decstation host makefile frag.
22041         * Makefile.in: BISON now bison -y again.  also install-gcc on
22042         install.  clean-gdbm on clean.  infodir belongs in datadir.
22043         Make directories for info install.  Build dir.info here then
22044         install it.
22046 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22048         * Makefile.in: fix for bad directory tests.
22050 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22052         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
22053         regexp.  -srcdir relative was being handled incorrectly.
22055         * Makefile.in: unwrapped some for loops so that parallel makes
22056         work again and so one can focus one's attention on a particular
22057         package.
22059 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22061         * configure: added PWD as a stand in for `pwd` (for speed). use
22062         elif wherever possible.  make -srcdir work without -objdir.
22063         -objdir= commented out.
22065 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22067         * configure: +options become --options.  -subdirs commented out.
22068         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
22069         Makefile now at top of generated Makefile.  Removed cvs log
22070         entries.  added -srcdir.  create .gdbinit only if there is one
22071         in ${srcdir}.
22073         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
22074         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
22075         and mandir now keyed off datadir by default.
22077 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22079         * Freshly created ChangeLog.
22082 Local Variables:
22083 mode: change-log
22084 left-margin: 8
22085 fill-column: 76
22086 version-control: never
22087 End: