1 2023-01-10 Philip Herron <herron.philip@googlemail.com>
3 * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
5 2023-01-06 Clément Chigot <chigot@adacore.com>
7 * configure.ac: Skip GMP and MPFR when --disable-gdb is
9 * configure: Regenerate.
11 2023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
13 * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
15 2022-12-31 Iain Sandoe <iain@sandoe.co.uk>
17 * Makefile.def: Do not build shared libffi.
18 * Makefile.in: Regenerate.
20 2022-12-21 Andrew Pinski <apinski@marvell.com>
22 * Makefile.def: Add configure-gdb dependencies
23 on all-gmp and all-mpfr.
24 * configure.ac: Split out MPC checking from MPFR.
25 Require GMP and MPFR if the gdb directory exist.
26 * Makefile.in: Regenerate.
27 * configure: Regenerate.
29 2022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
31 * configure.ac (target_libraries): Add target-libgm2.
32 Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
33 Add GCC_TARGET_TOOL entry for gm2.
34 (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
35 gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
36 * Makefile.def (target_modules): Add libgm2.
37 (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
38 (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
39 (languages): Add entry for language=m2 with gcc-check-target=check-m2
40 and lib-check-target=check-target-libgm2.
41 * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
42 (HOST_EXPORTS): Add definition for GM2.
43 (BASE_TARGET_EXPORTS): Add definition for GM2.
44 (GM2_FOR_BUILD): Defined.
46 (GM2_FOR_TARGET): Defined.
47 (GM2FLAGS_FOR_TARGET): Defined.
48 (EXTRA_HOST_FLAGS): Defined.
49 (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
50 (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
51 (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
53 * Makefile.in: Rebuilt.
55 2022-12-13 Philip Herron <philip.herron@embecosm.com>
57 * Makefile.def: Add Rust language.
58 * Makefile.in: Regenerate via autogen.
60 2022-12-09 Martin Liska <mliska@suse.cz>
62 * MAINTAINERS: Fix spacing.
64 2022-12-07 Arthur Cohen <arthur.cohen@embecosm.com>
66 * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
68 2022-12-07 Iain Sandoe <iain@sandoe.co.uk>
70 * Makefile.def: Pass host_libs_picflag to host dependent library
72 * Makefile.in: Regenerate.
73 * configure: Regenerate.
74 * configure.ac (host_libs_picflag): New configure variable set to
75 '--with-pic' when building 'host_shared'.
77 2022-11-25 Weimin Pan <weimin.pan@oracle.com>
79 * Makefile.def: Add libsframe as new module with its dependencies.
80 * Makefile.in: Regenerated.
81 * configure.ac: Add libsframe to host_libs.
82 * configure: Regenerated.
84 2022-11-23 Marek Polacek <polacek@redhat.com>
87 2022-11-23 Marek Polacek <polacek@redhat.com>
89 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
91 * Makefile.in: Regenerate.
92 * Makefile.tpl: Set PICFLAG.
93 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
95 * configure: Regenerate.
97 2022-11-23 Marek Polacek <polacek@redhat.com>
99 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
101 * Makefile.in: Regenerate.
102 * Makefile.tpl: Set PICFLAG.
103 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
105 * configure: Regenerate.
107 2022-11-14 Martin Liska <mliska@suse.cz>
110 2022-11-09 Martin Liska <mliska@suse.cz>
112 * doc/Makefile: New file.
113 * doc/_static/custom.css: New file.
114 * doc/baseconf.py: New file.
115 * doc/bsd.rst: New file.
116 * doc/contrib.rst: New file.
117 * doc/contribute.rst: New file.
118 * doc/cppdiropts.rst: New file.
119 * doc/cppenv.rst: New file.
120 * doc/cppopts.rst: New file.
121 * doc/cppwarnopts.rst: New file.
122 * doc/favicon.ico: New file.
123 * doc/funding.rst: New file.
124 * doc/gcc_sphinx.py: New file.
125 * doc/gnu.rst: New file.
126 * doc/gnu_free_documentation_license.rst: New file.
127 * doc/gpl-3.0.rst: New file.
128 * doc/indices-and-tables.rst: New file.
129 * doc/lgpl-2.1.rst: New file.
130 * doc/logo.pdf: New file.
131 * doc/logo.svg: New file.
132 * doc/md.rst: New file.
133 * doc/requirements.txt: New file.
135 2022-11-14 Martin Liska <mliska@suse.cz>
138 2022-11-09 Martin Liska <mliska@suse.cz>
140 * doc/baseconf.py: Port to GCC sources.
142 2022-11-14 Martin Liska <mliska@suse.cz>
145 2022-11-14 Martin Liska <mliska@suse.cz>
147 * configure: Regenerate.
148 * configure.ac: Support Sphinx based documentation.
150 2022-11-14 Martin Liska <mliska@suse.cz>
153 2022-11-09 Martin Liska <mliska@suse.cz>
155 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
158 2022-11-14 Martin Liska <mliska@suse.cz>
161 2022-11-09 Martin Liska <mliska@suse.cz>
164 Add trailing newline.
166 Add trailing newline.
167 * doc/contribute.rst:
168 Add trailing newline.
169 * doc/cppdiropts.rst:
170 Add trailing newline.
172 Add trailing newline.
174 Add trailing newline.
175 * doc/cppwarnopts.rst:
176 Add trailing newline.
178 Add trailing newline.
180 Add trailing newline.
181 * doc/gnu_free_documentation_license.rst:
182 Add trailing newline.
184 Add trailing newline.
185 * doc/indices-and-tables.rst:
186 Add trailing newline.
188 Add trailing newline.
190 Add trailing newline.
192 2022-11-14 Martin Liska <mliska@suse.cz>
195 2022-11-09 Martin Liska <mliska@suse.cz>
197 * configure.ac: Use new install URL.
198 * configure: Regenerate.
200 2022-11-14 Martin Liska <mliska@suse.cz>
203 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
205 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
206 instead of just ``.''.
207 * doc/gcc_sphinx.py: Moved to...
208 * doc/modules/gcc_sphinx.py: ...here.
210 2022-11-14 Martin Liska <mliska@suse.cz>
213 2022-11-10 Martin Liska <mliska@suse.cz>
215 * doc/baseconf.py: Modernize by using pathlib.
217 2022-11-14 Martin Liska <mliska@suse.cz>
220 2022-11-11 Martin Liska <mliska@suse.cz>
222 * doc/Makefile: Disable -j auto.
224 2022-11-14 Martin Liska <mliska@suse.cz>
227 2022-11-11 Martin Liska <mliska@suse.cz>
229 * doc/Makefile: Update comment.
231 2022-11-14 Martin Liska <mliska@suse.cz>
234 2022-11-11 Martin Liska <mliska@suse.cz>
236 * doc/indices-and-tables.rst: Rename Indexes to Indices.
238 2022-11-14 Martin Liska <mliska@suse.cz>
241 2022-11-13 Martin Liska <mliska@suse.cz>
244 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
246 * doc/indices-and-tables.rst: Use include_todo tag.
248 2022-11-14 Martin Liska <mliska@suse.cz>
251 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
253 * doc/contrib.rst: Update Jeff Law's email address.
255 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
257 * doc/contrib.rst: Update Jeff Law's email address.
259 2022-11-13 Martin Liska <mliska@suse.cz>
262 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
264 * doc/indices-and-tables.rst: Use include_todo tag.
266 2022-11-11 Martin Liska <mliska@suse.cz>
268 * doc/indices-and-tables.rst: Rename Indexes to Indices.
270 2022-11-11 Martin Liska <mliska@suse.cz>
272 * doc/Makefile: Update comment.
274 2022-11-11 Martin Liska <mliska@suse.cz>
276 * doc/Makefile: Disable -j auto.
278 2022-11-10 Martin Liska <mliska@suse.cz>
280 * doc/baseconf.py: Modernize by using pathlib.
282 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
284 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
285 instead of just ``.''.
286 * doc/gcc_sphinx.py: Moved to...
287 * doc/modules/gcc_sphinx.py: ...here.
289 2022-11-09 Martin Liska <mliska@suse.cz>
291 * configure.ac: Use new install URL.
292 * configure: Regenerate.
294 2022-11-09 Martin Liska <mliska@suse.cz>
297 Add trailing newline.
299 Add trailing newline.
300 * doc/contribute.rst:
301 Add trailing newline.
302 * doc/cppdiropts.rst:
303 Add trailing newline.
305 Add trailing newline.
307 Add trailing newline.
308 * doc/cppwarnopts.rst:
309 Add trailing newline.
311 Add trailing newline.
313 Add trailing newline.
314 * doc/gnu_free_documentation_license.rst:
315 Add trailing newline.
317 Add trailing newline.
318 * doc/indices-and-tables.rst:
319 Add trailing newline.
321 Add trailing newline.
323 Add trailing newline.
325 2022-11-09 Martin Liska <mliska@suse.cz>
327 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
330 2022-11-09 Martin Liska <mliska@suse.cz>
332 * configure: Regenerate.
333 * configure.ac: Support Sphinx based documentation.
335 2022-11-09 Martin Liska <mliska@suse.cz>
337 * doc/baseconf.py: Port to GCC sources.
339 2022-11-09 Martin Liska <mliska@suse.cz>
341 * doc/Makefile: New file.
342 * doc/_static/custom.css: New file.
343 * doc/baseconf.py: New file.
344 * doc/bsd.rst: New file.
345 * doc/contrib.rst: New file.
346 * doc/contribute.rst: New file.
347 * doc/cppdiropts.rst: New file.
348 * doc/cppenv.rst: New file.
349 * doc/cppopts.rst: New file.
350 * doc/cppwarnopts.rst: New file.
351 * doc/favicon.ico: New file.
352 * doc/funding.rst: New file.
353 * doc/gcc_sphinx.py: New file.
354 * doc/gnu.rst: New file.
355 * doc/gnu_free_documentation_license.rst: New file.
356 * doc/gpl-3.0.rst: New file.
357 * doc/indices-and-tables.rst: New file.
358 * doc/lgpl-2.1.rst: New file.
359 * doc/logo.pdf: New file.
360 * doc/logo.svg: New file.
361 * doc/md.rst: New file.
362 * doc/requirements.txt: New file.
364 2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
366 * Makefile.def: Remove module 'liboffloadmic'.
367 * Makefile.in: Regenerate.
368 * configure.ac: Remove 'liboffloadmic' handling.
369 * configure: Regenerate.
371 2022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
373 * MAINTAINERS: Update email address.
375 2022-10-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
377 * configure.ac: Don't configure readline if --with-system-readline is
379 * configure: Re-generate.
381 2022-10-12 Cui,Lili <lili.cui@intel.com>
383 * MAINTAINERS (Write After Approval): Add myself.
385 2022-10-11 Olivier Hainque <hainque@adacore.com>
387 * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
388 and friends for rtp !large. Assume the linker has the required
389 abilities and set lt_cv_deplibs_check_method.
391 2022-09-30 Olivier Hainque <hainque@adacore.com>
393 * configure.ac (*vxworks*): If enable_shared is not
394 set, set to "no" and add --disable-shared to target and
396 * configure: Regenerate.
398 2022-09-26 Jeff Law <jlaw@ventanamicro.com>
400 * MAINTAINERS: Update my email address and DCO entry.
402 2022-09-23 Paul-Antoine Arras <pa@codesourcery.com>
404 * MAINTAINERS (Write After Approval): Add myself.
406 2022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
408 * MAINTAINERS (Write After Approval): Add myself.
410 2022-09-07 Jeff Law <jeffreyalaw@gmail.com>
412 * MAINTAINERS: Update my email address.
414 2022-09-07 Tom de Vries <tdevries@suse.de>
416 * configure.ac: Set extra_host_libiberty_configure_flags and
417 extra_host_zlib_configure_flags in separate case statements.
418 * configure: Regenerate.
420 2022-09-06 Xianmiao Qu <cooper.qu@linux.alibaba.com>
422 * MAINTAINERS: Update c-sky port maintainers' emails.
424 2022-08-31 Martin Liska <mliska@suse.cz>
426 * configure: Regenerate.
427 * configure.ac: Delete hpux9 and hpux10.
429 2022-08-18 Sergei Trofimovich <siarheit@google.com>
431 * Makefile.def: Drop libelf module and gcc-configure dependency
433 * Makefile.in: Regenerate with 'autogen Makefile.def'.
434 * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
436 * configure: Regenrate.
437 * configure.ac (host_libs): Drop unused libelf.
439 2022-08-18 Sergei Trofimovich <siarheit@google.com>
441 * Makefile.in: Regenerate.
443 2022-08-04 Eugene Rozenfeld <erozen@microsoft.com>
445 * MAINTAINERS: Add myself as AutoFDO maintainer.
447 2022-08-01 Roger Sayle <roger@nextmovesoftware.com>
448 Arnaud Charlet <charlet@adacore.com>
450 * configure: Regenerate.
452 2022-07-31 Roger Sayle <roger@nextmovesoftware.com>
455 * Makefile.def (dependencies): Make configure-target-libgo depend
456 upon all-target-libbacktrace.
458 2022-07-27 David Faust <david.faust@oracle.com>
460 * MAINTAINERS: Add myself as reviewer for CTF and BTF.
462 2022-07-27 Richard Biener <rguenther@suse.de>
464 * MAINTAINERS (Roger Sayle): Update e-mail address.
466 2022-07-21 Sam Feifer <sfeifer@redhat.com>
468 * MAINTAINERS (Write After Approval): Add myself.
470 2022-07-21 Marc Poulhiès <poulhies@adacore.com>
472 * MAINTAINERS: Add myself as Ada front end co-maintainer.
474 2022-07-19 Alexander Monakov <amonakov@ispras.ru>
476 * .gitignore: Do not ignore config.h.
478 2022-07-15 Andrew Carlotti <andrew.carlotti@arm.com>
480 * MAINTAINERS: Add myself to Write After Approval.
482 2022-07-04 Martin Liska <mliska@suse.cz>
484 * MAINTAINERS: fix sorting of names
486 2022-07-03 Immad Mir <mirimmad17@gmail.com>
488 * MAINTAINERS: add myself.
490 2022-07-03 Immad Mir <mirimmad17@gmail.com>
492 * MAINTAINERS: Add myself to write after approval and DCO.
494 2022-07-02 Tim Lange <mail@tim-lange.me>
496 * MAINTAINERS: Add myself.
498 2022-07-01 Haochen Jiang <haochen.jiang@intel.com>
500 * MAINTAINERS (Write After Approval): Add myself.
502 2022-06-30 Cui,Lili <lili.cui@intel.com>
505 2022-06-30 Cui,Lili <lili.cui@intel.com>
507 * MAINTAINERS (Write After Approval): Add myself.
509 2022-06-30 Cui,Lili <lili.cui@intel.com>
511 * MAINTAINERS (Write After Approval): Add myself.
513 2022-06-28 Alexandre Oliva <oliva@adacore.com>
515 * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
516 (EXTRA_GCC_FLAGS): Likewise.
517 * Makefile.in: Rebuilt.
519 2022-06-28 konglin1 <lingling.kong@intel.com>
521 * MAINTAINERS (Write After Approval): Add myself.
523 2022-06-27 Tom de Vries <tdevries@suse.de>
525 * configure.ac: Build libiberty pic variant for gdbserver.
526 * configure: Regenerate.
528 2022-06-26 Iain Sandoe <iain@sandoe.co.uk>
530 * configure: Regenerate.
531 * configure.ac: Correct use of $host.
533 2022-06-25 Jeff Law <jeffreyalaw@gmail.com>
535 * MAINTAINERS: Remove tilegx and tilepro entries.
536 * configure.ac: Remove tilegx and tilepro stanzas.
537 * configure: Rebuilt.
539 2022-05-28 Bruce Korb <bkorb@gnu.org>
541 * .gitignore: Ignore vim swap files
543 2022-05-13 Surya Kumari Jangala <jskumari@linux.ibm.com>
545 * MAINTAINERS: Add myself to write after approval.
547 2022-05-11 Kewen Lin <linkw@linux.ibm.com>
549 * MAINTAINERS: Remove myself from DCO section.
551 2022-05-09 Xi Ruoyao <xry111@xry111.site>
553 * MAINTAINERS: Update my email address.
555 2022-05-09 Clément Chigot <chigot@adacore.com>
557 * MAINTAINERS: Update my email address.
559 2022-05-05 Kewen Lin <linkw@linux.ibm.com>
561 * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
564 2022-04-19 Richard Henderson <rth@gcc.gnu.org>
566 * MAINTAINERS: Update my email address.
568 2022-04-01 Qian Jianhua <qianjh@fujitsu.com>
570 * MAINTAINERS: Update my email address.
572 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
574 * MAINTAINERS: (CPU Port Maintainers): Add myself and
575 Lulu as LoongArch port maintainer.
577 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
578 Lulu Cheng <chenglulu@loongson.cn>
580 * configure.ac: Add LoongArch tuples.
581 * configure: Regenerate.
583 2022-03-28 Tom Tromey <tromey@adacore.com>
585 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
586 * configure: Rebuild.
588 2022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
590 * MAINTAINERS: Change my information.
592 2022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
594 * MAINTAINERS: Add myself to DCO section.
596 2022-03-14 Jonathan Wakely <jwakely@redhat.com>
598 * configure.ac: Fix incorrect option in comment.
599 * configure: Regenerate.
601 2022-03-09 Hans-Peter Nilsson <hp@axis.com>
603 * Makefile.def (dependencies): Make configure-sim depend on
605 * Makefile.in: Regenerate.
607 2022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
609 * MAINTAINERS (Write After Approval): Update my e-mail address.
611 2022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
613 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
615 2022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
617 * MAINTAINERS: Update my email and add myself to the DCO list.
619 2022-01-25 Thomas Schwinge <thomas@codesourcery.com>
622 2021-09-16 Andrew Pinski <apinski@marvell.com>
625 * Makefile.def: Have configure-target-libffi depend on
626 all-target-libstdc++-v3.
627 * Makefile.in: Regenerate.
629 2022-01-22 Jakub Jelinek <jakub@redhat.com>
634 2022-01-20 Martin Liska <mliska@suse.cz>
636 * MAINTAINERS: Adjust email address based on IRC request.
638 2022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
640 * MAINTAINERS: Update my email address.
642 2022-01-17 Martin Liska <mliska@suse.cz>
644 * MAINTAINERS: Rename .c names to .cc.
646 2022-01-13 Jakub Jelinek <jakub@redhat.com>
648 * Makefile.am: Remove.
650 2022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
652 * Makefile.am: New file.
654 2022-01-11 Martin Liska <mliska@suse.cz>
656 * MAINTAINERS: Sort 2 names.
658 2022-01-10 Martin Liska <mliska@suse.cz>
660 * MAINTAINERS: Fix obvious issues with sorting.
662 2022-01-07 liuhongt <hongtao.liu@intel.com>
664 * build.log: New file.
666 2022-01-05 Nathan Sidwell <nathan@acm.org>
668 * MAINTAINERS: Add DCO entry. Sort that list.
670 2022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
672 * MAINTAINERS: Change of email address in both DCO and
673 Write After Approval list.
675 2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
677 * configure: Regenerate.
679 2021-12-21 Martin Liska <mliska@suse.cz>
681 * config.sub: Change mode back to 755.
683 2021-12-17 Martin Liska <mliska@suse.cz>
685 * config.sub: Sync from master.
687 2021-12-17 Martin Liska <mliska@suse.cz>
690 2021-12-16 Matthias Seidel <mseidel@apache.org>
692 * config.sub: Fix typo.
694 2021-12-16 Matthias Seidel <mseidel@apache.org>
696 * config.sub: Fix typo.
698 2021-12-16 H.J. Lu <hjl.tools@gmail.com>
701 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
703 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
704 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
705 * configure.ac: Include config/gcc-plugin.m4.
706 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
707 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
709 * Makefile.in: Regenerated.
710 * configure: Likewise.
712 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
714 * Makefile.tpl (BUILD_CFLAGS): New.
715 (CFLAGS): Append $(BUILD_CFLAGS).
716 (CXXFLAGS): Likewise.
717 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
718 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
719 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
720 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
721 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
722 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
723 (PGO-TRAINING-TARGETS): Likewise.
724 (PGO_BUILD_TRAINING): Likewise.
725 (all): Add '+' to the command line for recursive make. Support
727 * configure.ac: Add --enable-pgo-build[=lto].
728 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
729 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
730 * Makefile.in: Regenerated.
731 * configure: Likewise.
733 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
735 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
736 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
737 * configure.ac: Include config/gcc-plugin.m4.
738 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
739 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
741 * Makefile.in: Regenerated.
742 * configure: Likewise.
744 2021-12-14 Marc Poulhiès <poulhies@adacore.com>
746 * MAINTAINERS: Add myself to write after approval.
748 2021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
750 * MAINTAINERS: Adding myself.
752 2021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
754 * configure: Regenerate.
755 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
758 2021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
760 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
762 * Makefile.in: Regenerate.
763 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
764 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
765 target-libphobos-bootstrap.
766 (STAGE2_CONFIGURE_FLAGS): Likewise.
767 * configure: Regenerate.
768 * configure.ac: Add support for bootstrapping D front-end.
770 2021-11-16 Martin Uecker <uecker@gcc.gnu.org>
772 * MAINTAINERS: Add myself to DCO section and update email address.
774 2021-11-16 Iain Sandoe <iain@sandoe.co.uk>
776 * configure: Regenerate.
777 * configure.ac: Ensure that PIC (shared) defaults are set
778 correctly for Darwin.
780 2021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
782 * MAINTAINERS: Update my address.
784 2021-11-12 Alan Modra <amodra@gmail.com>
786 * Makefile.def (configure-opcodes): Depend on configure-bfd.
787 * Makefile.in: Regenerate.
789 2021-11-03 Maciej W. Rozycki <macro@embecosm.com>
791 * MAINTAINERS: Clarify the policy WRT the Write After Approval
794 2021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
796 * MAINTAINERS (Reviewers, arc): Remove my entry.
797 (Write After Approval): Add an entry for myself.
799 2021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
801 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
802 * Makefile.in: Regenerate.
803 * configure: Regenerate.
804 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
806 2021-10-26 Jeff Law <jeffreyalaw@gmail.com>
808 * MAINTAINERS: Fix up Maciej's entries.
810 2021-10-26 Maciej W. Rozycki <macro@embecosm.com>
812 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
815 2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
818 * Makefile.def: Handle install-dvi target.
819 * Makefile.tpl: Likewise.
820 * Makefile.in: Regenerate.
822 2021-10-19 Clément Chigot <clement.chigot@atos.net>
824 * MAINTAINERS: Add myself for write after approval.
826 2021-10-12 Eric Gallager <egallager@gcc.gnu.org>
828 * Makefile.def: Mark libcody, libdecnumber,
829 c++tools, libgcc, and libobjc as missing TAGS
831 * Makefile.in: Regenerate.
833 2021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
835 * MAINTAINERS: Add myself to DCO section and update email
838 2021-09-29 Jonathan Wakely <jwakely@redhat.com>
840 * MAINTAINERS: Add myself to DCO section.
842 2021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
844 * configure: Regenerate.
845 * configure.ac (skipdirs): Add the contents of target_configdirs if
846 we are not building gcc.
848 2021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
850 * Makefile.def: Back-port commits ba4d88ad892f and
851 755ba58ebef0 from binutils-gdb repository.
852 * Makefile.in: Regenerated.
854 2021-09-20 Harald Anlauf <anlauf@gmx.de>
856 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
858 2021-09-17 Iain Sandoe <iain@sandoe.co.uk>
860 * Makefile.def: Add a jit check target for the jit
862 * Makefile.in: Regenerate.
864 2021-09-16 Andrew Pinski <apinski@marvell.com>
867 * Makefile.def: Have configure-target-libffi depend on
868 all-target-libstdc++-v3.
869 * Makefile.in: Regenerate.
871 2021-09-10 Petter Tomner <tomner@kth.se>
873 * MAINTAINERS: Me added to DCO and write after approval
875 2021-09-01 YunQiang Su <syq@debian.org>
877 * MAINTAINERS: Add myself for write after approval.
879 2021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
881 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
882 * Makefile.in: Regenerate.
884 2021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
886 * MAINTAINERS: Add myself for write after approval.
888 2021-08-18 Iain Sandoe <iain@sandoe.co.uk>
890 * Makefile.in: Regenerate.
891 * Makefile.tpl: Make the state of the configured host
892 shared flag available to makefile fragements.
894 2021-08-09 Hongyu Wang <hongyu.wang@intel.com>
896 * MAINTAINERS (Write After Approval): Add myself.
898 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
900 * .dir-locals.el (bug-reference-url-format): Use https.
902 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
904 * .dir-locals.el (c-mode): Change fill-column to 79.
906 2021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
908 * MAINTAINERS: Add myself to DCO section.
910 2021-07-09 Iain Sandoe <iain@sandoe.co.uk>
912 * configure: Regenerate.
913 * configure.ac: Adjust cases for which it is necessary to
914 include the Darwin host config fragment.
916 2021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
918 * MAINTAINERS: Add myself for write after approval and DCO.
920 2021-07-05 Iain Sandoe <iain@sandoe.co.uk>
922 * Makefile.def: Add dsymutil defs.
923 * Makefile.in: Regenerated.
924 * Makefile.tpl: Add dsymutil to flags.
925 * configure: Regenerated.
926 * configure.ac: Add dsymutil to target and build recipes.
928 2021-07-01 Ankur Saini <arsenic@sourceware.org>
930 * MAINTAINERS: Add myself for write after approval.
932 2021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
934 * MAINTAINERS (Write After Approval): Add myself.
936 2021-06-25 Matthias Kretz <m.kretz@gsi.de>
938 * MAINTAINERS: Add myself for write after approval and DCO
940 2021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
942 * .gitignore: Add entry for cscope.out.
944 2021-06-22 liuhongt <hongtao.liu@intel.com>
946 * MAINTAINERS: Remove my Write After Approval entry.
948 2021-06-21 liuhongt <hongtao.liu@intel.com>
950 * MAINTAINERS: Add myself as maintainer of the i386 vector
953 2021-06-18 Antoni Boucher <bouanto@zoho.com>
955 * MAINTAINERS (Write After Approval): Add myself.
957 2021-06-17 Aldy Hernandez <aldyh@redhat.com>
959 * MAINTAINERS (Various Maintainers): Add Andrew and myself
960 as *vrp and ranger maintainers.
962 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
964 * MAINTAINERS: Adjust my entry in the DCO section so that it does
965 not trigger testsuite failures.
967 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
969 * MAINTAINERS: Add myself to DCO section with both email addresses.
971 2021-06-03 Jason Merrill <jason@redhat.com>
973 * MAINTAINERS: Add DCO version number.
975 2021-06-02 Jason Merrill <jason@redhat.com>
977 * MAINTAINERS: Add DCO section.
979 2021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
981 * MAINTAINERS (Write After Approval): Add myself.
983 2021-05-29 Mike Frysinger <vapier@gentoo.org>
985 * configure.ac: Add gnulib to configdirs for sim.
986 * configure: Regenerate.
988 2021-05-18 Mike Frysinger <vapier@gentoo.org>
990 * Makefile.def: Add configure-sim dependency on all-gnulib.
991 * Makefile.in: Regenerated.
993 2021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
995 * MAINTAINERS (Write After Approval): Add myself.
997 2021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
999 * MAINTAINERS (Write After Approval): Add myself.
1001 2021-05-11 Martin Liska <mliska@suse.cz>
1003 * MAINTAINERS: Remove entries for removed
1004 components (HSA, BRIG, libhsail-rt).
1005 Move Pekka to Write After Approval.
1007 2021-05-11 Martin Liska <mliska@suse.cz>
1009 * Makefile.def: Remove libhsail-rt.
1010 * Makefile.in: Likewise.
1011 * configure.ac: Likewise.
1012 * configure: Regenerate.
1013 * libhsail-rt/ChangeLog: Removed.
1014 * libhsail-rt/Makefile.am: Removed.
1015 * libhsail-rt/Makefile.in: Removed.
1016 * libhsail-rt/README: Removed.
1017 * libhsail-rt/aclocal.m4: Removed.
1018 * libhsail-rt/configure: Removed.
1019 * libhsail-rt/configure.ac: Removed.
1020 * libhsail-rt/configure.tgt: Removed.
1021 * libhsail-rt/include/internal/fibers.h: Removed.
1022 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1023 * libhsail-rt/include/internal/phsa-rt.h: Removed.
1024 * libhsail-rt/include/internal/workitems.h: Removed.
1025 * libhsail-rt/rt/arithmetic.c: Removed.
1026 * libhsail-rt/rt/atomics.c: Removed.
1027 * libhsail-rt/rt/bitstring.c: Removed.
1028 * libhsail-rt/rt/fbarrier.c: Removed.
1029 * libhsail-rt/rt/fibers.c: Removed.
1030 * libhsail-rt/rt/fp16.c: Removed.
1031 * libhsail-rt/rt/misc.c: Removed.
1032 * libhsail-rt/rt/multimedia.c: Removed.
1033 * libhsail-rt/rt/queue.c: Removed.
1034 * libhsail-rt/rt/sat_arithmetic.c: Removed.
1035 * libhsail-rt/rt/segment.c: Removed.
1036 * libhsail-rt/rt/workitems.c: Removed.
1037 * libhsail-rt/target-config.h.in: Removed.
1039 2021-05-04 Nick Clifton <nickc@redhat.com>
1041 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1042 * configure: Regenerate.
1044 2021-04-28 Jakub Jelinek <jakub@redhat.com>
1045 Tobias Burnus <tobias@codesourcery.com>
1047 * configure.ac (--enable-offload-defaulted): New.
1048 * configure: Regenerate.
1050 2021-04-23 David Faust <david.faust@oracle.com>
1052 * MAINTAINERS (Write After Approval): Add myself.
1054 2021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
1056 * MAINTAINERS (Write After Approval): Add myself.
1058 2021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
1060 * MAINTAINERS: Add myself as pru port maintainer.
1062 2021-03-23 David Malcolm <dmalcolm@redhat.com>
1064 * MAINTAINERS: Add myself as static analyzer maintainer.
1066 2021-03-18 Jeff Law <jlaw@tachyum.com>
1068 * MAINTAINERS: Update primary entry.
1070 2021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
1072 * MAINTAINERS (Write After Approval): Add myself.
1074 2021-03-13 Mike Frysinger <vapier@gentoo.org>
1076 * Makefile.def: Remove all-sim dependency on configure-gdb.
1077 * Makefile.in: Regenerated.
1079 2021-03-11 Jeff Law <law@redhat.com>
1081 * MAINTAINERS: Update entries for a few ex-ImgTec employees
1083 2021-03-11 Martin Liska <mliska@suse.cz>
1085 * Makefile.tpl: The change was done Makefile.in which
1088 2021-03-08 Jeff Law <law@redhat.com>
1090 * MAINTAINERS: Update my email address
1092 2021-02-23 Kito Cheng <kito.cheng@sifive.com>
1094 * config.guess: Import latest upstream.
1095 * config.sub: Import latest upstream.
1097 2021-01-25 Martin Liska <mliska@suse.cz>
1099 PR gcov-profile/98739
1100 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1101 for profiledbootstrap.
1103 2021-01-22 Jonathan Wright <jonathan.wright@arm.com>
1105 * MAINTAINERS (Write After Approval): Add myself.
1107 2021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
1109 * MAINTAINERS (Write After Approval): Update my e-mail address.
1111 2021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
1113 * MAINTAINERS: Fix spacing.
1115 2021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
1117 * MAINTAINERS (Write After Approval): Add myself
1119 2021-01-06 Nick Alcock <nick.alcock@oracle.com>
1121 * Makefile.def: Sync with binutils-gdb:
1122 (dependencies): all-ld depends on all-libctf.
1123 (host_modules): libctf is no longer no_install.
1124 No longer no_check. Checking depends on all-ld.
1125 * Makefile.in: Regenerated.
1127 2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
1129 * libtool.m4: Match gnu* along other GNU systems.
1130 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1131 * libgo/configure: Re-generate.
1133 2021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
1135 * MAINTAINERS: Update my email address.
1137 2020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
1139 * MAINTAINERS (Write After Approval): Add myself.
1141 2020-12-15 Nathan Sidwell <nathan@acm.org>
1149 2020-12-15 Nathan Sidwell <nathan@acm.org>
1151 * Makefile.def: Add libcody.
1152 * configure.ac: Add libcody.
1153 * Makefile.in: Regenerated.
1154 * configure: Regenerated.
1156 2020-12-14 Andrea Corallo <andrea.corallo@arm.com>
1158 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1160 2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
1163 * libtool.m4: Update handling of Darwin platform link flags
1166 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1168 * .gitignore: Sync with binutils-gdb
1170 2020-12-02 Claudiu Zissulescu <claziss@gmail.com>
1172 * MAINTAINERS: Add myself as arc port maintainer.
1174 2020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
1177 * configure.ac: Don't disable D for *-*-darwin*.
1178 * configure: Regenerate.
1180 2020-11-29 John David Anglin <danglin@gcc.gnu.org>
1182 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1185 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
1187 * configure: Regenerate.
1188 * configure.ac: Add --bootstrap-hwasan option.
1190 2020-11-23 Iain Sandoe <iain@sandoe.co.uk>
1192 * config.guess: Import latest upstream.
1193 * config.sub: Import latest upstream.
1195 2020-11-16 Martin Liska <mliska@suse.cz>
1197 * .gitignore: Add cache as clangd uses it now.
1199 2020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
1201 * MAINTAINERS (Write After Approval): add myself
1203 2020-11-09 Pat Bernardi <bernardi@adacore.com>
1205 * MAINTAINERS (Write After Approval): Add myself.
1207 2020-11-09 Jonathan Wakely <jwakely@redhat.com>
1209 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1210 Remove FIXME comments.
1212 2020-11-06 Martin Uecker <muecker@gwdg.de>
1214 * MAINTAINERS: Update my email address.
1216 2020-11-06 Hongtao Liu <hongtao.liu@intel.com>
1218 * MAINTAINERS (Write After Approval): Add myself.
1220 2020-10-06 Tobias Burnus <tobias@codesourcery.com>
1223 * configure.ac: Only set with_gmp to /usr/local
1224 if not building in tree.
1225 * configure: Regenerate.
1227 2020-09-18 Omar Tahir <omar.tahir@arm.com>
1229 * MAINTAINERS (Write After Approval): Add myself.
1231 2020-08-26 Tobias Burnus <tobias@codesourcery.com>
1233 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1235 2020-08-20 Tobias Burnus <tobias@codesourcery.com>
1238 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1239 if not the same as ${host}.
1240 * configure: Regenerate.
1242 2020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
1244 * MAINTAINERS (Write After Approval): Add myself.
1246 2020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
1248 * MAINTAINERS: Update my email address.
1250 2020-07-30 Joe Ramsay <joe.ramsay@arm.com>
1252 * MAINTAINERS (Write After Approval): Add myself.
1254 2020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1256 * MAINTAINERS (Write After Approval): Add myself.
1258 2020-06-12 Martin Liska <mliska@suse.cz>
1260 * .gitignore: Add .clang-tidy.
1262 2020-06-08 Jason Merrill <jason@redhat.com>
1264 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1265 * configure: Regenerate.
1267 2020-06-06 Max Filippov <jcmvbkbc@gmail.com>
1269 * MAINTAINERS: Add myself as xtensa port maintainer.
1271 2020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
1273 * configure.ac: Don't require --enable-host-shared when building
1275 * configure: Regenerate.
1277 2020-05-18 Jason Merrill <jason@redhat.com>
1279 * configure.ac: Update bootstrap dialect to -std=c++11.
1281 2020-05-18 Alex Coplan <alex.coplan@arm.com>
1283 * MAINTAINERS (Write After Approval): Add myself.
1285 2020-04-29 Thomas Schwinge <thomas@codesourcery.com>
1288 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1289 (noconfigdirs): Add 'target-libstdc++-v3'.
1290 * configure: Regenerate.
1292 2020-04-21 Stephen Casner <casner@acm.org>
1295 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1296 * configure: Rebuild.
1298 2020-04-17 Martin Liska <mliska@suse.cz>
1299 Jonathan Yong <10walls@gmail.com>
1301 PR gcov-profile/94570
1302 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1305 2020-04-14 Martin Jambor <mjambor@suse.cz>
1307 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1309 2020-04-09 Tom Tromey <tom@tromey.com>
1311 * configure: Rebuild.
1312 * Makefile.in: Rebuild.
1313 * Makefile.def (gdbsupport, gdbserver): New host modules.
1314 (configure-gdb): Depend on all-gdbsupport.
1315 (all-gdb): Depend on all-gdbsupport, all-libctf.
1316 * configure.ac (host_tools): Add gdbserver.
1317 Conditionally build gdbserver and gdbsupport.
1319 2020-03-09 Tobias Burnus <tobias@codesourcery.com>
1321 * configure.ac: Build libgomp by default for amdgcn.
1322 * configure: Regenerate.
1324 2020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1326 * MAINTAINERS (Write After Approval): Add myself.
1328 2020-02-28 Joel Hutton <joel.hutton@arm.com>
1330 * MAINTAINERS (Write After Approval) : Add myself.
1332 2020-02-20 Palmer Dabbelt <palmer@sifive.com>
1334 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1336 2020-02-14 Martin Sebor <msebor@redhat.com>
1338 * doc/extend.texi (attribute alias): Mention type requirement.
1339 (attribute weak): Same.
1340 (attribute weakref): Correct invalid example.
1342 2020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
1344 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1346 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1347 Jakub Jelinek <jakub@redhat.com>
1349 * .gitattributes: Add *.md diff=md.
1351 2020-01-14 Georg-Johann Lay <avr@gjlay.de>
1353 The mentioned auto-generated file is no more part of the
1355 GCC sources, it's auto-generated in $(builddir) during build.
1358 * contrib/gcc_update (files_and_dependencies): Remove
1359 entry for gcc/config/avr/t-multilib.
1361 2020-01-14 Anatoly Sokolov <aesok@dol.ru>
1363 * MAINTAINERS: Update my email address.
1365 2020-01-13 Joseph Myers <joseph@codesourcery.com>
1367 * README.MOVED_TO_GIT: Remove.
1369 2020-01-11 Joseph Myers <joseph@codesourcery.com>
1371 * README.MOVED_TO_GIT: New file.
1373 2020-01-02 Dennis Zhang <dennis.zhang@arm.com>
1375 * MAINTAINERS (Write After Approval): Add myself.
1377 2019-12-20 Jerome Lambourg <lambourg@adacore.com>
1379 * MAINTAINERS (write_after_approval): Add myself.
1381 2019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
1383 * MAINTAINERS (write_after_approval): Add myself.
1385 2019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
1387 * MAINTAINERS (write_after_approval): Add myself.
1389 2019-12-11 Matthias Klose <doko@ubuntu.com>
1391 * configure.ac: Factor out common cases for compare_exclusions.
1392 * configure: Regenerate.
1394 2019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1396 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1399 2019-12-10 Lewis Hyatt <lhyatt@gmail.com>
1401 * MAINTAINERS (Write After Approval): Add myself.
1403 2019-11-27 Tobias Burnus <tobias@codesourcery.com>
1406 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1407 * configure: Regenerate
1409 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1411 * configure.ac: Use https for gcc.gnu.org.
1412 * configure: Regenerated.
1414 2019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
1416 * MAINTAINERS (aarch64 port): Remove my name, move to...
1417 (Write After Approval): ...Here.
1419 2019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1421 * MAINTAINERS: Change my email address as maintainer.
1423 2019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
1426 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1427 * configure: Regenerated.
1429 2019-10-21 Jason Merrill <jason@redhat.com>
1431 * .gitattributes: Also check ChangeLog whitespace.
1433 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1435 * contrib/dg-extract-results.sh: Add support for KPASS.
1436 * contrib/dg-extract-results.py: Likewise.
1438 2019-10-17 Jason Merrill <jason@redhat.com>
1440 * .gitattributes: Avoid {} in filename pattern.
1442 2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
1444 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1447 2019-10-01 Frederik Harwath <frederik@codesourcery.com>
1449 * MAINTAINERS: Add myself to Write After Approval
1451 2019-09-26 Richard Sandiford <richard.sandiford@arm.com>
1453 * MAINTAINERS: Add myself as an aarch64 maintainer.
1455 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1457 * MAINTAINERS: Add myself as aarch64 maintainer.
1459 2019-09-23 Carl Love <cel@us.ibm.com>
1461 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1463 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1464 vsx_xxpermdi16_le_V16QI): Removed define_insn.
1466 2019-09-13 Sam Tebbs <sam.tebbs@arm.com>
1468 * MAINTAINERS (Sam Tebbs): Update email address.
1470 2019-09-10 Tobias Burnus <tobias@codesourcery.com>
1472 * MAINTAINERS: Update my email address.
1474 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
1476 * libtool.m4: Handle uclinuxfdpiceabi.
1478 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1480 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1481 Remove myself from Write After Approval section.
1483 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1485 * configure.ac: Support for bpf-*-* targets.
1486 * configure: Regenerate.
1488 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1490 * config.sub: Import upstream version 2019-06-30.
1491 * config.guess: Import upstream version 2019-07-24.
1493 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1495 * MAINTAINERS: Remove spu port maintainers.
1497 2019-08-28 Martin Liska <mliska@suse.cz>
1499 * .gitignore: Add .clangd and compile_commands.json
1502 2019-08-23 Michael Forney <mforney@mforney.org>
1504 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1505 * Makefile.in: Regenerate.
1507 2019-08-19 Tom Tromey <tom@tromey.com>
1509 * configure: Rebuild.
1510 * configure.ac: Add --with-static-standard-libraries.
1512 2019-08-16 Alexandre Oliva <oliva@gnu.org>
1514 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1516 2019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
1518 * MAINTAINERS (Write After Approval): Add myself.
1520 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1522 * MAINTAINERS (Write After Approval): Remove myself, already listed in
1523 RISC-V port maitainer.
1525 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1527 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1529 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1531 * MAINTAINERS (Write After Approval): Add myself.
1533 2019-07-03 Andrea Corallo <andrea.corallo@arm.com>
1535 * MAINTAINERS (Write After Approval): Add myself.
1537 2019-06-25 Martin Liska <mliska@suse.cz>
1539 contrib/filter-clang-warnings.py: Transform from
1540 filter-rtags-warnings.py.
1542 2019-06-15 Tom Tromey <tom@tromey.com>
1544 * configure.ac (host_libs): Add gnulib.
1545 * configure: Rebuild.
1546 * Makefile.def (host_modules, dependencies): Add gnulib.
1547 * Makefile.in: Rebuild.
1549 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1551 * MAINTAINERS (Write After Approval): Add myself.
1553 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1555 * configure: Regenerate.
1556 * configure.ac: Add PRU target.
1558 2019-06-11 Matthew Beliveau <mbelivea@redhat.com>
1560 * MAINTAINERS (Write After Approval): Add myself.
1562 2019-06-11 Nick Clifton <nickc@redhat.com>
1564 Import these changes from the binutils/gdb repository:
1566 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1568 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1570 * Makefile.in: Regenerated.
1572 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1574 * Makefile.def (host_modules): Add libctf.
1575 * Makefile.def (dependencies): Likewise.
1576 libctf depends on zlib, libiberty, and bfd.
1577 * Makefile.in: Regenerated.
1578 * configure.ac (host_libs): Add libctf.
1579 * configure: Regenerated.
1581 2019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1583 * MAINTAINERS (Write After Approval): Add myself.
1585 2019-05-19 Peter Bergner <bergner@linux.ibm.com>
1587 * MAINTAINERS: Update my email address.
1589 2019-05-17 Thomas Rodgers <trodgers@redhat.com>
1591 * MAINTAINERS (Write After Approval): Add myself.
1593 2019-05-16 Jun Ma <junma@linux.alibaba.com>
1595 * MAINTAINERS (Write After Approval): Add myself.
1597 2019-05-07 Jim Wilson <jimw@sifive.com>
1599 * MAINTAINERS: Remove myself as IA-64 maintainer.
1601 2019-05-04 Roland Illig <roland.illig@gmx.de>
1603 * MAINTAINERS (Write After Approval): Add myself.
1605 2019-05-02 Richard Biener <rguenther@suse.de>
1608 * Makefile.tpl (compare target): Also compare extra-compare
1610 * Makefile.in: Regenerate.
1612 2019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1614 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1615 as modulo-scheduler maintainer.
1617 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1619 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1621 2019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1623 * MAINTAINERS: Update my email address.
1625 2019-04-14 Johannes Pfau <johannespfau@gmail.com>
1627 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1628 * configure: Regenerate.
1630 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1632 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1633 * configure: Regenerate.
1635 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1637 * configure.ac: Add target-zlib to target_libraries.
1638 * configure: Regenerate.
1640 2019-04-09 Martin Liska <mliska@suse.cz>
1642 * Makefile.in: Regenerate.
1643 * Makefile.tpl: Pass GENERATOR_CFLAGS
1646 2019-03-28 Martin Liska <mliska@suse.cz>
1649 * Makefile.in: Revert r254150.
1650 * Makefile.tpl: Likewise.
1652 2019-03-28 Ben Elliston <bje@gnu.org>
1654 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1655 related, and libdecnumber.
1657 2019-03-15 Alexander Monakov <amonakov@ispras.ru>
1659 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1660 (Write After Approval): Remove myself.
1662 2019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1664 * MAINTAINERS (Write After Approval): Add myself.
1666 2019-02-11 Andrew Stubbs <ams@codesourcery.com>
1668 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1669 (Write After Approval): Remove myself and Julian.
1671 2019-01-26 Harald Anlauf <anlauf@gmx.de>
1673 * MAINTAINERS (Write After Approval): Add myself.
1675 2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1677 * MAINTAINERS (Write After Approval): Add myself.
1679 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1681 * ChangeLog: Replace space with tab.
1682 * MAINTAINERS: Delete 1 tab to keep alignment.
1684 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1686 * MAINTAINERS (Write After Approval): Add myself.
1688 2019-01-18 Li Jia He <helijia@gcc.gnu.org>
1690 * MAINTAINERS (Write After Approval): Add myself.
1692 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
1693 Kwok Cheung Yeung <kcy@codesourcery.com>
1694 Julian Brown <julian@codesourcery.com>
1695 Tom de Vries <tom@codesourcery.com>
1696 Jan Hubicka <hubicka@ucw.cz>
1697 Martin Jambor <mjambor@suse.cz>
1699 * configure.ac: Likewise.
1700 * configure: Regenerate.
1701 * contrib/config-list.mk: Add amdgcn-amdhsa.
1703 2019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1705 * MAINTAINERS (Write After Approval): Add myself.
1707 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1709 * MAINTAINERS (Write After Approval): Add myself.
1711 2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1714 * config.guess: Import upstream version 2019-01-03.
1715 * config.sub: Import upstream version 2019-01-01.
1717 2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1719 * MAINTAINERS (Write After Approval): Update my maintainer address.
1721 2018-12-21 Gergö Barany <gergo@codesourcery.com>
1723 * MAINTAINERS (Write After Approval): Add myself.
1725 2018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1727 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1729 2018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1731 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1732 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1733 (GCC_TARGET_TOOL): Likewise.
1734 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1735 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1736 OTOOL, OTOOL_FOR_TARGET: New substitutions.
1737 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1738 * configure: Regenerate.
1739 * Makefile.in: Likewise.
1741 2018-11-28 Johannes Pfau <johannespfau@gmail.com>
1743 * MAINTAINERS (Write After Approval): Add myself.
1745 2018-11-13 Martin Liska <mliska@suse.cz>
1747 * gcc.target/i386/pr87930.c: Move to ...
1748 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1750 2018-11-10 Stafford Horne <shorne@gmail.com>
1752 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1753 (Write After Approval): Remove myself.
1755 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1757 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1758 Append $INCICONV to it.
1760 2018-11-04 Stafford Horne <shorne@gmail.com>
1762 * MAINTAINERS (Write After Approval): Add myself.
1764 2018-10-31 Joseph Myers <joseph@codesourcery.com>
1767 * multilib.am: New file. From automake.
1769 Merge from binutils-gdb:
1770 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1772 * libtool.m4: Use AC_LANG_SOURCE.
1773 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1775 * test-driver: New file.
1776 * configure: Re-generate.
1778 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1780 * MAINTAINERS (Write After Approval): Add myself.
1782 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1786 * configure: Rebuild.
1787 * configure.ac: Disable D on systems where it is known not to work.
1789 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1791 * Makefile.def (target_modules): Add libphobos.
1792 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1793 GDCFLAGS_FOR_TARGET.
1794 (dependencies): Make libphobos depend on libatomic, libbacktrace
1795 configure, and zlib configure.
1796 (language): Add language d.
1797 * Makefile.in: Rebuild.
1798 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1799 (HOST_EXPORTS): Add GDC.
1800 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1801 (BASE_TARGET_EXPORTS): Add GDC.
1802 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1803 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1804 (EXTRA_HOST_FLAGS): Add GDC.
1805 (STAGE1_FLAGS_TO_PASS): Add GDC.
1806 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1807 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1808 environment variables.
1809 * configure: Rebuild.
1810 * configure.ac: Add target-libphobos to target_libraries. Set and
1811 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1813 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1815 * MAINTAINERS (Write After Approval): Add myself.
1817 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1819 * MAINTAINERS (Write After Approval): Remove myself.
1821 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1823 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1825 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1827 * MAINTAINERS: Update my email address.
1829 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1831 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1834 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1836 * MAINTAINERS (Write After Approval): Add self.
1838 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1840 * MAINTAINERS (write after approval): Add myself.
1842 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1844 * MAINTAINERS: Update my email address.
1846 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1848 * MAINTAINERS (write after approval): Add myself.
1850 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1852 * MAINTAINERS: Add self to global reviewers list.
1854 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1856 MAINTAINERS: Add c-sky port maintainers.
1858 2018-08-10 Martin Liska <mliska@suse.cz>
1860 * MAINTAINERS: Revert change in previous commit and
1863 2018-08-10 Martin Liska <mliska@suse.cz>
1865 * MAINTAINERS: Remove extra line.
1867 2018-08-06 Naveen H.S <naveenh@marvell.com>
1869 * MAINTAINERS: Update my email address.
1871 2018-07-19 DJ Delorie <dj@redhat.com>
1873 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1876 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1878 * MAINTAINERS: Adjust email address for me and my colleague Robin
1881 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1882 Sunil K Pandey <sunil.k.pandey@intel.com>
1885 * config/i386/i386.c (m_CORE_AVX512): New.
1886 (m_CORE_AVX2): Likewise.
1887 (m_CORE_ALL): Add m_CORE_AVX2.
1888 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1889 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1890 and remove the rest of m_SKYLAKE_AVX512.
1892 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1894 * config.sub: Sync with upstream version 2018-07-03.
1896 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1898 * config.guess: Sync with upstream version 2018-06-26.
1899 * config.sub: Sync with upstream version 2018-07-02.
1901 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1903 * libtool.m4: Sort output of 'find' to enable deterministic builds.
1904 * ltmain.sh: Likewise.
1906 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
1908 * contrib/config-list.mk: Remove powerpc-linux_paired.
1910 2018-06-29 Alexandre Oliva <oliva@adacore.com>
1912 * configure.ac: Introduce support for @unless/@endunless.
1913 * Makefile.tpl (dep-kind): Rewrite with cond; return
1914 postbootstrap in some cases.
1915 (make-postboot-dep, postboot-targets): New.
1916 (dependencies): Do not output postbootstrap dependencies at
1917 first. Output non-target ones changed for configure to depend
1918 on stage_last @if gcc-bootstrap, and the original deps @unless
1920 * configure.in, Makefile.in: Rebuilt.
1922 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
1924 * MAINTAINERS (write after approval): Add myself.
1926 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1928 * MAINTAINERS (write after approval): Add myself.
1930 2018-06-19 Nick Clifton <nickc@redhat.com>
1932 * zlib/configure.ac: Restore old behaviour of only enabling
1933 multilibs when a target subdirectory is defined. This allows
1934 building with srcdir == builddir.
1935 * zlib/configure: Regenerate.
1937 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
1939 * Makefile.def (fortran): Add check-target-libgomp-fortran.
1940 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1941 * Makefile.in: Regenerate.
1943 2018-06-16 Ben Elliston <bje@gnu.org>
1945 * config.guess: Import latest version.
1946 * config.sub: Likewise.
1948 2018-06-08 Martin Liska <mliska@suse.cz>
1950 * MAINTAINERS: Remove MPX-related entries.
1951 * Makefile.def: Remove libmpx support.
1952 * Makefile.in: Regenerate.
1953 * configure.ac: Remove removed files.
1954 * configure: Regenerate.
1955 * libmpx/ChangeLog: Remove.
1956 * libmpx/Makefile.am: Remove.
1957 * libmpx/Makefile.in: Remove.
1958 * libmpx/acinclude.m4: Remove.
1959 * libmpx/aclocal.m4: Remove.
1960 * libmpx/config.h.in: Remove.
1961 * libmpx/configure: Remove.
1962 * libmpx/configure.ac: Remove.
1963 * libmpx/configure.tgt: Remove.
1964 * libmpx/libmpx.spec.in: Remove.
1965 * libmpx/mpxrt/Makefile.am: Remove.
1966 * libmpx/mpxrt/Makefile.in: Remove.
1967 * libmpx/mpxrt/libmpx.map: Remove.
1968 * libmpx/mpxrt/libtool-version: Remove.
1969 * libmpx/mpxrt/mpxrt-utils.c: Remove.
1970 * libmpx/mpxrt/mpxrt-utils.h: Remove.
1971 * libmpx/mpxrt/mpxrt.c: Remove.
1972 * libmpx/mpxrt/mpxrt.h: Remove.
1973 * libmpx/mpxwrap/Makefile.am: Remove.
1974 * libmpx/mpxwrap/Makefile.in: Remove.
1975 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1976 * libmpx/mpxwrap/libtool-version: Remove.
1977 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1979 2018-06-04 Martin Liska <mliska@suse.cz>
1981 * MAINTAINERS: Add myself as gcov maintainer.
1983 2018-06-04 Matthew Fortune <mfortune@gmail.com>
1985 * MAINTAINERS: Update my email address.
1987 2018-06-04 Tom de Vries <tdevries@suse.de>
1989 * MAINTAINERS: Remove write-after-approval entries for component
1992 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1994 * MAINTAINERS (write after approval): Add myself.
1996 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
1998 * MAINTAINERS: Update my email address.
2000 2018-06-01 Tom de Vries <tdevries@suse.de>
2002 * MAINTAINERS: Update my email address.
2004 2018-05-22 Bin Cheng <bin.cheng@arm.com>
2006 * MAINTAINERS (loop-optimizer): Add myself.
2008 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
2010 * configure.ac: Added "nfp" target.
2011 * configure: Regenerate.
2013 2018-04-30 Richard Biener <rguenther@suse.de>
2016 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2017 (STAGE3_TFLAGS): Likewise.
2018 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2019 (STAGEtrain_TFLAGS): Likewise.
2020 * Makefile.in: Regenerate.
2022 2018-04-26 Richard Biener <rguenther@suse.de>
2024 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2025 (STAGE2_CFLAGS): Likewise.
2026 (STAGE2_TFLAGS): Likewise.
2027 (STAGE3_CFLAGS): Add -fchecking.
2028 (STAGE3_TFLAGS): Likewise.
2029 (STAGEtrain_CFLAGS): Filter out -fchecking.
2030 (STAGEtrain_TFLAGS): Likewise.
2031 * Makefile.in: Re-generate.
2033 2018-04-25 Catherine Moore <clm@codesourcery.com>
2035 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2037 2018-04-18 Paul Clarke <pc@us.ibm.com>
2039 * MAINTAINERS (write after approval): Add myself.
2041 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
2043 * MAINTAINERS: Update my email address.
2045 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
2047 * MAINTAINERS: Remove redundant Write-After-Approval entry.
2049 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
2051 * MAINTAINERS: Update my email address and disambiguate myself
2052 a bit from Will Schmidt.
2054 2018-03-21 Nathan Sidwell <nathan@acm.org>
2056 * MAINTAINERS: Move maintainers of now-removed picochip and score
2057 ports to write after approval.
2059 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
2061 * MAINTAINERS: Add entry for SVE maintainership.
2063 2018-02-13 Maciej W. Rozycki <macro@mips.com>
2065 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2066 * configure: Regenerate.
2068 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2070 * MAINTAINERS (write after approval): Add myself.
2072 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
2074 * MAINTAINERS (write after approval): Add myself.
2076 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
2078 * MAINTAINERS (write after approval): Add myself.
2080 2018-01-03 Jakub Jelinek <jakub@redhat.com>
2082 Update copyright years.
2084 2018-01-03 Ben Elliston <bje@gnu.org>
2086 * config.guess: Import latest version.
2087 * config.sub: Likewise.
2089 2017-12-12 Stafford Horne <shorne@gmail.com>
2091 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2092 * configure: Regenerate.
2094 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
2096 * MAINTAINERS (Write After Approval): Add myself.
2098 2017-11-28 Julia Koval <julia.koval@intel.com>
2099 Sebastian Peryt <sebastian.peryt@intel.com>
2101 * Makefile.def (target_modules): Remove libcilkrts.
2102 * Makefile.in: Ditto.
2104 * configure.ac: Ditto.
2106 2017-11-28 Julia Koval <julia.koval@intel.com>
2108 * MAINTAINERS (Write After Approval): Add myself.
2110 2017-11-22 Sudakshina Das <sudi.das@arm.com>
2112 * MAINTAINERS (Write After Approval): Add myself.
2114 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
2116 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2117 Use my SiFive email address.
2119 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
2121 * MAINTAINERS (write after approval): Add myself.
2123 2017-10-27 Martin Liska <mliska@suse.cz>
2125 * Makefile.tpl: Use proper name of folder as it was renamed
2126 during transition to 4 stages.
2127 * Makefile.in: Regenerate.
2129 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2131 * MAINTAINERS (write after approval): Add myself.
2133 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
2135 * MAINTAINERS: Add a note that maintainership also includes web
2136 pages, docs, and testsuite related to that area.
2138 2017-09-25 Tom de Vries <tom@codesourcery.com>
2140 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2142 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
2144 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2146 2017-09-15 Nathan Sidwell <nathan@acm.org>
2148 * MAINTAINERS: Remove myself as a vxworks maintainer.
2150 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
2152 * MAINTAINERS: Remove email address of Jim Norris.
2154 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2156 * MAINTAINERS (Reviewers): Move myself from here...
2157 (CPU Port Maintainers): ... to here.
2159 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2161 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2163 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
2165 * MAINTAINERS (write after approval): Add myself.
2167 2017-07-28 Tony Reix <tony.reix@atos.net>
2169 * configure.ac (target-libffi): Don't disable for AIX.
2170 (go): Don't add to unsupported_languages on AIX.
2171 (target-libgo): Don't disable for AIX.
2172 * configure: Regenerate.
2174 2017-07-19 Yury Gribov <tetra2005@gmail.com>
2176 * MAINTAINERS: Add myself.
2178 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2180 * MAINTAINERS: Update my email address.
2182 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
2184 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2185 arm-specific auto-generated header files.
2187 2017-07-03 Nathan Sidwell <nathan@acm.org>
2189 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2190 * configure: Rebuilt.
2192 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
2194 * MAINTAINERS: Readd myself for c6x.
2196 2017-06-28 Martin Liska <mliska@suse.cz>
2199 * Makefile.def: Remove superfluous bootstrap_target from
2201 * Makefile.in: Re-generate the file.
2203 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
2205 * MAINTAINERS: Add myself to Write After Approval
2207 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
2209 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2211 2017-06-19 Martin Liska <mliska@suse.cz>
2213 * Makefile.def: Define 4 stages PGO bootstrap.
2214 * Makefile.tpl: Define FLAGS.
2215 * Makefile.in: Regenerate.
2217 2017-06-14 Ian Lance Taylor <iant@golang.org>
2219 * Makefile.def: Add check-gotools to go check targets.
2220 * Makefile.in: Rebuild.
2222 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
2224 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2226 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2228 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2229 * configure: Regenerate.
2231 2017-05-31 Martin Liska <mliska@suse.cz>
2233 * configure.ac: Add handling of stage2_werror_flags to
2234 action-if-given and to action-if-not-given.
2235 * configure: Regenerate.
2237 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2239 * MAINTAINERS: Add self to Write After Approval
2241 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
2243 * MAINTAINERS: Update my email address, and remove myself as
2244 maintainer in some areas.
2246 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
2248 * MAINTAINERS: Add self to Write After Approval
2250 2017-05-25 Nathan Sidwell <nathan@acm.org>
2252 * configure.ac: Add --enable-languages=default to mean default and
2253 make --enable-languages=all mean all supported languages.
2254 * configure: Regenerated.
2256 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
2258 * config.gcc (powerpc*-*-*spe*): New.
2259 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2260 (powerpc-*-rtems*spe*): New.
2261 (powerpc*-*-linux*spe*): New.
2262 (powerpc-wrs-vxworksspe): New.
2263 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2264 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2265 * config.host (powerpc*-*-*spe*): New.
2267 2017-05-19 Martin Liska <mliska@suse.cz>
2269 * configure.ac: Add --enable-werror-always just for
2270 bootstrap-debug (or none build config) and do not add it
2271 when we are on a release branch.
2272 * configure: Regenerated.
2274 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
2276 * MAINTAINERS: Add self to Write After Approval
2278 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2280 * MAINTAINERS: Move myself to Write After Approval section.
2282 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2284 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2286 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2288 (umulsidi3): Likewise.
2289 (mulsidi3_700): Disable this pattern when we have advanced mpy
2291 (umulsidi3_700): Likewise.
2292 (maddsidi4): New pattern.
2293 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2294 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2295 (mpydu_imm_arcv2hs): Likewise.
2296 * config/arc/predicates.md (accl_operand): New predicate.
2298 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2299 Andrew Burgess <andrew.burgess@embecosm.com>
2301 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2303 (ARC_AUTOFP_IRQ_P): Likewise.
2304 (ARC_AUTO_IRQ_P): Likewise.
2305 (rgf_banked_register_count): New variable.
2306 (parse_mrgf_banked_regs_option): New function.
2307 (arc_override_options): Handle rgf_banked_regs option.
2308 (arc_handle_interrupt_attribute): Add firq option.
2309 (arc_compute_function_type): Return fast irq type when required.
2310 (arc_must_save_register): Handle fast interrupts.
2311 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2312 (arc_return_address_regs): Update.
2313 * config/arc/arc.h (arc_return_address_regs): Update.
2314 (arc_function_type): Add fast interrupt type.
2315 (ARC_INTERRUPT_P): Update.
2316 (RC_FAST_INTERRUPT_P): Define.
2317 * config/arc/arc.md (simple_return): Update for fast interrupts.
2318 (p_return_i): Likewise.
2319 * config/arc/arc.opt (mrgf-banked-regs): New option.
2320 * doc/invoke.texi (mrgf-banked-regs): Document.
2322 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2324 * config/arc/arc.c (irq_ctrl_saved): New variable.
2325 (ARC_AUTOBLINK_IRQ_P): Define.
2326 (ARC_AUTOFP_IRQ_P): Likewise.
2327 (ARC_AUTO_IRQ_P): Likewise.
2328 (irq_range): New function.
2329 (arc_must_save_register): Likewise.
2330 (arc_must_save_return_addr): Likewise.
2331 (arc_dwarf_emit_irq_save_regs): Likewise.
2332 (arc_override_options): Handle deferred options.
2333 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2334 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2335 arc_must_save_return_addr.
2336 (arc_compute_frame_size): Handle automated save and restore of
2338 (arc_expand_prologue): Likewise.
2339 (arc_expand_epilogue): Likewise.
2340 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2341 * config/arc/arc.opt (mirq-ctrl-saved): New option.
2342 * doc/invoke.texi (mirq-ctrl-saved): Document option.
2344 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
2345 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
2348 * Makefile.def: Don't pass --enable-maintainer-mode on to an
2350 * Makefile.in: Regenerate.
2352 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2354 * configure.ac: Enable LTO by default on darwin >= 9.
2355 * configure: Regenerate.
2357 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
2359 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2360 and Andrew Waterman as the RISC-V maintainers.
2362 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
2364 * MAINTAINERS: Add self to Write After Approval
2366 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2368 * config.guess: Import latest from upstream.
2370 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2372 * MAINTAINERS (Write After Approval): Remove entries that are
2373 already covered under Reviewers.
2375 2017-03-08 Mark Wielaard <mark@klomp.org>
2379 * include/demangle.h: Add d_printing to struct demangle_component
2380 and pass struct demangle_component as non const.
2382 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
2384 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2386 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2388 * Makefile.tpl: Remove HOST_ISLVER.
2389 (HOST_EXPORTS): Remove ISLVER.
2390 * Makefile.in: Regenerate.
2392 2017-02-13 Richard Biener <rguenther@suse.de>
2394 * configure: Re-generate.
2396 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2398 * MAINTAINERS: Adjust bug reporting URL.
2400 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
2402 * MAINTAINERS (Write After Approval): Remove redundant entry
2405 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
2407 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2408 32-bit hppa*-*-hpux*.
2409 * configure: Regenerate.
2411 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2413 * configure.ac: Moved the white list of enabling BRIG FE to
2414 libhsail-rt/configure.tgt.
2415 * configure: Regenerated.
2416 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2418 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
2419 Martin Jambor <mjambor@suse.cz>
2421 * Makefile.def (target_modules): Added libhsail-rt.
2422 (languages): Added language brig.
2423 * Makefile.in: Regenerated.
2424 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2425 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
2426 * configure: Regenerated.
2428 2017-01-17 Jakub Jelinek <jakub@redhat.com>
2431 * configure: Regenerated.
2433 2017-01-04 Alan Modra <amodra@gmail.com>
2435 * configure: Regenerate.
2437 2016-12-29 Ben Elliston <bje@gnu.org>
2439 * config.sub: Import latest version.
2441 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
2443 * MAINTAINERS (Write After Approval): Add myself.
2445 2016-12-21 Jakub Jelinek <jakub@redhat.com>
2447 * configure.ac: Don't bootstrap libmpx unless --with-build-config
2448 includes bootstrap-mpx.
2449 * configure: Regenerated.
2451 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
2453 * MAINTAINERS (Write After Approval): Add myself.
2455 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
2457 * configure: Regenerate.
2459 2016-12-01 Matthias Klose <doko@ubuntu.com>
2461 * configure.ac: Don't use pkg-config to check for bdw-gc.
2462 * configure: Regenerate.
2464 2016-11-30 Matthias Klose <doko@ubuntu.com>
2466 * Makefile.def: Remove reference to boehm-gc target module.
2467 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2468 options and for the bdw-gc pkg-config module.
2469 * configure: Regenerate.
2470 * Makefile.in: Regenerate.
2472 2016-11-28 Nathan Sidwell <nathan@acm.org>
2474 * MAINTAINERS (nvptx): Remove self.
2476 2016-11-25 Ben Elliston <bje@gnu.org>
2478 * config.guess: Import latest version.
2479 * config.sub: Likewise.
2481 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
2483 * MAINTAINERS (Write After Approval): Add myself.
2485 2016-11-15 Matthias Klose <doko@ubuntu.com>
2487 * Makefile.def: Remove references to GCJ.
2488 * Makefile.tpl: Likewise.
2489 * Makefile.in: Regenerate.
2491 2016-11-15 Matthias Klose <doko@ubuntu.com>
2493 * config-ml.in: Remove references to GCJ.
2494 * configure.ac: Likewise.
2495 * configure: Regenerate.
2497 2016-11-01 Josh Conner <joshconner@google.com>
2499 * MAINTAINERS (Write After Approval): Update email address,
2501 2016-10-27 Carl Love <cel@us.ibm.com>
2503 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2504 Approval list to make it alphabetical.
2506 2016-10-27 Carl Love <cel@us.ibm.com>
2508 * MAINTAINERS (Write After Approval): Add myself.
2510 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
2512 * MAINTAINERS (Reviewers): Add myself.
2513 (Write After Approval): Add myself.
2515 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
2516 Ulrich Weigand <uweigand@de.ibm.com>
2518 * MAINTAINERS: Update email address.
2520 2016-10-10 Nathan Sidwell <nathan@acm.org>
2522 * MAINTAINERS: Update email address.
2524 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
2526 * configure.ac: Add aarch64-*-freebsd*.
2527 * configure: Regenerate.
2529 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
2531 * MAINTAINERS: Update email address after it got reverted.
2533 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2535 * configure.ac (target_libraries): Readd target-boehm-gc.
2536 Restore --enable-objc-gc handling.
2537 * configure: Regenerate.
2539 2015-10-03 Jeff Law <law@redhat.com>
2541 * MAINTAINERS: Move several inactive maintainers to the
2542 write-after-approval section.
2544 2016-09-30 Jakub Jelinek <jakub@redhat.com>
2546 * configure.ac: Add target-libffi to target_libraries.
2547 Readd libgcj target disablings, modified to only target-libffi.
2548 Readd target addition of go to unsupported languages.
2549 * configure: Regenerated.
2551 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
2553 * MAINTAINERS: Update email address.
2555 2016-09-30 Andrew Haley <aph@redhat.com>
2557 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2558 write-after approval. Remove Tom Tromey and Bryce McKinlay from
2561 2016-09-30 Andrew Haley <aph@redhat.com>
2563 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2564 write-after approval after GCJ deletion.
2566 2016-09-30 Andrew Haley <aph@redhat.com>
2568 * Makefile.def: Remove libjava.
2569 * Makefile.tpl: Likewise.
2570 * Makefile.in: Regenerate.
2571 * configure.ac: Likewise.
2572 * configure: Likewise.
2574 * libjava: Likewise.
2576 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2578 * MAINTAINERS (Reviewers): Add myself.
2580 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
2582 * configure.ac: Disable "sim" directory for arc*-*-*.
2583 * configure: Regenerated.
2585 2016-09-23 Tamar Christina <tamar.christina@arm.com>
2587 * MAINTAINERS (Write After Approval): Add myself.
2589 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2591 * configure.ac: Check for the minimum in-tree MPFR version
2593 * configure: Regenerate.
2595 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2597 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2598 * configure: Regenerated.
2600 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
2602 * MAINTAINERS (Write After Approval): Add myself.
2604 2016-06-23 Andi Kleen <ak@linux.intel.com>
2606 * Makefile.def: Add autoprofiledbootstrap.
2607 * Makefile.tpl: Dito.
2608 * Makefile.in: Regenerate.
2610 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2612 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2613 * configure: Regenerate.
2615 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2617 * configure: Regenerate.
2618 * configure.ac: Remove support for avr-rtems.
2620 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2622 * MAINTAINERS (Write After Approval): Add myself.
2624 2016-06-16 Michael Collison <michael.collison@arm.com>
2626 * MAINTAINERS (Write After Approval): Add myself.
2628 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2630 * MAINTAINERS (Write After Approval): Update e-mail address.
2632 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2634 * MAINTAINERS (Write After Approval): Add myself.
2636 2016-05-28 Alan Modra <amodra@gmail.com>
2638 * Makefile.tpl (configure): Depend on m4 files included.
2639 * Makefile.in: Regenerate.
2641 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2643 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2644 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2646 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2648 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2649 special case builtin.
2650 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2651 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2652 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2653 for __builtin_vec_addec.
2655 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2657 * config.guess: Import version 2016-04-02 (newest).
2658 * config.sub: Import version 2016-05-10 (newest).
2660 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
2662 * configure.ac: Add ARC support to libgloss.
2663 * configure: Regenerate
2665 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2667 * MAINTAINERS (Write After Approval): Add myself.
2669 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2671 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2672 * configure: Regenerated.
2673 * Makefile.def (gmp): Explicitly disable assembler.
2674 (mpfr): Adjust lib_path.
2676 * Makefile.in: Regenerated.
2678 2016-05-01 Jakub Jelinek <jakub@redhat.com>
2681 * configure.ac (--enable-stage1-checking): Add missing
2683 * configure: Regenerated.
2685 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2687 * config.guess: Revert r235676.
2688 * config.sub: Revert r235676.
2690 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2692 * config.guess: Remove SH5 support.
2693 * config.sub: Likewise.
2694 * configure: Likewise.
2695 * configure.ac: Likewise.
2697 2016-04-26 Jakub Jelinek <jakub@redhat.com>
2700 * configure.ac (--enable-stage1-checking): For --disable-checking or
2701 implicit --enable-checking, make sure extra flag matches in between
2702 stage1 and later checking.
2703 * configure: Regenerated.
2705 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2707 * .gitattributes: New file.
2709 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2711 * MAINTAINERS (rs6000/powerpc port): Add myself.
2713 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2716 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2717 and gotools directories. Delete the stage_final file.
2718 * Makefile.in: Regenerate.
2720 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2722 * MAINTAINERS (Write After Approval): Add myself.
2724 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2726 * MAINTAINERS (Fortran maintainer): Remove myself.
2728 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2730 * MAINTAINERS (Write After Approval): Add myself.
2732 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2734 * MAINTAINERS (Write After Approval): Add myself.
2736 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2738 Sync with binutils-gdb:
2740 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2742 * configure.ac: Add mips and s390 to the gold target check.
2743 * configure: Regenerate.
2745 2016-03-01 DJ Delorie <dj@redhat.com>
2747 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2749 2016-02-22 David Malcolm <dmalcolm@redhat.com>
2751 * MAINTAINERS (libcpp): Add myself.
2752 (diagnostic messages): Likewise.
2754 2016-02-20 Tom de Vries <tom@codesourcery.com>
2756 * MAINTAINERS: Fix whitespace.
2758 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2760 * MAINTAINERS (Write After Approval): Add myself.
2762 2016-01-29 Sebastian Pop <s.pop@samsung.com>
2764 * config/isl.m4: Add comments about isl-0.16.
2765 * configure: Regenerate.
2767 2016-01-29 Martin Jambor <mjambor@suse.cz>
2769 * MAINTAINERS (hsa maintainers): Add myself.
2771 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2773 * MAINTAINERS: (Write After Approval): Add myself.
2775 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2776 Sebastian Pop <s.pop@samsung.com>
2778 * Makefile.in: Regenerate.
2779 * Makefile.tpl: Export ISLVER.
2780 * configure: Regenerate.
2781 * config/isl.m4: Detect isl-0.15.
2783 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2786 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2787 * Makefile.in: Regenerate.
2789 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2791 * configure.ac: Enable LTO for DJGPP
2792 * configure: Regenerate
2794 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2796 Sync with binutils-gdb:
2797 2015-10-21 Nick Clifton <nickc@redhat.com>
2800 * configure.ac: Note the 'none' is an acceptable argument to
2801 --enable-compressed-debug-sections.
2802 * configure: Regenerate.
2804 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2807 * Makefile.def (mpfr): Disable assembler.
2808 * Makefile.in: Regenerate.
2810 2016-01-01 Ben Elliston <bje@gnu.org>
2812 * config.guess: Import version 2016-01-01.
2813 * config.sub: Likewise.
2815 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2817 * MAINTAINERS (Write After Approval): Add myself.
2819 2015-12-17 Sebastian Pop <s.pop@samsung.com>
2821 * Makefile.in: Replace ISL with isl.
2822 * Makefile.tpl: Same.
2823 * config/isl.m4: Same.
2824 * configure.ac: Same.
2825 * contrib/download_prerequisites: Same.
2826 * configure: Regenerate.
2828 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2830 * MAINTAINERS (Write After Approval): Add Myself.
2832 2015-12-17 Nathan Sidwell <nathan@acm.org>
2834 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2835 * configure: Regenerate.
2837 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2838 Sebastian Pop <s.pop@samsung.com>
2840 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2841 isl_ctx_get_max_operations.
2842 * configure: Regenerate.
2844 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
2846 * MAINTAINERS (Write After Approval): Add myself.
2848 2015-12-02 Ian Lance Taylor <iant@google.com>
2851 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2852 * Makefile.in: Regenerate.
2854 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2857 * Makefile.def (lang_env_dependencies): Make libffi depend
2859 * Makefile.in: Regenerate.
2861 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
2863 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2866 2015-11-20 Tristan Gingold <gingold@adacore.com>
2868 Sync with binutils-gdb:
2869 2015-11-20 Tristan Gingold <gingold@adacore.com>
2871 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2872 * configure: Regenerate.
2874 2015-11-19 Martin Liska <mliska@suse.cz>
2876 * .gitignore: Add .clang-format to ignored files.
2877 * Makefile.in: Add clang-format.
2878 * Makefile.tpl: Likewise.
2880 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2882 * configure.ac: Enable libmpx by default.
2883 * configure: Regenerated.
2885 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
2887 * MAINTAINERS: Update email address.
2889 2015-10-23 Paulo Matos <pmatos@linki.tools>
2891 * MAINTAINERS: Update email address.
2893 2015-10-23 Alan Hayward <alan.hayward@arm.com>
2895 * MAINTAINERS (Write After Approval): Add myself.
2897 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2899 Sync with binutils-gdb:
2900 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2904 --enable-compressed-debug-sections={all,gas,gold,ld}.
2905 * configure: Regenerated.
2907 2015-10-16 Arnaud Charlet <charlet@adacore.com>
2909 * MAINTAINERS: Update list of Ada maintainers and email addresses.
2911 2015-10-09 Martin Liska <mliska@suse.cz>
2913 * MAINTAINERS (Write After Approval): Add myself.
2915 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
2917 * MAINTAINERS (Write After Approval): Add myself.
2919 2015-10-02 Florian Weimer <fweimer@redhat.com>
2921 * MAINTAINERS: Update email address.
2923 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
2925 * MAINTAINERS (Write After Approval): Add myself.
2927 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
2929 * MAINTAINERS: Update email.
2931 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
2933 * MAINTAINERS: Update my email address.
2935 2015-09-01 James Bowman <james.bowman@ftdichip.com>
2937 * MAINTAINERS (ft32 port): Add myself.
2939 2015-08-28 David Sherwood <david.sherwood@arm.com>
2941 * MAINTAINERS: Add myself.
2943 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
2945 * MAINTAINERS (Write After Approval): Add myself.
2947 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2950 * Makefile.def: Make libgfortran depend on libbacktrace.
2951 * Makefile.in: Regenerate.
2953 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
2955 * MAINTAINERS (Write After Approval): Add myself.
2957 2015-08-12 Tom de Vries <tom@codesourcery.com>
2960 * configure.ac: Remove --with_host_libstdcxx support.
2961 * configure: Regenerate.
2963 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2964 Jakub Jelinek <jakub@redhat.com>
2966 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2968 * configure: Regenerate.
2970 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
2972 * Makefile.def (libiconv): Define bootstrap=true.
2973 Mark pdf/html/info as missing.
2974 (configure-gcc): Depend on all-libiconv.
2976 (configure-libcpp): Ditto.
2977 (all-libcpp): Ditto.
2978 (configure-intl): Ditto.
2980 * Makefile.in: Regenerate.
2982 2015-08-03 Bin Cheng <bin.cheng@arm.com>
2984 * MAINTAINERS (loop ivopts): Add the entry and myself.
2986 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
2988 * MAINTAINERS (nvptx): Add self.
2990 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
2992 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2993 128-bit vector modes.
2995 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
2997 * MAINTAINERS (Write After Approval): Add myself.
2999 2015-07-28 Ben Elliston <bje@gnu.org>
3001 * config.sub, config.guess: Import from upstream.
3003 2015-07-24 Michael Darling <darlingm@gmail.com>
3006 * config-ml.in: Reflects renaming of configure.in to configure.ac
3007 * configure: Likewise
3008 * configure.ac: Likewise
3010 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
3012 * MAINTAINERS: Update my email address.
3014 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3016 Sync with binutils-gdb:
3017 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
3019 * configure.ac (target_configdirs): Exclude target-zlib if
3020 target-libjava isn't built.
3021 * configure: Regenerated.
3023 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3025 Sync with binutils-gdb:
3026 2015-05-13 John David Anglin <dave.anglin@bell.net>
3028 * configure.ac: Disable configuration of GDB for HPUX targets.
3029 * configure: Regenerate.
3031 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3033 * configure.ac: Add --with-system-zlib.
3034 * configure: Regenerated.
3036 2015-01-28 James Bowman <james.bowman@ftdichip.com>
3038 * configure.ac: Add FT32 support.
3039 * configure: Regenerate.
3041 2015-01-12 Anthony Green <green@moxielogic.com>
3043 * configure.ac: Don't disable gprof for moxie.
3044 * configure: Rebuild.
3046 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3048 Sync with binutils-gdb:
3049 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
3052 * Makefile.def: Add extra_configure_flags to host zlib.
3053 * configure.ac (extra_host_zlib_configure_flags): New. Set
3054 to --enable-host-shared When bfd is to be built as shared
3056 * Makefile.in: Regenerated.
3058 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
3061 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
3062 * Makefile.def (dependencies): Add all-zlib to all-bfd.
3063 * Makefile.in: Regenerated.
3065 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3067 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3069 * configure: Regenerate.
3071 2015-06-23 Ludovic Courtès <ludo@gnu.org>
3073 * MAINTAINERS (Write After Approval): Add myself.
3075 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
3077 * MAINTAINERS (OS Port Maintainers): Add myself.
3078 (Various Maintainers): Remove myself from libffi testsuite.
3080 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
3082 * MAINTAINERS (gen* on machine desc): Add self.
3084 2015-06-02 Jason Merrill <jason@redhat.com>
3087 * configure.ac: Use -std=gnu++98.
3089 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
3091 * MAINTAINERS (Write After Approval): Add myself.
3093 2015-05-28 Mike Frysinger <vapier@gentoo.org>
3095 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3096 * configure: Regenerate.
3098 2015-05-26 Jason Merrill <jason@redhat.com>
3100 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3101 * configure: Regenerate.
3103 2015-05-16 James Bowman <james.bowman@ftdichip.com>
3105 * configure.ac: FT32 target added.
3106 * configure: Regenerated.
3108 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
3110 * MAINTAINERS (Write After Approval): Add myself.
3112 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
3114 * MAINTAINERS (Write After Approval): Add myself.
3116 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
3118 * configure.ac: Fix typo.
3119 * configure: Regenerate.
3121 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
3123 * MAINTAINERS (Write After Approval): Add myself.
3125 2015-05-03 Matthias Klose <doko@ubuntu.com>
3127 * configure.ac: Match $host configured with triplets.
3128 * configure: Regenerate.
3130 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3132 * Makefile.tpl: Remove surplus whitespace throughout.
3133 * Makefile.in: Regenerate.
3135 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
3137 * MAINTAINERS (Various Maintainers): Add myself as instruction
3138 combiner maintainer.
3140 2015-04-17 Jakub Jelinek <jakub@redhat.com>
3143 * configure.ac (--enable-stage1-checking): Default to
3144 release,misc,gimple,rtlflag,tree,types if --disable-checking
3145 or --enable-checking is not specified and DEV-PHASE is not
3147 * configure: Regenerated.
3149 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
3151 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3152 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3153 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3154 * Makefile.in: Regenerate.
3156 2015-04-08 Cary Coutant <ccoutant@gmail.com>
3158 * MAINTAINERS: Update my email address.
3160 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
3162 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3164 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3166 * MAINTAINERS: Add myself as an arm port reviewer.
3168 2015-03-25 Martin Liska <mliska@suse.cz>
3169 Yury Gribov <y.gribov@samsung.com>
3171 * Makefile.in: Fix ln source location for vimrc file.
3172 * Makefile.tpl: Likewise.
3174 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
3177 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3178 cross-compiling. Similarly for CXX_FOR_TARGET.
3179 * configure: Regenerate.
3181 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
3183 * Makefile.def: Add libmpx.
3184 * configure.ac: Add libmpx.
3185 * Makefile.in: Regenerate.
3186 * configure: Regenerate.
3188 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
3190 * MAINTAINERS (CPU Port Maintainers): Add myself
3191 i386 vector ISA extns mantainer.
3193 2015-03-13 Jeff Law <law@redhat.com>
3195 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3197 Remove Richard Henderson as a maintainer for the x86 port.
3199 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
3201 * MAINTAINERS (CPU Port Maintainers): Update my email address.
3203 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
3205 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3206 pointer bounds checker and i386 MPX maintainer.
3208 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
3210 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3212 2015-02-26 Martin Sebor <msebor@redhat.com>
3214 * MAINTAINERS (Various Maintainers): Add self.
3216 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
3218 * configure.ac [--enable-as-accelerator-for] (enable_languages):
3219 Make sure it contains lto.
3220 * configure: Regenerate.
3222 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
3224 * configure: Regenerate.
3226 2015-02-06 Diego Novillo <dnovillo@google.com>
3228 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3229 middle-end, docstring): Remove myself.
3230 (Write After Approval): Add myself.
3232 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
3234 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3235 (Write After Approval): Update address.
3237 2015-01-29 David Malcolm <dmalcolm@redhat.com>
3240 * configure.ac: Require the user to explicitly specify
3241 --enable-host-shared if the jit is enabled.
3242 * configure: Regenerate.
3244 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
3246 * MAINTAINERS (Write After Approval): Add myself.
3248 2015-01-25 Tom de Vries <tom@codesourcery.com>
3250 * MAINTAINERS: Make whitespace consistent.
3252 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
3254 * MAINTAINERS (Write After Approval): Add myself.
3256 2015-01-20 Andre Vehreschild <vehre@gmx.de>
3258 * MAINTAINERS: (Write After Approval): Add myself.
3260 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
3262 * MAINTAINERS: (Write After Approval): Add myself.
3264 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
3266 * MAINTAINERS: (Write After Approval): Add myself.
3268 2015-01-13 Iain Sandoe <iain@codesourcery.com>
3270 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3271 objective-c/c++ front end maintainer.
3273 2015-01-13 Marek Polacek <polacek@redhat.com>
3275 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3277 2015-01-12 Jeff Law <law@redhat.com>
3279 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3282 2015-01-09 Ian Lance Taylor <iant@google.com>
3284 * configure.ac (host_tools): Add gotools.
3285 * Makefile.def (host_modules): Add gotools.
3286 (dependencies): Add dependency of all-gotools on all-target-libgo.
3288 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3290 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3291 * configure: Regenerate.
3293 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3295 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3297 * Makefile.in: Regenerate.
3299 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3301 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3303 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3305 * configure.ac: Add Visium support.
3306 * configure: Regenerate.
3308 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
3310 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3311 * configure: Regenerate.
3313 2015-01-03 Andrew Pinski <apinski@cavium.com>
3315 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3316 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3317 (BASE_TARGET_EXPORTS): Add OBJCOPY.
3318 (OBJCOPY_FOR_TARGET): New variable.
3319 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3320 * Makefile.in: Regenerate.
3321 * configure.ac: Check for already installed target objcopy.
3322 Also GCC_TARGET_TOOL on objcopy.
3323 * configure: Regenerate.
3325 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
3327 * config.sub: Update from upstream, to 2015-01-01 version.
3328 * config.guess: Ditto.
3330 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
3332 * MAINTAINERS (RTEMS Ports): Add myself.
3334 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
3336 * MAINTAINERS (Write After Approval): Add myself.
3338 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3340 * MAINTAINERS (Write After Approval): Add myself.
3342 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
3344 * configure.ac (--enable-as-accelerator-for): Don't set
3345 ENABLE_AS_ACCELERATOR_FOR. Update all users.
3346 * configure: Regenerate.
3348 2014-12-13 Jakub Jelinek <jakub@redhat.com>
3351 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3352 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3353 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3355 * Makefile.in: Regenerated.
3357 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3358 Yury Gribov <y.gribov@samsung.com>
3360 * .gitignore: Added .local.vimrc and .lvimrc.
3361 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3362 * Makefile.in: Regenerate.
3364 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3366 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3367 * configure: Regenerated.
3369 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
3371 * MAINTAINERS (nvptx port): New entry.
3373 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
3375 * configure: Regenerate.
3377 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3379 * configure.ac: Merge with Binutils.
3381 2014-11-26 Tobias Burnus <burnus@net-b.de>
3383 * Makefile.def: Make more dependent on mpfr, mpc and isl.
3384 * Makefile.in: Regenerate.
3386 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
3388 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3390 * Makefile.in: Regenerated.
3392 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
3394 * Makefile.in: Regenerate.
3396 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
3399 * libtool.m4: Add $pic_flag with -shared.
3401 2014-11-21 Renlin Li <Renlin.Li@arm.com>
3403 * MAINTAINERS (Write After Approval): Added myself.
3405 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
3407 * MAINTAINERS (write-after-approval): Add myself.
3409 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3411 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3414 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3417 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3419 * MAINTAINERS (Write After Approval): Added myself as line map
3422 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3425 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3427 * MAINTAINERS (Write After Approval): Added myself.
3429 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3431 * MAINTAINERS (Write After Approval): Added myself.
3433 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3435 * MAINTAINERS (Write After Approval): Added myself as line map
3438 2014-11-17 Dodji Seketeli <dodji@redhat.com>
3440 * MAINTAINERS (Various Maintainers): Added myself as line map
3443 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3445 * move-if-change: Sync from upstream gnulib.
3447 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3449 * compile: Sync with upstream Automake.
3451 * install-sh: Ditto.
3453 * mkinstalldirs: Ditto.
3456 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3458 * config.sub: Update from upstream config repo.
3459 * config.guess: Ditto.
3461 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
3463 * Makefile.def: Add liboffloadmic to target_modules. Make
3464 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3465 * Makefile.in: Regenerate.
3466 * configure: Regenerate.
3467 * configure.ac: Add liboffloadmic to target binaries.
3468 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3469 Add liboffloadmic to noconfig list when C++ is not supported.
3471 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3472 Thomas Schwinge <thomas@codesourcery.com>
3473 Ilya Verbin <ilya.verbin@intel.com>
3474 Andrey Turetskiy <andrey.turetskiy@intel.com>
3476 * configure: Regenerate.
3477 * configure.ac (--enable-as-accelerator-for)
3478 (--enable-offload-targets): New configure options.
3480 2014-11-11 Tobias Burnus <burnus@net-b.de>
3482 * Makefile.def: Make all-gcc depend on all-isl.
3483 * Makefile.in: Regenerate.
3485 2014-11-11 David Malcolm <dmalcolm@redhat.com>
3487 * ChangeLog.jit: New.
3488 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3490 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3493 * libtool.m4: Fix globbing of darwin versions.
3494 * configure: Regenerate.
3496 2014-11-11 Tobias Burnus <burnus@net-b.de>
3498 * Makefile.def: Remove CLooG.
3499 * Makefile.tpl: Ditto.
3500 * configure.ac: Ditto.
3501 * configure: Regenerate.
3502 * Makefile.in: Ditto.
3504 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
3506 * configure.ac: Handle nvptx-*-*.
3507 * configure: Regenerate.
3509 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
3511 * MAINTAINERS (Write After Approval): Add myself.
3513 2014-10-31 Jakub Jelinek <jakub@redhat.com>
3515 * Makefile.def (libcc1): Remove bootstrap=true;.
3516 * Makefile.in: Regenerated.
3518 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3520 * configure.ac: Update comment.
3521 * configure: Regenerate.
3523 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
3525 * MAINTAINERS (Write After Approval): Add myself.
3527 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
3529 * configure.ac (extra_host_libiberty_configure_flags): Add
3530 --enable-shared also for libcc1's benefit.
3531 * configure: Regenerate.
3533 2014-10-29 Tristan Gingold <gingold@adacore.com>
3535 * MAINTAINERS: Change my email address.
3537 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
3538 Tom Tromey <tromey@redhat.com>
3540 * Makefile.def: Add libcc1 to host_modules.
3541 * configure.ac (host_tools): Add libcc1.
3542 * Makefile.in, configure: Rebuild.
3544 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
3546 * configure.ac (build_configargs): Don't share config.cache between
3548 * configure: Regenerate.
3550 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3552 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3553 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3554 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3556 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3557 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3558 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3559 * config/sparc/sparc.md (cpu): Add leon3v7.
3560 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3562 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3564 * MAINTAINERS (write-after-approval): Add myself.
3566 2014-10-23 Ian Lance Taylor <iant@google.com>
3568 * configure.ac: Disable the Go frontend on systems where it is known
3570 * configure: Regenerate.
3572 2014-10-23 Richard Biener <rguenther@suse.de>
3574 * Makefile.def: Add libcpp build module and dependencies.
3575 * configure.ac: Add libcpp build module.
3576 * Makefile.in: Regenerate.
3577 * configure: Likewise.
3579 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
3581 * MAINTAINERS (write-after-approval): Add myself.
3583 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3585 * INSTALL/README: Do not mention CVS.
3587 2014-10-03 Jing Yu <jingyu@google.com>
3589 * configure.ac: Add aarch64 to list of targets that support gold.
3590 * configure: Regenerate.
3592 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
3594 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3596 2014-09-29 Catherine Moore <clm@codesourcery.com>
3598 * MAINTAINERS: Add myself as MIPS maintainer.
3600 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3602 * MAINTAINERS: Move myself to MIPS maintainers.
3604 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3606 * MAINTAINERS: Put all email addresses between '<' and '>'.
3608 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3610 * MAINTAINERS: Move myself to reviewers (Fortran).
3612 2014-09-01 Andi Kleen <ak@linux.intel.com>
3614 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3615 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3616 * Makefile.in: Regenerate.
3618 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3620 * rtx-classes-status.txt: Delete
3622 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3624 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3626 2014-08-27 Sebastian Pop <s.pop@samsung.com>
3628 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3629 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3630 of checking for version number.
3631 * configure: Regenerated.
3632 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3634 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3636 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3637 is done; begin phase 6 (use extra rtx_def subclasses).
3639 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3641 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3642 done; begin phase 5 (additional rtx_def subclasses).
3644 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3646 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3648 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3650 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3651 SET_BB_HEADER are done.
3653 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3655 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3658 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3660 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3662 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3664 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3666 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3668 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3670 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3672 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3674 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3676 * rtx-classes-status.txt: Phase 3 (per-file commits within
3677 "config" subdirs) is done; begin phase 4 (removal of
3680 2014-08-23 David Malcolm <dmalcolm@redhat.com>
3682 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3683 dir) is done; begin phase 3 (per-file commits within "config"
3686 2014-08-21 David Malcolm <dmalcolm@redhat.com>
3688 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3689 phase 2 (per-file commits in main source dir).
3691 2014-08-21 Bin Cheng <bin.cheng@arm.com>
3693 * configure: Regenerated.
3695 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3697 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3699 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3701 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3703 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3705 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3707 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3709 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3711 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3713 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3715 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3717 * MAINTAINERS (Write After Approval): Add myself.
3719 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3721 * MAINTAINERS: Remove myself
3723 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3725 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3727 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3729 * MAINTAINERS (Write After Approval): Add myself.
3731 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3733 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3734 SET_BB_HEADER, SET_BB_FOOTER
3736 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3738 * rtx-classes-status.txt: New file
3740 2014-08-18 Roman Gareev <gareevroman@gmail.com>
3742 * configure.ac: Eliminate ClooG installation dependency.
3743 * configure: Regenerate.
3744 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3745 * Makefile.in: Regenerate.
3747 2014-08-15 Ilya Verbin <iverbin@gmail.com>
3749 * MAINTAINERS (Write After Approval): Add myself.
3751 2014-08-15 Ilya Tocar <tocarip@gmail.com>
3753 * MAINTAINERS (Write After Approval): Add myself.
3755 2014-08-01 Jiong Wang <jiong.wang@arm.com>
3757 * MAINTAINERS (Write After Approval): Add myself.
3759 2014-07-28 Anthony Green <green@moxielogic.com>
3761 Import from savannah.gnu.org:
3762 * config.sub: Update to 2014-07-28 version.
3764 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3766 * MAINTAINERS: Remove my MIPS maintainer entry.
3768 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
3771 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3772 * configure: Regenerate.
3774 2014-07-24 James Norris <jnorris@codesourcery.com>
3776 * MAINTAINERS (Write After Approval): Add myself.
3778 2014-07-20 Roman Gareev <gareevroman@gmail.com>
3780 * configure.ac: Accept only CLooG 0.18.1.
3781 * configure: Regenerate.
3783 2014-07-17 Roman Gareev <gareevroman@gmail.com>
3785 * configure.ac: Don't accept isl 0.11.
3786 * configure: Regenerate.
3788 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3790 * MAINTAINERS (Write After Approval): Add myself.
3792 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3794 * configure.ac: Don't accept isl 0.10.
3795 * configure: Regenerate.
3797 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
3799 Fix include path for in-tree cloog.
3800 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3801 * configure: Regenerate.
3803 2014-06-18 Richard Henderson <rth@redhat.com>
3805 * .gitignore: Import gcc_update output.
3807 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3809 * config-ml.in: Robustify ac_configure_args parsing.
3811 * configure.ac (--enable-linker-plugin-configure-flags)
3812 (--enable-linker-plugin-flags): New flags.
3813 (configdirs): Conditionally add libiberty-linker-plugin.
3814 * configure: Regenerate.
3815 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3816 (host_modules) <lto-plugin>: Pay attention to
3817 @extra_linker_plugin_flags@ and
3818 @extra_linker_plugin_configure_flags@.
3819 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3820 * Makefile.in: Regenerate.
3822 * Makefile.tpl (configure-[+prefix+][+module+])
3823 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3824 "module_srcdir" instead of "module" for locating a module's srcdir.
3825 * Makefile.in: Regenerate.
3827 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3829 * MAINTAINERS (Write After Approval): Add myself.
3831 2014-06-06 Sebastian Pop <sebpop@gmail.com>
3833 * MAINTAINERS: Update my email address.
3835 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3837 * MAINTAINERS (Write After Approval): Add myself.
3839 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3841 * MAINTAINERS (Write After Approval): Add myself.
3843 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
3846 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3847 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3848 * configure: Regenerate.
3850 2014-05-28 Pedro Alves <palves@redhat.com>
3852 * MAINTAINERS (Write After Approval): Add myself.
3854 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3856 * MAINTAINERS: Update my affiliation/email.
3858 2014-05-19 Mike Stump <mikestump@comcast.net>
3860 * MAINTAINERS: Add wide-int reviewers.
3862 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3864 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3865 * configure: Regenerated.
3867 2014-05-15 Torvald Riegel <triegel@redhat.com>
3869 * MAINTAINERS (libitm): Add myself as maintainer.
3871 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
3873 * MAINTAINERS (Write After Approval): Add myself.
3875 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3877 * config.sub, config.guess: Import from upstream.
3879 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3881 * MAINTAINERS (Write After Approval): Put myself in correct order.
3883 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3885 * MAINTAINERS (Write After Approval): Add myself.
3887 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3889 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3892 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3894 * MAINTAINERS (Write After Approval): Delete myself.
3896 2014-04-17 Jakub Jelinek <jakub@redhat.com>
3899 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3900 and -B* options with -Xcompiler.
3902 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3905 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3906 * Makefile.in: Regenerate.
3908 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3910 * Makefile.def (dependencies): Make all-ld depend on all-binutils
3911 for WINDRES_FOR_TARGET in default-manifest.o rule.
3912 * Makefile.in: Regenerate.
3914 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
3916 * MAINTAINERS (Write After Approval): Add myself.
3918 2014-03-26 Jakub Jelinek <jakub@redhat.com>
3921 * Makefile.def: Set bootstrap=true; for host fixincludes.
3922 * configure.ac: Don't bootstrap host fixincludes unless
3923 --with-build-config=bootstrap-{a,ub}san.
3924 * Makefile.in: Regenerated.
3925 * configure: Regenerated.
3927 2014-03-21 Jakub Jelinek <jakub@redhat.com>
3929 * configure.ac: Move BUILD_CONFIG set up earlier. Add
3930 --enable-vtable-verify option parsing. Don't add
3931 target-libsanitizer to bootstrap_target_libs unless
3932 --with-build-config=bootstrap-asan or
3933 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
3934 to bootstrap_target_libs unless --enable-vtable-verify.
3935 * configure: Regenerated.
3937 2014-03-10 Anatoly Sokolov <aesok@post.ru>
3939 * MAINTAINERS (Write After Approval): Add myself.
3941 2014-03-07 Denis Chertykov <chertykov@gmail.com>
3943 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3945 2014-03-07 Jakub Jelinek <jakub@redhat.com>
3948 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3949 -I for libstdc++-v3 includes if $(LEAN).
3950 * Makefile.in: Regenerated.
3952 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
3954 * MAINTAINERS: Update my email address.
3956 2014-02-24 Walter Lee <walt@tilera.com>
3958 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3959 (tilegx-*-*): Change to tilegx*-*-*.
3960 * configure: Regenerate.
3962 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
3964 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3966 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
3968 * MAINTAINERS (Write After Approval): Add myself.
3970 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3973 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3976 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
3978 * MAINTAINERS: Update my email address.
3980 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
3982 * MAINTAINERS: Convert to UTF-8.
3983 Properly sort Xinliang David Li's entry.
3985 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
3986 Sandra Loosemore <sandra@codesourcery.com>
3988 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3989 nios2 port maintainers.
3991 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
3993 * MAINTAINERS (Write After Approval): Add myself.
3995 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3997 * configure.ac: Add user-friendly check for native x86_64-linux
3999 * configure: Regenerate.
4001 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
4003 * MAINTAINERS: Add myself as sh maintainer.
4005 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4007 * MAINTAINERS: Add self as SLSR maintainer.
4009 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
4011 * MAINTAINERS: Update my email address.
4013 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
4015 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4017 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4019 * Makefile.in: Regenerate.
4021 * Makefile.tpl: Fix typo.
4022 * Makefile.in: Regenerate partially.
4024 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
4026 * configure.ac: Added libcilkrts to noconfig list when C++ is not
4028 * configure: Regenerated.
4030 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
4032 * MAINTAINERS (Write After Approval): Add myself.
4034 2013-10-30 Jason Merrill <jason@redhat.com>
4036 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4037 --disable-build-format-warnings.
4039 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
4041 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
4042 depend on libstdc++ and libgcc.
4043 * configure: Regenerate.
4044 * configure.ac: Added libcilkrts to target binaries. Also, restrict
4045 libcilkrts for POSIX and i*86, and x86_64 architectures.
4046 * Makefile.in: Added libcilkrts related fields to support building it.
4048 2013-10-26 Jeff Law <law@redhat.com>
4050 * Makefile.def (target_modules): Remove libmudflap
4051 (languages): Remove check-target-libmudflap).
4052 * Makefile.in: Rebuilt.
4053 * Makefile.tpl (check-target-libmudflap-c++): Remove.
4054 * configure.ac (target_libraries): Remove target-libmudflap.
4055 Remove checks which disabled libmudflap on some systems.
4056 * configure: Rebuilt.
4057 * libmudflap: Directory removed.
4059 2013-10-21 Cong Hou <congh@google.com>
4061 * MAINTAINERS (Write After Approval): Add myself.
4063 2013-10-16 Mike Stump <mikestump@comcast.net>
4065 * .dir-locals.el: Add.
4067 2013-10-15 David Malcolm <dmalcolm@redhat.com>
4069 * configure.ac: Add --enable-host-shared
4070 * configure: Regenerate.
4072 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4074 Import from savannah.gnu.org:
4075 * config.guess: Update to 2013-06-10 version.
4076 * config.sub: Update to 2013-10-01 version.
4078 2013-10-01 Simon Cook <simon.cook@embecosm.com>
4080 Changes to build configuration to allow big endian ARC ELF toolchain
4081 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4082 * configure: Regenerate.
4084 2013-09-20 Alan Modra <amodra@gmail.com>
4086 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4087 ppc host match. Support little-endian powerpc linux hosts.
4089 2013-09-19 Dodji Seketeli <dodji@redhat.com>
4091 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4094 2013-09-12 DJ Delorie <dj@redhat.com>
4096 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4099 2013-09-03 Richard Biener <rguenther@suse.de>
4101 * configure.ac: Also allow ISL 0.12.
4102 * configure: Regenerated.
4104 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4106 * MAINTAINERS (Write After Approval): Add myself.
4108 2013-08-27 David Malcolm <dmalcolm@redhat.com>
4110 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4112 2013-08-26 Caroline Tice <cmtice@google.com>
4114 * MAINTAINERS: Correct earliers update: Move myself from libvtv
4115 "Various Reviewers" to libvtv "Various Maintainers".
4117 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
4119 * MAINTAINERS: Add myself as RTL optimizers reviewer.
4121 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
4123 * MAINTAINERS: Update name, email.
4125 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
4127 * MAINTAINERS (Write After Approval): Add myself.
4129 2013-08-12 Caroline Tice <cmtice@google.com>
4131 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4132 address in the Write After Approval section.
4134 2013-08-09 Carlos O'Donell <carlos@redhat.com>
4136 * MAINTAINERS (Write After Approval): Update email.
4138 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
4140 * configure.ac: Adjust to check VTV_SUPPORTED.
4141 * configure: Regenerated.
4143 2013-08-02 Caroline Tice <cmtice@google.com>
4145 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4146 on non-linux systems; add target-libvtv to noconfigdirs; add
4147 libsupc++/.libs to C++ library search paths.
4148 * configure: Regenerated.
4149 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4150 libstdc++ and libgcc.
4151 * Makefile.in: Regenerated.
4153 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
4155 * MAINTAINERS (Write After Approval): Add myself.
4157 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
4158 Shiva Chen <shiva0217@gmail.com>
4160 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4161 nds32 port maintainers.
4163 2013-07-17 Tim Shen <timshen91@gmail.com>
4165 * MAINTAINERS (Write After Approval): Add myself.
4167 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4169 * configure.ac: Sync from binutils.
4170 * configure: Regenerate.
4172 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
4174 * MAINTAINERS (Write After Approval): Add myself.
4176 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
4178 * MAINTAINERS (Write After Approval): Add myself.
4180 2013-05-17 David Malcolm <dmalcolm@redhat.com>
4182 * MAINTAINERS (Write After Approval): Add myself.
4184 2013-04-30 Brooks Moses <bmoses@google.com>
4186 * MAINTAINERS: Update my email; move myself from Fortran
4187 reviewer to Write After Approval.
4189 2013-04-16 Andreas Schwab <schwab@suse.de>
4191 * configure.ac (aarch64-*-*): Don't disable java.
4192 * configure: Regenerate.
4194 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
4196 * MAINTAINERS (Write After Approval): Add myself.
4198 2013-03-30 Matthias Klose <doko@ubuntu.com>
4200 * Makefile.def (target_modules): Don't install libffi.
4201 * Makefile.in: Regenerate.
4203 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
4205 * MAINTAINERS (Write After Approval): Add myself.
4207 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
4209 * MAINTAINERS (Write After Approval): Add myself.
4211 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
4213 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4214 * configure: Regenerated.
4216 2013-02-05 Ian Lance Taylor <iant@google.com>
4219 * configure.ac: Disable libgo on some systems where it does not
4222 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
4224 * MAINTAINERS: Explicitly add myself as AIX maintainer.
4225 Remove Geoff Keating as rs6000 port maintainer, at his request.
4227 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
4229 * MAINTAINERS: Update my email.
4231 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
4233 * configure: Re-generate.
4235 2013-01-15 Richard Biener <rguenther@suse.de>
4238 * configure: Re-generate.
4240 2013-01-14 Matthias Klose <doko@ubuntu.com>
4242 * Makefile.def (install-target-libsanitizer): Depend on
4243 install-target-libstdc++-v3.
4244 * Makefile.in: Regenerate.
4246 2013-01-14 Richard Biener <rguenther@suse.de>
4248 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4249 * configure: Re-generate
4251 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4253 * config.sub: Update from config repo.
4255 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
4257 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4258 * Makefile.in: Regenerate.
4260 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4262 * MAINTAINERS (arc): Add new port maintainership for myself.
4264 2013-01-09 Jason Merrill <jason@redhat.com>
4266 * .gitignore: Import from gdb repository.
4268 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
4270 * Makefile.def (configure-gcc): Depend on all-gmp.
4271 (all-gcc): Remove dependency on all-gmp.
4272 * Makefile.in: Regenerated.
4274 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4276 * config.sub: Merge from config repo.
4277 * config.guess: Ditto.
4279 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4281 * Makefile.def: Merge from binutils.
4282 * Makefile.in: Ditto.
4284 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
4286 * MAINTAINERS: Update my email.
4288 2012-12-29 Ben Elliston <bje@gnu.org>
4290 * config.guess: Update to 2012-12-29 version.
4291 * config.sub: Likewise.
4293 2012-12-20 Matthias Klose <doko@ubuntu.com>
4295 * Makefile.def (install-target-libgfortran): Depend on
4296 install-target-libquadmath, install-target-libgcc.
4297 (install-target-libsanitizer): Depend on install-target-libgcc.
4298 (install-target-libjava): Depend on install-target-libgcc.
4299 (install-target-libitm): Depend on install-target-libgcc.
4300 (install-target-libobjc): Depend on install-target-libgcc.
4301 (install-target-libstdc++-v3): Depend on install-target-libgcc.
4302 * Makefile.in: Regenerate.
4304 2012-12-19 Matthias Klose <doko@ubuntu.com>
4306 * Makefile.def (install-target-libgo): Depend on
4307 install-target-libatomic.
4308 * Makefile.in: Regenerate.
4310 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
4313 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4314 * Makefile.in: Regenerate.
4316 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
4318 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4319 * configure: Regenerate.
4321 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4323 * config.sub: Merge from config repo.
4325 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
4327 * Makefile.def (target_modules): Add bootstrap=true and
4328 raw_cxx=true to libsanitizer.
4329 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4330 * Makefile.in: Regenerated.
4331 * configure: Likewise.
4333 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
4335 * MAINTAINERS: Remove self as RTL optimization maintainer.
4337 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4339 * MAINTAINERS (Write After Approval): Add myself.
4341 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4343 * Makefile.def (target_modules): Remove bootstrap=true and
4344 raw_cxx=true from libsanitizer.
4345 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4346 * Makefile.in: Regenerated.
4347 * configure: Likewise.
4349 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4351 * Makefile.def (target_modules): Add bootstrap=true and
4352 raw_cxx=true to libsanitizer.
4353 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4354 * Makefile.in: Regenerated.
4355 * configure: Likewise.
4357 2012-11-28 Andrew Pinski <apinski@cavium.com>
4360 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4361 * configure: Regenerate.
4362 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4363 * Makefile.in: Regenerate.
4365 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4367 * configure.ac: Disable libsanitizer if we're not building C++.
4368 * configure: Regenerate.
4370 2012-11-15 Roland McGrath <roland@hack.frob.com>
4372 * MAINTAINERS (Write After Approval): Add myself.
4374 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
4376 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4377 Kostya Serebryany (kcc@google.com) and
4378 Jakub Jelinek (jakub@redhat.com).
4379 Rename area for Dodji Seketeli (dodji@redhat.com).
4381 2012-11-15 Dodji Seketeli <dodji@redhat.com>
4383 * MAINTAINERS: (asan.c, related): Add myself.
4385 2012-11-14 Roland McGrath <mcgrathr@google.com>
4387 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4388 * configure: Regenerate.
4390 2012-11-13 Richard Henderson <rth@redhat.com>
4392 * configure.ac: Move libsanitizer logic to subdirectory.
4393 * configure: Regenerate.
4395 2012-11-13 Dodji Seketeli <dodji@redhat.com>
4397 * configure.ac: Enable libsanitizer just on x86 linux for now.
4398 * configure: Re-generate.
4400 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
4402 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4404 * configure: Regenerate.
4406 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
4408 * configure.ac: Add section for configdirs for libsanitizer.
4409 Disable for cris-*-* and mmix-*-*.
4410 * configure: Regenerate.
4412 2012-11-12 Wei Mi <wmi@google.com>
4414 * configure.ac: Add libsanitizer to target_libraries.
4415 * Makefile.def: Ditto.
4416 * configure: Regenerate.
4417 * Makefile.in: Regenerate.
4418 * libsanitizer: New directory for asan runtime. Contains an empty
4421 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
4423 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4424 against Mingw64 w32api.
4425 * configure: Regenerate.
4427 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
4429 * configure: Regenerated.
4431 2012-11-03 Robert Mason <rbmj@verizon.net>
4433 * configure.ac: add --disable-libstdcxx configure option
4434 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4436 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4438 * MAINTAINERS (Write After Approval): Add myself.
4440 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
4442 * MAINTAINERS (Write After Approval): Add myself.
4444 2012-10-24 Sharad Singhai <singhai@google.com>
4446 * MAINTAINERS (Write After Approval): Add myself.
4448 2012-10-24 Eric Christopher <echristo@gmail.com>
4450 * MAINTAINERS: Update email address.
4452 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
4455 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4456 * configure: Regenerate.
4458 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
4460 * MAINTAINERS (aarch64): Add Marcus and myself.
4462 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
4465 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4466 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4467 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4468 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4469 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4470 * Makefile.in: Regenerate.
4471 * configure.ac (have_static_libs): New variable and associated check.
4472 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4473 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4474 * configure: Regenerate.
4476 2012-10-10 Richard Biener <rguenther@suse.de>
4478 * MAINTAINERS: Adjust for changed surname.
4480 2012-10-04 Lawrence Crowl <crowl@google.com>
4482 * MAINTAINERS (Write After Approval): Add myself.
4484 2012-10-01 Cary Coutant <ccoutant@google.com>
4486 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4488 2012-09-28 Ian Lance Taylor <iant@google.com>
4490 * Makefile.def: Make all-target-libgo depend on
4491 all-target-libbacktrace.
4492 * Makefile.in: Rebuild.
4494 2012-09-26 Ian Lance Taylor <iant@google.com>
4496 * Makefile.def: Make all-gcc depend on all-libbacktrace.
4497 * Makefile.in: Rebuild.
4499 2012-09-20 Walter Lee <walt@tilera.com>
4501 * configure.ac: Add tilegx to list of targets that support gold.
4502 * configure: Regenerate.
4504 2012-09-20 Marek Polacek <polacek@redhat.com>
4506 * MAINTAINERS (Write After Approval): Add myself.
4508 2012-09-19 Steve Ellcey <sellcey@mips.com>
4510 * configure.ac: Add mips*-mti-elf* target.
4511 * configure: Regenerate.
4513 2012-09-17 Ian Lance Taylor <iant@google.com>
4515 * MAINTAINERS (Various Maintainers): Add libbacktrace.
4516 * configure.ac (host_libs): Add libbacktrace.
4517 (target_libraries): Add libbacktrace.
4518 * Makefile.def (host_modules): Add libbacktrace.
4519 (target_modules): Likewise.
4520 * configure, Makefile.in: Rebuild.
4522 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
4525 Merge upstream change.
4526 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4528 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4529 Add libgomp*.o to compare_exclusions for AIX.
4530 * configure: Regenerate.
4532 2012-09-06 Diego Novillo <dnovillo@google.com>
4534 * configure.ac: Bump minimum GMP version to 4.2.3.
4535 * configure: Re-generate.
4537 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
4540 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4541 target-libgloss if not configured --with-avrlibc=no.
4542 * configure: Regenerate.
4544 2012-09-04 Jason Merrill <jason@redhat.com>
4546 * configure.ac: Fix --enable-languages=all.
4548 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
4550 * MAINTAINERS (Write After Approval): Add myself.
4552 2012-09-03 Richard Guenther <rguenther@suse.de>
4555 * configure.ac: Re-organize ISL / CLOOG checks to allow
4556 disabling with either --without-isl or --without-cloog.
4557 * configure: Regenerated.
4559 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
4561 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4562 * configure: Regenerate.
4564 2012-08-27 Ulrich Drepper <drepper@gmail.com>
4566 * MAINTAINERS: Fix my email address.
4568 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4571 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4573 * Makefile.in: Regenerated.
4575 2012-08-26 Art Haas <ahaas@impactweather.com>
4577 * configure: Regenerate.
4579 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
4581 * INSTALL/README: Also refer to the online installation
4584 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4586 * MAINTAINERS (Write After Approval): Add myself.
4587 (Picochip port): Remove myself.
4589 2012-08-14 Diego Novillo <dnovillo@google.com>
4591 Merge from cxx-conversion branch.
4593 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4594 POSTSTAGE1_CONFIGURE_FLAGS.
4595 * Makefile.in: Regenerate.
4596 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4597 Force C++ when bootstrapping.
4598 * configure: Regenerate.
4600 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4602 * MAINTAINERS (Write After Approval): Add myself.
4604 2012-07-16 Joseph Myers <joseph@codesourcery.com>
4606 * README: Document use of ranges of years in copyright notices.
4608 2012-07-06 Richard Guenther <rguenther@suse.de>
4610 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4611 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4613 * Makefile.in: Regenerated.
4614 * configure: Likewise.
4616 2012-07-06 Richard Guenther <rguenther@suse.de>
4618 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4619 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4620 supply V=1 as extra_make_flags.
4621 * configure: Regenerated.
4622 * Makefile.in: Likewise.
4624 2012-07-04 Tristan Gingold <gingold@adacore.com>
4626 * configure: Regenerate.
4628 2012-07-03 Richard Guenther <rguenther@suse.de>
4630 * Makfile.def (isl): Remove not necessary extra_exports and
4632 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4633 * Makefile.in: Regenerated.
4635 2012-07-03 Richard Guenther <rguenther@suse.de>
4637 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4638 * configure.ac: If either the ISL or the CLooG check failed
4639 do not try to build in-tree versions.
4640 * Makefile.in: Regenerated.
4641 * configure: Regenerated.
4643 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4645 * configure: Regenerate.
4647 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
4649 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4652 2012-07-02 Richard Guenther <rguenther@suse.de>
4654 * configure: Regenerated.
4656 2012-07-02 Richard Guenther <rguenther@suse.de>
4657 Michael Matz <matz@suse.de>
4658 Tobias Grosser <tobias@grosser.es>
4659 Sebastian Pop <sebpop@gmail.com>
4661 * Makefile.def: Add ISL host module, remove PPL host module.
4662 Adjust ClooG host module to use the proper ISL.
4663 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4664 * configure.ac: Include config/isl.m4. Add ISL host library,
4665 remove PPL. Remove PPL configury, add ISL configury, adjust
4667 * Makefile.in: Regenerated.
4668 * configure: Likewise.
4670 2012-07-02 Richard Guenther <rguenther@suse.de>
4672 Merge from graphite branch
4673 2011-07-21 Tobias Grosser <tobias@grosser.es>
4675 * configure: Regenerated.
4676 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4677 both cloog.org and legacy versions. The only supported version will
4678 be CLooG with the isl backend.
4680 2011-07-21 Tobias Grosser <tobias@grosser.es>
4682 * configure: Regenerated.
4683 * configure.ac: Require cloog isl 0.17.0
4685 2011-07-21 Tobias Grosser <tobias@grosser.es>
4687 * configure: Regenerated.
4688 * config/cloog.m4: Do not define CLOOG_ORG
4690 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4692 * configure.ac: Skip C if explicitly selected.
4693 * configure: Regenerate.
4695 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
4697 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4699 * configure: Regenerate.
4701 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4704 * df.h, df-problems.c, dce.c: Revert last patch.
4706 2012-06-25 Iain Sandoe <iain@codesourcery.com>
4708 * MAINTAINERS (Write After Approval): Update my email address.
4710 2012-06-21 Meador Inge <meadori@codesourcery.com>
4712 * MAINTAINERS (Write After Approval): Add myself.
4714 2012-06-20 Jason Merrill <jason@redhat.com>
4716 * Makefile.tpl (check-target-libgomp-c++): New.
4717 (check-target-libitm-c++): New.
4718 * Makefile.def (c++): Add them.
4719 * Makefile.in: Regenerate.
4721 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
4723 * MAINTAINERS (Write After Approval): Add myself.
4725 2012-05-16 Olivier Hainque <hainque@adacore.com>
4727 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4728 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4729 (install-no-fixedincludes): Adjust accordingly.
4730 * Makefile.in: Regenerate.
4732 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4734 Merge upstream change
4735 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4737 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
4739 * MAINTAINERS (Write After Approval): Add myself.
4741 2012-05-09 Nick Clifton <nickc@redhat.com>
4742 Paul Smith <psmith@gnu.org>
4745 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4746 allow for the fact that from release v3.1.0 of MPFR the source
4747 files were moved into a src sub-directory.
4748 * configure: Regenerate.
4750 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4752 * configure.ac: Bump minimum MPFR version to 2.4.0.
4753 * configure: Regenerated.
4755 2012-05-01 Richard Henderson <rth@redhat.com>
4757 * Makefile.def (libatomic): New target_module.
4758 * configure.ac (target_libraries): Add libatomic.
4759 (noconfigdirs): Check if libatomic is supported.
4760 * Makefile.in, configure: Rebuild.
4762 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4764 * MAINTAINERS (Write After Approval): Add myself.
4766 2012-04-25 Joel Brobecker <brobecker@adacore.com>
4768 * config.sub: Update to 2012-04-18 version from official repo.
4770 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4772 * MAINTAINERS (Write After Approval): Add myself.
4774 2012-04-11 Steve Ellcey <sellcey@mips.com>
4776 * MAINTAINERS: Changed email address.
4778 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
4781 * contrib/gcc_update (files_and_dependencies):
4782 Remove gcc/config/avr/t-multilib from touch data.
4784 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4786 * MAINTAINERS (OS Port Maintainers): Remove irix.
4787 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4788 (unsupported_languages): Remove mips-sgi-irix6.*.
4789 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4790 (with_stabs): Remove.
4791 * configure: Regenerate.
4793 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4795 * MAINTAINERS (OS Port Maintainers): Remove osf.
4796 * configure.ac (enable_libgomp): Remove *-*-osf*.
4797 (with_stabs): Remove alpha*-*-osf*.
4798 * configure: Regenerate.
4800 2012-03-05 Tristan Gingold <gingold@adacore.com>
4802 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4803 * configure: Regenerate.
4805 2012-02-17 Walter Lee <walt@tilera.com>
4807 * MAINTAINERS: (Write After Approval): Delete myself.
4809 2012-02-14 Walter Lee <walt@tilera.com>
4811 * MAINTAINERS (tilegx port): Add myself.
4812 (tilepro port): Add myself.
4813 (Write After Approval): Add myself.
4815 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4817 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4818 and Joseph Myers as docstring relicensing maintainers.
4820 2012-02-09 Bin Cheng <bin.cheng@arm.com>
4822 * MAINTAINERS (write-after-approval): Add myself.
4824 2012-02-08 Ira Rosen <irar@il.ibm.com>
4826 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4829 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4831 * MAINTAINERS (Write After Approval): Move myself to
4832 maintain alphabetical order.
4834 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4836 * MAINTAINERS (Write After Approval): Add myself.
4838 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4840 * MAINTAINERS (Write After Approval): Add myself.
4842 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4843 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4845 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4846 * configure: Regenerate.
4848 2012-01-23 Harshit Chopra <harshit@google.com>
4850 * MAINTAINERS (Write After Approval): Add myself.
4852 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
4854 * configure.ac: Remove reference to mh-interix.
4855 * configure: Regenerate.
4857 2012-01-05 Richard Henderson <rth@redhat.com>
4860 * configure.ac: Disable libitm if c++ is not enabled.
4861 * configure: Rebuild.
4863 * configure.ac: Fix regexp for same.
4864 * configure: Rebuild.
4866 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4868 * MAINTAINERS (Write After Approval): Add myself.
4870 2012-01-02 Richard Guenther <rguenther@suse.de>
4873 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4874 * Makefile.in: Regenerate.
4876 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4878 * MAINTAINERS (Write After Approval): Add myself.
4880 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4882 * configure: Regenerate.
4884 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4886 * MAINTAINERS (picochip): Changed email address.
4888 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4890 * MAINTAINERS (write-after-approval): Add self.
4892 2011-11-29 DJ Delorie <dj@redhat.com>
4894 * configure.ac (rl78-*-*) New case.
4895 * configure: Regenerate.
4896 * MAINTAINERS: Add myself as RL78 maintainer.
4898 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4900 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4902 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
4904 * libtool.m4: Additional FreeBSD 10 fixes.
4906 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
4908 * MAINTAINERS: Move myself from Write After Approval to CPU Port
4909 Maintainers section, as Epiphany maintainer.
4911 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
4914 * configure.ac: Remove ranlib special-casing for Darwin.
4915 * configure: Regenerate.
4917 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
4919 * MAINTAINERS (Reviewers): Keep the list sorted.
4921 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
4923 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4925 2011-11-09 Roland McGrath <mcgrathr@google.com>
4927 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4928 * configure: Rebuild.
4929 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4930 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4931 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4932 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4933 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4935 * Makefile.in: Rebuild.
4937 2011-11-09 Jason Merrill <jason@redhat.com>
4939 * Makefile.def (language=c++): Remove check-c++0x.
4940 * Makefile.in (check-gcc-c++): Regenerate.
4942 2011-11-08 Richard Henderson <rth@redhat.com>
4944 * configure.ac: Test for libitm directory present first.
4946 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4948 * configure.ac: Test libitm/configure.tgt to disable libitm.
4949 * configure: Rebuild.
4951 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
4952 Richard Henderson <rth@redhat.com>
4954 Merged from transactional-memory.
4956 * Makefile.def (lang_env_dependencies): libitm is c++.
4957 Add libitm target module.
4958 * configure.ac: Likewise.
4959 * config/mmap.m4: New file.
4960 * contrib/gcc_update: Add libitm to touch data.
4961 * Makefile.in, configure: Rebuild.
4963 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4965 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4966 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4967 * Makefile.in: Regenerate.
4969 2011-11-01 DJ Delorie <dj@redhat.com>
4971 * config.sub: Update to version 2011-10-29 (added rl78)
4973 2011-10-27 Nick Clifton <nickc@redhat.com>
4975 * config.sub: Import these changes from the config project:
4977 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
4978 Ben Elliston <bje@gnu.org>
4980 * config.sub (epiphany): New.
4982 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
4983 Ben Elliston <bje@gnu.org>
4985 * config.sub (hexagon, hexagon-*): New.
4987 2011-08-23 Roland McGrath <mcgrathr@google.com>
4989 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4992 2011-08-16 Roland McGrath <mcgrathr@google.com>
4994 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4995 (nacl): Grok as alias for 32el-unknown-nacl.
4997 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
4999 * MAINTAINERS (Write After Approval): Add myself.
5001 2011-10-24 Teresa Johnson <tejohnson@google.com>
5003 * MAINTAINERS (Write After Approval): Add myself.
5005 2011-09-21 Jakub Jelinek <jakub@redhat.com>
5007 * MAINTAINERS (sparc port): Remove myself.
5009 2011-09-14 Tom de Vries <tom@codesourcery.com>
5011 * MAINTAINERS (Write After Approval): Add myself.
5013 2011-08-14 Yao Qi <yao@codesourcery.com>
5015 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5016 * configure: Regenerate.
5018 2011-07-26 Ian Lance Taylor <iant@google.com>
5020 * configure.ac: Set have_compiler based on whether gcc directory
5021 exists, rather than on whether gcc is in configdirs.
5022 * configure: Rebuild.
5024 2011-07-21 Joseph Myers <joseph@codesourcery.com>
5026 * MAINTAINERS (Global Reviewers): Add self.
5028 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
5030 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5032 * Makefile.in: Rebuild.
5034 2011-07-20 Ian Lance Taylor <iant@google.com>
5037 * configure.ac: Move --enable-bootstrap handling earlier in file.
5038 If --enable-bootstrap and either --enable-build-with-cxx or
5039 --enable-build-poststage1-with-cxx, enable C++ automatically.
5040 * configure: Rebuild.
5042 2011-07-19 Ian Lance Taylor <iant@google.com>
5044 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
5045 make C++ a boot_language. Set and substitute
5046 POSTSTAGE1_CONFIGURE_FLAGS.
5047 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5048 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5049 * configure, Makefile.in: Rebuild.
5051 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
5053 * MAINTAINERS (Register Allocation): Move myself from reviewers to
5056 2011-07-18 Jakub Jelinek <jakub@redhat.com>
5058 * MAINTAINERS (Global Reviewers): Add myself.
5060 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5062 * configure: Regenerate.
5064 2011-07-16 Jason Merrill <jason@redhat.com>
5066 * Makefile.def (language=c++): Add check-c++0x and
5067 check-target-libmudflap-c++.
5068 * Makefile.tpl (check-target-libmudflap-c++): New.
5069 * Makefile.in: Regenerate.
5071 2011-07-16 Matthias Klose <doko@ubuntu.com>
5073 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5074 * Makefile.def (target_modules/libjava): Pass
5075 $(EXTRA_CONFIGARGS_LIBJAVA).
5076 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5077 if not configured with --enable-static-libjava.
5078 * Makefile.in: Regenerate.
5079 * configure: Likewise.
5081 2011-07-15 Jason Merrill <jason@redhat.com>
5083 * Makefile.in (check-c++): Move check-gcc-c++0x after
5084 check-target-libstdc++-v3.
5086 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
5088 * MAINTAINERS (c6x port): New entry.
5090 2011-07-13 Jason Merrill <jason@redhat.com>
5092 * Makefile.in (check-gcc-c++0x): New.
5093 (check-c++): Depend on it.
5095 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5098 * configure.ac (i[3456789]86-*-solaris2*): Also accept
5099 x86_64-*-solaris2.1[0-9]*.
5100 * configure: Regenerate.
5102 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
5104 * MAINTAINERS (RTL optimizers): Add self.
5106 2011-06-27 Gabriel Charette <gchare@google.com>
5108 * MAINTAINERS (Write After Approval): Add myself.
5110 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
5117 * configure.ac (target_libraries): Remove target-libiberty.
5118 Remove case-statement setting skipdirs=target-libiberty for
5119 multiple targets. Remove checking target_configdirs and
5120 removing target-libiberty but keeping target-libgcc if
5122 * Makefile.def (target_modules): Don't add libiberty.
5123 (dependencies): Remove all traces of target-libiberty.
5124 * configure, Makefile.in: Regenerate.
5126 2011-06-13 Walter Lee <walt@tilera.com>
5128 * configure.ac (tilepro-*-*) New case.
5129 (tilegx-*-*): Likewise.
5130 * configure: Regenerate.
5132 2011-06-06 Jing Yu <jingyu@google.com>
5134 * configure.ac: Skip target-libiberty for
5135 arm*-*-linux-androideabi.
5136 * configure: Regenerated.
5138 2011-06-06 Nick Clifton <nickc@redhat.com>
5140 * config.sub: Sync from upstream.
5142 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
5144 * MAINTAINERS (Write After Approval): Add myself.
5146 2011-06-01 Daniel Jacobowitz <drow@false.org>
5148 * MAINTAINERS: Update my email address.
5150 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5152 * MAINTAINERS (Write After Approval): Update my email address.
5154 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5156 * MAINTAINERS (Write After Approval): Add myself.
5158 2011-05-08 Doug Kwan <dougkwan@google.com>
5160 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5161 * configure: Regenerated.
5162 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5163 value from configure.
5164 * Makefile.in: Regenerated.
5166 2011-05-05 Joseph Myers <joseph@codesourcery.com>
5168 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5169 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5170 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5171 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5172 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5173 *-*-vxworks*): Disable newlib and libgloss in separate case
5175 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5176 to separate case statement.
5177 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5178 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5179 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5180 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5181 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5182 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5183 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5184 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5185 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5186 i[[3456789]]86-*-rdos*, m32r-*-*,
5187 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5188 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5189 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5190 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5191 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5192 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5193 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5194 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5195 and libgloss in main case over targets. Remove most empty cases
5196 in main case over targets.
5197 * configure: Regenerate.
5199 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
5201 * MAINTAINERS (Write After Approval): Add myself.
5203 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5205 * configure.ac: Remove code setting special library locations for
5206 hppa*64*-*-hpux11*. Remove code setting compiler for
5207 sparc-sun-solaris2*.
5208 * configure: Regenerate.
5210 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5212 * configure.ac: Separate libgloss_dir settings from general case
5214 * configure: Regenerate.
5216 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5218 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5219 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5220 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5221 cases in libgcj-disabling case statement.
5222 (hppa*64*-*-linux*): Set unsupported_languages instead of
5223 disabling target-zlib.
5224 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5225 to hppa*64*-*-hpux*.
5226 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5228 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5229 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5230 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5231 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5232 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5233 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5234 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5235 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5236 libgcj-disabling case statement.
5237 * configure: Regenerate.
5239 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5241 * configure.ac: Disable Java for targets not supporting libffi.
5242 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5243 Remove cases in Java-disabling statement.
5244 (*arm-wince-pe): Change to arm-wince-pe.
5245 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5246 cases in Java-disabling statement.
5247 (bfin-*-*): Don't disable Java again.
5248 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5249 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5250 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5251 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5252 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5253 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5254 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5255 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5256 Java-disabling statement.
5257 (mmix-*-*): Don't disable Java again.
5258 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5259 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5260 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5261 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5262 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5264 * configure: Regenerate.
5266 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5268 * configure.ac: Separate cases disabling Java and Java libraries
5269 from general case over targets.
5270 * configure: Regenerate.
5272 2011-04-21 Jie Zhang <jzhang918@gmail.com>
5274 * MAINTAINERS: Update my email address.
5276 2011-04-20 Easwaran Raman <eraman@google.com>
5278 * MAINTAINERS (Write After Approval): Add myself.
5280 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
5283 * configure.ac: Re-enable LTO on *-apple-darwin9*.
5284 * configure: Regenerate.
5286 2011-04-16 Jim Meyering <meyering@redhat.com>
5288 * MAINTAINERS (Write After Approval): Add myself.
5290 2011-04-15 Dodji Seketeli <dodji@redhat.com>
5292 * MAINTAINERS: Update my email address.
5294 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
5296 * MAINTAINERS (Write After Approval): Add myself.
5298 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
5300 * MAINTAINERS (Write After Approval): Add myself.
5302 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
5304 * MAINTAINERS (Write After Approval): Add myself.
5306 2011-04-06 Joseph Myers <joseph@codesourcery.com>
5308 * configure.ac (build_tools): Remove build-byacc.
5309 (host_libs): Remove mmalloc.
5310 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5311 autoconf automake libtool diff rcs fileutils shellutils time
5312 textutils wdiff find uudecode hello tar gzip indent recode release
5313 sed perl gawk findutils gettext zip.
5314 (libgcj): Remove target-qthreads.
5315 (target_tools): Remove target-examples target-gperf.
5316 (YACC): Don't handle building byacc.
5317 * configure: Regenerate.
5318 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5319 dosutils, examples, fileutils, find, findutils, gawk, gettext,
5320 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5321 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5322 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5323 handle building components.
5324 * Makefile.in: Regenerate.
5326 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
5328 * MAINTAINERS: Update my email address as Xtensa maintainer.
5330 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5332 * config.sub: Sync from upstream.
5334 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5336 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5337 (microblaze*): Don't disable libssp.
5338 * configure: Regenerate.
5340 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5342 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5344 * configure: Regenerate.
5345 * Makefile.tpl: Use @SHELL@ not @config_shell@.
5346 * Makefile.in: Regenerate.
5348 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5350 * configure.ac (*-*-sysv4*): Don't enable libgomp.
5351 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5352 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5353 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5354 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5355 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5356 md_exec_prefix cases.
5357 * configure: Regenerate.
5359 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5361 * configure.ac: Separate cases disabling target-libssp,
5362 target-libiberty, target-libstdc++-v3 and Fortran from general
5364 * configure: Regenerate.
5366 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5368 * configure.ac (*-*-chorusos): Don't disable libgcj.
5369 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5371 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5372 (arm-*-coff): Don't disable libgcj.
5373 (arm*-*-linux-gnueabi): Remove useless assignment.
5374 (arm-*-riscix*): Don't disable libgcj.
5375 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5377 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5378 (c54x*-*-*): Remove case.
5379 (tic54x-*-*): Don't disable GCC or GCC libraries.
5380 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
5382 (d10v-*-*): Don't disable GCC libraries.
5383 (d30v-*-*): Don't disable libgcj.
5384 (h8500-*-*): Don't disable GCC libraries.
5385 (i960-*-*): Don't disable libgcj.
5386 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5387 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5388 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5390 (m68k-*-coff*): Remove case.
5391 (mmix-*-*): Don't disable libgloss on host.
5392 (mn10200-*-*, mn10300-*-*): Remove cases.
5393 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5394 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5395 Don't disable libgcj.
5396 (romp-*-*): Remove case.
5397 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5398 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5400 (v810-*-*): Don't disable GCC libraries.
5401 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5402 (ip2k-*-*): Don't disable GCC libraries.
5403 * configure: Regenerate.
5405 2011-03-28 Joseph Myers <joseph@codesourcery.com>
5407 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5409 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5411 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5412 * configure: Regenerate.
5414 2011-03-26 John Marino <binutils@marino.st>
5416 * configure.ac: Add support for *-*-dragonfly*
5417 * configure: Regenerate.
5419 2011-03-25 Joseph Myers <joseph@codesourcery.com>
5421 * configure.ac (native_only): Remove.
5422 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5423 send-pr uudecode guile gnuserv on host.
5424 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5425 send-pr rcs guile perl texinfo libtool on host.
5426 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5427 automake send-pr rcs guile perl texinfo libtool on host.
5428 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5429 (*-*-kaos*): Don't disable target-examples target-gperf on target.
5430 (alpha*-dec-osf*): Don't disable fileutils on target.
5431 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5432 texinfo send-pr expect dejagnu on target.
5433 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5434 target-qthreads on target.
5435 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5436 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5437 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5438 x86_64-*-mingw*): Don't disable expect on target.
5439 (*-*-cygwin*): Don't disable target-gperf on target.
5440 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5442 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5444 * configure: Regenerate.
5446 2011-03-25 Joseph Myers <joseph@codesourcery.com>
5448 * configure.ac (target_tools): Remove target-groff.
5449 (native_only): Remove target-groff.
5450 (hppa*64*-*-*): Don't disable byacc.
5451 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5453 (*-*-kaos*): Don't skip target-librx and target-groff.
5454 (*-*-netware*): Don't skip target-libmudflap.
5455 (*-*-tpf*): Don't skip target-libmudflap.
5456 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5457 directories on the host.
5458 (ia64*-*-*vms*): Don't skip tix.
5459 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5461 * configure: Regenerate.
5463 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
5465 * configure.ac: Remove references to mt-mep, mt-netware,
5467 * Makefile.def: Add all-utils soft dependencies.
5468 * Makefile.tpl: Remove GDB_NLM_DEPS.
5469 * configure: Regenerate.
5470 * Makefile.in: Regenerate.
5472 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5474 * configure.ac: Do not include mh-x86omitfp.
5475 * configure: Regenerate.
5477 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5479 * configure.ac: Remove empty cases.
5480 * configure: Regenerate.
5482 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5484 * Makefile.def: Add dependency from termcap to gdb.
5485 * Makefile.in: Regenerate.
5487 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5489 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5490 * configure: Regenerate.
5491 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5492 * Makefile.tpl: Likewise.
5493 * Makefile.in: Regenerate.
5495 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5497 * configure.ac: Remove all mentions of tentative_cc.
5498 * configure: Regenerate.
5500 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5502 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5503 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5504 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5505 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5506 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5507 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5508 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5509 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5510 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5511 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5512 *-*-rhapsody*): Remove host cases.
5513 * configure: Regenerate.
5515 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5517 * configure.ac (ppc*-*-pe): Remove host case.
5518 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5519 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5520 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5522 * configure: Regenerate.
5524 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5526 * config.sub: Update to version 2011-03-23.
5528 2011-03-22 Joseph Myers <joseph@codesourcery.com>
5530 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5531 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5532 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5533 * configure: Regenerate.
5535 2011-03-22 Joseph Myers <joseph@codesourcery.com>
5537 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
5538 to Write After Approval.
5539 * config-ml.in: Don't handle arc-*-elf*.
5540 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5541 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5542 handle GCC libraries.
5543 * configure: Regenerate.
5545 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5548 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5549 Add -lstdc++ -lm to LIBS.
5550 * configure: Regenerate.
5552 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
5554 * config.guess: Update to version 2011-02-02
5555 * config.sub: Update to version 2011-02-24
5557 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
5560 * configure.ac: Re-enable LTO on *-apple-darwin9.
5561 * configure: Regenerate.
5563 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
5566 * configure.ac: Disable LTO on darwin due to an assembler change in
5567 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5569 * configure: Regenerate.
5571 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5573 * MAINTAINERS: Update myself as score backend maintainer,
5574 update my e-mail address.
5576 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
5578 * MAINTAINERS: Update my e-mail address.
5580 2011-03-06 Joey Ye <joey.ye@arm.com>
5582 * MAINTAINERS: Update my e-mail address.
5584 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5586 * configure.ac: Adjust test of with_ppl.
5587 * configure: Regenerated.
5589 2011-03-02 Kai Tietz <ktietz@redhat.com>
5591 * MAINTAINERS: Adjust my e-mail address.
5593 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5595 * configure.ac: Add -lpwl to ppllibs.
5596 * configure: Regenerated.
5598 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5600 * config/cloog.m4: Add -lisl to clooglibs.
5601 * configure: Regenerated.
5603 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5605 * MAINTAINERS (CPU Port maintainers): Add self.
5607 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5609 * MAINTAINERS: Add myself as testsuite maintainer.
5611 2011-02-15 Mike Stump <mikestump@comcast.net>
5613 * MAINTAINERS: Add myself as testsuite maintainer.
5615 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5617 Import from Libtool and gnulib:
5619 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5621 Prepare for supporting FreeBSD 10.
5622 * config.rpath: Remove handling of freebsd1* which soon would
5625 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5627 Remove support for FreeBSD 1.x.
5628 * libtool.m4 (_LT_LINKER_SHLIBS)
5629 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5630 soon would incorrectly match FreeBSD 10.0.
5632 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5635 * move-if-change: Import version from gnulib.
5637 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
5640 * Makefile.def (lto-plugin): Double dash for enable-shared.
5641 (configure-gcc): Depend on all-lto-plugin.
5642 * Makefile.in: Rebuilt.
5644 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5646 * configure.ac: Remove extra bracket.
5647 * configure: Regenerate.
5649 2011-02-08 Tobias Burnus <burnus@net-b.de>
5651 * MAINTAINERS: Add myself as libquadmath maintainer.
5653 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
5655 * MAINTAINERS: Update my email address.
5657 2011-02-07 Joseph Myers <joseph@codesourcery.com>
5659 * MAINTAINERS (option handling): Add self.
5661 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
5664 * Makefile.def: Add dependency for install-gcc
5665 on install-lto-plugin.
5666 * Makfile.in: Regenerated
5668 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5670 * MAINTAINERS (CPU Port Maintainers): Add myself.
5672 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
5675 * configure.ac: Discard --with-* flags for host when configuring
5676 target libraries for cross build.
5677 * configure: Rebuilt.
5679 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5681 * MAINTAINERS (linear loop transforms): Removed.
5683 2011-01-25 Jakub Jelinek <jakub@redhat.com>
5685 * configure.ac: If with_ppl is no, move setting with_cloog=no
5686 after CLOOG_REQUESTED check.
5687 * configure: Regenerated.
5689 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5691 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5692 CLooG has been requested.
5693 * configure: Regenerated.
5695 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5697 * configure: Regenerated.
5698 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5700 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5702 * configure: Regenerated.
5703 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5705 2011-01-21 Andreas Schwab <schwab@redhat.com>
5707 * configure.ac: Use AS_HELP_STRING throughout.
5708 * configure: Regenerate.
5710 2011-01-18 Jie Zhang <jie.zhang@analog.com>
5712 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5713 * configure: Regenerate.
5715 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5717 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5719 2011-01-13 Joel Brobecker <brobecker@adacore.com>
5721 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5723 * configure: Regenerate.
5725 2011-01-07 Jan Hubicka <jh@suse.cz>
5728 * Makefile.in: Regenerate.
5729 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5732 2011-01-07 Jan Hubicka <jh@suse.cz>
5734 * Makefile.in: Regenerate.
5735 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5736 and configure dependency on lto-plugin configure.
5737 (lto-plugin module): Remove dependency on GCC; add dependency on
5740 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5742 * MAINTAINERS (Write After Approval): Add myself.
5744 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5746 * configure: Regenerate.
5748 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5750 * configure.ac: (picochip): Disable libiberty.
5752 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5754 * MAINTAINERS (Write After Approval): Add myself.
5756 2010-12-10 Ian Lance Taylor <iant@google.com>
5759 * configure.ac: For --disable-libgcj clear libgcj_saved.
5760 * configure: Rebuild.
5762 2010-12-10 Tobias Burnus <burnus@net-b.de>
5765 * configure.ac: Add --disable-libquadmath and
5766 --disable-libquadmath-support.
5767 * configure: Regenerate.
5769 2010-12-03 Ian Lance Taylor <iant@google.com>
5771 * MAINTAINERS: Add myself as libgo maintainer.
5773 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
5776 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5777 * configure: Regenerate.
5779 2010-12-02 Ian Lance Taylor <iant@google.com>
5781 * configure.ac: Always set default for poststage1_ldflags to
5782 -static-libstdc++ -static-libgcc.
5784 2010-11-29 Andreas Schwab <schwab@redhat.com>
5786 * configure.ac: Move comment to remove extra space in last argument
5789 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
5792 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5793 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5794 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5795 (BASE_FLAGS_TO_PASS): Use it.
5796 * configure: Rebuilt.
5797 * Makefile.in: Rebuilt.
5799 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5802 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5803 Properly check default linker.
5804 * configure: Regnerated.
5806 2010-11-23 Matthias Klose <doko@ubuntu.com>
5808 * configure.ac: For --enable-gold, handle value `default' instead of
5809 `both*'. New configure option --{en,dis}able-ld.
5810 * configure: Regenerate.
5812 2010-11-20 Ian Lance Taylor <iant@google.com>
5814 * configure.ac: Only disable a language library if no language needs
5815 it. Don't let --disable-libgcj uncondtionally disable libffi.
5816 * configure: Rebuild.
5818 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5820 * Makefile.in: Regenerate.
5823 * configure.ac: Fix just-built in-tree STRIP name to be
5825 * configure: Regenerate.
5826 * Makefile.def (install-strip-gcc, install-strip-binutils)
5827 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5828 (install-strip-sid): Mirror dependencies on non-strip variants
5829 of these targets on the respective -strip prerequisites.
5830 * Makefile.tpl (install-strip, install-strip-host)
5831 (install-strip-target): New targets.
5832 (install-strip-[+module+], install-strip-target-[+module+]):
5834 * Makefile.in: Regenerate.
5836 2010-11-19 Ian Lance Taylor <iant@google.com>
5837 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5839 * configure.ac: Add target-libgo to target_libraries. Set
5840 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5841 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5842 (HOST_EXPORTS): Add GOC.
5843 (BASE_TARGET_EXPORTS): Add GOC.
5844 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5845 (GOCFLAGS_FOR_TARGET): New variable.
5846 (EXTRA_HOST_FLAGS): Add GOC.
5847 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5848 * Makefile.def (target_modules): Add libgo.
5849 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5850 (dependencies): Add dependency from configure-target-libgo to
5851 configure-target-libffi and all-target-libstdc++-v3. Add
5852 dependencies from all-target-libgo to all-target-libffi.
5853 (languages): Add go.
5854 * configure: Rebuild.
5855 * Makefile.in: Rebuild.
5857 2010-11-19 Ian Lance Taylor <iant@google.com>
5859 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5860 compiler/flag environment variables.
5862 2010-11-18 Ian Lance Taylor <iant@google.com>
5864 * configure.ac: Check for lang_requires_boot_languages in
5865 config-lang.in files.
5866 * configure: Rebuild.
5868 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5869 Tobias Burnus <burnus@net-b.de>
5872 * Makefile.def: Add libquadmath; build it with language=fortran.
5873 * configure.ac: Add libquadmath.
5874 * Makefile.tpl: Handle multiple libs in check-[+language+].
5875 * Makefile.in: Regenerate.
5876 * configure: Regenerate.
5878 2010-11-16 Tom Tromey <tromey@redhat.com>
5880 * MAINTAINERS: Moved myself to reviewers section.
5882 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
5884 * MAINTAINERS: Moved myself to reviewers section.
5886 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5888 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5889 (Write After Approval): Remove self.
5891 2010-11-15 Andreas Schwab <schwab@redhat.com>
5893 * configure.ac: Fix spelling in option names.
5894 * configure: Regenerated.
5896 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
5899 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5900 * configure: Regenerated.
5902 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5904 * MAINTAINERS: Update my email address.
5906 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5908 * configure: Regenerate.
5910 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5912 * configure: Regenerate.
5914 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5916 * configure: Regenerate.
5918 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5920 * configure: Regenerate.
5922 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
5924 * configure.ac: Support official CLooG.org versions.
5925 * configure: Regenerate.
5926 * config/cloog.m4: New.
5928 2010-11-10 François Dumont <francois.cppdevs@free.fr>
5930 * MAINTAINERS (Write After Approval): Add myself.
5932 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
5934 * MAINTAINERS: Update my email address.
5936 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
5938 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5939 * configure: Regenerate.
5941 2010-11-03 Ian Lance Taylor <iant@google.com>
5942 Dave Korn <dave.korn.cygwin@gmail.com>
5945 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
5946 and on other supported platforms whenever LTO is enabled.
5947 * configure: Rebuild.
5949 2010-11-02 Alan Modra <amodra@gmail.com>
5952 * configure.ac: Error when source path contains spaces.
5953 * configure: Regenerate.
5955 2010-10-23 James E. Wilson <wilson@codesourcery.com>
5957 * MAINTAINERS: Update my email address.
5959 2010-10-20 Ian Lance Taylor <iant@google.com>
5961 * Makefile.def (target_modules): Set lib_path to src/.libs for
5962 libstdc++-v3 module.
5963 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5964 * Makefile.in: Rebuild.
5966 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5968 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5969 (Write After Approval): Remove myself.
5971 2010-10-15 Tristan Gingold <gingold@adacore.com>
5973 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5975 2010-10-14 Douglas Rupp <rupp@gnat.com>
5977 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5979 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
5981 * configure.ac (build_lto_plugin): New shell variable.
5982 (--enable-lto): Turn on by default for all non-ELF platforms that
5983 have had LTO support added so far. Set build_lto_plugin appropriately
5984 for both ELF and non-ELF.
5985 (configdirs): Add lto-plugin or not based on build_lto_plugin.
5986 * configure: Regenerate.
5988 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5991 * configure.ac (v850 support): Remove target-libgloss from
5993 * configure: Regenerate.
5995 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5999 * configure.ac: Honor initial values of $build_configargs,
6000 $host_configargs, $target_configargs. Mark the precious, so
6001 environment settings get recorded.
6002 * configure: Regenerate.
6004 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6007 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6008 Depend on all-build-libiberty.
6009 * Makefile.in: Regenerate.
6011 2010-09-30 Michael Eager <eager@eagercon.com>
6013 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6014 * configure: Regenerate.
6016 2010-09-28 Michael Eager <eager@eagercon.com>
6018 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6020 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6023 * configure.ac: Fix unportable shell quoting.
6024 * configure: Regenerate.
6026 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6028 * configure.ac (enable-lto): Add Darwin to the list of supported lto
6029 targets and amend comment.
6030 * configure: Regenerate.
6032 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6034 * MAINTAINERS (Write After Approval): Add myself.
6036 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
6038 * configure.ac: Enable LTO by default on Darwin.
6039 * configure: Regenerate.
6041 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6043 * MAINTAINERS (Write After Approval): Add myself.
6045 2010-09-01 Ian Bolton <ian.bolton@arm.com>
6047 * MAINTAINERS (Write After Approval): Add myself.
6049 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
6051 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6054 2010-07-28 David Yuste <david.yuste@gmail.com>
6056 * MAINTAINERS (Write After Approval): Add myself.
6058 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6060 * configure.ac: Support all v850 targets.
6061 * configure: Regenerate.
6063 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
6066 * configure.ac (extra_mpfr_configure_flags): Copy from
6067 extra_mpc_gmp_configure_flags.
6068 * configure: Re-generated.
6070 2010-07-22 Andi Kleen <ak@linux.intel.com>
6072 * MAINTAINERS (Write After Approval): Add myself.
6074 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
6076 * MAINTAINERS (Write After Approval): Add myself.
6078 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
6080 * MAINTAINERS (Write After Approval): Add myself.
6082 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
6085 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6086 Provide -B option to allow for link spec %s substitutions for
6087 libstdc++.a on darwin.
6088 * Makefile.in: Regenerate.
6090 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
6092 * MAINTAINERS (Reviewers): Update my e-mail address
6094 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
6096 * Makefile.def (configure-gcc): Depend on all-libelf.
6097 * Makefile.in: Rebuild.
6099 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
6101 * MAINTAINERS (Write After Approval): Add myself in the right place.
6103 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
6105 * MAINTAINERS (Write After Approval): Add myself.
6107 2010-05-25 Sterling Augustine <sterling@tensilica.com>
6109 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6111 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
6113 * config.sub: Update to version 2010-05-21.
6114 * config.guess: Update to version 2010-04-03.
6116 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
6118 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6119 * configure: Regenerate.
6121 2010-05-12 Sriraman Tallam <tmsriram@google.com>
6123 * MAINTAINERS (Write After Approval): Add myself.
6125 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6127 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6128 a platform that supports LTO.
6129 * configure: Regenerate.
6131 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
6133 * configure.ac: Allow all the versions greater than 0.10 of PPL.
6134 * configure: Regenerated.
6136 2010-04-27 Roland McGrath <roland@redhat.com>
6137 H.J. Lu <hongjiu.lu@intel.com>
6139 * configure.ac (--enable-gold): Support both, both/gold and
6140 both/bfd to add gold to configdirs without removing ld.
6141 * configure: Regenerated.
6143 * Makefile.def: Add install-gold dependency to install-ld.
6144 * Makefile.in: Regenerated.
6146 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
6149 * configure.ac (--enable-lto): Refactor handling so libelf tests
6150 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6151 and allow LTO to be explicitly enabled on non-ELF platforms that
6152 are known to support it inside else-clause.
6153 * configure: Regenerate.
6155 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
6157 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6158 * configure: Regenerate.
6160 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
6162 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6163 * configure: Regenerate.
6165 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6167 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6169 * configure: Regenerate.
6171 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
6173 * MAINTAINERS (Write After Approval): Add myself.
6175 2010-04-14 Tristan Gingold <gingold@adacore.com>
6177 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6178 * configure: Regenerate.
6180 2010-04-13 Steve Ellcey <sje@cup.hp.com>
6182 * configure: Regenerate after change to elf.m4.
6184 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
6186 * MAINTAINERS (Write After Approval): Add myself.
6188 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6190 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6191 * configure: Regenerated.
6193 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6195 * configure.ac: Print "buggy but acceptable" when CLooG
6196 revision is less than 9.
6197 * configure: Regenerated.
6199 2010-04-01 Diego Novillo <dnovillo@google.com>
6201 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6203 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6210 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6212 * configure.ac: Do not pass --enable-multilib nor
6213 --disable-multilib in baseargs. Accept explicitly passed
6215 * configure: Regenerate.
6217 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6219 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6221 2010-03-31 Janis Johnson <janis187@us.ibm.com>
6223 * MAINTAINERS: Remove myself.
6225 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6228 * configure.ac: Do not pass --enable-multilib nor
6229 --disable-multilib in baseargs. Accept explicitly passed
6231 * configure: Regenerate.
6233 2010-03-28 Andrew Pinski <pinskia@gmail.com>
6235 * MAINTAINERS (spu port): Remove me.
6237 2010-03-23 Joseph Myers <joseph@codesourcery.com>
6239 * configure.ac (tic6x-*-*): New case.
6240 * configure: Regenerate.
6242 2010-03-23 Joseph Myers <joseph@codesourcery.com>
6244 * config.sub: Update to version 2010-03-22.
6245 * config.guess: Update to version 2009-12-30.
6247 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
6250 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6251 * configure: Regenerate.
6253 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6255 * MAINTAINERS: Update my email address.
6257 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
6259 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6260 (ghassan.shobaki@amd.com): Removed.
6262 2010-03-17 Alan Modra <amodra@gmail.com>
6264 * MAINTAINERS: Update my email address.
6266 2010-03-16 Diego Novillo <dnovillo@google.com>
6268 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6271 2010-03-16 Joseph Myers <joseph@codesourcery.com>
6273 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6274 Gutson, Jeffrey D. Oldham and Mark Shinwell.
6276 2010-03-16 Joseph Myers <joseph@codesourcery.com>
6278 * MAINTAINERS: Update my email address.
6280 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6282 * MAINTAINERS: Update my email address.
6284 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
6286 * MAINTAINERS: Update my email address.
6288 2010-03-09 Jie Zhang <jie@codesourcery.com>
6290 * MAINTAINERS: Update my email address.
6292 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6295 * configure.ac (RANLIB): Default to true.
6297 (RANLIB_FOR_TARGET): Remove superfluous : argument.
6298 * configure: Regenerate.
6300 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
6302 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6303 (Write After Approval): Update my email address.
6305 2010-02-17 Nick Clifton <nickc@redhat.com>
6308 * Makefile.tpl (local-distclean): Also remove config.cache files in
6309 sub-directories as there may not be Makefiles present in the
6311 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6312 the config.cache files found by the find command.
6314 * Makefile.in: Regenerate.
6315 * configure.ac: Revert previous delta.
6316 * configure: Regenerate.
6318 2010-02-15 Nick Clifton <nickc@redhat.com>
6321 * configure.ac: Delete config.cache files in sub-directories when
6323 * configure: Regenerate.
6325 2010-02-12 Ben Elliston <bje@gnu.org>
6327 * MAINTAINERS: Update my email address.
6329 2010-02-08 Andrew Pinski <pinskia@gmail.com>
6331 * MAINTAINERS (spu port): Update my email address.
6333 2010-02-08 Jie Zhang <jie.zhang@analog.com>
6335 * MAINTAINERS: Add myself as a maintainer for the bfin port.
6337 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6339 * configure.ac: Add "recommended" version checks for GMP/MPC.
6340 Update recommended GMP/MPFR/MPC versions.
6341 * configure: Regenerate.
6343 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
6345 * MAINTAINERS: Move my Embecosm email address into the
6346 write-after-approval section.
6348 2010-01-26 Ian Lance Taylor <iant@google.com>
6350 * MAINTAINERS: Add myself as Go frontend maintainer.
6352 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
6354 PR libstdc++/36101, PR libstdc++/42813
6355 * configure.ac (bootstrap_target_libs): Make inclusion of
6356 target-libgomp conditional on libgomb being in target_configdirs.
6357 * configure: Regenerate.
6359 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
6361 PR libstdc++/36101, PR libstdc++/42813
6362 * configure.ac (bootstrap_target_libs): Include target-libgomp.
6363 * configure: Regenerate.
6365 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
6367 PR libstdc++/36101, PR libstdc++/42813
6368 * configure.ac (target_configdirs): Substitute.
6369 * Makefile.def: Bootstrap target module libgomp.
6370 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6371 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6372 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6373 * configure, Makefile.in: Regenerate.
6375 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
6377 * MAINTAINERS: Adjust my details.
6379 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
6381 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6383 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6385 * MAINTAINERS: reindented my entry with tabs instead of spaces.
6387 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
6389 * MAINTAINERS (Write After Approval): Add myself.
6391 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6393 * MAINTAINERS (Write After Approval): Add myself.
6395 2010-01-11 Richard Guenther <rguenther@suse.de>
6398 * Makefile.def (all-lto-plugin): Depend on all-gcc.
6399 * Makefile.in: Regenerated.
6401 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
6403 * configure.ac: Enable libjava build on x86_64-*freebsd*.
6404 * configure: Regenerate.
6406 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6407 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6410 * configure.ac: Include libtool m4 files.
6411 (_LT_CHECK_OBJDIR): Call it.
6412 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6413 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6415 * configure: Regenerate.
6417 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6420 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6421 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
6422 * Makefile.in: Regenerate.
6424 2010-01-02 Richard Guenther <rguenther@suse.de>
6427 * configure.ac: Include config/elf.m4. Disable LTO if not
6428 builting for an elf target.
6429 * configure: Regenerate.
6431 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
6433 * MAINTAINERS: Change my email address.
6435 2009-12-18 Ben Elliston <bje@au.ibm.com>
6437 * config.sub, config.guess: Update from upstream sources.
6439 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
6441 * MAINTAINERS (Write After Approval): Add myself.
6443 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6449 * configure.ac: Require MPC.
6450 * configure: Regenerate.
6452 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6456 * libtool.m4: Sync from git Libtool.
6457 * ltoptions.m4: Likewise.
6458 * ltversion.m4: Likewise.
6459 * lt~obsolete.m4: Likewise.
6460 * ltmain.sh: Likewise.
6462 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6464 * configure.ac: Update minimum MPC version to 0.8.
6465 * configure: Regenerate.
6467 2009-11-21 Sebastian Pop <sebpop@gmail.com>
6469 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6470 * configure: Regenerated.
6472 2009-11-21 Ian Lance Taylor <iant@google.com>
6474 * configure.ac: Change default of poststage1_ldflags to be empty if
6475 poststage1_libs is set. When poststage1_libs is empty, and
6476 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6477 * configure: Rebuild.
6479 2009-11-21 Adam Nemet <adambnmet@gmail.com>
6481 * MAINTAINERS (Write After Approval): Update my email address.
6483 2009-11-20 Ben Elliston <bje@au.ibm.com>
6485 * config.guess: Update from upstream sources.
6487 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
6489 * Makefile.def: Restore host and target settings for gmp.
6490 * Makefile.in: Rebuild.
6492 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
6494 * configure.ac: Add libelf to host_libs. Enable in-tree configury
6495 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
6496 Fix portability of test of C++ as bootstrap language. Add
6497 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6498 * configure: Rebuild.
6499 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6500 and cloog. Fix in-tree ppl configuration. Introduce libelf
6502 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6503 (POSTSTAGE1_HOST_EXPORTS): Use it.
6504 (STAGE[+id+]_CXXFLAGS): New.
6505 (BASE_FLAGS_TO_PASS): Pass it down.
6506 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
6508 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6509 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6511 * Makefile.in: Rebuild.
6513 2009-11-17 Ben Elliston <bje@au.ibm.com>
6515 * config.sub, config.guess: Update from upstream sources.
6517 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6519 * MAINTAINERS (Write After Approval): Add myself.
6521 2009-11-09 Jon Beniston <jon@beniston.com>
6523 * MAINTAINERS (Write After Approval): Add myself.
6525 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
6527 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
6528 paths for *-w64-mingw* and x86_64-*mingw*.
6529 * configure: Regenerated.
6531 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
6533 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6535 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
6537 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6538 Phil Edwards to Write-After Approval.
6540 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
6542 * configure.ac: Disable target-winsup & co for
6543 x86_64-*-mingw* and *-w64-mingw* targets.
6544 * configure: Regenerated.
6546 2009-10-16 Nick Clifton <nickc@redhat.com>
6548 * MAINTAINERS: Add myself as a maintainer for the RX port.
6550 2009-10-26 Johannes Singler <singler@kit.edu>
6552 * MAINTAINERS (Write After Approval): Update my e-mail address.
6554 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6556 * configure.ac (CLooG test): Use = with test.
6557 * configure: Regenerate.
6559 2009-10-22 Richard Guenther <rguenther@suse.de>
6561 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
6562 cloog if the ppl version check failed. Move flags saving
6563 before setting in libelf check.
6564 * configure: Regenerate.
6566 2009-10-21 Richard Guenther <rguenther@suse.de>
6568 * configure.ac: Adjust the ppl and cloog configure to work as
6569 documented. Disable cloog if ppl was disabled. Omit the version
6570 checks if they were disabled.
6571 * configure: Re-generate.
6573 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6575 * configure.ac: Add 'lto' to enable_languages, not
6576 new_enable_languages, and only if not already present.
6577 * configure: Regenerate.
6579 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
6581 * README: Refer to the various COPYING* files instead of just
6583 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6585 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
6587 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6589 2009-10-07 Richard Guenther <rguenther@suse.de>
6591 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6592 and Richard Guenther as reviewers.
6593 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6596 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
6598 * config.sub: Update from upstream sources.
6600 2009-10-06 Ian Lance Taylor <iant@google.com>
6602 * Makefile.def: check-gold depends upon all-gas.
6603 * Makefile.in: Rebuild.
6605 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6607 * MAINTAINERS (Write After Approval): Add myself.
6609 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6611 * Makefile.def: all-lto-plugin depends on all-libiberty.
6612 set bootstrap=true for lto-plugin.
6614 * Makefile.in: Regenerate.
6615 * configure.ac (host_libs): Add lto-plugin.
6616 * configure: Regenerate.
6618 2009-10-03 Diego Novillo <dnovillo@google.com>
6620 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6621 (HOST_LIBELFLIBS): Define.
6622 (HOST_LIBELFINC): Define.
6623 * Makefile.in: Regenerate.
6624 * configure.ac: Add --enable-lto.
6625 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6626 If --enable-lto is used, add 'lto' to new_enable_languages.
6627 If --enable-lto is used and gold is enabled, add
6628 lto-plugin to configdirs.
6629 * configure: Regenerate.
6631 2009-10-03 Simon Baldwin <simonb@google.com>
6633 * configure.ac: If --with-system-zlib, suppress local zlib and
6634 pass --with-system-zlib to subdir configure scripts.
6635 * configure: Regenerate.
6637 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
6638 Paolo Bonzini <bonzini@gnu.org>
6640 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6642 * Makefile.in: Rebuilt.
6644 2009-09-26 Gary Funck <gary@intrepid.com>
6646 * MAINTAINERS (Write After Approval): Add myself.
6648 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6650 * configure.ac: Update minimum MPC version to 0.7.
6651 * configure: Regenerate.
6653 2009-09-25 Nick Clifton <nickc@redhat.com>
6655 * configure.ac: Pass any --cache-file=/dev/null option on to
6657 * configure: Regenerate.
6659 2009-09-23 Nick Clifton <nickc@redhat.com>
6661 * config.sub, config.guess: Update from upstream sources.
6663 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
6665 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6666 * Makefile.in: Rebuilt.
6668 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6671 * configure.ac: Error out if $srcdir isn't '.' but contains
6672 host-${host_noncanonical}.
6673 * configure: Regenerate.
6675 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6677 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6680 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6682 * configure.ac: If bootstrapping a combined tree with
6683 --enable-gold, require c++ in stage1_languages.
6684 * configure: Regenerate.
6686 * configure.ac: Also add target_libs of stage1_languages to
6687 bootstrap_target_libs.
6688 * configure: Regenerate.
6690 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6691 with --enable-languages not containing c++.
6692 * configure: Regenerate.
6694 2009-09-15 Jie Zhang <jie.zhang@analog.com>
6696 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6697 * configure: Regenerate.
6699 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
6701 * MAINTAINERS (Write After Approval): Update my e-mail address,
6702 and move from from here...
6703 (Waiting for paperwork): To here.
6705 2009-09-09 Joseph Myers <joseph@codesourcery.com>
6707 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6709 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6711 * configure.ac: Do not use $extrasub for replacing @if/@endif
6712 parts in Makefile; instead, use additional arguments to
6713 AC_CONFIG_COMMANDS to do the replacement manually, with several
6714 sed invocations, to avoid HP-UX sed command limits.
6715 * configure: Regenerate.
6717 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
6719 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6722 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
6724 * configure.ac (with-build-config): Document. Handle without.
6725 Handle missing argument.
6726 * configure: Rebuilt.
6728 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
6730 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6731 Default to bootstrap-debug only if compare-debug works.
6732 * configure: Rebuilt.
6733 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6734 * Makefile.in: Rebuilt.
6736 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6738 * MAINTAINERS (OS Port Maintainers): Update my email address.
6740 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
6742 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6743 * Makefile.in: Rebuilt.
6745 2009-09-01 Chris Demetriou <cgd@google.com>
6747 * MAINTAINERS (Write After Approval): Add myself.
6749 2009-08-31 Dodji Seketeli <dodji@redhat.com>
6752 * include/dwarf2.h (enum dwarf_tag): Added
6753 DW_TAG_GNU_template_template_param
6754 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6756 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6758 * Makefile.tpl (AWK): Fix typo.
6759 * Makefile.in: Regenerate.
6761 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6763 * configure.ac: Detect awk and sed.
6764 * Makefile.def (flags_to_pass): Add AWK and SED.
6765 * Makefile.tpl (AWK, SED): New.
6766 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6767 * configure: Regenerate.
6768 * Makefile.in: Regenerate.
6770 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6772 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6773 (collapseslashes): Likewise.
6775 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6777 * configure.ac (AC_PREREQ): Bump to 2.64.
6779 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6781 * configure.ac: Remove --with-datarootdir, --with-docdir,
6782 --with-pdfdir, --with-htmldir switches.
6783 * configure: Regenerate.
6785 * configure: Regenerate.
6787 * compile: Sync from Automake 1.11.
6788 * depcomp: Likewise.
6789 * install-sh: Likewise.
6790 * missing: Likewise.
6791 * mkinstalldirs: Likewise.
6794 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6796 * ltmain.sh (func_normal_abspath): New function.
6797 (func_relative_path): Likewise.
6798 (func_mode_help): Document new -bindir option for link mode.
6799 (func_mode_link): Add new -bindir option, and use it to place
6800 output DLL if specified.
6802 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6804 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6805 (baseargs): Add --disable-option-checking.
6806 * configure: Regenerate.
6808 * Makefile.def (configure-target-libiberty): Depend on
6809 all-binutils and all-ld.
6810 (configure-target-newlib): Likewise.
6811 * Makefile.in: Regenerate.
6813 2009-08-17 Ben Elliston <bje@au.ibm.com>
6815 * config.sub, config.guess: Update from upstream sources.
6817 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6819 Sync from src, merge:
6821 2009-07-02 Tristan Gingold <gingold@adacore.com>
6823 * configure.ac: Do not exclude gas for i386-*-darwin.
6824 Add a case for x86_64-*-darwin.
6825 * configure: Regenerate.
6827 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6829 * MAINTAINERS: Add my name to Write After Approval list.
6831 2009-08-06 Michael Eager <eager@eagercon.com>
6833 * configure.ac: Add Microblaze target.
6834 * configure: Regenerate.
6836 2009-07-31 Christian Bruel <christian.bruel@st.com>
6838 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6839 * configure: Regenerate.
6841 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
6843 * MAINTAINERS (Write After Approval): Update my e-mail address.
6845 2009-07-06 Ian Lance Taylor <iant@google.com>
6847 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6848 * configure: Rebuild.
6850 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6852 * MAINTAINERS: Move myself to the Graphite Reviewers.
6854 2009-06-30 Wei Guozhi <carrot@google.com>
6856 * MAINTAINERS: Add my name to Write After Approval list.
6858 2009-06-26 Steve Ellcey <sje@cup.hp.com>
6861 * configure.ac (comparestring): Create new variable.
6862 * Makefile.tpl (comparestring): Use to skip some comparisions.
6863 * configure: Regenerate.
6864 * Makefile.in: Regenerate.
6866 2009-06-26 Doug Evans <dje@sebabeach.org>
6868 * Makefile.def (host_modules): Add cgen.
6869 * Makefile.in: Regenerate.
6870 * configure.ac (host_tools): Add cgen.
6871 * configure: Regenerate.
6873 2009-06-23 DJ Delorie <dj@redhat.com>
6875 * MAINTAINERS: Add myself as mep maintainer.
6877 2009-06-23 Ian Lance Taylor <iant@google.com>
6879 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6880 boot_languages. Only bootstrap target libraries listed in
6881 target_libs for some boot language. Add --with-stage1-ldflags,
6882 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6883 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6884 if not building with C++.
6885 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6886 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6887 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6888 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6889 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6890 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6891 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6892 * configure, Makefile.in: Rebuild.
6894 2009-06-23 Li Feng <nemokingdom@gmail.com>
6896 * MAINTAINERS: Added my name to write-after-approval list.
6898 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6900 * configure.ac: Define is_elf for QNX Neutrino targets.
6901 * configure: Regenerate.
6903 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6905 * MAINTAINERS: Added my name to the write-after-approval list
6907 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6909 * configure.ac: Detect MPC in default directory.
6910 * configure: Regenerate.
6912 2009-06-03 Jerome Guitton <guitton@adacore.com>
6913 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6915 * Makefile.tpl (all): Avoid a trailing backslash.
6916 * Makefile.in: Regenerate.
6918 2009-06-03 Ben Elliston <bje@au.ibm.com>
6920 * config.sub, config.guess: Update from upstream sources.
6922 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6924 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6926 * configure: Regenerate.
6928 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
6930 * Makefile.tpl ([+compare-target+]): Compare all stage
6931 directories, rather than just gcc.
6932 * Makefile.in: Rebuilt.
6934 2009-06-01 Doug Kwan <dougkwan@google.com>
6936 * configure.ac: Support gold for target arm*-*-*.
6937 * configure: Regenerate.
6939 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6941 * Makefile.def: Add MPC support and dependencies.
6942 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
6944 * Makefile.in, configure: Regenerate.
6946 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
6948 * Makefile.tpl (all): Avoid harmless warning in make all when
6949 gcc-bootstrap is enabled but stage_last does not exist.
6950 * Makefile.in: Rebuilt.
6952 2009-05-24 Nicolas Roche <roche@adacore.com>
6954 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6955 * Makefile.in: Regenerate.
6957 2009-05-21 Denis Chertykov <chertykov@gmail.com>
6959 * MAINTAINERS: Update my e-mail address.
6961 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
6963 * configure.ac (cygwin noconfigdirs): Remove libgcj.
6964 * configure: Regenerate.
6966 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
6969 * Makefile.tpl (all): Don't assume gcc-bootstrap and
6970 gcc-no-bootstrap are mutually exclusive.
6971 * Makefile.in: Rebuilt.
6973 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
6976 * Makefile.tpl (all): Don't end with unconditional success.
6977 * Makefile.in: Rebuilt.
6979 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
6982 * Makefile.def (flags_to_pass): Remove redundant and incomplete
6983 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6984 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6985 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
6986 stage_configureflags, stage_cflags and stage_libcflags into
6987 explicit Makefile macros.
6988 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6990 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6991 CC. Set CC_FOR_BUILD from CC.
6992 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6993 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6994 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6995 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
6997 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6998 (_LIBCFLAGS): Renamed to _TFLAGS.
6999 (do-compare-debug, do-compare3-debug): Drop.
7000 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7001 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7002 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7003 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7004 (XGCC_FLAGS_FOR_TARGET): New.
7005 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7006 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7007 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7008 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7009 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
7010 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
7012 (BUILD_CONFIG): Include if requested.
7013 (all): Set TFLAGS on bootstrap.
7014 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7015 (all-stageid-prefixmodule): Likewise.
7016 (do-clean, distclean-stageid): Set TFLAGS.
7017 (restrap): Fix whitespace.
7018 * Makefile.in: Rebuilt.
7020 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
7022 * config.guess: Sync with src.
7024 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
7026 * configure.ac ($with_ppl): Default to no if not supplied.
7027 ($with_cloog): Likewise.
7028 configure: Regenerate.
7030 2009-04-27 James E. Wilson <wilson@codesourcery.com>
7032 * MAINTAINERS: Update my e-mail address.
7034 2009-04-27 Nick Clifton <nickc@redhat.com>
7036 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7038 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
7040 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7041 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7042 * Makefile.in: Regenerate.
7044 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7047 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7048 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7050 * configure, Makefile.in: Regenerate.
7052 2009-04-21 Taras Glek <tglek@mozilla.com>
7054 * include/hashtab.h: Update GTY annotations to new syntax
7055 * include/splay-tree.h: Likewise
7057 2009-04-17 Ben Elliston <bje@au.ibm.com>
7059 * config.sub, config.guess: Update from upstream sources.
7061 2009-04-15 Anthony Green <green@moxielogic.com>
7063 * configure.ac: Add moxie support.
7064 * configure: Rebuilt.
7066 2009-04-14 Jakub Jelinek <jakub@redhat.com>
7068 * configure.ac: Change copyright header to refer to version
7069 3 of the GNU General Public License and to point readers at the
7070 COPYING3 file and the FSF's license web page.
7071 * Makefile.def: Likewise.
7072 * Makefile.tpl: Likewise.
7073 * Makefile.in: Regenerate.
7075 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
7077 * configure.ac: Restore match for darwin9 or later. Use double
7078 brackets since regeneration eats one pair.
7079 * configure: Regenerate.
7081 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7084 * configure.ac: Require texinfo 4.7.
7085 * configure: Regenerated.
7087 2009-04-09 Nick Clifton <nickc@redhat.com>
7089 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7090 the GCC Runtime Library Exception.
7092 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7094 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7095 * configure: Regenerate.
7097 2009-04-01 Steve Ellcey <sje@cup.hp.com>
7099 * Makefil.def (languages): New entries.
7100 * Makefile.tpl (check-gcc-*): New generic target.
7101 * Makefile.in: Regenerate.
7103 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
7105 * MAINTAINERS: Update my email address.
7107 2009-03-18 Tom Tromey <tromey@redhat.com>
7109 * configure: Rebuild.
7110 * configure.ac (host_libs): Add libiconv.
7111 * Makefile.in: Rebuild.
7112 * Makefile.def (host_modules): Add libiconv.
7113 (configure-gdb, all-gdb): Depend on libiconv.
7115 2009-03-16 Tristan Gingold <gingold@adacore.com>
7117 * configure.ac: Treat gdb as supported on x86_64-darwin.
7118 * configure: Regenerate.
7120 2009-03-16 Joseph Myers <joseph@codesourcery.com>
7122 * configure.ac (--with-host-libstdcxx): New option.
7123 * configure: Regenerate.
7125 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
7127 * MAINTAINERS: Move myself into the write after approval list.
7129 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
7131 * MAINTAINERS: Update e-mail address.
7133 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
7135 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7137 2009-03-10 Ira Rosen <irar@il.ibm.com>
7139 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7141 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7143 Backport from git Libtool:
7145 2009-01-19 Robert Millan <rmh@aybabtu.com>
7146 Support GNU/kOpenSolaris.
7147 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7148 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7149 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7152 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
7154 * MAINTAINERS: Update e-mail address.
7156 2009-02-24 Michael Eager <eager@eagercon.com>
7158 * MAINTAINERS (Write After Approval): Add self.
7160 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
7162 * MAINTAINERS (Write After Approval): Add myself.
7164 2009-02-05 Andreas Schwab <schwab@suse.de>
7166 * Makefile.tpl (stage_last): Define $r and $s before using
7167 $(RECURSE_FLAGS_TO_PASS).
7168 * Makefile.in: Regenerate
7170 2009-01-30 Ian Lance Taylor <iant@google.com>
7172 * MAINTAINERS: Move myself to the Global Reviewers list.
7174 2009-01-29 Robert Millan <rmh@aybabtu.com>
7176 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7177 * configure: Regenerate.
7179 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
7181 * MAINTAINERS: Make whitespace consistent.
7182 Remove Robert Millan from Write After Approval.
7184 2009-01-16 Alan Modra <amodra@bigpond.net.au>
7186 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7187 (all-opcodes): Depend on all-libiberty.
7188 * Makefile.in: Regenerate.
7190 2009-01-15 Douglas B Rupp <rupp@gnat.com>
7192 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7193 * configure: Regenerate.
7195 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
7197 * MAINTAINERS (Write After Approval): Add myself.
7199 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
7201 * MAINTAINERS: Add myself to reviewers (Fortran).
7203 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
7205 PR tree-optimization/38515
7206 * configure.ac (cloog-polylib): Removed.
7207 (with_ppl, with_cloog): Test for "no".
7208 * configure: Regenerated.
7210 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
7212 * MAINTAINERS: Moved myself to reviewers (Fortran).
7214 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
7216 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7217 (Write After Approval): Remove myself.
7219 2009-01-03 Diego Novillo <dnovillo@google.com>
7221 * MAINTAINERS: Remove myself from alias maintainership.
7223 2009-01-02 David Ayers <ayers@fsfe.org>
7225 * MAINTAINERS: Update e-mail address.
7227 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
7229 * MAINTAINERS: Make whitespace consistent.
7231 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7233 Backport from upstream Libtool:
7234 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7235 Add cache variables to tests that require the linker to work.
7236 For shlibpath_overrides_runpath, this also changes the semantics
7237 to let the result from the C compiler take precedence.
7239 2008-12-02 Ben Elliston <bje@au.ibm.com>
7241 * config.sub, config.guess: Update from upstream sources.
7243 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
7245 * configure.ac (ppllibs): Add by default the lib flags.
7246 * configure: Regenerate.
7248 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
7250 * MAINTAINERS: Add myself to the write after approval list.
7252 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
7254 * configure.ac: Add double brackets on darwin[912].
7255 * configure: Regenerate.
7257 2008-12-03 Daniel Kraft <d@domob.eu>
7259 * MAINTAINERS: Moved myself and Mikael Morin from Write After
7260 Approval to Reviewer section (for Fortran front-end).
7262 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
7264 * configure.ac: Expand to darwin10 and later.
7265 * configure: Regenerate.
7267 2008-12-02 Andreas Schwab <schwab@suse.de>
7269 * Makefile.def: configure-target-boehm-gc depends on
7270 all-target-libstdc++-v3.
7271 * Makefile.in: Regenerate.
7273 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
7275 * MAINTAINERS: Add myself as mingw maintainer.
7277 2008-12-02 Ben Elliston <bje@au.ibm.com>
7279 * config.sub, config.guess: Update from upstream sources.
7281 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
7283 * README.SCO: Remove.
7285 2008-11-29 Fernando Pereira <pronesto@gmail.com>
7287 * MAINTAINERS: Add myself to the write after approval list.
7289 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
7291 * MAINTAINERS: Update my email address in WAA section.
7293 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
7295 * MAINTAINERS: Update e-mail address.
7297 2008-11-27 Toon Moene <toon@moene.org>
7299 * MAINTAINERS: Change e-mail address.
7301 2008-11-27 Tristan Gingold <gingold@adacore.com>
7303 * configure.ac: Build gdb for i?86-*-darwin*
7304 * configure: Regenerated.
7306 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
7308 * MAINTAINERS: Added my full name.
7310 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7317 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7319 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7320 * Makefile.in: Regenerated.
7322 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7329 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7330 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7331 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7332 (HOST_EXPORTS): Pass CPPFLAGS.
7333 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7334 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7335 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7336 * Makefile.in, configure: Regenerated.
7337 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7338 and CPPFLAGS_FOR_BUILD.
7340 2008-11-06 Jeff Law <law@redhat.com>
7342 * MAINTAINERS: Add myself as middle end maintainer.
7344 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
7346 * MAINTAINERS (Write after approval): Add myself.
7348 2008-11-05 Diego Novillo <dnovillo@google.com>
7350 * MAINTAINERS (Global Reviewers): Add myself.
7351 (Non-Algorithmic Maintainers): Remove myself.
7353 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
7355 * MAINTAINERS (Write after approval): Add myself.
7357 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
7359 * MAINTAINERS (Write after approval): Add myself.
7361 2008-10-31 Ben Elliston <bje@au.ibm.com>
7363 * configure.ac (spu-*-*): Remove special case.
7364 * configure: Regenerate.
7366 2008-10-30 Catherine Moore <clm@codesourcery.com>
7368 * MAINTAINERS (Write after approval): Update my email address.
7370 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
7372 * configure.ac [spu-*-*]: Do not set skipdirs.
7373 * configure: Re-generate.
7375 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
7377 * MAINTAINERS (Various Maintainers): Add myself to reload.
7379 2008-10-25 Richard Guenther <rguenther@suse.de>
7381 * MAINTAINERS (Various Maintainers): Add myself as middle-end
7382 maintainer. Remove myself as libgcc-math maintainer.
7383 (Non-Algorithmic Maintainers): Remove myself.
7385 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7387 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7388 * Makefile.in: Regenerated.
7390 2008-10-23 Cary Coutant <ccoutant@google.com>
7392 * MAINTAINERS (Write after approval): Add myself.
7394 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7401 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7402 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7403 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7404 (HOST_EXPORTS): Pass CPPFLAGS.
7405 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7406 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7407 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7408 * Makefile.in, configure: Regenerated.
7409 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7410 and CPPFLAGS_FOR_BUILD.
7412 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
7414 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7417 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
7419 * MAINTAINERS (Write After Approval): Added myself.
7421 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7423 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7424 recommended version to 2.3.2.
7426 * configure: Regenerate.
7428 2008-10-01 Mark Mitchell <mark@codesourcery.com>
7430 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7432 2008-09-29 David Daney <david.daney@caviumnetworks.com>
7434 * MAINTAINERS (Write After Approval): Update e-mail address.
7436 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
7438 * libtool.m4: Update to libtool 2.2.6.
7439 * lt~obsolete.m4: Update to libtool 2.2.6.
7440 * ltmain.sh: Update to libtool 2.2.6.
7441 * ltsugar.m4: Update to libtool 2.2.6.
7442 * ltversion.m4: Update to libtool 2.2.6.
7443 * ltoptions.m4: Update to libtool 2.2.6.
7444 * ltgcc.m4: Update to match changes from libtool 2.2.6.
7446 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
7448 * MAINTAINERS (Write After Approval): Add myself.
7450 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7452 * MAINTAINERS (Write After Approval): Update my name.
7454 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
7456 * MAINTAINERS: Add myself in "Write After Approval".
7458 2008-09-18 Steve Ellcey <sje@cup.hp.com>
7460 * MAINTAINERS: Add myself as ia64 maintainer.
7462 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
7464 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7465 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7466 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7467 and Michael Tiemann from Write After Approval since they do not
7468 actually have access.
7470 2008-09-05 Richard Guenther <rguenther@suse.de>
7472 * configure.ac: Initialize clooglibs to -lcloog.
7473 * configure: Re-generate.
7475 2008-09-04 Le-Chun Wu <lcwu@google.com>
7477 * MAINTAINERS (Write After Approval): Add myself.
7479 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
7481 * configure.ac (--with-cloog-polylib): New.
7482 (--disable-cloog-version-check): New.
7483 (--disable-ppl-version-check): New.
7484 * configure: Re-generate.
7486 2008-09-03 Richard Guenther <rguenther@suse.de>
7488 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7490 * configure: Re-generate.
7492 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7495 * MAINTAINERS: Add picoChip maintainers.
7497 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
7498 Tobias Grosser <grosser@fim.uni-passau.de>
7499 Jan Sjodin <jan.sjodin@amd.com>
7500 Harsha Jagasia <harsha.jagasia@amd.com>
7501 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7502 Konrad Trifunovic <konrad.trifunovic@inria.fr>
7503 Adrien Eliche <aeliche@isty.uvsq.fr>
7505 Merge from graphite branch.
7506 * configure: Regenerate.
7507 * Makefile.in: Regenerate.
7508 * configure.ac (host_libs): Add ppl and cloog.
7509 Add checks for PPL and CLooG.
7510 * Makefile.def (ppl, cloog): Added modules and dependences.
7511 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7512 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7514 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7516 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7517 (GCC_SHLIB_SUBDIR): New.
7518 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7519 * configure: Regenerate.
7520 * Makefile.in: Regenerate.
7522 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7524 * MAINTAINERS: Consistently use tabs to separate columns.
7526 2008-08-29 Tristan Gingold <gingold@adacore.com>
7528 * MAINTAINERS (Write after Approval): Add myself.
7530 2008-08-28 Tristan Gingold <gingold@adacore.com>
7532 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7533 Enable bfd, binutils and opcodes.
7534 * configure: Regenerate.
7536 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7538 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
7540 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7542 * MAINTAINERS: Use correct Umlaut for last name.
7544 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7546 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7548 2008-08-16 David Edelsohn <edelsohn@gnu.org>
7550 * MAINTAINERS: Update my email address.
7552 2008-08-16 Nicolas Roche <roche@adacore.com>
7554 * Makefile.tpl: Add BOOT_ADAFLAGS.
7555 * Makefile.in: Regenerate.
7557 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7559 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7560 * configure: Regenerate.
7562 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
7564 * configure.ac: Add makefile fragments for hpux.
7565 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7566 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7567 * configure: Regenerate.
7568 * Makefile.in: Regenerate.
7570 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
7572 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7574 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
7576 * MAINTAINERS (Write after Approval): Add myself.
7578 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
7580 * MAINTAINERS (Write After Approval): Add myself.
7582 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
7584 * MAINTAINERS (Write After Approval): Add myself.
7586 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7588 * MAINTAINERS: Update my email address.
7590 2008-06-25 Joey Ye <joey.ye@intel.com>
7592 * MAINTAINERS (Write After Approval): Add myself.
7594 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7596 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7597 * Makefile.in: Regenerate.
7598 * configure: Regenerate.
7600 2008-06-17 Daniel Kraft <d@domob.eu>
7602 * MAINTAINERS (Write After Approval): Add myself.
7604 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7606 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7607 "$@" is still intact with both Autoconf 2.59 and 2.62.
7608 * configure: Regenerate.
7610 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7612 * Makefile.tpl: Fix comment errors.
7613 * Makefile.in: Regenerate.
7615 2008-06-12 David S. Miller <davem@davemloft.net>
7616 David Edelsohn <edelsohn@gnu.org>
7618 * configure.ac: Add powerpc*-*-* to gold supported targets.
7619 * configure: Regenerate.
7621 2008-06-08 Joseph Myers <joseph@codesourcery.com>
7623 PR tree-optimization/36218
7624 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7625 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7626 (all prefix="build-"): Pass them to build-system sub-makes.
7627 * Makefile.in: Regenerate.
7629 2008-06-07 Joseph Myers <joseph@codesourcery.com>
7631 * MAINTAINERS (mt port): Remove.
7632 (sco5, unixware, sco udk): Remove.
7633 (Kean Johnston): Add to Write After Approval.
7635 2008-05-30 Julian Brown <julian@codesourcery.com>
7637 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7638 of libobjc for ARM EABI Linux.
7639 * configure: Regenerate.
7641 2008-05-18 Xinliang David Li <davidxl@google.com>
7643 * ChangeLog: Remove wrong ChangeLog entry.
7645 2008-05-17 Xinliang David Li <davidxl@google.com>
7647 * MAINTAINERS (Write After Approval): Add myself.
7649 2008-05-15 Janus Weil <janus@gcc.gnu.org>
7651 * MAINTAINERS (Write After Approval): Add myself.
7653 2008-05-14 Rafael Espíndola <espindola@google.com>
7655 * config-ml.in: don't handle --enable-shared and --enable-static.
7657 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7659 * MAINTAINERS: Update my email address.
7661 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7663 * MAINTAINERS: Update my email address.
7665 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7667 * MAINTAINERS (Write After Approval): Add myself.
7669 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7671 * MAINTAINERS (Write After Approval): Add myself.
7673 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
7675 * MAINTAINERS (crx): Add myself.
7677 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7680 2008-04-14 David S. Miller <davem@davemloft.net>
7682 * configure.ac: Add sparc*-*-* to gold supported targets.
7683 * configure: Regenerate.
7685 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7688 * configure.ac: Include override.m4.
7689 * configure: Regenerate.
7691 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7693 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7694 * Makefile.in: Regenerate.
7696 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
7698 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7699 as nonconfigurable directories list.
7700 * configure: Regenerate.
7702 2008-04-14 Ben Elliston <bje@au.ibm.com>
7704 * config.sub, config.guess: Update from upstream sources.
7706 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
7708 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7709 * Makefile.in: Regenerate.
7711 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7713 * configure.ac: Do not build libssp for the AVR.
7714 * configure: Regenerate.
7716 2008-04-07 Ian Lance Taylor <iant@google.com>
7718 * Makefile.def: check-gold depends upon all-binutils.
7719 * Makefile.in: Regenerate.
7721 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7723 * MAINTAINERS (Write After Approval): Add myself.
7725 2008-04-04 Nick Clifton <nickc@redhat.com>
7728 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7730 * configure: Regenerate.
7732 2008-04-04 NightStrike <NightStrike@gmail.com>
7735 * configure.ac: Combine rules for mingw32 and mingw64.
7736 * configure: Regenerate.
7738 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
7740 * MAINTAINERS (Write After Approval): Add myself.
7742 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
7744 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7745 * Makefile.in (.NOTPARALLEL): Ditto.
7747 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7749 * MAINTAINERS (Write After Approval): Add myself.
7751 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
7753 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7754 * Makefile.in (.NOTPARALLEL): Regenerate.
7756 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
7758 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7759 * Makefile.in: Regenerate.
7761 2008-03-26 Jakub Staszak <kuba@et.pl>
7763 * MAINTAINERS (Write After Approval): Add myself.
7765 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7767 * MAINTAINERS: Update e-mail address.
7769 2008-03-20 Ian Lance Taylor <iant@google.com>
7771 * configure.ac: Add support for --enable-gold.
7772 * Makefile.def: Add gold as a directory like ld.
7773 * configure, Makefile.in: Regenerate.
7775 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7777 * configure.ac: m4_include config/proginstall.m4.
7778 * configure: Regenerate.
7780 Backport from upstream Libtool:
7782 2007-10-12 Eric Blake <ebb9@byu.net>
7784 Deal with Autoconf 2.62's semantic change in m4_append.
7785 * ltsugar.m4 (lt_append): Replace broken versions of
7787 (lt_if_append_uniq): Don't require separator to be overquoted,
7788 and avoid broken m4_append.
7789 (lt_dict_add): Fix typo.
7790 * libtool.m4 (_LT_DECL): Don't overquote separator.
7792 2008-03-13 David Edelsohn <edelsohn@gnu.org>
7794 * config.rpath: Add AIX 6 support.
7796 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
7798 * Makefile.def (stageprofile). Remove -fprofile-generate
7799 from stage_libcflags.
7800 * Makefile.in: Regenerate.
7802 2008-03-13 Ben Elliston <bje@au.ibm.com>
7804 * config.sub, config.guess: Update from upstream sources.
7806 2008-03-06 Tom Tromey <tromey@redhat.com>
7808 * MAINTAINERS: Update for treelang deletion.
7810 2008-03-03 James E. Wilson <wilson@tuliptree.org>
7812 * MAINTAINERS: Update my email address.
7814 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
7816 * MAINTAINERS (darwin port): Add myself as a maintainer.
7817 (objective-c/c++): Add myself as a maintainer.
7819 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7821 * MAINTAINERS (Write After Approval): Update my email address.
7823 2008-02-25 Tomas Bily <tbily@suse.cz>
7825 * MAINTAINERS (Write After Approval): Add myself.
7827 2008-02-23 Jakub Jelinek <jakub@redhat.com>
7829 * MAINTAINERS (OpenMP): Add myself.
7831 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
7836 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7837 * configure: Regenerate.
7839 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7840 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7841 STAGE4_LIBCFLAGS): New.
7842 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7843 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7844 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7845 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7846 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7847 for target modules. Don't export LIBCFLAGS.
7848 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7849 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7850 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7851 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7852 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7853 * Makefile.in: Regenerate.
7855 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7858 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7859 Do not use -DDLL_EXPORT. Backport from upstream.
7861 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7863 * MAINTAINERS (Write After Approval): Add myself.
7865 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
7867 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7868 * configure: Regenerate.
7870 2008-01-31 Marc Gauthier <marc@tensilica.com>
7872 * configure.ac (xtensa*-*-*): Recognize processor variants.
7873 * configure: Regenerate.
7875 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7878 * configure.ac (PARSE_ARGS): Push suitable setting of
7879 ac_subdirs_all, for `./configure --help=recursive'.
7880 Handle `+' in generic toplevel directory disabling.
7881 * configure: Regenerate.
7883 2008-01-28 Nick Clifton <nickc@redhat.com>
7885 * MAINTAINERS (xstormy16): Take over maintainership.
7887 2008-01-25 Joseph Myers <joseph@codesourcery.com>
7889 * MAINTAINERS (c4x port): Remove.
7891 2008-01-24 David Edelsohn <edelsohn@gnu.org>
7893 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7895 2008-01-23 Ben Elliston <bje@au.ibm.com>
7897 * config.sub, config.guess: Update from upstream sources.
7899 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7901 * MAINTAINERS (Write After Approval): Add myself.
7903 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
7905 * MAINTAINERS: Update my email address.
7907 2008-01-09 Raksit Ashok <raksit@google.com>
7909 * MAINTAINERS (Write After Approval): Add myself.
7911 2008-01-09 Raksit Ashok <raksit@google.com>
7913 * MAINTAINERS (Write After Approval): Add myself.
7915 2008-01-08 Ben Elliston <bje@au.ibm.com>
7917 * config.sub, config.guess: Update from upstream sources.
7919 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7921 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7922 Change recommended MPFR from 2.2.1 -> 2.3.0.
7923 * configure: Regenerate.
7925 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
7927 * MAINTAINERS: Update my email address.
7929 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
7931 * MAINTAINERS: Update my email address.
7933 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
7935 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7936 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7937 * Makefile.in: Regenerate.
7939 2007-12-10 Mark Heffernan <meheff@google.com>
7941 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7944 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
7946 * configure.ac: Enable libjava for x86_64-*-darwin9.
7947 * configure: Regenerate.
7949 2007-12-07 Bill Maddox <maddox@google.com>
7951 * MAINTAINERS (Write After Approval): Add myself.
7953 2007-12-05 Ben Elliston <bje@au.ibm.com>
7955 * config.sub, config.guess: Update from upstream sources.
7957 2007-12-02 Matthias Klose <doko@ubuntu.com>
7959 * config-ml.in: Remove 64bit configure tests.
7961 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7963 * config-ml.in: Robustify against white space in absolute file
7966 * config-ml.in (multi-clean): Substitute ${Makefile}.
7967 Remove superfluous ${Makefile} in list.
7969 2007-11-19 Thiemo Seufer <ths@mips.com>
7971 * config-ml.in: Don't hardcode the Makefile name.
7973 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
7975 * MAINTAINERS (Write After Approval): Add myself.
7977 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
7979 * MAINTAINERS (Write After Approval): Add myself.
7981 2007-11-06 Doug Kwan <dougkwan@google.com>
7983 * MAINTAINERS (Write After Approval): Add myself.
7985 2007-10-25 Ben Elliston <bje@au.ibm.com>
7987 * MAINTAINERS (mercury): Remove entry.
7988 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7990 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7992 * Makefile.def (dependencies): Make configure-gdb depend on
7994 * Makefile.in: Regenerated.
7996 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
7998 * MAINTAINERS (Fortran maintainer): Remove myself.
8000 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
8002 * Makefile.def: To avoid problems running with parallel makes,
8003 build newlib before libgloss so that target specific header
8005 * Makefile.in: Regenerate
8007 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8009 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8010 * Makefile.in: Regenerate.
8012 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
8014 * MAINTAINERS (Register allocation reviewer): Add myself.
8016 2007-10-08 Mike Frysinger <vapier@gentoo.org>
8018 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8019 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8020 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
8021 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8022 * configure: Regenerate.
8024 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
8026 * MAINTAINERS (Register allocation reviewer): Add myself.
8028 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
8030 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8031 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8032 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8033 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8034 * configure.ac: Default them to host tools for $host = $build.
8037 * configure: Regenerate.
8038 * Makefile.in: Regenerate.
8040 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
8042 * MAINTAINERS (Register allocation reviewer): Add myself.
8044 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
8046 * MAINTAINERS (Register allocation reviewer): Add myself.
8048 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
8050 * MAINTAINERS (Write After Approval): Fix typo.
8052 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
8054 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8055 * configure: Regenerate.
8057 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
8060 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8061 they're already prefixed.
8063 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
8065 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8067 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8068 * configure: Regenerate.
8069 * Makefile.in: Regenerate.
8071 2007-09-17 Andreas Schwab <schwab@suse.de>
8073 * configure.ac: Raise minimum makeinfo version to 4.6.
8074 * configure: Regenerate.
8076 2007-09-17 Johannes Singler <singler@ira.uka.de>
8078 * MAINTAINERS (write-after-approval) add myself
8080 2007-09-15 Alan Modra <amodra@bigpond.net.au>
8082 * configure.ac: Correct makeinfo version check.
8083 * configure: Regenerate.
8085 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
8087 * MAINTAINERS: Update my email address.
8089 2007-09-14 Richard Sandiford <richard@codesourcery.com>
8091 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
8092 to $skipdirs and only disable gprof for newlib. Use the normal
8093 mips*-elf* handling in other respects.
8094 * configure: Regnerate.
8096 2007-09-12 David Daney <ddaney@avtrex.com>
8098 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8100 * configure: Regenerate.
8102 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
8105 * configure.ac: For libgloss targets, point the linker to the linker
8106 script, startup code and simulator library.
8107 * configure: Regenerate.
8109 2007-09-07 Andrew Haley <aph@redhat.com>
8111 * configure.ac (noconfigdirs): Remove target-libffi and
8113 * configure: Regenerate.
8115 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8118 * configure.ac: Use config/mh-mingw on mingw.
8119 * configure: Regenerate.
8121 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
8123 * MAINTAINERS (Write After Approval): Add myself.
8125 2007-09-05 Richard Guenther <rguenther@suse.de>
8127 * configure.ac (--enable-stage1-checking): If neither --enable-checking
8128 nor --disable-checking is provided also turn on yes and types
8129 checking for stage1.
8130 * configure: Re-generate.
8132 2007-08-30 Krister Walfridsson <cato@df.lth.se>
8134 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8135 (Write After Approval): Remove myself.
8137 2007-08-29 Nick Clifton <nickc@redhat.com>
8139 * config.sub, config.guess: Update from upstream sources.
8141 2007-08-22 Bud Davis <jmdavis@link.com>
8143 * MAINTAINERS (Write After Approval): Added myself.
8144 * MAINTAINERS (Reviewers): Removed myself.
8146 2007-08-18 Paul Brook <paul@codesourcery.com>
8147 Joseph Myers <joseph@codesourcery.com>
8149 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8150 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8151 * Makefile.in: Regenerate.
8152 * configure.ac (--with-debug-prefix-map): New.
8153 * configure: Regenerate.
8155 2007-08-17 Richard Sandiford <richard@codesourcery.com>
8156 Nigel Stephens <nigel@mips.com>
8158 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
8159 as target_makefile_frag.
8160 * configure: Regenerate.
8162 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
8164 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8165 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
8166 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8167 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8168 (do-compare, do-compare3, do-compare-debug): New.
8169 ([+compare-target+]): Use them.
8171 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8173 * MAINTAINERS (Write After Approval): Change my email address.
8175 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8176 Ben Elliston <bje@au.ibm.com>
8178 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8179 --silent if $silent.
8180 * configure: Regenerate.
8182 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
8184 * MAINTAINERS (Various Maintainers): Add myself as
8185 loop infrastructure maintainer. Update my e-mail
8188 2007-07-31 Diego Novillo <dnovillo@google.com>
8190 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8193 2007-07-26 Richard Guenther <rguenther@suse.de>
8195 * configure.ac: Add types checking to stage1 checking flags.
8196 * configure: Regenerate.
8198 2007-07-17 Nick Clifton <nickc@redhat.com>
8200 * COPYING3: New file. Contains version 3 of the GNU General
8202 * COPYING3.LIB: New file. Contains version 3 of the GNU
8203 Lesser General Public License.
8205 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8207 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8209 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8211 * MAINTAINERS (S/390 co-maintainer): Add myself.
8212 (Write After Approval): Remove myself.
8214 2007-07-13 Dan Hipschman <dsh@google.com>
8216 * MAINTAINERS (Write After Approval): Add myself.
8218 2007-07-11 Nick Clifton <nickc@redhat.com>
8220 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8222 * Makefile.in: Regenerate.
8224 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8226 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8229 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
8231 * lt~obsolete.m4: New. Import from 20070318 libtool.
8233 2007-07-03 Julian Brown <julian@codesourcery.com>
8235 * MAINTAINERS (Write After Approval): Add myself.
8237 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8239 * configure.ac: Rewrite 'configure --help' strings to look nicer.
8240 * configure: Regenerate.
8242 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8244 * configure.ac: Add some missing m4 quotation.
8245 * configure: Regenerate.
8247 2007-07-02 Simon Baldwin <simonb@google.com>
8249 * MAINTAINERS (Write After Approval): Add myself.
8251 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
8253 * configure: Regenerate.
8255 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
8257 * Makefile.def: Add windmc tool to build.
8258 * Makefile.tpl: Likewise.
8259 * configure.ac: Likewise.
8260 * Makefile.in: Regenerate.
8261 * configure: Regenerate.
8263 2007-06-28 DJ Delorie <dj@redhat.com>
8265 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8266 not building newlib.
8267 * configure: Regenerated.
8269 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
8271 * MAINTAINERS (Write After Approval): Add myself.
8273 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
8275 * MAINTAINERS (Write After Approval): Add myself.
8277 2007-06-19 Chris Matthews <chrismatthews@google.com>
8279 * MAINTAINERS (Write After Approval): Add myself.
8281 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
8283 * MAINTAINERS (Write After Approval): Add myself.
8285 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8287 * Makefile.def: Add dependency from configure-gdb to all-bfd.
8288 * Makefile.in: Regenerated.
8290 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
8292 * configure.ac: Don't add target-libmudflap to noconfigdirs for
8293 bfin*-*-uclinux* targets.
8294 * configure: Regenerate.
8296 2007-06-14 Ian Lance Taylor <iant@google.com>
8298 * MAINTAINERS: Add myself as non-algorithmic global write
8301 2007-06-14 Diego Novillo <dnovillo@google.com>
8303 * MAINTAINERS: Add self as middle-end maintainer and
8304 non-algorithmic global write maintainer.
8306 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8308 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8309 Move all Fortran maintainers except Paul Brook into the
8310 Non-Autopoiesis section.
8312 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
8314 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8315 (distclean-stage[+id+]): Possibly delete stage_last.
8316 * Makefile.in: Regenerate.
8318 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
8320 * MAINTAINERS (Various Maintainer): Fix typo.
8322 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
8324 * MAINTAINERS (Various Maintainer): Add myself as
8325 dataflow maintainer.
8327 2007-06-07 Ben Elliston <bje@au.ibm.com>
8329 * config.sub, config.guess: Update from upstream sources.
8331 2007-06-07 Ben Elliston <bje@au.ibm.com>
8333 * Makefile.tpl: Fix spelling error.
8334 * Makefile.in: Regenerate.
8336 2007-06-01 Steve Ellcey <sje@cup.hp.com>
8338 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8339 lt_cv_sys_max_cmd_len.
8341 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
8343 * MAINTAINERS (Various Maintainers): Add myself as
8344 auto-vectorizer maintainer.
8346 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
8349 * libtool.m4: Revert previous change.
8350 * ltgcc.m4: Put it here.
8352 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
8354 * MAINTAINERS (Various Maintainers): Add myself as
8355 auto-vectorizer maintainer.
8357 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
8360 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8362 2007-05-30 Richard Guenther <rguenther@suse.de>
8364 * MAINTAINERS (Various Maintainers): Add myself as
8365 auto-vectorizer maintainer.
8367 2007-05-30 Jakub Jelinek <jakub@redhat.com>
8370 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8371 * configure: Rebuilt.
8373 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
8375 * MAINTAINERS (Write After Approval): Removed my name.
8377 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
8379 * MAINTAINERS (Write After Approval): Remove myself.
8381 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
8383 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8385 2007-05-23 Steve Ellcey <sje@cup.hp.com>
8387 * ltmain.sh: Update from ToT Libtool.
8388 * libtool.m4: Update from ToT Libtool.
8389 * ltsugar.m4: New. Update from ToT Libtool.
8390 * ltversion.m4: New. Update from ToT Libtool.
8391 * ltoptions.m4: New. Update from ToT Libtool.
8393 * ltcf-c.sh: Remove.
8394 * ltcf-cxx.sh: Remove.
8395 * ltcf-gcj.sh: Remove.
8397 2007-05-22 Ollie Wild <aaw@google.com>
8399 * MAINTAINERS (Write After Approval): Add myself.
8401 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
8403 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8405 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8406 Remove CFLAGS/LIBCFLAGS.
8407 (configure-stage[+id+]-[+prefix+][+module+],
8408 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8409 * Makefile.in: Regenerate.
8411 2007-05-15 Diego Novillo <dnovillo@google.com>
8413 * MAINTAINERS: Update e-mail address.
8415 2007-05-15 Revital Eres <eres@il.ibm.com>
8417 * MAINTAINERS (Write After Approval): Add myself.
8419 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
8421 * MAINTAINERS (Write After Approval): Updated my address.
8423 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
8425 * MAINTAINERS (Write After Approval): Add myself.
8427 2007-05-11 Silvius Rus <rus@google.com>
8429 * MAINTAINERS (Write After Approval): Add myself.
8431 2007-04-23 Tom Tromey <tromey@redhat.com>
8433 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8435 2007-04-22 Mark Mitchell <mark@codesourcery.com>
8437 * MAINTAINERS (cpplib): Rename to ...
8438 (libcpp): ... this. Add C/C++ front end maintainers.
8440 2007-04-14 Steve Ellcey <sje@cup.hp.com>
8442 * config-ml.in: Pass ${ml_config_env} to configure calls.
8444 2007-04-04 Christian Bruel <christian.bruel@st.com>
8446 * MAINTAINERS (Write After Approval): Add myself.
8448 2007-04-02 Dave Korn <dave.korn@artimi.com>
8450 * MAINTAINERS (Write After Approval): Add myself.
8452 2007-03-31 Tobias Burnus <burnus@net-b.de>
8454 * MAINTAINERS (fortran 95 front end): Add myself.
8456 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8458 * MAINTAINERS (Write After Approval): Add myself.
8460 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
8462 * MAINTAINERS (Modulo Scheduler): Add myself.
8464 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
8466 * MAINTAINERS (fortran 95 front end): Add myself.
8467 (c++ front end): whitespace fix.
8469 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
8471 * MAINTAINERS (Write After Approval): Add myself.
8473 2007-03-21 Richard Sandiford <richard@codesourcery.com>
8475 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8476 of glob. Quote arguments with single quotes too.
8477 * configure: Regenerate.
8479 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
8481 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8482 * Makefile.in: Regenerate
8484 2007-03-07 Andreas Schwab <schwab@suse.de>
8486 * configure: Regenerate.
8488 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
8490 * configure.ac: Add "--with-pdfdir" configure option,
8491 which defines pdfdir variable.
8492 * Makefile.def (target=fixincludes): Add install-pdf to
8494 (recursive_targets): Add install-pdf target.
8495 (flags_to_pass): Add pdfdir.
8496 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8498 * configure: Regenerate
8499 * Makefile.in: Regenerate
8501 2007-02-28 Eric Christopher <echristo@apple.com>
8504 2006-12-07 Mike Stump <mrs@apple.com>
8506 * Makefile.def (dependencies): Add dependency for
8507 install-target-libssp and install-target-libgomp on
8509 * Makefile.in: Regenerate.
8511 2007-02-27 Matt Kraai <kraai@ftbfs.org>
8513 * configure: Regenerate.
8514 * configure.ac: Move statements after variable declarations.
8516 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
8518 * MAINTAINERS: Add myself as sh maintainer.
8520 2007-02-19 Joseph Myers <joseph@codesourcery.com>
8522 * configure.ac: Adjust for loop syntax.
8523 * configure: Regenerate.
8525 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
8527 * configure: Rebuilt.
8529 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
8531 * configure.ac: Drop multiple occurrences of --enable-languages,
8532 and fix its quoting.
8533 * configure: Rebuilt.
8535 2007-02-17 Mark Mitchell <mark@codesourcery.com>
8536 Nathan Sidwell <nathan@codesourcery.com>
8537 Vladimir Prus <vladimir@codesourcery.com>
8538 Joseph Myers <joseph@codesourcery.com>
8540 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8541 * configure: Regenerate.
8543 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
8545 * ltconfig (freebsd*): Default to elf.
8547 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8549 * configure.ac (target_libraries): Move libgcc before libiberty.
8550 * configure: Regenerated.
8552 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8553 Paolo Bonzini <bonzini@gnu.org>
8556 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
8557 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
8558 * configure: Regenerated.
8560 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8562 * MAINTAINERS (Language Front End Maintainers): Update my mail
8565 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8568 * configure.ac: Correct syntax for Solaris ksh.
8569 * configure: Regenerated.
8571 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8573 * configure.ac: Sync with src.
8574 * configure: Regenerate.
8576 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8578 * Makefile.in: Regenerate.
8580 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8582 * config.sub: Sync with src.
8584 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8586 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8587 noncanonical equivalents.
8588 * configure.in: Rename to...
8589 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8590 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8591 target_noncanonical. Use them. Rewrite removal of configure
8592 arguments for autoconf 2.59. Discard variable settings. Force
8593 program_transform_name for native tools.
8595 * Makefile.in: Regenerated.
8596 * configure: Regenerated with autoconf 2.59.
8598 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
8600 * MAINTAINERS (Write After Approval): Add myself.
8602 2007-01-31 Andreas Schwab <schwab@suse.de>
8604 * Makefile.tpl (LDFLAGS): Substitute it.
8605 * Makefile.in: Regenerate.
8607 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
8609 * MAINTAINERS (Write After Approval): Add myself.
8611 2007-01-28 David Edelsohn <edelsohn@gnu.org>
8613 * MAINTAINERS (spu port): Add myself.
8615 2007-01-23 Richard Guenther <rguenther@suse.de>
8618 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8619 * Makefile.tpl (GNATBIND): Substitute it.
8620 (GNATMAKE): Likewise.
8621 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8623 * Makefile.in: Regenerate.
8624 * configure: Regenerate.
8626 2007-01-18 Mike Stump <mrs@apple.com>
8628 * configure.in: Re-enable -Werror for gcc builds.
8630 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
8632 * MAINTAINERS (Write After Approval): Add myself.
8634 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8636 * configure.in: Change == to = in test command.
8637 * configure: Regenerate.
8639 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8640 Nick Clifton <nickc@redhat.com>
8641 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8643 * configure.in (build_configargs, host_configargs, target_configargs):
8644 Remove build/host/target parameters.
8645 (host_libs): Add gmp and mpfr.
8646 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8647 * Makefile.def (gmp, mpfr): New.
8648 (gcc): Remove target.
8649 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8650 target_os, target_vendor): New.
8651 (configure): Add host_alias/target_alias arguments; adjust invocations.
8652 * configure: Regenerate.
8653 * Makefile.in: Regenerate.
8655 2007-01-11 Matt Fago <fago@earthlink.net>
8657 * configure.in: Try to link to functions only in mpfr 2.2.x
8658 to improve robustness of configure tests.
8659 * configure: Regenerate.
8661 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
8663 * MAINTAINERS: Add myself as i386 maintainer.
8665 2007-01-08 Jan Hubicka <jh@suse.cz>
8667 * MAINTAINERS: Add myself as i386 maintainer.
8669 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
8671 * configure.in: Add support for an x86_64-mingw* target.
8672 * configure: Regenerate.
8674 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8676 * Makefile.tpl (all-target): Correct @if conditional for target
8678 * configure.in: Omit libiberty if building only target libgcc.
8679 * configure, Makefile.in: Regenerated.
8681 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
8683 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8684 * configure: Regenerate.
8686 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8688 * Makefile.def (target_modules): Add libgcc.
8689 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8690 * Makefile.tpl (clean-target-libgcc): Delete.
8691 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8692 on gcc even for bootstrapped modules. Rewrite handling of
8693 lang_env_dependencies to loop over target_modules.
8694 * configure.in (target_libraries): Add target-libgcc.
8695 * Makefile.in, configure: Regenerated.
8697 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8699 * configure.in: Reorganize recognition of languages. Add
8700 --enable-stage1-languages. Show supported languages for the chosen
8701 target rather than all recognized languages.
8702 * configure: Regenerate.
8704 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8706 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8707 * Makefile.in: Regenerate.
8709 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8711 * configure.in: Warn that MPFR 2.2.0 is buggy.
8712 * configure: Regenerate.
8714 2006-12-27 Ian Lance Taylor <iant@google.com>
8716 * configure.in: When removing Makefiles to force a reconfigure, also
8717 remove prev-DIR*/Makefile.
8718 * configure: Regenerate.
8720 2006-12-22 Andreas Schwab <schwab@suse.de>
8722 * configure: Regenerate with correct autoconf version.
8724 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8726 * configure.in: add AC_SUBST for *_FOR_TARGET.
8727 * configure: Regenerate.
8729 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8731 * configure.in: Simplify logic for rejecting languages that cannot
8732 be built. Separate the case when a language is unsupported,
8733 from the case when the user chooses not to build a language.
8735 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8737 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8738 it only affects bootstrap and could be tested on "$host" as well.
8739 * configure: Regenerate.
8740 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8742 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8745 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8746 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8747 move here comment from Makefile.tpl.
8748 * Makefile.tpl: Move some definitions higher in the file.
8749 (STAGE1_CHECKING): New.
8750 * configure.in: Add --enable-stage1-checking.
8751 * configure: Regenerate.
8752 * Makefile.in: Regenerate.
8754 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8756 * MAINTAINERS: Add myself as build system maintainer.
8758 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
8760 * MAINTAINERS (Write After Approval): Add myself.
8762 2006-12-13 Eric Christopher <echristo@apple.com>
8764 * MAINTAINERS: Add myself as darwin maintainer.
8766 2006-12-11 Ian Lance Taylor <ian@airs.com>
8768 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8770 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
8772 MAINTAINERS: Update my entry.
8774 2006-12-11 Alan Modra <amodra@bigpond.net.au>
8776 * configure.in: Handle spu makefile frag.
8777 * Makefile.tpl (MAINT): Define
8778 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8779 * configure: Regenerate.
8780 * Makefile.in: Regenerate.
8782 2006-12-11 Ben Elliston <bje@au.ibm.com>
8784 * config.guess: Import latest version.
8785 * config.sub: Likewise.
8787 2006-12-11 Ben Elliston <bje@au.ibm.com>
8789 * configure.in (spu-*-*): Don't skip target-libiberty.
8790 * configure: Regenerate.
8792 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8795 * configure.in: Correct x86 darwin support for libjava to powerpc
8797 * configure: Regenerate.
8799 2006-12-08 Sandro Tolaini <tolaini@libero.it>
8801 * configure.in: Add x86 darwin support for libjava.
8802 * configure: Regenerate.
8804 2006-12-07 Mike Stump <mrs@apple.com>
8806 * Makefile.def (dependencies): Add dependency for
8807 install-target-libssp and install-target-libgomp on
8809 * Makefile.in: Regenerate.
8811 2006-12-04 Richard Guenther <rguenther@suse.de>
8813 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8814 (Non-Algorithmic Maintainers): Move over non-algorithmic
8815 loop optimizer maintainers, add myself as a non-algorithmic
8816 middle-end maintainer.
8818 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
8820 * MAINTAINERS (Write After Approval): Add myself.
8822 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8824 * configure.in: Update error message for missing GMP/MPFR.
8826 * configure: Regenerate.
8828 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8830 * configure.in: Update MPFR version in error message.
8832 * configure: Regenerate.
8834 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8836 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8837 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8838 --with-gmp-lib): New flags.
8840 * configure: Regenerate.
8842 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8844 * MAINTAINERS (Write After Approval): Change my email address.
8846 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8848 * MAINTAINERS (Write After Approval): Add myself.
8850 2006-11-22 Philipp Thomas <pth@suse.de>
8852 * MAINTAINERS (i18n): Update e-mail address.
8854 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8856 * MAINTAINERS (spu port): Add myself as maintainer.
8857 (Write After Approval): Remove myself.
8859 2006-11-22 Ben Elliston <bje@au.ibm.com>
8861 * configure.in (skipdirs): Don't build libssp for SPU.
8862 * configure: Regenerate.
8864 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8866 * MAINTAINERS (spu port): Add myself as maintainer.
8867 (libobjc): Update my email address.
8869 2006-11-21 Andrea Bona <andrea.bona@st.com>
8871 * MAINTAINERS (Write After Approval): Add myself.
8873 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8875 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8876 * configure : Rebuilt.
8878 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8880 * MAINTAINERS (Write After Approval): Add myself.
8882 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8884 * MAINTAINERS (Write After Approval): Add myself.
8886 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8888 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8890 * configure: Regenerate.
8892 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
8894 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8895 (unstage): Test for stage_last presence.
8898 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8900 * Makefile.in: Regenerate.
8902 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8904 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8907 2006-11-14 Erven Rohou <erven.rohou@st.com>
8909 * MAINTAINERS (Write After Approval): Add myself.
8911 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
8913 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8914 and stageN-package/Makefile.
8915 * Makefile.in: Regenerated.
8917 2006-11-14 Jie Zhang <jie.zhang@analog.com>
8919 * configure.in: Remove target-libgloss from noconfigdirs for
8921 * configure: Regenerated.
8923 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8925 * configure.in (have_gmp): Only error if the gcc directory exists.
8927 * configure: Regenerate.
8929 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8931 * configure.in: Robustify error message for missing GMP/MPFR.
8933 * configure: Regenerate.
8935 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
8937 * MAINTAINERS (Write After Approval): Add myself.
8939 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
8941 * MAINTAINERS: Change email address.
8943 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
8945 * MAINTAINERS (Write After Approval): Add myself.
8947 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
8949 * MAINTAINERS (Write After Approval): Add myself.
8951 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
8953 * MAINTAINERS (Write After Approval): Move myself to
8954 Write After Approval section.
8956 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8958 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
8960 * configure: Regenerate.
8962 2006-10-16 Tobias Burnus <burnus@net-b.de>
8964 * MAINTAINERS (Write After Approval): Add myself.
8966 2006-10-16 Ben Elliston <bje@au.ibm.com>
8968 * config.guess: Import latest version.
8969 * config.sub: Likewise.
8971 2006-10-10 Brooks Moses <bmoses@stanford.edu>
8973 * Makefile.def: Added pdf target handling.
8974 * Makefile.tpl: Added pdf target handling.
8975 * Makefile.in: Regenerated.
8977 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
8979 * MAINTAINERS: Add self as score port maintainer.
8981 2006-10-04 Brooks Moses <bmoses@stanford.edu>
8983 * MAINTAINERS (Write After Approval): Add myself.
8985 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
8987 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
8989 * configure: Regenerated.
8991 2006-09-27 Dave Brolley <brolley@redhat.com>
8993 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8994 using $s instead of $r.
8995 * configure: Regenerated.
8997 2006-09-26 Thiemo Seufer <ths@mips.com>
8999 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9000 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9001 * configure: Regenerate.
9003 2006-09-24 Graeme Peterson <gridly@gmail.com>
9005 * MAINTAINERS (Write After Approval): Remove myself.
9007 2006-09-22 Chao-ying Fu <fu@mips.com>
9009 * MAINTAINERS (Write After Approval): Add myself.
9011 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
9013 * MAINTAINERS: Add self as soft-fp maintainer.
9015 2006-09-09 Anatoly Sokolov <aesok@post.ru>
9017 * MAINTAINERS: Add myself as avr maintainer.
9018 Remove Marek Michalkiewicz as avr maintainer.
9020 2006-09-07 Roberto Costa <roberto.costa@st.com>
9022 * MAINTAINERS (Write After Approval): Add myself.
9024 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
9026 * configure.in: Never build newlib for a Mingw host.
9027 Never build newlib as Mingw target library.
9028 Test the existence of winsup/cygwin for building a Cygwin newlib,
9029 rather than just winsup.
9030 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9031 building a Mingw target.
9032 * configure: Regenerate.
9034 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9036 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9038 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
9040 * config.guess: Import from src (was more updated).
9041 * config.sub: Likewise.
9043 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9045 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9046 * configure: Regenerated.
9048 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
9050 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9051 for stages after the first.
9053 2006-07-17 Jakub Jelinek <jakub@redhat.com>
9055 * Makefile.def: Add dependencies for configure-opcodes
9056 on configure-intl and all-opcodes on all-intl.
9057 * Makefile.in: Regenerated.
9059 2006-07-13 Ben Elliston <bje@au.ibm.com>
9061 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9063 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
9065 Port to hosts whose 'sort' and 'tail' implementations
9066 treat operands with leading '+' as file names, as POSIX
9067 has required since 2001. However, make sure the code still
9068 works on pre-POSIX hosts.
9069 * ltmain.sh: Don't assume "sort +2" is equivalent to
9070 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9072 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
9074 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9076 2006-07-04 Peter O'Gorman <peter@pogma.com>
9078 * ltconfig: chmod 644 before ranlib during install.
9080 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9083 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9084 if the bootstrap compiler is a GCC version that supports it.
9085 * configure: Regenerate.
9087 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
9089 * configure.in: Fix thinkos in previous check-in.
9090 * configure: Regenerate.
9092 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
9095 * configure.in: Test subdir_requires and give an appropriate
9097 * configure: Regenerate.
9099 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
9101 * MAINTAINERS (Write After Approval): Add myself.
9103 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
9105 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9107 2006-06-22 Steve Ellcey <sje@cup.hp.com>
9109 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9111 2006-06-20 David Ayers <d.ayers@inode.at>
9114 * configure.in: Add target-boehm-gc to noconfigdirs depending on
9115 whether target-libjava is being configured instead of whether the
9116 java front end is enabled.
9117 * configure: Regenerate.
9119 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9122 * configure.in: Only enable libgomp on IRIX 6.
9123 * configure: Regenerate.
9125 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
9127 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9129 * Makefile.in: Regenerate.
9131 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
9133 * config-ml.in: Alter CCASFLAGS to include special
9134 multilib options the same as is done for CFLAGS.
9136 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9138 * configure.in: Don't enable libgomp on hpux10.
9139 * configure: Rebuilt.
9141 2006-06-12 David Ayers <d.ayers@inode.at>
9145 * configure.in: Remove target-boehm-gc from noconfigdirs where
9146 ${libgcj} is specified.
9147 * configure: Regenerate.
9149 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
9153 * configure.in: Sync.
9154 * configure: Regenerated.
9156 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
9158 * Makefile.def: Added dependencies from sim and gdb on intl, and
9159 added configure dependencies to everything with an all dependency
9161 * Makefile.in: Regenerated.
9163 2006-06-06 David Ayers <d.ayers@inode.at>
9166 * Makefile.def: Add dependencies for libobjc which boehm-gc.
9167 * Makefile.in: Regenerate.
9168 * configure.in: Add --enable-objc-gc at toplevel and have it
9169 enable boehm-gc for Objective-C.
9170 Remove target-boehm-gc from libgcj.
9171 Add target-boehm-gc to target_libraries.
9172 Add target-boehm-gc to noconfigdirs where ${libgcj}
9174 Assert that boehm-gc is supported when requested for Objective-C.
9175 Only build boehm-gc if needed either for Java or Objective-C.
9176 * configure: Regenerate.
9178 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
9181 * Makefile.tpl (configure-[+prefix+][+module+],
9182 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9183 Remove rule to unstage bootstrapped modules.
9184 (stage_current): New.
9185 * Makefile.in: Regenerate.
9187 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9189 * MAINTAINERS (Write After Approval): Update my e-mail address.
9191 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
9193 * include/libiberty.h: Declare pex_run_in_environment.
9195 2006-05-31 Asher Langton <langton2@llnl.gov>
9197 * MAINTAINERS (Write After Approval): Add myself.
9199 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
9201 * Makefile.def (bfd, opcodes): Fix lib_path.
9202 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9203 (restrap): Move under "@if gcc-bootstrap". Fix typo.
9204 * Makefile.in: Regenerate.
9206 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9208 * Makefile.in: Regenerate.
9210 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9212 * Makefile.def: Add install-html target. Add datarootdir
9213 docdir and htmldir to flags_to_pass.
9214 * Makefile.tpl: Add install-html target.
9215 * Makefile.in: Regenerate.
9216 * configure.in: Add --with-datarootdir, --with-docdir, and
9217 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9218 * configure: Regenerate.
9220 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
9222 * configure.in: Enable gprof for cross builds.
9223 * configure: Regenerate.
9225 2006-05-22 Richard Guenther <rguenther@suse.de>
9228 2006-01-31 Richard Guenther <rguenther@suse.de>
9229 Paolo Bonzini <bonzini@gnu.org>
9231 * Makefile.def (target_modules): Add libgcc-math target module.
9232 * configure.in (target_libraries): Add libgcc-math target library.
9233 (--enable-libgcc-math): New configure switch.
9234 * Makefile.in: Re-generate.
9235 * configure: Re-generate.
9236 * libgcc-math: New toplevel directory.
9238 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9239 Andreas Tobler <a.tobler@schweiz.ch>
9241 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
9242 * configure: Rebuilt.
9244 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
9246 * MAINTAINERS (Write After Approval): Add myself.
9248 2006-05-01 DJ Delorie <dj@redhat.com>
9250 * configure.in: Restore CFLAGS if GMP isn't present.
9251 * configure: Regenerate.
9253 2006-05-01 Richard Guenther <rguenther@suse.de>
9255 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9258 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
9260 * MAINTAINERS (Write After Approval): Add myself.
9262 2006-04-28 Jan Beulich <jbeulich@novell.com>
9264 * MAINTAINERS (Write After Approval): Add myself.
9266 2006-04-18 DJ Delorie <dj@redhat.com>
9268 * configure.in (m32c): Build libstdc++-v3. Pass flags to
9269 reference libgloss so that libssp can be built in a combined
9271 * configure: Regenerate.
9273 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
9275 * MAINTAINERS (Write After Approval): Add myself.
9277 2006-04-05 Ben Elliston <bje@au.ibm.com>
9279 * configure.in: Require makeinfo 4.4 or higher.
9280 * configure: Regenerate.
9282 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
9284 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9285 Rearrange the entries of other libraries to have them in one place.
9287 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
9289 * MAINTAINERS (Write After Approval): Remove myself.
9290 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9292 2006-03-14 Richard Guenther <rguenther@suse.de>
9294 * configure: Regenerate with autoconf 2.13.
9296 2006-03-13 Jim Blandy <jimb@codesourcery.com>
9298 * MAINTAINERS: Use my work address.
9300 * MAINTAINERS: Update my E-mail address.
9302 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
9304 * configure.in: Handle --disable-<component> generically.
9305 * configure: Regenerate.
9307 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
9310 * ltmain.sh: Don't use "$finalize_rpath" for compile.
9312 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
9314 * MAINTAINERS (Write After Approval): Remove myself.
9315 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9317 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
9319 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
9320 (TARGET_CONFIGDIRS): Remove.
9321 * configure.in: Remove AC_SUBST(target_configdirs).
9322 * Makefile.in, configure: Regenerated.
9324 2006-02-20 Steven G. Kargl <kargls@comcast.net>
9326 * MAINTAINERS (Write After Approval): Remove myself.
9327 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9329 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
9333 * Makefile.tpl ([+compare-target+]): Print explanation messages.
9335 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9336 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9337 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9338 BUILD_PREFIX, BUILD_PREFIX_1.
9339 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9341 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9342 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9344 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9345 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9346 of `cat stage_current`. Always provide the `r' and `s' variables.
9347 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9348 a single shell execution.
9349 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9350 bootstrapped modules, make the stage1 module if the build was not
9351 started yet, else build the current stage.
9352 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9353 (all-build, all-host, all-target, [+make_target+]-host,
9354 [+make_target+]-target): Do not use \-continued lines.
9355 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9356 (current_stage, restrap, stage_last): New.
9358 * Makefile.in: Regenerate.
9359 * configure: Regenerate.
9361 2006-02-19 Bud Davis <jmdavis@link.com>
9363 * MAINTAINERS (Write After Approval): Remove myself.
9364 (Language Front End Maintainers): Add myself as fortran 95
9365 maintainer and update e-mail address.
9367 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9369 * MAINTAINERS (Write After Approval): Remove myself.
9370 (Language Front End Maintainers): Add myself as fortran 95
9373 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
9375 * MAINTAINERS (Write After Approval): Add myself.
9377 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
9379 * MAINTAINERS (Write After Approval): Remove myself.
9380 (Language Front End Maintainers): Add myself as
9381 fortran 95 maintainer.
9383 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
9387 2005-12-27 Leif Ekblad <leif@rdos.net>
9389 * configure.in: Add support for RDOS target.
9390 * configure: Regenerate.
9392 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
9393 Andreas Schwab <schwab@suse.de>
9395 * configure: Regenerate.
9397 2006-02-12 David Edelsohn <edelsohn@gnu.org>
9399 * configure.in (enable_libgomp): Add AIX.
9400 * configure: Regenerate.
9402 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9404 * MAINTAINERS (Write After Approval): Add myself.
9406 2006-02-03 Lee Millward <lee.millward@gmail.com>
9408 * MAINTAINERS (Write After Approval): Add myself.
9410 2006-01-31 Richard Guenther <rguenther@suse.de>
9411 Paolo Bonzini <bonzini@gnu.org>
9413 * Makefile.def (target_modules): Add libgcc-math target module.
9414 * configure.in (target_libraries): Add libgcc-math target library.
9415 (--enable-libgcc-math): New configure switch.
9416 * Makefile.in: Re-generate.
9417 * configure: Re-generate.
9418 * libgcc-math: New toplevel directory.
9420 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
9422 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9423 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9424 the assembler, linker and binutils.
9425 * configure: Regenerate.
9427 2006-01-22 Dirk Mueller <dmueller@suse.de>
9429 * MAINTAINERS (Write After Approval): Add myself.
9431 2006-01-20 Diego Novillo <dnovillo@redhat.com>
9433 * configure: Regenerate.
9435 2006-01-18 Richard Henderson <rth@redhat.com>
9436 Jakub Jelinek <jakub@redhat.com>
9437 Diego Novillo <dnovillo@redhat.com>
9439 * libgomp: New directory.
9440 * Makefile.def: Add target_module libgomp.
9441 * Makefile.in: Regenerate.
9442 * configure.in (target_libraries): Add target-libgomp.
9443 * configure: Regenerate.
9445 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
9447 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9448 @ from continuation.
9449 * Makefile.in: Rebuilt.
9451 2006-01-04 Chris Lattner <sabre@gnu.org>
9453 * MAINTAINERS (Write After Approval): Add myself.
9455 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
9459 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9460 * Makefile.tpl (OBJDUMP): New.
9461 (EXTRA_HOST_FLAGS): Add it.
9462 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9464 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9465 to use symbolic links between directories. Avoid race conditions
9466 or make them harmless.
9467 * configure.in: Do not try to use symbolic links between directories.
9469 * Makefile.def (LEAN): Pass.
9470 * Makefile.tpl (LEAN): Define.
9471 (stage[+id+]-start): Accept that the previous directory does not
9472 exist, if the bootstrap is lean.
9473 (stage[+id+]-bubble): Invoke lean bootstrap commands after
9474 stage[+id+]-start. Use a makefile variable and an `if' instead of a
9475 configure substitution.
9476 ([+compare-target+]): Likewise.
9477 ([+bootstrap-target+]-lean): New.
9478 * configure.in: Remove lean bootstrap support from here.
9480 * Makefile.in: Regenerate.
9481 * configure: Regenerate.
9483 2006-01-04 Ben Elliston <bje@au.ibm.com>
9485 * MAINTAINERS (libdecnumber): Add myself.
9487 2006-01-02 Mark Mitchell <mark@codesourcery.com>
9489 * libtool-ldflags: New script.
9491 2006-01-02 Andreas Schwab <schwab@suse.de>
9493 * configure.in: When reconfiguring remove Makefile in
9494 all stage directories.
9495 * configure: Regenerate.
9497 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
9499 * MAINTAINERS: Update my email address.
9501 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
9503 Revert Ada-related part of the previous change.
9505 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9507 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9508 * Makefile.in: Regenerate.
9509 * configure.in: Do not include mt-ppc-aix target fragment.
9510 * configure: Regenerate.
9512 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
9514 * configure.in: Select appropriate fragments for PowerPC/AIX.
9515 * configure: Regenerate.
9517 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9518 BOOT_CFLAGS, BOOT_LDFLAGS.
9519 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9520 BOOT_CFLAGS, BOOT_LDFLAGS.
9521 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9522 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9523 (stage): Fail if we cannot complete the work.
9524 * Makefile.in: Regenerate.
9526 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
9528 * configure.in: Replace ms1 with mt.
9529 * configure: Rebuilt.
9531 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
9533 * MAINTAINERS: Update my email address.
9535 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
9537 * Makefile.tpl (all, do-[+make_target+], do-check, install,
9538 install-host-nogcc): Don't invoke $(stage) at the end.
9539 * Makefile.in: Regenerate.
9541 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
9543 * configure.in: Flip the top-level bootstrap switch.
9544 * configure: Regenerate.
9546 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
9548 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9549 $(stage) and $(unstage).
9550 (EXTRA_TARGET_FLAGS): Correct double-quoting.
9551 (all): Remove stray semicolon.
9552 (local-distclean): Don't handle multilib.tmp and multilib.out.
9553 (install.all): Set $s for consistency.
9554 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9555 check_multilibs setting. Always make the install directory.
9556 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9558 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9559 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9560 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9561 (multilib.out): Remove.
9562 * Makefile.in: Regenerated.
9564 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9566 * MAINTAINERS (Write After Approval): Add myself.
9568 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9570 * MAINTAINERS: Add myself as mt maintainer.
9572 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9574 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9576 * MAINTAINERS: Change email address.
9578 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
9580 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9581 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9582 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9583 Find in-tree tools if available.
9584 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9585 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9586 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9587 (COMPILER_*_FOR_TARGET): New.
9588 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9589 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9590 (CONFIGURED_*, USUAL_*): Remove.
9591 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9592 STRIP): Use autoconf substitutions.
9593 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9594 COMPILER_NM_FOR_TARGET): New.
9595 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9597 (all): Make all-host and all-target in parallel.
9598 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9599 that $$r and $$s are set before invoking a recursive make.
9600 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9601 ([+bootstrap-target+]): Inline most of the `all' target.
9603 2005-11-29 Ben Elliston <bje@au.ibm.com>
9605 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9606 from the gcc build directory.
9607 * Makefile.in: Regenerate.
9609 2005-11-29 Ben Elliston <bje@au.ibm.com>
9611 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9612 depend on all-libdecnumber.
9613 * configure.in (host_libs): Include libdecnumber.
9614 * Makefile.in: Regenerate.
9615 * configure: Likewise.
9617 2005-11-29 Ben Elliston <bje@au.ibm.com>
9619 * libdecnumber: Import decNumber sources from the dfp-branch.
9621 2005-11-21 Kean Johnston <jkj@sco.com>
9623 * config.sub, config.guess: Sync from upstream sources.
9625 2005-11-21 Ben Elliston <bje@au.ibm.com>
9627 Import from Autoconf sources:
9629 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9630 * config/move-if-change: Don't output "$2 is unchanged";
9631 suggested by Ben Elliston. Handle weird characters correctly.
9633 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9635 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9636 to match upstream libtool for darwin.
9638 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9640 * Makefile.def: Remove gdb dependencies for gdbtk.
9641 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9642 (configure-gdb, install-gdb): New rules.
9643 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9644 * Makefile.in, configure: Regenerated.
9646 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9648 * MAINTAINERS (Write After Approval): Add myself.
9650 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9652 * MAINTAINERS (Write After Approval): Add myself.
9654 2005-10-24 Diego Novillo <dnovillo@redhat.com>
9656 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9659 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
9662 * Makefile.tpl (do-[+make-target+], do-check, install,
9663 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9664 are set before recursing.
9665 * Makefile.in: Regenerate.
9667 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9670 * Makefile.def (gcc) <target>: Fix thinko.
9671 * Makefile.in: Regenerate.
9673 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9675 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9676 * configure: Regenerate.
9678 2005-10-15 Jie Zhang <jie.zhang@analog.com>
9680 * MAINTAINERS (Write After Approval): Add self.
9682 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
9684 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9685 target-libffi, target-qthreads, target-libjava, and
9687 * configure: Regenerate.
9689 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9691 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9692 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9693 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9694 (USUAL_OBJDUMP_FOR_TARGET): New.
9695 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9696 * configure.in: Check for $OBJDUMP_FOR_TARGET.
9697 * configure, Makefile.in: Regenerated.
9699 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9701 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9702 before other host packages.
9704 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9706 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9708 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9712 * configure.in (default_target): Remove.
9713 * Makefile.tpl (all): Do not use prerequisites as subroutines
9714 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9715 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9716 use prerequisites as subroutines.
9717 (check-host, check-target): New.
9718 (bootstrap configure & all targets): Do not use stage*-start
9719 if the directory layout is already ok.
9720 (non-bootstrap configure & all targets): Prepend a $(unstage).
9721 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9722 (NOTPARALLEL): Remove.
9723 (unstage, stage variables): New variables.
9724 (unstage, stage targets): Simply expand to those variables.
9726 * configure: Regenerate.
9727 * Makefile.in: Regenerate.
9729 2005-10-04 James E Wilson <wilson@specifix.com>
9731 * Makefile.def (lang_env_dependencies): Add libmudflap.
9732 * Makefile.in: Regenerate.
9734 2005-10-03 Andreas Schwab <schwab@suse.de>
9736 Backport from libtool CVS:
9737 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9739 * ltmain.sh: add support for installing into temporary
9740 staging area (e.g. 'make install DESTDIR=...')
9742 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9744 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9745 * configure: Regenerated.
9747 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9749 * configure: Regenerate with the correct
9752 2005-09-30 Catherine Moore <clm@cm00re.com>
9754 * configure.in (bfin-*-*): New.
9755 * configure: Regenerated.
9757 2005-09-28 Geoffrey Keating <geoffk@apple.com>
9759 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9760 (LIPO_FOR_TARGET): New.
9761 (CONFIGURED_LIPO_FOR_TARGET): New.
9762 (USUAL_LIPO_FOR_TARGET): New.
9763 (STRIP_FOR_TARGET): New.
9764 (CONFIGURED_STRIP_FOR_TARGET): New.
9765 (USUAL_STRIP_FOR_TARGET): New.
9766 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9768 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9769 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9770 * Makefile.in: Regenerate.
9771 * configure: Regenerate.
9773 2005-09-19 David Edelsohn <edelsohn@gnu.org>
9775 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9776 (rs6000-*-aix*): Same.
9777 * configure: Regenerate.
9779 2005-09-16 Tom Tromey <tromey@redhat.com>
9781 * MAINTAINERS: Add self as java maintainer.
9783 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9785 * configure.in: Recognize f95 in the --enable-languages option,
9786 and substitute it for fortran, issuing a warning.
9787 * configure: Regenerate.
9789 2005-08-30 Phil Edwards <phil@codesourcery.com>
9791 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9792 * configure: Regenerated.
9794 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
9796 * MAINTAINERS: Add self as ms1 maintainer.
9798 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9800 * Makefile.def (libssp): Add to lang_env_dependencies.
9801 * Makefile.in: Regenerate.
9803 2005-08-18 Ian Lance Taylor <ian@airs.com>
9805 * MAINTAINERS: Add myself as middle-end maintainer.
9807 2005-08-17 Christian Groessler <chris@groessler.org>
9809 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9810 * Makefile.in: Regenerate.
9812 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9814 * MAINTAINERS (write after approval): Added myself.
9816 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9818 * MAINTAINERS (Write After Approval): Add myself.
9820 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
9822 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9823 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9824 Look for alternate names of the target cc and c++
9825 * configure: Regenerate.
9827 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
9829 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9830 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9831 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9832 tools; remove code to manually set them.
9833 (Target tools): Look in the environment for them.
9834 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9835 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9836 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9838 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9839 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9840 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9841 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9842 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9843 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9844 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9845 * configure: Regenerate.
9846 * Makefile.in: Regenerate.
9848 2005-07-28 Ben Elliston <bje@au.ibm.com>
9850 * MAINTAINERS: Update for removed CPU targets.
9852 2005-07-27 Mark Mitchell <mark@codesourcery.com>
9854 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9855 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9856 * Makefile.in: Regenerated.
9858 2005-07-26 Mark Mitchell <mark@codesourcery.com>
9860 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9861 (CFLAGS_FOR_TARGET): Use it.
9862 (CXXFLAGS_FOR_TARGET): Likewise.
9863 * Makefile.in: Regenerated.
9864 * configure.in (--with-build-sysroot): New option.
9865 * configure: Regenerated.
9867 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
9869 * Makefile.tpl: Wrap install between unstage and stage
9870 * Makefile.in: Regenerate.
9872 2005-07-21 Eric Christopher <echristo@apple.com>
9874 * MAINTAINERS: Update affiliation.
9876 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9878 * MAINTAINERS: Add self as crx port maintainer.
9880 2005-07-20 DJ Delorie <dj@redhat.com>
9882 * MAINTAINERS: Add self as m32c maintainer.
9884 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9886 * all files: Update FSF address.
9888 2005-07-15 Eric Christopher <echristo@redhat.com>
9890 * MAINTAINERS: Change affiliation.
9892 2005-07-14 Jim Blandy <jimb@redhat.com>
9894 * configure.in: Add cases for Renesas m32c.
9895 * configure: Regenerated.
9897 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9899 * COPYING.LIB: Update from fsf.org.
9901 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9903 * COPYING, compile, config.guess,
9904 config.sub, install-sh, missing, mkinstalldirs,
9905 symlink-tree, ylwrap: Sync from upstream sources.
9906 * config-ml.in: Update FSF address.
9908 2005-07-13 Eric Christopher <echristo@redhat.com>
9910 * configure.in: Add toplevel noconfigdir support for tpf.
9911 * configure: Regenerate.
9913 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
9917 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9918 * Makefile.in: Regenerate.
9920 2005-07-07 Mark Mitchell <mark@codesourcery.com>
9922 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
9923 Brolley to write-after-approval.
9925 2005-07-07 Andreas Schwab <schwab@suse.de>
9927 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9928 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9929 * Makefile.in: Regenerated.
9931 2005-07-06 Geoffrey Keating <geoffk@apple.com>
9933 * configure.in: Don't build sim or rda when targetting darwin.
9934 * configure: Regenerate.
9936 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
9938 * configure.in: Add --enable-libssp and --disable-libssp.
9939 * configure: Regenerate with autoconf-2.13.
9941 2005-07-02 Jakub Jelinek <jakub@redhat.com>
9943 * Makefile.def (target_modules): Add libssp.
9944 * configure.in (target_libraries): Add target-libssp.
9945 * configure: Rebuilt.
9946 * Makefile.in: Rebuilt.
9948 2005-07-01 Zack Weinberg <zackw@panix.com>
9950 * MAINTAINERS: Change email address. Resign from maintainership.
9952 2005-07-01 Richard Guenther <rguenther@suse.de>
9954 * MAINTAINERS: Change my e-mail address and affiliation.
9956 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
9958 * Makefile.def (stagefeedback): Come after profile.
9959 Define profiledbootstrap target.
9960 * Makefile.tpl (profiledbootstrap): Remove.
9961 (stageprofile-end): Zap stagefeedback.
9962 (stagefeedback-start): Copy all .gcda files, not only GCC's.
9963 * Makefile.in: Regenerate.
9965 2005-06-13 Richard Sandiford <richard@codesourcery.com>
9967 * MAINTAINERS: Update my email address.
9969 2005-06-13 Zack Weinberg <zack@codesourcery.com>
9971 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
9972 In 'cpp' stanza, support '#line' as well as '# '.
9974 2005-06-08 Andreas Schwab <schwab@suse.de>
9976 * MAINTAINERS: Move myself from 'Write After Approval' to
9977 'CPU Port Maintainers' section as m68k maintainer.
9979 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
9981 * configure.in (unsupported_languages): New macro.
9982 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
9983 non-ported target libraries in noconfigdirs.
9984 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9985 non-linux-gnu. Remove libgcj_ex_libffi.
9986 <lang_frag loop>: Set add_this_lang=no if the language is in
9987 unsupported_languages.
9988 * configure: Regenerate.
9990 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
9992 * configure.in: Fix typo in handling of --with-mpfr-dir.
9993 * configure: Regenerate.
9995 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
9997 * MAINTAINERS: Update my email address.
9999 2005-06-02 Jim Blandy <jimb@redhat.com>
10001 * config.sub: Add cases for the Renesas m32c. (This patch has been
10002 accepted into the master sources.)
10004 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
10005 Michael Snyder <msnyder@redhat.com>
10006 Stan Cox <scox@redhat.com>
10008 * configure.in: Set noconfigdirs for ms1.
10010 * configure: Regenerate.
10012 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
10014 * MAINTAINERS (Write After Approval): Add self.
10016 2005-06-01 Josh Conner <jconner@apple.com>
10018 * MAINTAINERS (Write After Approval): Add self.
10020 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
10022 * MAINTAINERS: Update my email address.
10024 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
10026 * MAINTAINERS (Write After Approval): Add self.
10028 2005-05-26 Chris Demetriou <cgd@broadcom.com>
10030 * MAINTAINERS (Write After Approval): Remove self.
10032 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
10034 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10035 (Dependencies): Consider target modules for bootstrap dependencies.
10036 Make target bootstrap modules depend on each stage's gcc.
10037 * Makefile.in: Regenerate.
10039 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
10041 * Makefile.def (configure-gcc): Depend on binutils having been built.
10042 (all-gcc): No need to do it here.
10043 * Makefile.in: Regenerate.
10045 2005-05-19 Paul Brook <paul@codesourcery.com>
10047 * configure.in: Rewrite misleading error message when requested
10048 language cannot be built.
10049 * configure: Regenerate.
10051 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
10053 * ylwrap: Import from Automake 1.9.5.
10055 2005-05-13 David Ung <davidu@mips.com>
10057 * MAINTAINERS (Write After Approval): Add self.
10059 2005-05-09 Mike Stump <mrs@apple.com>
10061 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10062 lt_cv_sys_max_cmd_len for now.
10064 2005-05-09 Stan Cox <scox@redhat.com>
10066 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10068 2005-05-08 Matt Kraai <kraai@ftbfs.org>
10070 * README.SCO: Update the URL.
10072 2005-05-05 David Edelsohn <edelsohn@gnu.org>
10074 * ltconfig: Define file_list_spec. Pass file_list_spec and
10075 with_gnu_ld to libtool.
10076 * ltcf-c.sh (aix[45]): Define file_list_spec.
10077 * ltcf-cxx.sh (aix[45]): Same.
10078 * ltcf-gcj.sh (aix[45]): Same.
10079 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10080 exists, write list of input files to temporary file.
10082 2005-05-04 Mike Stump <mrs@apple.com>
10084 * configure.in: Always pass --target to target configures as
10085 otherwise rebuilds that do --recheck will fail.
10086 * confiugure: Rebuilt.
10088 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
10090 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10091 STAGE_HOST_EXPORTS.
10092 (configure, all): Add bootstrap support.
10093 (Host modules, target modules): Pass post-stage1 flags and exports.
10094 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10095 * Makefile.in: Regenerate.
10097 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
10099 * configure: Regenerate.
10101 2005-04-27 Mike Stump <mrs@apple.com>
10103 * MAINTAINERS: Add self as darwin maintainer.
10105 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
10107 * config.sub: Update from master copy.
10109 2005-04-21 Mike Stump <mrs@apple.com>
10111 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10112 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10114 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
10116 * configure.in <crisv32-*-*, cris-*-*>: New local variable
10117 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
10118 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
10119 "*-*-elf" and "*-*-linux*".
10120 * configure: Regenerate.
10122 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
10124 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10126 2005-04-12 Mike Stump <mrs@apple.com>
10128 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10130 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
10132 * MAINTAINERS (Write After Approval): Add myself.
10134 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
10136 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10138 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
10140 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10141 (TARGET_CONFIGARGS): Include --with-target-subdir.
10142 (configure, all): New macros. Use them throughout.
10143 * Makefile.in: Regenerate.
10145 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
10147 * MAINTAINERS (Write After Approval): Add myself.
10149 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10151 * MAINTAINERS: Remove 'loop unrolling' maintainer.
10153 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
10155 * MAINTAINERS: Move John Carr to Write After Approval.
10157 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
10159 * config/mh-mingw32: Delete.
10160 * configure.in: Don't use it.
10161 * configure: Regenerate.
10163 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
10165 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10166 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10167 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10168 (HOST_LIB_PATH): Generate from Makefile.def.
10169 (TARGET_LIB_PATH): Likewise.
10170 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10171 * Makefile.in: Regenerate.
10172 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10173 (RPATH_ENVVAR): Include Darwin case.
10174 * configure: Regenerate.
10176 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
10178 * MAINTAINERS (Various Maintainers): Remove self.
10179 (Write After Approval): Add self.
10181 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
10183 * MAINTAINERS (Various Maintainers): Add self.
10185 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
10187 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10188 * configure: Regenerate.
10190 2005-03-21 Zack Weinberg <zack@codesourcery.com>
10192 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10193 gcc_version, and gcc_version_trigger from set of flags to pass.
10194 * Makefile.tpl: Remove definitions of above variables.
10195 (config.status): Remove dependency on $(gcc_version_trigger).
10196 * Makefile.in: Regenerate.
10197 * configure.in: Do not reference config/gcc-version.m4 nor
10198 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10199 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
10200 * configure: Regenerate.
10202 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
10203 Andrew Pinski <pinskia@physics.uc.edu>
10205 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10206 * Makefile.in: Regenerate.
10208 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
10210 * MAINTAINERS (Write After Approval): Add myself.
10212 2005-03-03 David Ayers <d.ayers@inode.at>
10214 * MAINTAINERS (Write After Approval): Add myself.
10216 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
10219 * ltmain.sh: Avoid creating archives with components that have
10220 duplicate basenames.
10222 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
10225 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10227 * Makefile.in: Regenerate.
10229 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
10231 * Makefile.in: Regenerate to fix conflict between the previous two
10234 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
10237 * Makefile.def (target_modules): Remove "stage", now unnecessary.
10238 * Makefile.tpl (HOST_SUBDIR): New substitution.
10239 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10240 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10241 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10242 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10243 (Host modules, Bootstrapped modules): Use it.
10244 (Build modules, Target modules): Do not create symlink trees,
10245 always configure out-of-srcdir.
10246 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10247 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10248 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10249 $(HOST_SUBDIR). Create a symlink for host_subdir.
10251 * Makefile.in: Regenerate.
10252 * configure: Regenerate.
10254 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10256 Merged from libada-gnattools-branch:
10257 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
10259 * gnattools: New directory.
10260 * Makefile.def: Add gnattools as a module, depending on target-libada.
10261 * Makefile.in: Regenerate.
10262 * configure.in: Include gnattools in host_tools; disable it if ada
10264 * configure: Regenerate.
10266 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
10268 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10269 treelang maintainer.
10270 (Write After Approval): Remove myself.
10272 2005-02-23 Paul Schlie <schlie@comcast.net>
10274 * configure.in: Allow darwin targeted ports to build tk, itcl and
10276 * configure: Regenerate.
10278 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10281 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10282 * configure: Regenerate.
10284 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
10286 * MAINTAINERS (Write After Approval): Add myself.
10288 2005-02-10 Ian Lance Taylor <ian@airs.com>
10290 * MAINTAINERS: Update my e-mail address.
10292 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
10294 * MAINTAINERS (Write After Approval): Add myself.
10296 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
10298 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10299 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10300 target-libgloss when not *-*-elf and *-*-aout.
10301 * configure: Regenerate.
10303 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
10305 * MAINTAINERS: Remove obsolete entries.
10307 * MAINTAINERS (Write After Approval): Add Michael Matz.
10309 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
10311 * MAINTAINERS: Remove self as cpplib maintainer.
10313 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10315 * install-sh, config.sub: Import from upstream.
10317 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10320 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10321 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10322 * Makefile.in: Regenerate.
10324 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
10326 * MAINTAINERS: Update my email address.
10328 2005-01-12 David Edelsohn <edelsohn@gnu.org>
10329 Andreas Schwab <schwab@suse.de>
10332 * config-ml.in: Eval option if surrounded by single quotes.
10334 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
10336 Revert 2004-12-28 Makefile changes, a better fix will be
10337 applied to mainline and src after GCC 4.0 branches.
10339 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
10343 * Makefile.def (target_modules): Remove stage parameter,
10344 it is always true now.
10345 * Makefile.tpl (configure-build-[+module+],
10346 configure-target-[+module+]): Always build symlink tree
10347 for the directory and for include. BUILD_SUBDIR and
10348 TARGET_SUBDIR cannot be . anymore.
10349 * Makefile.in: Regenerate.
10351 2004-12-25 David Edelsohn <edelsohn@gnu.org>
10353 Revert 2004-12-08 Makefile changes.
10355 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
10357 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10360 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
10362 * configure.in (sh64-*-*): Reenable gprof.
10363 * configure: Regenerate.
10365 2004-12-08 David Edelsohn <edelsohn@gnu.org>
10367 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10368 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10369 (EXTRA_TARGET_FLAGS): Add PICFLAG.
10370 * Makefile.in: Regenerate.
10372 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
10374 * MAINTAINERS: Update my email address.
10376 2004-12-07 Matt Kraai <kraai@ftbfs.org>
10378 * Makefile.tpl: Generate normal dependencies if the LHS module is
10380 * Makefile.in: Regenerate.
10382 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
10384 * configure.in: Include config/gxx-include-dir.m4. Use
10385 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
10386 * configure: Regenerate.
10388 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
10390 * config.if: Delete.
10391 * configure.in: Set libstdcxx_incdir directly.
10392 * configure: Regenerate.
10394 2004-12-02 Eric Christopher <echristo@redhat.com>
10396 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10397 * Makefile.in: Regenerate.
10399 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
10401 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10402 * configure: Regenerate.
10404 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
10406 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
10407 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
10408 * configure: Regenerate.
10410 2004-12-01 Eric Christopher <echristo@redhat.com>
10412 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10413 of things to remove.
10415 2004-11-29 Matt Kraai <kraai@ftbfs.org>
10417 * MAINTAINERS (Write After Approval): Update my e-mail address.
10419 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
10421 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10422 from CVS libtool to always pass_all.
10424 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10426 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10427 (hppa*64*-*-*): Delete incorrect comment.
10428 * configure: Rebuilt.
10430 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10432 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10434 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10436 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10437 from CVS libtool to always pass_all.
10439 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10441 * install-sh, compile: Import from automake.
10443 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10445 * config.guess, config.sub: Import from savannnah.
10447 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
10449 * MAINTAINERS (Write After Approval): Add myself
10451 2004-11-12 Mike Stump <mrs@apple.com>
10453 * Makefile.def: Add html support.
10454 * Makefile.tpl: Likewise.
10455 * Makefile.in: Regenerate.
10457 2004-11-11 Geoffrey Keating <geoffk@apple.com>
10460 * configure.in: Remove all instances of build-fixincludes from
10462 (build_configargs): Supply --target to subdirectories.
10463 * configure: Regenerate.
10465 * Makefile.def: Make gcc install depend on fixincludes install.
10466 * Makefile.in: Regenerate.
10468 2004-11-10 Janis Johnson <janis187@us.ibm.com>
10470 * MAINTAINERS: Add myself as gcc testsuite maintainer.
10472 2004-11-11 Paul Brook <paul@codesourcery.com>
10474 * MAINTAINERS: Add self as arm maintainer. Update email address.
10476 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
10478 * configure.in (noconfigdirs) [mmix-*-*]: Disable
10479 target-libgfortran.
10480 * configure: Regenerate.
10482 2004-11-07 David Edelsohn <edelsohn@gnu.org>
10484 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10487 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
10489 * Makefile.def (host fixincludes): Specify missing targets.
10490 * Makefile.in: Regenerate.
10492 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
10494 * MAINTAINERS: Add myself
10496 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
10498 * MAINTAINERS (Write After Approval): Add myself.
10500 2004-11-04 Geoffrey Keating <geoffk@apple.com>
10502 * Makefile.def: Build fixincludes for the host, too.
10503 * Makefile.in: Regenerate.
10504 * configure.in (host_tools): Add fixincludes.
10505 * configure: Regenerate.
10507 2004-11-04 Daniel Jacobowitz <dan@debian.org>
10509 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10510 * configure: Regenerated.
10512 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
10515 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10516 * configure: Regenerated.
10518 2004-10-31 Mark Mitchell <mark@codesourcery.com>
10520 * README.SCO: Update per FSF instructions.
10522 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
10525 * configure.in (case ${target}): Do not build fixincludes for avr.
10526 * configure: Regenerated.
10528 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
10530 * configure.in (case ${target}): Do not build fixincludes
10531 on platforms where it is not used.
10532 * configure: Regenerated.
10534 2004-10-23 Daniel Jacobowitz <dan@debian.org>
10536 * configure.in: Use an absolute path to install-sh.
10537 * configure: Regenerated.
10539 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
10541 * MAINTAINERS (Write After Approval): Add myself.
10543 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
10545 * MAINTAINERS: Remove from Write After Approval those that are
10546 already maintainers.
10548 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
10550 * MAINTAINERS: Update my email address.
10552 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
10554 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10555 * configure: Regenerate.
10557 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
10559 * MAINTAINERS: Update my email address.
10561 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
10563 * MAINTAINERS (Language Front Ends Maintainers): New. Move
10564 entries belonging to this category.
10566 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10568 * MAINTAINERS: Update my e-mail address.
10570 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
10572 Fix wrong conflict resolution in:
10574 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10576 * Makefile.in: Regenerate.
10577 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10578 in the recursive `make', instead of hardwiring `all'.
10579 (Autogenerated TARGET-* variables): New.
10581 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10583 * configure.in: Enable target-libgloss for crx-*-*.
10584 * configure: Regenerate.
10586 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10588 * MAINTAINERS (Various Maintainers): Move the "windows,
10589 cygwin, mingw" maintainer to ...
10590 (OS Port Maintainers): ... here.
10592 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10594 * MAINTAINERS (Write After Approval): Remove those that are
10595 maintainers of some subsystem.
10597 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10599 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10600 * ltcf-cxx.sh (tpf*): Likewise.
10601 * ltconfig (tpf*): Add TPF OS configuration support.
10603 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10605 * MAINTAINERS: Change my email address to my new work account.
10607 2004-09-24 Michael Roth <mroth@nessie.de>
10609 * configure.in (--without-headers): Add missing double quotes.
10610 * configure: Regenerate.
10612 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
10614 * ylwrap: Revert to previous version.
10616 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10619 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10620 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10621 SET_GCC_LIB_PATH_CMD.
10622 (BASE_TARGET_EXPORTS): Likewise.
10623 * Makefile.in: Regenerated.
10625 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10626 * configure: Regenerated.
10628 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10630 * config.guess: New upstream version
10631 * compile, depcomp, install-sh, ylwrap: Likewise.
10633 2004-09-19 Roger Sayle <roger@eyesopen.com>
10635 * config/mh-x86omitfp: New host makefile fragment. Add
10636 -fomit-frame-pointer to the default BOOT_CFLAGS.
10637 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10638 * configure: Regenerate.
10640 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10643 * configure.in (*-*-darwin*): Renable libobjc.
10644 * configure: Regenerate.
10646 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10648 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10650 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
10652 * Makefile.def: Remove libbanshee.
10653 * Makefile.tpl: Ditto.
10654 * configure.in: Ditto.
10655 * Makefile.in: Regen.
10656 * configure: Ditto.
10658 2004-09-08 David Edelsohn <edelsohn@gnu.org>
10660 * ltmain.sh: Use $pic_object as $non_pic_object if
10661 $non_pic_object=none.
10663 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
10665 * missing: Import latest version from master repository.
10667 2004-09-06 Nick Clifton <nickc@redhat.com>
10669 * config.sub: Import latest version from master repository.
10670 * config.guess: Likewise.
10671 This includes these changes:
10673 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10675 * config.sub: Handle crisv32, alias etraxfs.
10676 * config.guess (crisv32:Linux:*:*): Handle.
10678 2004-08-13 Brad Smith <brad@comstyle.com>
10680 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10681 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10683 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10685 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10686 assume the processor is a powerpc. This is because coreutils
10687 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10688 in this case, due to a MacOS X bug that causes
10689 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10690 to return a negative number.
10691 Problem reported by Petter Reinholdtsen in:
10692 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10694 2004-07-19 Ben Elliston <bje@gnu.org>
10696 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10698 2004-06-24 Ben Elliston <bje@gnu.org>
10700 * config.guess: Update copyright years.
10701 * config.sub: Likewise.
10703 2004-06-22 Robert Millan <robertmh@gnu.org>
10705 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10706 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10708 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10710 * config.guess (*:*VMS:*:*): New entry. Replaces
10711 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10714 2004-06-22 Ben Elliston <bje@gnu.org>
10716 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10717 * config.sub: Likewise.
10719 2004-06-22 Ben Elliston <bje@gnu.org>
10721 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10722 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10724 2004-06-11 Ben Elliston <bje@gnu.org>
10726 * config.guess (pegasos:OpenBSD:*:*): Remove.
10728 2004-06-11 Ben Elliston <bje@gnu.org>
10730 From Wouter Verhelst <wouter@grep.be>:
10731 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10733 2004-06-11 Ben Elliston <bje@gnu.org>
10735 * config.guess (luna88k:OpenBSD:*:*): New.
10737 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10739 * config.guess (m32r*:Linux:*:*): New case.
10740 * config.sub: Handle m32rle.
10742 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10744 From Jens Petersen <petersen@redhat.com>:
10745 * config.sub: Handle sparcv8.
10747 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10749 From Tom Smith <smith@cag.lkg.hp.com>:
10750 * config.guess: Version suffixes are equally significant on Tru64
10751 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10752 prefix of "P" (patched kernel).
10754 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10756 * config.sub: Add support for National Semiconductor CRX target.
10758 2004-09-03 Janis Johnson <janis187@us.ibm.com>
10760 * MAINTAINERS (Various Maintainers): Remove myself as web page
10761 maintainer, add myself as maintainer of build status lists.
10763 2004-09-03 Jan Beulich <jbeulich@novell.com>
10765 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10766 *-*-netware, but add target-libmudflap.
10767 Consolidate *-*-netware targets (of which really only i?86 exists)
10768 into a single entry.
10769 * configure: Likewise.
10771 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
10773 * Makefile.tpl (sorry): Remove.
10774 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10775 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10776 (do-clean): Clean per-stage directories too.
10777 (do-distclean): Run distclean-stage1 too.
10778 (.NOTPARALLEL): Enable during toplevel bootstrap.
10779 (stage[+id+]-bubble): Enable parallel execution during
10780 the recursive invocation.
10781 * Makefile.in: Regenerate.
10783 Fix previous checkin:
10785 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10787 * configure.in: Fix indentation.
10788 * configure: Regenerate.
10790 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
10792 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10793 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10794 * configure: regenerate
10795 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10798 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
10800 * Makefile.def (build_modules): Add fixincludes.
10801 (dependencies): Make gcc depend on fixincludes.
10802 * configure.in (build_tools): Add fixincludes.
10803 (build_configdirs): Always include build_libs.
10804 * Makefile.in: Regenerate.
10805 * configure: Regenerate.
10807 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
10809 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10810 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10811 phony targets; do not generate timestamp files.
10812 (distclean-stageN): Remove references to their timestamp files.
10813 (restageN, touch-stageN): Remove.
10814 (stageN-bubble): Rewritten.
10815 (compare): Support lean bootstraps.
10816 * Makefile.in: Regenerate.
10818 * configure.in: Only warn when bootstrapping but
10819 build != host or build != target. Support lean bootstraps.
10820 * configure: Regenerate.
10822 2004-08-26 Phil Edwards <phil@codesourcery.com>
10824 * configure.in: Give a better error message if GMP/MPFR are missing
10825 and a language needing them has been requested.
10826 * configure: Regenerated.
10828 2004-08-25 Phil Edwards <phil@codesourcery.com>
10830 * configure.in: Print a list of available language front-ends if
10831 a requested one is missing. Tidy stray tab characters.
10832 * configure: Regenerated.
10834 2004-08-19 Michael Koch <konqueror@gmx.de>
10836 * gcc/doc/install.texi: Update entry about automake for libjava.
10838 2004-08-17 Robert Millan <robertmh@gnu.org>
10840 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10841 (instead of FreeBSD).
10842 * configure: Regenerate.
10844 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10846 * Makefile.in: Regenerate.
10847 * configure: Regenerate.
10849 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10851 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10852 for bootstrapped modules if toplevel bootstrap is going.
10853 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10854 modules. Adjust for changes in Makefile.def. Enable several
10855 rules even in non-bootstrap mode, just to avoid peppering the
10856 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10857 (stage-[+prev+]-bubble): Remove.
10859 * Makefile.def (Dependencies): Depend on all-build-bison,
10860 all-build-flex, all-build-byacc, all-build-texinfo, rather
10861 than the host variations.
10862 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10864 (BISON): Update for recent Bisons.
10866 (cross): Depend on all-build.
10867 (all): Do not depend on all-build.
10868 (prebootstrap): Remove.
10869 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10870 (Prebootstrap dependencies): Add them to the per-stage targets
10871 and to all-prebootstrap.
10872 * configure.in (build_configdirs): Always enable build_tools.
10873 (BUILD_DIR_PREFIX): Remove.
10875 * Makefile.def (gcc): Add target variable.
10876 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10877 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10878 in the recursive `make', instead of hardwiring `all'.
10879 (Autogenerated TARGET-* variables): New.
10881 2004-08-13 Brian Booth <bbooth@redhat.com>
10883 * MAINTAINERS: Remove myself from write-after-approval.
10885 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10887 * src-release: Stop distributing mmalloc with gdb (which doesn't
10889 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10890 * Makefile.in: Regenerate.
10892 2004-08-09 Mark Mitchell <mark@codesourcery.com>
10894 * configure.in (arm*-*-eabi*): New target.
10895 * configure: Regenerate.
10897 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
10899 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10900 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10901 (Dependencies): New section.
10902 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10903 (configure-target-[+module+]): Depend on maybe-all-gcc
10904 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10905 (toplevel profiledbootstrap): Fix dependencies.
10906 * Makefile.in: Regenerate.
10908 2004-08-03 Mark Mitchell <mark@codesourcery.com>
10910 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10911 target-libiberty to noconfigdirs.
10912 * configure: Regenerate.
10914 2004-08-03 Paul Brook <paul@codesourcery.com>
10916 * configure.in: Check for MPFR as well as GMP.
10917 * configure: Regenerate.
10919 2004-08-01 Robert Millan <robertmh@gnu.org>
10921 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10922 libmudflap for all GNU-based systems (with Glibc).
10923 * configure: Regenerate.
10925 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
10927 * Makefile.def (host-modules): Add gcc.
10928 * Makefile.in: Regenerate.
10929 * Makefile.tpl (sorry): New rule.
10930 (configure-host, all-host, [+make_target+]-host, do-check,
10931 install-host): Do not add gcc as a special case.
10932 (host modules): Add a small special-casing for gcc. Export
10933 extra_make_flags through the environment.
10934 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10935 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10936 other recursive targets for gcc): Remove.
10938 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10939 (stage, unstage): New rules.
10940 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10941 distclean-stage[+id+]): Use stage_current.
10942 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10943 the stage*-start rules.
10945 2004-08-02 Geoffrey Keating <geoffk@apple.com>
10947 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10948 use -all_load flag.
10950 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
10952 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10953 * configure: Regenerate.
10955 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
10957 * maintainer-scripts/gcc_release: Revert yesterday's change.
10959 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
10961 * MAINTAINERS: Add myself to write-after-approval.
10963 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
10966 * gcc/gccbug.in: Updated because of libf2c removal.
10967 * maintainer-scripts/gcc_release: Ditto.
10969 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
10971 * configure.in: Build libmudflap by default on FreeBSD.
10972 * configure: Regenerated.
10974 2004-07-09 Mark Mitchell <mark@codesourcery.com>
10976 * configure.in: Do not build libmudflap by default on non-GNU/Linux
10978 * configure: Regenerated.
10980 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10983 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10984 feedback based compiler.
10985 * Makefile.in: Rebuilt.
10987 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
10989 * Makefile.def (host_modules): Set bootstrap=true for flex.
10990 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10991 * Makefile.in: Rebuilt.
10993 2004-07-07 Jan Hubicka <jh@suse.cz>
10995 * MAINTAINERS: Add self as a profile feedback maintainer.
10997 2004-07-05 Phil Edwards <phil@codesourcery.com>
10999 * configure.in: Do not prepend $srcdir to /dev/null in
11000 makefile fragments.
11001 * configure: Regenerate.
11003 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
11005 * Makefile.def (build_modules): Add bison, byacc, flex,
11007 (flags_to_pass): Add FLEX.
11008 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11009 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11010 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11011 DEFAULT_MAKEINFO): Remove.
11012 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11013 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11014 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11015 objdir or else use configured tool.
11017 (all): Depend on it.
11018 (Build module dependencies): Add.
11019 * Makefile.in: Regenerate.
11020 * configure.in: Better support for multiple build modules,
11021 matching what is done for host/target modules. Do not look
11022 for "plausible" locations of build tools if Canadian cross.
11023 Use autoconf's AC_PROG_CC to find a C compiler. Define
11024 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
11025 * configure: Regenerate.
11027 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
11029 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11030 * Makefile.in: Regenerate.
11032 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
11034 * Makefile.tpl (configure-build-[+module+],
11035 configure-[+module+], configure-target-[+module+]): Pass
11036 [+extra_configure_args+].
11037 (all-build-[+module+], all-[+module+], check-[+module+],
11038 install-[+module+], [+make_target+]-[+module+],
11039 all-target-[+module+], check-target-[+module+],
11040 install-target-[+module+], [+make_target+]-target-[+module+]):
11041 Pass [+extra_make_args+].
11042 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11043 (GCC_HOST_EXPORTS): Remove.
11044 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11045 cross, check-gcc, check-gcc-c++, install-gcc,
11046 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11047 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11048 * Makefile.in: Regenerate.
11050 2004-06-21 Matthew Sachs <msachs@apple.com>
11052 * MAINTAINERS: Added self to write-after-approval.
11054 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
11056 * configure.in: Check for srcdir/winsup rather than build directory
11058 * configure: Regenerate.
11060 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
11062 * configure.in: Don't build Cygwin native newlib if winsup
11063 directory is missing. Emit warning instead.
11064 * configure: Regenerate.
11066 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
11068 * Makefile.tpl (touch-stage[+id+]): New.
11069 (restage[+prev+]): Depend on touch-stage[+id+].
11071 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11074 * Makefile.def: Add profile and feedback bootstrap stages.
11075 Remove next field from bootstrap stages.
11076 * Makefile.tpl (LN, LN_S): Substitute.
11077 (stageN-start, stageN-end): Use double-colon rules, to
11078 provide a hook for additional setup commands.
11079 (distclean-stageN-gcc, restageN): Create dependencies from
11080 [+prev+], not from [+next+].
11081 (stageN-bubble): Add commands for successive stages from
11082 [+prev+], using double-colon rules.
11083 (all-stageN-gcc): Fix typo.
11084 (stagefeedback-start, profiledbootstrap): New.
11085 * Makefile.in: Regenerate.
11086 * configure.in: Call ACX_PROG_LN.
11087 * configure: Regenerate.
11089 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
11091 * MAINTAINERS (Write After Approval): Add myself.
11093 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
11095 * MAINTAINERS (Write After Approval): Add myself.
11097 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
11099 * configure.in: Fix --enable-bootstrap breakage introduced in trees
11101 * configure: Regenerate.
11103 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11105 * Makefile.tpl: Fix typo.
11106 * Makefile.in: Regenerate.
11108 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11110 * configure.in: Remove new- prefix from toplevel
11112 * configure: Regenerate.
11114 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11116 * Makefile.tpl (all.normal): Rename to all.
11117 (all): Replace with a rule to pick the default
11118 target from configure.
11119 (all-gcc, configure-gcc): Use conditionals to
11120 do nothing when toplevel bootstrap is going on.
11121 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11122 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11123 * configure.in: Support --enable-bootstrap.
11125 * Makefile.def: Remove new- prefix from toplevel
11127 * Makefile.tpl: Likewise.
11129 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
11132 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11133 $(RECURSE_FLAGS) to recursive invocation of make.
11135 * Makefile.in: Regenerate.
11136 * configure: Regenerate.
11138 2004-05-30 Andreas Jaeger <aj@suse.de>
11139 Jim Wilson <wilson@specifixinc.com>
11141 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11144 2004-05-27 Daniel Jacobowitz <dan@debian.org>
11146 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11147 * configure: Regenerate.
11149 2004-05-25 Daniel Jacobowitz <drow@false.org>
11151 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11152 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11153 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
11155 * Makefile.in: Regenerate.
11157 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
11159 * configure.in: Test the ability to symlink directories.
11160 * configure: Regenerate.
11162 * Makefile.def (bootstrap-stage): New definitions.
11163 * Makefile.tpl (configure-stage1-gcc,
11164 configure-stage2-gcc, configure-stage3-gcc,
11165 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11166 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11167 new-restage3, compare): Autogenerate, see Makefile.in
11168 entry for behavioral changes.
11169 (distclean-stage1, new-stage1-start, new-stage1-end,
11170 new-stage1-bubble, distclean-stage2, new-stage2-start,
11171 new-stage2-end, new-stage2-bubble, distclean-stage3,
11172 new-stage3-start, new-stage3-end): New autogenerated targets.
11173 (objext, prebootstrap, BOOT_CFLAGS,
11174 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11177 * Makefile.in: Regenerate.
11178 (distclean-stage1, new-stage1-start, new-stage1-end,
11179 new-stage1-bubble, distclean-stage2, new-stage2-start,
11180 new-stage2-end, new-stage2-bubble, distclean-stage3,
11181 new-stage3-start, new-stage3-end): New targets.
11182 (all-stage1-gcc): Move prebootstrap dependency from here...
11183 (configure-stage1-gcc): ...to here.
11184 (new-bootstrap): Use bubble targets.
11185 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11186 Use per-stage distclean targets.
11187 (configure-stage1-gcc, configure-stage2-gcc,
11188 configure-stage3-gcc, all-stage1-gcc,
11189 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11190 Use new-stageN-start to prepare the tree.
11192 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
11194 * Makefile.def (host_modules): add libcpp.
11195 * Makefile.tpl: Add dependencies on and for libcpp.
11196 * Makefile.in: Regenerate.
11197 * configure.in: Add libcpp host module.
11198 * configure: Regenerate.
11200 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
11202 * Makefile.tpl: Whenever a recursive target is defined, wrap
11203 it in a special @if/@endif block, and prepare its maybe
11204 dependency in the @if/@endif block
11205 * configure.in: Instead of writing maybe dependencies, remove
11206 the @if/@endif statements, and remove the @if/@endif blocks
11208 * configure: Regenerate.
11209 * Makefile.in: Regenerate.
11211 2004-05-20 Janis Johnson <janis187@us.ibm.com>
11213 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11215 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
11218 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11219 * */configure: Rebuilt.
11221 2004-05-17 Zack Weinberg <zack@codesourcery.com>
11223 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11225 * configure, Makefile.in: Regenerate.
11227 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
11229 * MAINTAINERS (Write After Approval): Add myself.
11231 2004-05-13 Diego Novillo <dnovillo@redhat.com>
11233 Merge from tree-ssa-20020619-branch.
11235 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11236 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11237 (HOST_GMPLIBS): Define.
11238 (HOST_GMPINC): Define.
11239 (TARGET_LIB_PATH): Add libmudflap.
11240 (GFORTRAN_FOR_TARGET): Define.
11241 (configure-build*): Export GFORTRAN.
11242 (configure-gcc): Export GMPLIBS and GMPINC.
11243 (all-gcc): Add maybe-all-libbanshee.
11244 (configure-target-libgfortran): Define.
11245 * Makefile.in: Regenerate.
11246 * configure.in (host_libs): Add libbanshee.
11247 (target_libraries): Add target-libmudflap and target-libgfortran.
11248 Add --with-libbanshee.
11249 Handle --disable-libmudflap.
11250 (*-*-freebsd*): Use with_gmp.
11251 Add $(libgcj) to noconfigdirs.
11252 * configure: Regenerate.
11253 * depcomp: New file.
11254 * MAINTAINERS: Add tree-ssa maintainers.
11256 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
11258 * MAINTAINERS (Various Maintainers): Add myself.
11260 2004-04-30 Brian Ford <ford@vss.fsi.com>
11262 * MAINTAINERS (Write After Approval): Add myself.
11264 2004-04-29 Uros Bizjak <uros@kss-loka.si>
11266 * MAINTAINERS (Write After Approval): Add myself.
11268 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
11270 * config/acx.m4: Fix fastcompare support for new-bootstrap.
11271 * configure: Regenerate.
11273 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
11276 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11278 * Makefile.def (flags_to_pass): Remove *dir variables that
11279 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11280 as well as prefix and exec_prefix.
11281 * Makefile.in: Regenerate.
11283 2004-04-26 Robert Millan <robertmh@gnu.org>
11285 Add patches from libtool CVS.
11286 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11287 * ltconfig: Likewise.
11288 * ltcf-c.sh: Likewise.
11289 * ltcf-cxx.sh: Likewise.
11290 * ltcf-gcj.sh: Likewise.
11292 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11294 * Makefile.def (host_modules): Mark with the bootstrap
11295 flag packages on which gcc depends.
11296 * Makefile.tpl (all-bootstrap): Use it.
11297 * Makefile.in: Regenerate.
11299 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11301 * Makefile.def (flags_to_pass): Remove *dir variables that
11302 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11303 as well as prefix and exec_prefix.
11304 * Makefile.in: Regenerate.
11306 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11308 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11309 * configure: Regenerate.
11310 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11311 * gcc/Makefile.tpl (compare): Use the result of the test.
11312 * gcc/Makefile.in: Regenerate.
11314 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
11316 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11317 Always relocate gcc and prev-gcc to the original names, even
11318 if the build fails.
11319 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11322 2004-04-23 Laurent GUERBY <laurent@guerby.net>
11324 * MAINTAINERS: Update my email address.
11326 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11328 * configure.in (mips*-*-irix5*): Enable ld.
11329 * configure: Regenerate.
11331 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11333 * configure: Regenerate.
11335 2004-04-15 James E Wilson <wilson@specifixinc.com>
11337 * Makefile.tpl (configure-[+module+], configure-gcc,
11338 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11339 Set and export LDFLAGS.
11340 * Makefile.in: Regenerate.
11342 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
11344 * MAINTAINERS: Add myself to write-after-approval.
11346 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
11349 * Makefile.tpl: If we don't have built-in-tree target tools,
11350 use the ones found by configure rather than hacking around with
11351 program_transform_name.
11352 * configure.in: Give Makefile.tpl the information necessary
11354 * Makefile.in: Regenerate.
11355 * configure: Regenerate.
11357 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
11360 * configure.in: When computing baseargs, strip *all* copies of
11361 offending options. Also, don't match/substitute the trailing space,
11362 so that this actually works when two similar options are separated by
11364 * configure: Regenerate.
11366 2004-04-06 David Edelsohn <edelsohn@gnu.org>
11368 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11369 (rs6000-*-aix*): Same.
11370 * configure: Regenerate.
11372 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
11374 * MAINTAINERS: Add myself to write-after-approval.
11376 2004-04-03 Bud Davis <bdavis9659@comcast.net>
11378 * MAINTAINERS: Add myself to write-after-approval.
11380 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
11382 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11383 STRICT_WARN, WARN_CFLAGS flags passed down to make.
11384 * Makefile.in: Regenerate.
11386 * configure.in (top level bootstrap support): Rework --enable-werror
11387 to set @stage2_werror_flag@.
11388 * configure: Regenerate.
11389 * Makefile.tpl (top level bootstrap support): Pass
11390 @stage2_werror_flag@ down to configure in stages 2 and 3.
11391 * Makefile.in: Regenerate.
11393 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
11395 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11396 for stages 2 and 3 as well as in make. As a consequence, remove
11397 OUTPUT_OPTION (now detected by configure) from the flags passed down
11399 * Makefile.in: Regenerate.
11401 * Makefile.tpl (new-bootstrap): Fix typo.
11402 * Makefile.in: Regenerate.
11404 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
11406 * Makefile.tpl: Rearrange by moving recursive_targets rules
11407 into their proper sections.
11408 * Makefile.tpl (top level bootstrap support): Move disabling
11409 of coverage flags from 'make' to 'configure'; improve comments.
11410 * Makefile.in: Regenerate.
11412 * Makefile.tpl (experimental top level bootstrap) Move stage1
11413 language setting from all- target to configure- target; disable
11414 intermodule optimization in stage 1; prevent gratuitous rebuilds
11416 * Makefile.in: Regenerate.
11417 * configure.in: Comma-separate stage 1 language list for top
11419 * configure: Regenerate.
11421 * Makefile.tpl: Clean up experimental top level bootstrap support:
11422 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11423 prev-gcc in configure- targets as well as all- targets.
11424 * Makefile.in: Regenerate.
11426 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
11428 * compile: New file imported from automake.
11430 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
11432 * configure.in: Remove symbolic link section.
11433 * configure: Regenerate.
11434 * Makefile.tpl (links): Remove.
11435 * Makefile.in: Regenerate.
11437 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
11438 Nathanael Nerode <neroden@gcc.gnu.org>
11440 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11441 Set with AC_CHECK_PROGS.
11442 * configure.in: Fix comment typo from last patch.
11443 * configure: Regenerate.
11445 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
11447 * Makefile.tpl: Introduce experimental top level bootstrap support.
11448 * Makefile.in: Regenerate.
11449 * configure.in: Introduce support for top level bootstrap.
11450 * configure: Regenerate.
11452 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
11453 Paolo Bonzini <bonzini@gnu.org>
11456 * configure.in: Cope with shells that do not support unquoted ^
11457 * configure: Regenerate.
11459 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
11460 Paolo Bonzini <bonzini@gnu.org>
11463 * configure.in: Cope with shells that do not support nesting
11464 quotes inside quoted backquote substitutions.
11465 * configure: Regenerate.
11467 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
11470 * configure.in: Fix escaping of $.
11471 * configure: Regenerate.
11473 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
11475 * configure: Regenerate, since I forgot to while committing Paolo's
11478 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
11481 Move language detection to the top level.
11482 * configure.in: Find default values for the tools as
11483 soon as possible. Disable ada if GNAT is not found.
11484 Emit error message about missing languages. Expand
11485 --enable-languages=all for the gcc subdirectory.
11487 2004-03-10 Ben Elliston <bje@gnu.org>
11489 * MAINTAINERS: Update my email address.
11491 2004-03-05 David Edelsohn <edelsohn@gnu.org>
11493 * ltconfig: Disable building static libraries if building shared
11494 libraries on AIX 5L.
11496 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
11498 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11499 and disable libgcj.
11500 * configure: Regenerated.
11502 2004-03-01 Brian Booth <bbooth@redhat.com>
11504 * MAINTAINERS: Add myself to write-after-approval.
11506 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
11508 * MAINTAINERS: Add myself to write-after-approval.
11510 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11513 * Makefile.tpl: Guard XFOO sed statements better.
11514 * Makefile.tpl: Add dependency for configure-target-libada.
11515 * Makefile.in: Regenerate (incidentally fixes broken
11516 commit when libada-branch was merged).
11518 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
11520 * MAINTAINERS: Add myself to write-after-approval.
11522 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
11524 * MAINTAINERS: Add Nicola Pero and myself as libobjc
11527 2004-02-20 Andrew Cagney <cagney@redhat.com>
11529 * config.guess: Update from version 2003-10-16 to 2004-02-16.
11530 * config.sub: Update from version 2003-11-03 to 2004-02-16.
11532 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
11535 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11537 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
11539 * MAINTAINERS: Added myself to write-after-approval.
11541 2004-02-14 Michael Koch <konqueror@gmx.de>
11543 * MAINTAINERS: Added myself to write-after-approval.
11545 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
11547 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
11548 some OS port maintainers to OS port maintainers section.
11550 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
11552 * MAINTAINERS: Add self.
11554 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
11556 * MAINTAINERS: Alphabetize.
11558 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
11560 * MAINTAINERS: Remove myself.
11562 2004-02-11 David Edelsohn <edelsohn@gnu.org>
11564 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11565 (rs6000-*-aix*): Same.
11566 * configure: Regenerate.
11568 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11570 * configure.in (host): Add in missing $noconfigdirs to defines.
11571 * configure: Regenerate.
11573 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11574 Nathanael Nerode <neroden@gcc.gnu.org>
11576 PR ada/6637, PR ada/5911
11577 Merge with libada-branch:
11578 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11579 with appropriate dependencies. Add --enable-libada configure switch.
11580 * configure, Makefile.in: Regenerate.
11582 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
11584 * MAINTAINERS: Add myself to write-after-approval.
11586 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11588 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11589 * configure: Regenerate.
11591 2004-02-04 Geoffrey Keating <geoffk@apple.com>
11593 Merge from upstream:
11595 * ltmain.in: When setting IFS to '~', be careful about user
11596 arguments that contain '~'.
11598 2004-02-04 Peter O'Gorman <peter@pogma.com>
11600 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11601 Also test $base_compile against $CC with escaped arguments. Bug
11602 reported by Geoff Keating <geoffk@apple.com>.
11604 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11606 * MAINTAINERS: Remove i960 port.
11608 2004-01-23 DJ Delorie <dj@redhat.com>
11610 * Makefile.def (target_modules) [libiberty]: Don't stage.
11611 * Makefile.in: Rebuilt.
11613 2004-01-20 Caroline Tice <ctice@apple.com>
11615 * MAINTAINERS: Add myself to write-after-approval.
11617 2004-01-19 Paolo Carlini <pcarlini@suse.de>
11619 * MAINTAINERS: Update my email address.
11621 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11623 * MAINTAINERS: Add myself to write-after-approval.
11625 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11627 * MAINTAINERS: Remove entries without email address.
11629 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
11631 * MAINTAINERS: Add myself to write-after-approval.
11633 2004-01-15 Steven Bosscher <stevenb@suse.de>
11635 * MAINTAINERS: Update my email address.
11637 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
11639 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11640 * Makefile.tpl (configure-target-[+module+]): Support stage.
11641 * Makefile.in: Rebuilt.
11643 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11645 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11647 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
11649 * MAINTAINERS: Add myself as a MIPS maintainer.
11651 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11653 * configure.in: Use ./config.cache, not config.cache.
11654 * configure: Regenerate.
11655 * Makefile.tpl: Special-casing not needed for GCC any more.
11656 * Makefile.in: Regenerate.
11658 * configure.in: Don't share a cache file for host dirs.
11659 * configure: Regenerate.
11661 * config-ml.in: Don't mess with the cache file.
11663 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11665 * MAINTAINERS: Move myself from 'Write After Approval' to
11666 'CPU Port Maintainers' section as SPARC maintainer.
11668 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11670 * Makefile.tpl: Make GCC use a separate config.cache.
11671 * Makefile.in: Regenerate.
11673 PR bootstrap/11932, PR bootstrap/11933
11674 (I don't know if it will fix either of them, but it relates
11676 * configure.in: Don't use shared config.cache for target
11678 * configure: Regenerate.
11680 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11682 * MAINTAINERS: Add myself to 'Write After Approval' section.
11684 2003-12-31 Roger Sayle <roger@eyesopen.com>
11686 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11687 * configure: Regenerated.
11689 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11691 * MAINTAINERS: Remove the mn10200 maintainer.
11693 2003-12-21 Bernardo Innocenti <bernie@develer.com>
11695 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11696 * configure: Regenerated.
11698 2003-12-16 Jan Hubicka <jh@suse.cz>
11700 * MAINTAINERS: Add myself as callgraph maintainer.
11702 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11704 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11705 * configure: Regenerate.
11707 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11709 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11710 'Write After Approval' section. Update email.
11712 2003-12-01 James Lemke <jim@wasabisystems.com>
11714 * MAINTAINERS (Write After Approval): Add myself.
11716 2003-11-20 Matt Thomas <matt@3am-software.com>
11718 * MAINTAINERS: Add myself as a vax port maintainer.
11720 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11722 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11723 (configure-build-[+module+], configure-[+module+]): Likewise.
11724 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11725 * Makefile.in: Regenerate.
11727 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11729 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11730 shared/dylibed libraries.
11731 * ltmain.sh: Likewise.
11732 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11733 * ltcf-cxx.sh: Likewise.
11734 * ltcf-gcj.sh: Likewise.
11735 * ltconfig: Likewise.
11737 2003-11-17 Stan Cox <scox@redhat.com>
11739 * MAINTAINERS: Add myself as iq2000 port maintainer.
11741 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11743 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11744 * Makefile.in: Regenerate.
11746 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11748 * config.sub: Update to 2003-11-03 version.
11750 2003-10-20 Phil Edwards <phil@codesourcery.com>
11752 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11753 * configure: Regenerate.
11755 2003-10-20 Nicolas Pitre <nico@cam.org>
11757 * MAINTAINERS: Add myself to 'Write After Approval' section.
11759 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11761 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11763 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11765 * MAINTAINERS: Update my email address.
11767 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11769 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11771 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
11773 * MAINTAINERS: Add myself to 'Write After Approval' section.
11775 2003-10-16 Bernardo Innocenti <bernie@develer.com>
11777 * config.guess: Update to 2003-10-16 version.
11778 * config.sub: Update to 2003-10-16 version.
11780 2003-10-15 David Daney <ddaney@avtrex.com>
11782 * MAINTAINERS: Added myself to 'Write After Approval' section.
11784 2003-10-15 Falk Hueffner <falk@debian.org>
11786 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11787 'Write After Approval' section. Update email.
11789 2003-10-14 Roger Sayle <roger@eyesopen.com>
11791 * MAINTAINERS: Move myself from 'Write After Approval' to
11792 'Various Maintainers' section as middle-end maintainer.
11794 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11796 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11797 HOST_FLAGS_TO_PASS.
11798 * Makefile.in: Regenerate.
11800 2003-10-11 Bernardo Innocenti <bernie@develer.com>
11802 * config.guess: Update to 2003-10-07 version.
11803 * config.sub: Update to 2003-10-07 version.
11805 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11807 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11808 * ltconfig (irix5*, irix6*): Don't override version_type.
11810 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11812 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11813 * configure: Rebuilt
11814 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11815 * Makefile.in: Rebuilt
11817 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11819 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11821 2003-09-30 Carlo Wood <carlo@alinoe.com>
11823 * MAINTAINERS (Write After Approval): Add myself.
11825 2003-09-29 Paul Koning <ni1d@arrl.net>
11827 * MAINTAINERS: Move myself from "Write After Approval"
11828 to CPU platform maintainers for pdp11 platform.
11830 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11832 * MAINTAINERS: Move myself from 'Write After Approval' to
11833 'Various Maintainers' section as libffi testsuite maintainer.
11835 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
11837 * configure.in: Pass a computed --program-transform-name
11839 * configure: Regenerated.
11841 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11843 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11844 * Makefile.in: Regenerate.
11846 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11847 * Makefile.in: Regenerate.
11849 2003-09-19 Ziemowit Laski <zlaski@apple.com>
11851 * MAINTAINERS: Move myself from 'Write After Approval'
11852 to 'Various Maintainers' (objective-c) section.
11854 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
11856 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11858 * configure: Regenerated.
11860 2003-09-16 Joel Brobecker <brobecker@gnat.com>
11862 * MAINTAINERS (Write After Approval): Add myself to write after
11865 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11867 * MAINTAINERS (Write After Approval): Add myself.
11869 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11871 * MAINTAINERS: Update my e-mail address.
11873 2003-09-09 Alan Modra <amodra@bigpond.net.au>
11875 * libtool.m4 (LD): Correct powerpc64 host match.
11877 2003-09-06 James E Wilson <wilson@tuliptree.org>
11879 * MAINTAINTERS: Update my affiliation and email address.
11881 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11883 * MAINTAINERS (Write After Approval): Add myself.
11885 2003-09-04 DJ Delorie <dj@redhat.com>
11887 * configure: Regenerate.
11889 2003-09-04 Robert Millan <robertmh@gnu.org>
11891 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11893 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11895 * configure.in: Ensure arguments to sed are properly spaced.
11896 * configure: Regenerate.
11898 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11900 * MAINTAINERS: Update my e-mail address.
11902 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11904 * MAINTAINERS (Write After Approval): Add myself.
11906 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
11908 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11909 * configure: Regenerated.
11911 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
11913 * MAINTAINERS: Update my email address.
11915 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
11917 * configure.in: Use newline instead of semicolon when assuming
11918 shell arguments in a for loop.
11919 * configure: Regenerated.
11921 2003-08-22 Jason Eckhardt <jle@rice.edu>
11923 * MAINTAINERS: Resurrect the i860 maintainer.
11925 2003-08-20 Geoffrey Keating <geoffk@apple.com>
11928 * configure.in: When testing with_libs and with_headers, treat
11929 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
11930 * configure: Regenerate.
11932 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11934 (baseargs): Likewise.
11935 * configure: Regenerate.
11937 2003-08-20 Bernardo Innocenti <bernie@develer.com>
11939 * MAINTAINERS (Write After Approval): Add myself.
11941 2003-08-19 Geoffrey Keating <geoffk@apple.com>
11943 * configure.in: Disable libgcj for darwin not on powerpc.
11944 * configure: Rebuild.
11946 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
11948 * config-ml.in, symlink-tree: Add license.
11950 2003-08-03 Richard Stallman <rms@gnu.org>
11951 Eben Moglen <moglen@columbia.edu>
11953 * README.SCO: New file.
11955 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
11957 * Makefile.tpl (check, check-c++): Express dependencies using
11958 dependencies rather than commands.
11959 * Makefile.in: Regenerate.
11961 2003-08-01 Andrew Cagney <cagney@redhat.com>
11963 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11964 * configure: Ditto.
11966 2003-07-31 Geoffrey Keating <geoffk@apple.com>
11968 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11969 * Makefile.in: Update.
11971 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
11973 * configure.in: Enable libgcj for darwin.
11974 * configure: Rebuild.
11976 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
11978 * config-ml.in: Use ac_configure_args directly instead of
11979 ml_arguments. Only set ml_norecursion if --no[-]recursion is
11982 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
11984 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11985 creating target and build subdirs to build all parent dirs as needed.
11986 * Makefile.in: Rebuild.
11987 * configure.in: Don't build dirs explicitly here.
11988 * configure: Rebuild.
11990 2003-07-26 Paul Brook <paul@nowt.org>
11992 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11994 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
11996 * Makefile.tpl (all-make): Depend on intl.
11997 * Makefile.in: Rebuilt.
11999 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
12001 * install-sh: Update to newer upstream versions (associated with
12003 * mkinstalldirs: Likewise.
12004 * missing: Likewise, plus $1Help2man -> $1 typo fix.
12006 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
12008 * MAINTAINERS: Move self from Bug database only accounts
12009 to write-after-approval.
12011 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
12013 * config.if: Remove unused libc_interface determination.
12015 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12017 * MAINTAINERS: Move self from write-after-approval to
12018 build machinery (*.in).
12020 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
12024 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
12025 unused INSTALL_PROGRAM_ARGS.
12026 * configure.in: Use AC_PROG_INSTALL.
12027 * Makefile.in: Regenerate.
12028 * configure: Regenerate.
12030 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
12032 * MAINTAINERS: Alphabetize.
12034 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
12036 * configure: Rebuilt.
12037 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12038 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12039 newlib nor libgloss.
12040 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
12041 * configure.in (am33_2.0-*-linux*): Added.
12043 2003-07-09 Bob Wilson <bob.wilson@acm.org>
12045 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12046 * configure: Regenerate.
12048 2003-07-07 Zack Weinberg <zack@codesourcery.com>
12050 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12051 * Makefile.in: Regenerate.
12053 2003-07-04 Zack Weinberg <zack@codesourcery.com>
12055 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12056 * Makefile.in: Regenerate.
12058 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
12060 * Makefile.tpl: Replace PWD with PWD_COMMAND.
12061 * Makefile.in: Regenerated.
12063 * config-ml.in: Replace PWD with PWD_COMMAND.
12065 2003-07-04 Zack Weinberg <zack@codesourcery.com>
12067 * intl: New directory; see intl/ChangeLog for details.
12068 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12069 * Makefile.tpl: all-gcc depends on maybe-all-intl.
12070 * Makefile.in: Regenerate.
12072 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
12074 * configure.in: Clean up config-lang.in handling. Delete
12075 useless assignment to "subdirs".
12076 * configure: Regenerate.
12078 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
12080 * configure.in: Rename 'target_libs' to 'target_libraries'.
12081 Remove useless reference to 'target_libs'.
12082 * configure: Regenerate.
12084 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
12086 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12087 * Makefile.in: Regenerate.
12089 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
12091 * Makefile.def: Introduce flags_to_pass.
12092 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12093 * Makefile.in: Regenerate.
12095 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
12097 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12098 and target-libgloss.
12099 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12100 <h8300*-*-*>: Disable libf2c and ${libgcj}.
12101 * configure: Regenerate.
12103 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
12105 * configure.in: Update testsuite_flags to new location.
12106 * configure. Regenerate.
12108 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
12110 * Makefile.tpl: Remove BUILD_CC stuff.
12111 * Makefile.in: Regenerate.
12113 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
12115 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12117 2003-06-16 Graeme Peterson <gp@qnx.com>
12119 * MAINTAINERS (Write After Approval): Add myself.
12121 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
12123 * config.guess: Update to 2003-06-12 version.
12124 * config.sub: Update to 2003-06-13 version.
12126 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
12128 * config.guess: Update to 2003-06-06 version.
12129 * config.sub: Update to 2003-06-06 version.
12131 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12133 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12134 * configure. Regenerate.
12136 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12138 * configure.in: Disable serial configure by default.
12139 * configure: Regenerate.
12140 * Makefile.tpl: Abolish .NOTPARALLEL.
12141 * Makefile.in: Regenerate.
12143 * Makefile.tpl: Replace {build,host,target}_canonical by
12144 {build,host,target}.
12145 * Makefile.in: Regenerate.
12147 * Makefile.tpl: Fix stupid pasto.
12148 * Makefile.in: Regenerate.
12150 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12152 * Makefile.tpl: Remove bogus conditional.
12153 * Makefile.in: Regenerate.
12155 2003-06-05 Jan Hubicka <jh@suse.cz>
12157 * Makefile.tpl (profiledbootstrap): New target.
12158 * Makefile.in (profiledbootstrap): New target.
12160 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
12162 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12163 Pinski. Remove user names from other bugzilla-only maintainers.
12165 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
12167 * Makefile.tpl: Make 'recursive targets' using autogen rather
12168 than shell loop. Remove duplicate 'clean' targets and false
12170 * Makefile.def: Add systematic dependencies to 'recursive' targets.
12171 Add systematic method of specifying missing targets in subdirs.
12172 Add copyright boilerplate.
12173 * Makefile.in: Regenerate.
12174 * configure.in: Add 'recursive targets' to maybe list.
12175 * configure: Regenerate.
12177 * MAINTAINERS: "GNATS only" -> "Bug database only".
12179 * Makefile.tpl: Rename [+target+] to [+make_target+].
12180 * Makefile.def: Rename 'target' to 'make_target'.
12182 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
12184 * MAINTAINERS: Add self as options handling maintainer.
12186 2003-05-28 Michael Meissner <gnu@the-meissners.org>
12188 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12189 been too long since I touched those ports.
12191 2003-05-28 DJ Delorie <dj@redhat.com>
12193 * Makefile.tpl: Make maybe-check-gcc .PHONY.
12194 * Makefile.in: Regenerate.
12196 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
12198 * configure.in: Use curly braces in the definition of tooldir.
12199 * configure: Regenerate.
12201 2003-05-21 DJ Delorie <dj@redhat.com>
12203 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12204 newlib or libgloss.
12205 * Makefile.in: Regenerate.
12207 2003-05-21 DJ Delorie <dj@redhat.com>
12209 * Makefile.tpl: Add missing empty maybe-check-gcc target.
12210 * Makefile.in: Regenerate.
12212 2003-05-20 Ian Lance Taylor <ian@airs.com>
12214 * MAINTAINERS: Update my e-mail address.
12216 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
12218 * configure.in: Switch more things to use maybe dependencies.
12219 * Makefile.tpl: Switch more things to use maybe dependencies.
12220 Factor out common code from autogen IF statements.
12221 * configure: Regenerate.
12222 * Makefile.in: Regenerate.
12224 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
12226 * configure.in: Accept i[3456789]86 for machine type.
12227 * configure: Regenerate.
12229 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
12231 * configure.in: Switch more things to use maybe dependencies.
12232 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
12233 * configure: Regenerate.
12234 * Makefile.tpl: Switch more things to use maybe dependencies.
12235 * Makefile.in: Regenerate.
12237 2003-05-16 Andreas Schwab <schwab@suse.de>
12239 * Makefile.tpl (install-opcodes): Define.
12240 * Makefile.in: Rebuild.
12242 2003-05-13 Andreas Jaeger <aj@suse.de>
12244 * config.guess: Update to 2003-05-09 version.
12245 * config.sub: Update to 2003-05-09 version.
12247 2003-05-13 Michael Eager <eager@mvista.com>
12249 * configure.in: Correct sed script so that options in quotes are not
12251 * configure: Rebuild.
12253 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
12255 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12256 and $$s/newlib/libc/sys/cygwin32 include paths.
12257 * configure: Ditto.
12259 2003-05-12 Michael Meissner <gnu@the-meissners.org>
12261 * MAINTAINERS: Update my email addresses.
12263 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
12265 * config-ml.in: Propagate INSTALL variables.
12267 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12269 * MAINTAINERS: Remove duplicate entries in Write After Approval.
12271 2003-05-02 Chris Demetriou <cgd@broadcom.com>
12273 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12274 * Makefile.in: Regenerate.
12276 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
12278 * MAINTAINERS (GNATS only): Add Falk Hueffner.
12280 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
12282 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12284 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
12286 * Makefile.tpl: Clean $(BUILD_SUBDIR).
12287 * Makefile.in: Regenerated.
12289 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
12291 * MAINTAINERS (Write After Approval): Upgrade myself from
12292 GNATS only to write-after-approval. Update my mail address.
12294 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
12296 (OS Port Maintainers: freebsd): Add myself.
12298 2003-04-22 Mark Mitchell <mark@codesourcery.com>
12300 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12302 2003-04-22 Kean Johnston <jkj@sco.com>
12304 * MAINTAINERS (SCO ports): Added myself.
12306 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12308 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12310 2003-04-19 Kean Johnston <jkj@sco.com>
12312 * MAINTAINERS (Write After Approval): Add myself.
12314 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12316 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12317 * Makefile.in: Regenerate.
12319 2003-04-18 Jakub Jelinek <jakub@redhat.com>
12321 * configure.in (powerpc64*-*-linux*): Remove.
12322 * configure: Rebuilt.
12324 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
12326 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
12327 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12329 * Makefile.in: Regenerate.
12331 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
12333 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12334 * configure: Regenerated.
12336 2003-04-15 DJ Delorie <dj@redhat.com>
12338 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12340 2003-04-13 Nick Clifton <nickc@redhat.com>
12342 * config-ml.in: Remove support for --disable-aix removing
12343 call-aix multilibs.
12345 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
12347 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12348 * */configure: Rebuilt.
12350 2003-04-08 Joel Sherrill <joel@oarcorp.com>
12352 * MAINTAINERS: Add my email address.
12354 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
12356 * MAINTAINERS (Write After Approval): Add myself.
12358 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
12360 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12361 * Makefile.in: Regenerate.
12363 2003-03-14 Michael Chastain <mec@shout.net>
12365 * Makefile.in: Regenerate with correct Makefile.def.
12367 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12369 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
12371 * Makefile.in: Regenerate.
12372 * configure.in: Clean up gxx_include_dir logic.
12373 * configure: Regenerate.
12375 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
12377 * MAINTAINERS (Write After Approval): Add myself.
12379 2003-03-10 Ben Elliston <bje@wasabisystems.com>
12381 * MAINTAINERS: Update my mail address.
12383 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12385 * configure.in (gxx_include_dir): Fix typo.
12386 * configure: Regenerated.
12388 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12390 * Makefile.tpl: Reindent.
12391 * Makefile.in: Regenerate.
12392 * configure.in: Reindent. Don't set unused variables.
12393 * configure: Regenerate.
12395 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
12397 * configure.in: Include $(build_tooldir)/sys-include in
12399 * configure: Regenerated.
12401 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12403 * Makefile.tpl: Always pass down RANLIB.
12404 * Makefile.in: Regenerate.
12406 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12407 * Makefile.in: Regenerate.
12408 * configure.in: Remove unused logic relating to --enable-shared
12409 and --enable-threads. Remove bogus comments. Remove redundant
12411 * configure: Regenerate.
12413 * configure.in: Replace ${libstdcxx_version} by its value.
12414 Remove reference to mh-dgux.
12415 * configure: Regenerate.
12417 2003-03-03 Kevin Buettner <kevinb@redhat.com>
12419 * MAINTAINERS (Write After Approval): Add myself.
12421 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12423 * Makefile.tpl: Rearrange.
12424 * Makefile.in: Regenerate.
12426 2003-02-25 Uwe Stieber <uwe@wwws.de>
12428 * configure.in: Add support for kaOS as cross build target system.
12429 * configure: Regenerated.
12431 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
12433 * MAINTAINERS (Write after approval): Add myself.
12435 2003-02-21 James E Wilson <wilson@tuliptree.org>
12437 * MAINTAINERS: Update my email address.
12439 2003-02-21 Zack Weinberg <zack@codesourcery.com>
12441 * MAINTAINERS: Add self to blanket write privs. section.
12443 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
12445 * Makefile.tpl: Add definition of CPPFLAGS to pass into
12446 configure-target-* as some target builds may require additional
12447 flags for preprocessor tests.
12448 * Makefile.in: Regenerated.
12450 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
12452 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12453 * ltconfig: Handle it.
12454 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12457 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12458 it is used as argument to $CC.
12459 * ltcf-gcj.sh: Likewise.
12461 * configure.in: Introduce --enable-maintainer-mode.
12462 * configure: Rebuilt.
12463 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12464 for maintainer mode.
12465 * Makefile.in: Rebuilt.
12467 2003-02-18 Jason Merrill <jason@redhat.com>
12469 * Makefile.tpl (check-c++): Allow parallelism.
12471 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12473 * MAINTAINERS: Remove John Carr (who never actually had access to
12476 2003-02-15 Geoffrey Keating <geoffk@apple.com>
12478 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12479 don't configure target-libobjc.
12480 * configure: Regenerate.
12482 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12484 * Makefile.tpl (RANLIB): Define.
12485 * Makefile.in: Regenerate.
12487 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
12489 * MAINTAINERS: Update my email.
12491 2003-02-06 Keith R Seitz <keiths@redhat.com>
12493 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12494 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12495 * Makefile.in: Regenerated.
12496 * configure.in: Remove all traces of snavigator, db, and grep.
12497 * configure: Regenerated.
12499 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12501 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12504 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12506 * MAINTAINERS (Write after approval): Add myself.
12508 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
12510 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12511 * Makefile.in: Regenerated.
12513 2003-01-30 Roger Sayle <roger@eyesopen.com>
12515 * config.guess: Updated to 2003-01-30's version.
12516 * config.sub: Updated to 2003-01-28's version.
12518 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
12520 * config.if: If gcc_version is already set, just use it. Don't set
12521 gcc_version_trigger if it's already set, otherwise set it to
12522 gcc/version.c, but only if the file exists. If it is not set and
12523 gcc/version.c does not exist, try to extract the version number from
12526 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
12528 * MAINTAINERS: Add myself to write-after-approval list.
12530 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
12532 * configure.in: Revert 24Jan change.
12533 * configure: Regenerate.
12535 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12537 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
12540 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12542 * configure.in: Revert previous change.
12543 * configure: Regenerate.
12545 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12547 * configure.in: Make rda native-only.
12548 * configure: Regenerate.
12550 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12552 * MAINTAINERS: Move myself from GNATS-only-accounts to
12553 write-after-approval.
12555 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
12557 * configure.in: Add missing \.
12558 * configure: Rebuilt.
12560 2003-01-17 Jakub Jelinek <jakub@redhat.com>
12562 * configure.in (baseargs): Avoid using \| in sed regular
12564 * configure: Rebuilt.
12566 2003-01-16 Jakub Jelinek <jakub@redhat.com>
12568 * configure.in (baseargs): Remove all supported forms of
12569 --cache-file, --srcdir, --host, --build and --target options
12570 from argument lists.
12571 * configure: Rebuilt.
12573 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
12575 * MAINTAINERS: Add myself to write-after-approval list.
12577 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
12579 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12580 * configure: Rebuilt.
12582 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12584 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12585 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12586 * Makefile.in: Regenerate.
12587 * configure: Regenerate.
12589 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
12591 * configure.in: Remove Makefile in build, host and target modules
12592 unless configure was run with --no-recursion.
12593 * configure: Rebuilt.
12595 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12597 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12598 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12599 * Makefile.in: Regenerate.
12601 2003-01-08 Chris Demetriou <cgd@broadcom.com>
12603 * config.guess: Update to 2003-01-03 version.
12604 * config.sub: Update to 2003-01-03 version.
12606 2003-01-07 Christopher Faylor <cgf@redhat.com>
12608 * configure: Regenerate with proper autoconf 2.13.
12610 2003-01-07 Christopher Faylor <cgf@redhat.com>
12612 * configure.in: Add AC_PREREQ for consistency.
12613 * configure: Regenerate.
12615 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12617 * configure.in (GDB_TK): Add tcl directories conditional on
12618 gdb/gdbtk directory being present.
12619 * configure: Regenerate.
12621 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
12623 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12624 used by gcc if LD is not defined and we are not doing a Canadian Cross.
12625 * configure: Rebuilt.
12627 2002-12-31 Tom Tromey <tromey@redhat.com>
12629 * Makefile.in: Rebuilt.
12630 * Makefile.def (target_modules) [libffi]: Allow installation.
12632 2002-12-31 Andreas Schwab <schwab@suse.de>
12634 * configure.in: Fix use of $program_transform_name.
12635 * configure: Regenerated.
12637 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
12639 * configure.in (baseargs): Don't remove first configure argument.
12640 * configure: Regenerated.
12642 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
12644 * Makefile.tpl (local-distclean): Don't remove...
12645 (multilib.ts): ... this. Moved into...
12646 (multilib.out): ... this. Don't use sub-make.
12647 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12648 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12649 (configure-build-[+module+], configure-[+module+],
12650 configure-target-[+module+], configure-gcc): ... these. Test
12651 for Makefile existence. Drop config.status from dependencies.
12652 * Makefile.in: Rebuilt.
12653 * configure.in: Move gcc-version-trigger to the end of
12654 ac_configure_args. Add comments to maybedep.tmp and
12655 serdep.tmp. Introduce --disable-serial-configure. Remove
12656 nonopt from baseargs, matching and removing corresponding
12657 whitespace while at it.
12658 * configure: Rebuilt.
12660 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
12662 * configure.in (host_configargs): Replace reference to
12663 no-longer-defined buildopts with --build=${build_alias}.
12664 * configure: Rebuilt.
12666 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12667 program_transform_name to standard idiom.
12668 (AUTOGEN, AUTOCONF): Define.
12669 (Makefile.in): Use $(AUTOGEN).
12670 (Makefile): Depend on config.status, and use autoconf-style rule to
12671 build it. Move original commands to...
12672 (config.status): ... this new target.
12673 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12675 * Makefile.in: Rebuilt.
12677 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12679 * Makefile.tpl: Fix dramatic bustage due to change in
12680 program_transform_name.
12681 * Makefile.in: Regenerate.
12683 * configure.in: Remove unnecessary PATH setting.
12684 * configure: Regnerate.
12686 * configure.in: Don't default to unprefixed tools unless
12687 the native tools will work.
12688 * configure: Regenerate.
12690 * configure.in: Convert to autoconf script. Blow away lots
12691 of now-redundant Makefile fragments.
12692 * configure: Generate using Autoconf.
12693 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12694 * Makefile.in: Regenerate.
12696 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12698 * configure: Fix stupid bug where RANLIB was mistakenly included.
12700 * configure.in: Rename (buildargs, hostargs, targargs) to
12701 (build_configargs, host_configargs, target_configargs).
12703 * configure.in: Move logic out of sed statement.
12705 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
12706 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12708 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12710 * config.sub: Import from master repository
12711 * config.guess: Ditto
12713 2002-12-24 Andreas Schwab <schwab@suse.de>
12715 * Makefile.tpl (multilib.out): Fix missing space.
12716 * Makefile.in: Regenerate.
12718 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12720 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12721 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12722 * Makefile.in: Regenerate.
12723 * configure.in: Remove unnecessary leftovers.
12725 2002-12-21 Geoffrey Keating <geoffk@apple.com>
12727 * configure.in (extra_ranlibflags_for_target): New variable.
12728 (*-*-darwin): Add -c to ranlib commands.
12729 * configure (tooldir): Handle extra_ranlibflags_for_target.
12731 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
12733 * Makefile.tpl: Revert HJL's change.
12734 * Makefile.in: Regenerated.
12735 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12738 2002-12-19 Andreas Schwab <schwab@suse.de>
12740 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12741 * Makefile.in: Regenerate.
12743 2002-12-18 H.J. Lu <hjl@gnu.org>
12745 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12746 * Makefile.in: Regenerated.
12748 * configure.in (build_prefix): New. Substitute.
12750 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12752 * Makefile.tpl: Don't let real targets depend on phony targets.
12753 * Makefile.in: Regenerate.
12755 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12756 * Makefile.in: Regenerate.
12758 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12760 * config.sub: Import from master repository
12761 * config.guess: Ditto
12763 2002-12-16 Jason Merrill <jason@redhat.com>
12765 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12766 previous 'make bootstrap'.
12767 * Makefile.in: Regenerate.
12769 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12771 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12773 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12775 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12776 * Makefile.in: Regenerate.
12778 2002-12-13 Jason Merrill <jason@redhat.com>
12780 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
12782 (check-c++): Just depend on it and check-target-libstdc++-v3.
12783 * Makefile.in: Regenerate.
12785 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12787 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12788 * Makefile.in: Rebuilt.
12790 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12792 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12794 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12796 * configure: Fix bug put in by gremlins.
12798 * Makefile.tpl: Substitute more autoconfily.
12799 * configure: Substitute more autoconfily.
12800 * Makefile.in: Regenerate.
12802 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12804 * config.sub: Import from master repository
12805 * config.guess: Ditto
12806 * MAINTAINERS: Added Svein Seldal under write after approval
12808 2002-12-08 Andrew Cagney <ac131313@redhat.com>
12810 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12811 * Makefile.in (all-sim): Ditto.
12813 2002-12-06 DJ Delorie <dj@redhat.com>
12815 * Makefile.tpl: Change configure dependencies to not have real
12816 targets depend on phony targets.
12818 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12820 * configure.in: Revert unintentional change.
12822 * Makefile.tpl: Change dependency for */multilib.out so that
12823 it works when gcc isn't in the tree.
12825 * configure.in: Substitute more.
12826 * configure: Run subconfigures from the Makefile.
12827 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12828 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12830 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12832 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12834 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12836 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12837 and corresponding dependencies.
12838 * Makefile.in: Regenerate.
12840 * configure.in (host_tools): Order binutils, gas and ld for
12841 convenience in running the testsuites.
12843 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12844 * Makefile.in: Regenerate.
12845 * configure.in: Introduce rules to serialize subconfigure runs.
12847 * configure.in: Introduce BASE_CC_FOR_TARGET.
12848 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12849 Realize configure-build-* targets. Realize configure-target-* targets.
12850 * Makefile.in: Regenerate.
12852 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12854 * configure: Move gcc_version_trigger stuff from here...
12855 * configure.in: ...to here.
12857 * configure.in: Separate subconfigure options added by this file from
12858 options given by the user. Add machinery to put args for host
12859 subconfigures into the Makefile.
12861 * Makefile.tpl: Remove 'vault' targets.
12862 * Makefile.tpl: Reorder and comment dependencies.
12863 * Makefile.in: Regenerate.
12865 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12866 * configure.in: Fix my broken commit of previous patch. (sigh)
12868 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12870 * configure.in: Move host-specific darwin noconfigdirs into
12871 the host-specific section.
12873 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12875 * configure.in: Move host-specific darwin noconfigdirs into
12876 the host-specific section.
12878 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12880 * configure: Remove skip-this-dir support.
12881 * Makefile.tpl: Remove skip-this-dir support.
12883 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12885 * Makefile.in: Regenerate.
12887 * Makefile.tpl: Strip out useless setting of 'dir'.
12888 * Makefile.in: Regenerate.
12890 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12892 * configure.in: Fix deeply stupid bug.
12894 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12895 shell code in CXX_FOR_TARGET
12896 * Makefile.def: Introduce raw_cxx.
12897 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12898 RAW_CXX_FOR_TARGET.
12899 * Makefile.in: Regenerate.
12901 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12903 * Makefile.tpl: Remove unnecessary ifs.
12904 * Makefile.in: Regenerate.
12906 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
12907 dependencies. Maybe-ize build-libiberty. Create dummy install
12908 targets for 'no_install' modules.
12909 * configure: Move GDB_TK substitution to configure.in. Move
12910 build_modules stuff to configure.in.
12911 * configure.in: Implement soft dependency machinery. Maybe-ize
12912 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
12913 * Makefile.in: Regenerate.
12915 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
12917 * Makefile.tpl: Make all-target, install-target behave similarly
12918 to all, install (only hitting configured targets). Eliminate
12919 unused macro defintions.
12921 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12924 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12926 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12928 * configure.in: Produce lists of subdir targets we're actually
12929 configuring. Remove references to "dosrel".
12930 * Makefile.tpl: Let configure set which subdir targets are hit.
12931 Remove install-cross; clean up install; remove ALL. Remove
12932 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
12933 Autogenerate host module targets. Remove empty dependency lines
12934 and redundant dependency; rearrange slightly.
12935 * Makefile.def: Add host-side libtermcap, utils.
12937 * Makefile.in: Regenerate.
12939 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12941 * ltconfig (osf[345]): Append $major to soname_spec.
12942 Reflect this in library_names_spec.
12943 * ltmain.sh (osf): Prefix $major with . for use as extension.
12945 2002-11-19 Andreas Jaeger <aj@suse.de>
12947 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12948 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12949 and sparc64 GNU/Linux systems.
12951 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
12953 * MAINTAINERS: Update email.
12955 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12957 * MAINTAINERS: Complete James Dennett's entry.
12959 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
12961 * MAINTAINERS (Write After Approval): Add myself.
12963 2002-11-13 Bruce Korb <bkorb@gnu.org>
12965 * Makefile.tpl: syntactic cleanup
12967 2002-11-13 Stuart Hastings <stuart@apple.com>
12969 * MAINTAINERS: Add myself to write-after-approval list.
12971 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12973 * Makefile.def: Add list of recursive targets to autogenerate.
12975 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
12976 targets. Autogenerate *-build-* targets.
12977 * Makefile.in: Regenerate.
12979 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12981 * configure: More autoconf-style substitutions.
12982 * Makefile.tpl: More autoconf-style substitutions.
12983 * Makefile.in: Regenerate.
12985 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
12987 * configure: Substitute more variables in a more autoconf-friendly
12988 way. Simplify slightly.
12989 * Makefile.tpl: Make more variables substitutable in an
12990 autoconf-friendly way.
12991 * Makefile.in: Regenerate.
12993 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
12995 * MAINTAINERS (Write After Approval): Add myself.
12997 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
12999 * configure.in (v810*): Remove special setting of tools.
13001 * configure: Add support for extra required flags for ar or nm.
13002 * configure.in (aix4.3+): Use above support for target-specific
13003 issues, rather than using config/mt-aix43.
13005 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
13007 * configure: Remove 'removing', which doesn't work. Replace $subdir
13008 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
13009 with $srcdir. Reformat indentation. Substitute some variables
13010 formerly hard-coded in the Makefile for build=host.
13011 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13012 * Makefile.def: Autogenerate more.
13013 * Makefile.in: Regenerate.
13015 2002-11-04 Adam Nemet <anemet@lnxw.com>
13017 * MAINTAINERS (Write After Approval): Add myself.
13019 2002-11-04 Kevin Buettner <kevinb@redhat.com>
13021 * Makefile.def (host_modules): Add rda.
13022 * Makefile.in: Regenerate.
13023 * configure.in (target_tool): Add target-rda to list.
13025 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13027 * MAINTAINERS: Remove "co-maintainer" note for web pages.
13029 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
13031 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
13032 and restrap targets to this rule.
13033 * Makefile.in: Regenerate.
13035 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13037 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13038 GNATS only accounts.
13040 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
13042 * configure.in (i[3456]86-*-linux*): Add check to disable
13043 ${libgcj} for glibc1.
13045 2002-10-24 Denis Chertykov <denisc@overta.ru>
13047 * MAINTAINERS: Add myself as ip2k port maintainer.
13049 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
13051 * configure.in: Add tic4x target.
13053 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
13055 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13056 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13057 * Makefile.in: Regenerate.
13059 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13060 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13061 * Makefile.in: Regenerate.
13063 2002-10-02 Janis Johnson <janis187@us.ibm.com>
13065 * MAINTAINERS: Add myself as web pages co-maintainer.
13067 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13069 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13070 * Makefile.in: Regenerate.
13072 2002-10-02 Zack Weinberg <zack@codesourcery.com>
13074 * MAINTAINERS: Add myself and Nathan Sidwell
13075 <nathan@codesourcery.com> as VxWorks maintainers.
13077 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13079 * Makefile.def: Remove order dependency comments.
13080 * Makefile.tpl: Add explicit install-install dependencies.
13081 * Makefile.in: Regenerate.
13083 * Makefile.tpl: Remove material now in src-release. (Finally!)
13084 * Makefile.in: Regenerate.
13086 * Makefile.tpl: Add configure-target (for src-release in src)
13087 * Makefile.in: Regenerate.
13089 2002-09-30 Nick Clifton <nickc@redhat.com>
13091 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13093 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
13095 * configure.in (s390*-*-linux*): Enable libgcj.
13097 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
13099 * configure: Revert accidentally applied changes.
13101 * Makefile.tpl: Make more autoconf-friendly.
13102 * Makefile.in: Regenerate.
13103 * configure: Make substitution more autoconf-like.
13105 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
13107 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13108 single entry to handle all these.
13109 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
13110 libjava on arm-*-elf.
13112 2002-09-27 Geoffrey Keating <geoffk@apple.com>
13114 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13115 things that depend on them.
13117 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13119 * Makefile.tpl: Make subsituted variables more autoconfy.
13120 * Makefile.in: Regenerate.
13121 * configure: Make seds more autoconfy.
13123 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13125 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13126 * Makefile.in: Regenerate.
13127 * configure.in: Rewrite sed statements to look autoconfy.
13129 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13130 all-target-foo on configure-target-foo.
13131 * Makefile.def: Ditto.
13132 * Makefile.in: Rebuild.
13134 2002-09-25 Andrew Haley <aph@redhat.com>
13136 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13138 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
13140 * Makefile.def: New file.
13141 * Makefile.tpl: New file.
13142 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13143 * contrib/gcc_update: Note that Makefile.in is a generated file.
13145 * configure.in: Minor rearrangement. Simplify tests.
13147 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
13149 * configure.in (with_headers): Skip copy if value is "yes".
13150 (with_libs): Likewise.
13152 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
13154 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13155 * configure.in (sh*-*-pe*): Ditto.
13156 * configure.in (mips*-*-pe*): Ditto.
13157 * configure.in (*arm-wince-pe): Ditto.
13159 * configure.in: Rearrange.
13161 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
13163 * MAINTAINERS: Update my email address.
13165 2002-08-30 Paul Koning <pkoning@equallogic.com>
13167 * MAINTAINERS: (Write After Approval): Add myself.
13169 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
13171 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13173 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
13175 * MAINTAINERS: Change my mailing address.
13177 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
13179 * MAINTAINERS (Write After Approval): Remove myself.
13180 (Various Maintainers: c++ runtime libs): Add myself.
13182 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
13184 * MAINTAINERS (Write After Approval): Remove myself.
13185 (Various Maintainers: c++ runtime libs): Add myself.
13187 2002-08-15 Eric Christopher <echristo@redhat.com>
13189 * config.sub: Import from master repository.
13190 * config.guess: Ditto.
13192 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
13194 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13195 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13196 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13198 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
13200 * MAINTAINERS: Add self to rs6000 vector extensions.
13202 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
13204 * libiberty/configure: Reverted unintended yesterday's check in.
13206 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
13208 * boehm-gc/configure, libf2c/configure: Rebuilt.
13209 * libffi/configure, libiberty/configure: Ditto.
13210 * libjava/configure, libobjc/configure: Ditto.
13211 * libstdc++-v3/configure, zlib/configure: Ditto.
13212 Merged from binutils:
13213 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
13214 From Steve Ellcey <sje@cup.hp.com>:
13215 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13216 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13217 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13219 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13220 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13221 soname_spec, sys_lib_search_path_spec): Ditto.
13223 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
13225 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13227 2002-08-04 H.J. Lu (hjl@gnu.org)
13229 * configure.in (mips*-*-linux*): Don't skip target-libffi.
13231 2002-08-02 Krister Walfridsson <cato@df.lth.se>
13233 * MAINTAINERS (Write After Approval): Add myself.
13235 2002-07-31 Alan Modra <amodra@bigpond.net.au>
13237 * configure.in: Move generic linux case to end. Copy generic
13238 linux noconfigdirs to mips*-*-linux* entry and new
13239 powerpc64*-*-linux* entry. Add target-libffi for the latter.
13241 2002-07-19 Michael Matz <matz@suse.de>
13243 * MAINTAINERS: Add myself as ra* maintainer.
13245 2002-07-16 Chris Demetriou <cgd@broadcom.com>
13247 * config.guess: Update to 2002-07-09 version.
13248 * config.sub: Update to 2002-07-03 version.
13250 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
13252 * MAINTAINERS: Fix typo in a maintainer email address.
13254 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13256 * configure.in: Remove two redundant tests.
13258 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13260 * configure.in (mips*-*-irix6*o32): Enable stabs.
13262 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
13264 * configure.in: Don't build grez.
13265 * Makefile.in: Ditto.
13267 * Makefile.in: Remove references to bsp, cygmon, libstub.
13268 * configure.in: Ditto.
13270 * configure.in: Remove leftover reference to gdbtest.
13272 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
13274 * configure.in (gxx_include_dir): Change to match versioned
13275 C++ headers if --enable-version-specific-runtime-libs is used.
13277 2002-07-04 Steve Ellcey <sje@cup.hp.com>
13279 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13281 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
13283 * configure.in: Make --without-x work.
13285 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
13287 * configure.in: Rearrange target Makefile fragment collection.
13289 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13291 * configure.in: Ditto.
13293 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
13295 * MAINTAINERS (Write After Approval): Update my e-mail address.
13297 2002-06-24 Ben Elliston <bje@redhat.com>
13299 * configure.in (host_tools): Remove cgen.
13301 * Makefile.in (all-cgen): Remove; runs from its source directory.
13302 (check-cgen, install-cgen, clean-cgen): Likewise.
13303 (all-opcodes): Do not depend on all-cgen.
13304 (all-sim): Likewise.
13306 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
13308 * Makefile.in: Eliminate 'apache' targets.
13309 * configure.in: Eliminate 'apache' targets.
13311 * configure.in: Eliminate redundant tests. Reorganize.
13313 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13315 * config-ml.in: Eliminate references to Cygnus configure.
13317 * Makefile.in: Eliminate references to building emacs.
13319 2002-06-28 Graham Stott <graham.stott@btinternet.com>
13321 * MAINTAINERS: Update my email address.
13323 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
13325 * config.if (libstdcxx_incdir): Version C++ headers.
13326 (cxx_incdir): Remove.
13328 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
13330 * MAINTAINERS (Write After Approval): Add self.
13332 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
13334 * configure.in: Add support for ip2k.
13336 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
13338 * configure.in: Fix AIX configury bug.
13340 2002-06-20 Steve Ellcey <sje@cup.hp.com>
13342 * MAINTAINERS (Write After Approval): Add self.
13344 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13346 * configure.in: replace ${topsrcdir} with ${srcdir}
13348 * configure.in: Move definition of libstdcxx_flags
13349 right above usage, rather than waaay earlier.
13351 * configure.in: Pull definition of is_cross_compiler earlier.
13353 * configure.in: Rearrange a little.
13355 * configure.in: Remove references to librx.
13356 * Makefile.in: Remove references to librx.
13358 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
13360 * config.sub: Add support for avr target.
13361 Import from master sources, rev 1.255
13363 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
13365 * configure, .cvsignore: Revert previous change...
13366 * Makefile: ...delete.
13368 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13370 * configure.in: Eliminate ${gasdir} variable.
13372 2002-06-18 Dave Brolley <brolley@redhat.com>
13374 * configure.in: Add support for frv.
13375 * config.sub: Add support for frv.
13377 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
13379 * configure: Remove garbage from previous commit.
13381 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
13383 * configure: For in-source builds, make a subdir and re-exec there.
13384 * Makefile: New file. Pass targets through to build directory.
13385 * .cvsignore: No longer ignore "Makefile".
13387 2002-06-16 Douglas Rupp <rupp@gnat.com>
13389 * MAINTAINERS (Write After Approval): Add self.
13391 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13393 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13395 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13397 * configure.in (vax-*-netbsd*): Re-enable gas.
13399 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
13401 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13402 BUILD_PREFIX_1, to correct nomenclature.
13403 * configure: Likewise.
13405 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13406 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13408 2002-05-31 Olaf Hering <olh@suse.de>
13410 * config-ml.in: Propogate DESTDIR also.
13412 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
13414 * configure.in (vax-*-netbsd*): Don't build gas for this
13417 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
13419 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13420 and libgcj for AVR.
13422 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
13424 * MAINTAINERS (Write After Approval): Add myself.
13426 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
13428 * config.guess: Update to 2002-05-22 version.
13429 * config.sub: Likewise.
13431 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13433 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13434 * config-ml.in: Likewise.
13435 * configure: Likewise.
13436 * configure.in: Likewise.
13438 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
13440 * MAINTAINERS: Update my email address.
13442 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
13444 * configure.in: Simplify makefile fragment collection.
13446 * configure.in: Remove code to build emacs.
13448 * configure.in : Remove --srcdir argument from targargs and buildargs
13449 (it's always overridden in the Makefile anyway). Rearrange a bit.
13451 * configure: Move some logic to configure.in.
13452 * configure.in: Move some logic from configure.
13454 2002-05-11 Tom Tromey <tromey@redhat.com>
13456 * MAINTAINERS: Reflect libgcj reality.
13458 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
13460 * Makefile.in: Honour DESTDIR.
13462 2002-05-08 Mark Mitchell <mark@codesourcery.com>
13464 * config.guess: Import 2002-03-20 version.
13465 * config.sub: Import 2002-04-26 version.
13467 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13469 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13471 2002-05-07 Tim Josling <tej@melbpc.org.au>
13473 * MAINTAINERS: Add self.
13475 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
13477 * ltmain.sh: Detect and handle object name conflicts
13478 while piecewise linking a static library.
13480 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
13482 * configure.in (noconfigdirs): Don't disable libgcj on
13483 sparc64-*-solaris* and sparcv9-*-solaris*.
13485 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
13487 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13489 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
13491 * configure.in (FLAGS_FOR_TARGET): Do not add
13492 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13493 on i[3456]86-*-linux*.
13495 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
13497 * configure.in (noconfigdirs): Replace [ ] with test.
13499 * configure.in (noconfigdirs): Do not add target-newlib if
13500 target == i[3456]86-*-linux*, and host == target.
13502 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
13504 * configure.in: delete reference to absent file
13506 * configure.in: replace '[' with 'test'
13508 * configure.in: Eliminate references to gash.
13509 * Makefile.in: Eliminate references to gash.
13511 * configure.in: remove useless references to 'pic' makefile fragments.
13513 * configure.in: (*-*-windows*) Finish removing.
13515 * configure.in: Eliminate redundant test for libgui.
13517 2002-04-29 Roger Sayle <roger@eyesopen.com>
13519 * MAINTAINERS: Add self and realphabetize. Update entries
13520 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
13521 entry for a29k port maintainer.
13523 2002-04-26 Joel Sherrill <joel@OARcorp.com>
13525 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13526 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13528 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
13530 * configure.in: remove references to dead files
13532 2002-04-19 Mark Mitchell <mark@codesourcery.com>
13534 * MAINTAINERS: Add information about purpose of this file.
13536 2002-04-18 Tom Tromey <tromey@redhat.com>
13538 * configure.in: Disallow configuring libgcj when it is already
13539 installed and we're using Solaris 2.8 linker. Do enable libgcj on
13540 Solaris 2.8 by default. For PR libgcj/6158.
13542 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13544 * configure.in: Move default CC setting out of config/mh-* fragments
13545 directly into here.
13547 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13549 * configure.in: don't even try to configure or make a subdirectory
13550 if there's no configure script for it.
13552 2002-04-15 Mark Mitchell <mark@codesourcery.com>
13554 * MAINTAINERS: Remove chill maintainers.
13555 * Makefile.in (CHILLFLAGS): Remove.
13556 (CHILL_LIB): Remove.
13557 (TARGET_CONFIGDIRS): Remove libchill.
13558 (CHILL_FOR_TARGET): Remove.
13559 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13561 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13562 (CHECK_TARGET_MODULES): Likewise.
13563 (INSTALL_TARGET_MODULES): Likewise.
13564 (CLEAN_TARGET_MODULES): Likewise.
13565 (configure-target-libchill): Remove.
13566 (all-target-libchill): Remove.
13567 * configure.in (target_libs): Remove target-libchill.
13568 Do not compute CHILL_FOR_TARGET.
13569 * libchill: Remove directory.
13571 2002-04-11 DJ Delorie <dj@redhat.com>
13573 * Makefile.in, configure.in: Sync with binutils, entries
13576 2002-04-07 Andrew Cagney <ac131313@redhat.com>
13578 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
13579 (do-tar, do-bz2): New rules.
13580 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
13581 (gdb-tar): New rule.
13582 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13583 (insight_dejagnu.tar): New rule.
13584 (insight.tar): New rule.
13585 (gdb+dejagnu.tar): New rule.
13586 (gdb.tar): New rule.
13588 2002-02-01 Mo DeJong <supermo@bayarea.net>
13590 * Makefile.in: Add all-tix to deps for all-snavigator
13591 so that tix is built when building snavigator.
13593 2002-01-11 Steve Ellcey <sje@cup.hp.com>
13595 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13596 ld and gdb are not supported.
13598 2002-01-07 Mark Salter <msalter@redhat.com>
13600 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13601 Allow target-libgloss to be built for arm, strongarm, and xscale.
13603 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13605 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13606 options for i[3456]86-pc-linux* native builds.
13608 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13610 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13611 files from .po files for a distribution.
13613 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
13615 * configure.in: Enable libstdc++-v3 for h8300 targets.
13617 2001-06-19 Alan Modra <amodra@bigpond.net.au>
13619 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13622 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13624 * Makefile.in (VER): When present, extract the version number from
13625 the file version.in.
13627 2001-05-24 Tom Rix <trix@redhat.com>
13629 * configure.in : enable ld for aix
13631 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13633 * config.guess: Add linux target for S/390.
13635 2000-11-07 Philip Blundell <pb@futuretv.com>
13637 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13639 2000-11-03 Philip Blundell <pb@futuretv.com>
13641 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13644 2001-01-15 Ben Elliston <bje@redhat.com>
13646 * configure.in (host_tools): Add sid.
13647 Always configure cgen.
13649 2000-11-24 Nick Clifton <nickc@redhat.com>
13651 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13653 2000-08-20 Doug Evans <dje@casey.transmeta.com>
13655 * Makefile.in (ALL_MODULES): Add all-cgen.
13656 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13657 (all-cgen): New target.
13658 (all-opcodes,all-sim): Depend on all-cgen.
13659 * configure.in (host_tools): Add cgen.
13660 Only configure cgen if --enable-cgen-maint.
13662 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
13664 * configure.in: Add *-*-freebsd* configurations.
13666 2002-04-08 Tom Tromey <tromey@redhat.com>
13668 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13669 Fixes PR libgcj/6068.
13671 2002-03-30 Krister Walfridsson <cato@df.lth.se>
13673 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13675 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13677 * configure.in (alpha*-dec-osf*): Enable libgcj.
13679 2003-03-27 Matthew Gingell <gingell@gnat.com>
13681 * MAINTAINERS (Write After Approval): Add myself.
13683 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13685 Fix for: PR bootstrap/3591, target/5676
13686 * configure.in (mcore-pe): Disable the configuration of
13687 libstdc++-v3 since exceptions are not supported.
13689 2002-03-20 Anthony Green <green@redhat.com>
13691 * configure.in: Enable libgcj for xscale-elf target.
13693 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
13695 * MAINTAINERS: Update my email address.
13697 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
13699 * ltmain.sh (relink_command): Fix typo in previous change.
13701 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
13703 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13704 (relink_command): Added --tag flags.
13705 (mode=install): If relinking fails; error out.
13707 2002-03-12 Richard Henderson <rth@redhat.com>
13709 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13711 (do-check): Rename from check.
13712 (check): Allow parallel check.
13714 2002-03-12 Bob Wilson <bob.wilson@acm.org>
13716 * MAINTAINERS: Add myself as maintainer for xtensa port.
13717 Fix alphabetical order in CPU port maintainer list.
13718 Remove myself from Write After Approval list.
13720 2002-03-11 Richard Henderson <rth@redhat.com>
13722 * Makefile.in (.NOTPARALLEL): Add fake tag.
13724 2002-03-07 H.J. Lu (hjl@gnu.org)
13726 * configure.in: Enable gprof for mips*-*-linux*.
13728 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13730 * MAINTAINERS (Write After Approval): Add myself.
13732 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
13734 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13736 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13738 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
13740 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13741 because its Makefile is there; test for the executable instead.
13743 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
13745 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13746 libstdc++-v3 and libjava.
13748 2002-02-11 Adam Megacz <adam@xwt.org>
13750 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13753 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
13755 * config.guess: Updated to 2002-01-30's version.
13756 * config.sub: Updated to 2002-02-01's version.
13757 Contribute sh64-elf.
13758 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13759 * configure.in: Added sh64-*-*.
13761 2002-02-08 Chris Demetriou <cgd@broadcom.com>
13763 * MAINTAINERS: Belatedly add myself to write after approval list.
13765 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13767 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13768 Remove self as Write After Approval.
13770 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
13772 * MAINTAINERS: Put self in as maintainer for contrib/regression
13775 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
13777 * MAINTAINERS: Update my email address.
13779 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13781 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13782 target-libiberty, and target-libgloss. Skip Java-related
13783 libraries if not supported for NetBSD on target CPU.
13785 2002-01-25 Douglas B Rupp <rupp@gnat.com>
13787 * install-sh: Use _inst.$$_ for temp file name.
13789 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13791 * MAINTAINERS (Write After Approval): Move my contact info
13793 (OS Port Maintainers): ...to here (netbsd).
13795 2002-01-22 Bob Wilson <bob.wilson@acm.org>
13797 * MAINTAINERS (Write After Approval): Add myself.
13799 2002-01-17 H.J. Lu <hjl@gnu.org>
13801 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13802 (all-target-fastjar): Also depend on all-target-libiberty.
13804 2002-01-16 H.J. Lu (hjl@gnu.org)
13806 * config.guess: Import from master sources, rev 1.225.
13807 * config.sub: Import from master sources, rev 1.238.
13809 2002-01-16 Kazu Hirata <kazu@hxi.com>
13811 * MAINTAINERS (Write After Approval): Remove myself.
13813 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
13815 * MAINTAINERS (Write After Approval): Add myself.
13817 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13819 * MAINTAINERS: Add self as docs co-maintainer.
13821 2001-12-11 Matthias Klose <doko@debian.org>
13823 * MAINTAINERS (Write After Approval): Add myself.
13825 2001-12-09 Zack Weinberg <zack@codesourcery.com>
13827 * MAINTAINERS: Update my email address.
13829 2001-12-07 Turly O'Connor <turly@apple.com>
13830 * MAINTAINERS (Write After Approval): Add myself.
13831 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13832 (rs6000_initialize_trampoline): Call __trampoline_setup for
13834 * darwin-tramp.asm: New file, implements __trampoline_setup.
13835 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13837 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
13839 * MAINTAINERS (Write After Approval): Add myself.
13841 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13843 * configure, configure.in: Use temp file for long sed commands.
13845 2001-12-03 Laurent Guerby <guerby@acm.org>
13847 * config.sub: Update to version 1.232 on subversion.
13849 2001-12-03 Ben Elliston <bje@redhat.com>
13851 * MAINTAINERS: Update mail address for config.* patches.
13853 2001-11-27 DJ Delorie <dj@redhat.com>
13854 Zack Weinberg <zack@codesourcery.com>
13856 When build != host, create libiberty for the build machine.
13858 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13860 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13862 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13864 (all.normal): Depend on ALL_BUILD_MODULES.
13865 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13866 (all-build-libiberty): Depend on configure-build-libiberty.
13868 * configure: Calculate and substitute proper value for
13870 * configure.in: Create the build subdirectory.
13871 Calculate and substitute TARGET_CONFIGARGS (formerly
13872 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13874 2001-11-26 Ziemowit Laski <zlaski@apple.com>
13876 * MAINTAINERS (write-after-approval): Add self.
13878 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13880 * MAINTAINERS (GNATS only accounts): Remove self.
13882 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13884 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13887 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13889 * MAINTAINERS (Write After Approval): Add self.
13891 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13893 * MAINTAINERS: mips and s390 are also CPU ports.
13895 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13897 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13899 2001-11-11 David O'Brien <obrien@FreeBSD.org>
13901 * MAINTAINERS: Alphabetize.
13903 2001-11-09 Kazu Hirata <kazu@hxi.com>
13905 * MAINTAINERS (Various maintainers: h8 port): Add myself.
13907 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13909 * MAINTAINERS (Various maintainers: hppa port): Added myself.
13911 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
13913 * configure.in (--enable-languages): Be more permissive about
13914 syntax. Check for empty lists better. Warn about $LANGUAGES.
13916 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
13918 * config.sub: Import from master sources, rev. 1.230.
13919 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13921 2001-11-07 Laurent Guerby <guerby@acm.org>
13923 * MAINTAINERS (Write After Approval): Add self.
13925 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
13927 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13929 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
13931 * config.sub: Import from master sources, rev 1.226.
13932 * config.guess: Import from master sources, rev 1.216.
13934 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
13936 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13937 * MAINTAINERS: Add self as maintainer of MMIX port.
13938 Remove old after-approval entry.
13940 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
13942 * ChangeLog, configure: Fix spelling errors.
13944 2001-10-20 Brendan Kehoe <brendan@zen.org>
13946 * MAINTAINERS: Tweak my address.
13948 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
13950 * MAINTAINERS: Update my email address.
13952 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
13954 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13955 * MAINTAINERS: Add self as maintainer of CRIS port.
13957 2001-10-10 Geert Bosch <bosch@gnat.com>
13959 * MAINTAINERS (Various maintainers: Ada front end):
13960 Added Robert Dewar.
13962 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
13964 * MAINTAINERS (Write After Approval): Added self
13966 2001-10-02 Geert Bosch <bosch@gnat.com>
13968 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13970 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
13972 * configure: Handle temporary files securely using mkdir.
13974 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
13976 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13978 2001-09-26 Will Cohen <wcohen@redhat.com>
13980 * configure.in (*-*-linux*): Disable configuration of target-newlib
13981 and target-libgloss.
13983 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
13985 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13988 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
13990 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13991 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13992 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13993 avoid quotes nesting problems.
13994 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13995 (DO_X): Export only variables that are set.
13997 2001-09-19 Ben Elliston <bje@redhat.com>
13999 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14000 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14001 semantics. Use the shell built-in "type" command instead.
14003 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
14005 Merged from gcc-3_0-branch:
14006 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
14007 * ltcf-c.sh: Use $objext, not $ac_objext.
14008 2001-07-27 Mark Kettenis <kettenis@gnu.org>
14009 * ltcf-cxx.sh: Add support for GNU.
14010 2001-07-22 Timothy Wall <twall@redhat.com>
14011 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
14012 default settings if using GNU tools with that configuration.
14013 * ltcf-cxx.sh: Ditto.
14014 * ltcf-gcj.sh: Ditto.
14015 2001-07-21 Michael Chastain <chastain@redhat.com>
14016 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14017 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
14018 * ltmain.sh: Mark as gcc-local.
14020 2001-08-30 Eric Christopher <echristo@redhat.com>
14021 Jason Eckhardt <jle@redhat.com>
14023 * config.guess: Merge from master sources.
14024 * config.sub: Merge from master sources, add support for mipsisa32.
14026 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
14027 * config.sub: Merge from master sources, rev 1.219.
14028 * MAINTAINERS: Add self as contact for stormy16 port.
14030 2001-08-14 Zack Weinberg <zackw@panix.com>
14032 * config.sub: Merge from master sources, rev 1.218.
14033 * config.guess: Merge from master sources, rev 1.209.
14035 2001-08-11 Graham Stott <grahams@redhat.com>
14037 * Makefile.in (check-c++): Add missing semicolon.
14039 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
14041 * MAINTAINERS (Various maitainers: predict.def): Added myself.
14043 2001-07-30 Eric Christopher <echristo@redhat.com>
14045 * MAINTAINERS (Various maintainers: mips port): Added myself.
14047 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
14049 * configure.in (sh-*-linux*): New.
14051 2001-07-27 Richard Henderson <rth@redhat.com>
14053 * .cvsignore: Add LAST_UPDATED.
14055 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
14057 * MAINTAINERS (Various maintainers: s390 port): Added myself.
14059 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
14061 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14063 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
14065 * MAINTAINERS (Write After Approval): Added myself.
14067 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14069 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14070 and libgcj on m68hc11/m68hc12.
14072 2001-06-27 H.J. Lu (hjl@gnu.org)
14074 * Makefile (CFLAGS_FOR_BUILD): New.
14075 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14077 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14079 * README: Remove version number.
14081 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14083 * INSTALL/README: Update wrt. to the installation instructions now
14084 residing in gcc/doc/install.texi.
14086 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14088 * README: Replace with a cut-down and updated version of gcc/README.
14090 2001-06-12 David Edelsohn <edelsohn@gnu.org>
14092 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14093 multilibs to be disabled.
14095 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
14097 * MAINTAINERS (Write After Approval): Add myself.
14099 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
14101 * config.guess: Import CVS version 1.195.
14102 * config.sub: Import CVS version 1.212.
14104 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
14106 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14107 gcc/xgcc is built, use -print-prog-name to find out the program
14110 2001-06-04 Phil Edwards <pme@sources.redhat.com>
14112 * config.guess: Import CVS version 1.194. All gcc-local changes
14113 appear to also be in the master copy.
14114 * config.sub: Import CVS version 1.211.
14116 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
14118 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14119 with_gcc]: Use `gcc -shared' to build a shared library.
14121 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
14123 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14126 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14128 * MAINTAINERS (Write After Approval): Add myself.
14130 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
14132 * configure.in (libstdcxx_flags): Do not try to execute
14133 libstdc++-v3/testsuite_flags until it exists.
14135 2001-06-01 Alan Modra <amodra@bigpond.net.au>
14137 * MAINTAINERS: Update my email address.
14139 2001-05-31 Graham Stott <grahams@redhat.com>
14141 * MAINTAINERS (Write After Approval): Add myself.
14143 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
14145 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
14146 libraries when using g++ with native linker.
14148 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
14150 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14152 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
14154 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14155 [aix4*|aix5*]: Prepend blank.
14157 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
14159 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14160 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
14161 of subdir/configure scripts to use the new libtool.m4.
14163 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
14165 * MAINTAINERS (Write After Approval): Add myself.
14167 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
14169 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14171 2001-05-11 Ben Elliston <bje@redhat.com>
14173 * Makefile.in (all-sid): New target.
14174 (check-sid, clean-sid, install-sid): Likewise.
14176 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
14178 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14180 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
14182 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14185 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
14187 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14188 gcc/xgcc is built, use -print-prog-name to find out the program
14191 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
14193 * configure.in (noconfigdirs): Don't reset it from scratch in the
14194 target case; only append to it.
14196 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14197 sparc-*-solaris2.8]: Disable ${libgcj}.
14199 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
14201 * configure.in (libgcj_saved): Copy from $libgcj.
14202 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14205 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
14207 * MAINTAINERS: Remove self as MIPS maintainer and
14208 C front end maintainer.
14210 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
14212 * configure.in: Move *-chorusos target case to the proper switch.
14215 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
14217 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14220 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14222 * Makefile.in (STAGE1_CFLAGS): Pass down.
14224 2001-04-13 Alan Modra <amodra@one.net.au>
14226 * config.guess: Add hppa64-linux support. Note for next import that
14227 this is already in the master file.
14228 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
14230 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
14232 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14233 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14235 2001-04-11 Stan Shebs <shebs@apple.com>
14237 * MAINTAINERS: Add self as Darwin port maintainer.
14239 2001-04-11 Alan Modra <amodra@one.net.au>
14241 * MAINTAINERS: Update my email address.
14243 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
14245 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14246 recent versions of FreeBSD (release 3 or later).
14247 * ltconfig: On FreeBSD, -lc must not be provided when building
14248 a shared library or else the standard -pthread gcc option is
14249 rendered worthless to later users of the built library.
14251 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
14253 * MAINTAINERS: Add self and RTH as C front end maintainers.
14255 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
14257 * config.sub: Make sure to match an already-canonicalized
14258 machine name (eg. mn10300-unknown-elf).
14260 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
14262 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14264 (bootstrap, cross): Use RECURSE_FLAGS.
14265 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14267 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
14269 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14271 2001-03-22 Colin Howell <chowell@redhat.com>
14273 * Makefile.in (DO_X): Do not backslash single-quotes in
14274 backquotes (two places).
14276 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
14279 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14280 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14281 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14282 * ltcf-cxx.sh: Likewise.
14283 * ltcf-gcj.sh: Likewise.
14285 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14287 * MAINTAINERS: Add myself as "documentation co-maintainer".
14289 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
14291 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14292 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14294 2001-03-19 Tom Tromey <tromey@redhat.com>
14296 * config-ml.in: Handle GCJ and GCJFLAGS.
14298 2001-03-21 Michael Chastain <chastain@redhat.com>
14300 * Makefile.in: all-m4 depends on all-texinfo.
14302 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
14304 * MAINTAINERS: Add myself to write after approval list.
14306 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
14308 * Makefile.in (DO_X): Quote nested quotes.
14310 2001-03-18 Alan Modra <alan@linuxcare.com.au>
14312 * MAINTAINERS: Add myself to write after approval list.
14314 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
14316 * Makefile.in (DO_X): Use double quotes for quoting
14317 "RANLIB=$${RANLIB}".
14319 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
14321 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14323 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
14325 * configure.in: Only use `lang_requires' for languages athat are
14328 2001-03-08 Phil Edwards <pme@sources.redhat.com>
14330 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
14332 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
14334 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14336 2001-03-07 Tom Tromey <tromey@redhat.com>
14338 * configure.in: Allow config-lang.in to set `lang_requires' to list
14339 of other required languages.
14341 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
14343 * Makefile.in: Remove RANLIB definition. Use RANLIB
14344 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14345 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14347 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
14348 Alexandre Oliva <aoliva@redhat.com>
14350 * Makefile.in (check-c++): Use tabs, not spaces.
14352 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
14354 * MAINTAINERS: add myself to Write After Approval list.
14356 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
14358 * Makefile.in (check-c++): New rule.
14360 * configure.in (target_libs): Remove libg++.
14361 (noconfigdirs): Remove libg++.
14362 (noconfigdirs): Same.
14363 (noconfigdirs): Same.
14364 (noconfigdirs): Same.
14366 * config-ml.in: Remove libg++ references.
14368 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14369 (ALL_TARGET_MODULES): Same.
14370 (configure-target-libg++): Remove.
14371 (all-target-libg++): Remove.
14372 (configure-target-libio): Remove.
14373 (all-target-libio): Remove.
14374 (check-target-libio): Remove.
14376 (libg++.tar.bz2): Remove.
14377 (all-target-cygmon): Remove libio.
14378 (all-target-libstdc++): Remove.
14379 (configure-target-libstdc++): Remove.
14380 (TARGET_LIB_PATH): Remove libstdc++.
14381 (ALL_GCC_CXX): Remove libstdc++.
14382 (all-target-gperf): Correct.
14384 2001-02-16 Nick Clifton <nickc@redhat.com>
14386 * configure.in (noconfigdirs): Allow configuration of texinfo
14389 2001-02-15 Anthony Green <green@redhat.com>
14391 * configure: Introduce GCJ_FOR_TARGET.
14392 * configure.in: Ditto.
14393 * Makefile.in: Ditto.
14395 2001-02-13 Andreas Schwab <schwab@suse.de>
14397 * MAINTAINERS: Update mail address.
14399 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14401 * config.guess: Add linux target for S/390.
14402 * config.sub: Likewise.
14404 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
14406 * configure.in: for *-chorusos, don't config target-newlib and
14409 2001-02-06 Ben Elliston <bje@redhat.com>
14411 * configure: Output host type to stdout, not stderr.
14413 2001-02-05 Mark Mitchell <mark@codesourcery.com>
14415 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14416 * ltcf-cxx.sh: Likewise.
14418 * config.if: Assume enable_libstdcxx_v3 is defined.
14420 2001-02-04 Mark Mitchell <mark@codesourcery.com>
14422 Remove V2 C++ library.
14423 * configure.in: Remove --enable-libstdcxx_v3 support.
14425 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
14427 * include/demangle.h: Add prototype for java_demangle_v3.
14429 2001-01-29 Phil Edwards <pme@sources.redhat.com>
14431 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
14433 2001-01-27 Richard Henderson <rth@redhat.com>
14435 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14437 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14439 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14440 Don't unset, it's non-portable and no longer necessary, set to empty
14443 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14445 * ltconfig: Shell portability fix for the tagname validity check.
14447 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
14449 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14450 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14452 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14454 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14456 2001-01-26 Tom Tromey <tromey@redhat.com>
14458 * configure.in: Allow libgcj to be built on Sparc Solaris.
14460 2001-01-25 David Edelsohn <edelsohn@gnu.org>
14462 * ltcf-c.sh: Add aix5 case.
14463 * ltcf-cxx.sh: Likewise.
14464 * ltconfig: Likewise.
14466 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
14468 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14469 keep at least one of build_libtool_libs or build_old_libs set to
14472 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14473 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14475 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
14477 * configure.in: Enable libgcj on several additional platforms.
14479 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
14481 * configure.in: Enable libgcj for linux targets.
14483 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14485 * MAINTAINERS (Write After Approval): Add myself.
14487 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
14489 * MAINTAINERS: Add myself as vax port maintainer.
14491 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
14493 * MAINTAINERS: Add myself as Mercury front-end maintainer.
14495 2001-01-09 Mike Stump <mrs@wrs.com>
14497 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14498 failures of subdirectories.
14500 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14502 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14503 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14504 * ltcf-cxx.sh: Likewise.
14505 * ltcf-gcj.sh: Likewise.
14506 * ltconfig.sh: Fix typo.
14508 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14510 * configure: handle DOS-style absolute paths.
14512 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14514 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14516 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
14518 * MAINTAINERS: Add myself as avr port co-maintainer.
14520 2000-12-28 Ben Elliston <bje@redhat.com>
14522 * MAINTAINERS: Add myself under ``Write After Approval''.
14524 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
14526 * texinfo: Remove directory from GCC.
14528 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
14530 * COPYING: Update to current
14531 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14532 to 19yy as example year in copyright notice).
14534 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
14536 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14537 (libstdcxx_incdir): Pass down.
14538 * config.if: Remove expired bits for cxx_interface, add stub.
14539 (libstdcxx_incdir): Add variable for g++ include directory.
14540 * configure.in (gxx_include_dir): Use it.
14542 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
14544 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
14545 with old-email address from ``Write After Approval''.
14547 2000-12-15 Andreas Jaeger <aj@suse.de>
14549 * configure.in: Handle lang_dirs.
14551 2000-12-14 Tom Tromey <tromey@redhat.com>
14553 * MAINTAINERS: Removed brads.
14555 * MAINTAINERS: Added gcj developers.
14557 2000-12-13 Anthony Green <green@redhat.com>
14559 * configure.in: Disable libgcj for any target not specifically
14560 listed. Disable libgcj for x86 and Alpha Linux until compatible
14563 2000-12-13 Mike Stump <mrs@wrs.com>
14565 * Makefile.in (local-distclean): Also remove fastjar.
14567 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14569 * contrib/gcc_update: Add fastjar --touch entries.
14571 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
14573 * configure.in: Disable language-specific target libraries for
14574 languages that aren't enabled.
14576 2000-12-10 Anthony Green <green@redhat.com>
14578 * configure.in: Define libgcj. Disable libgcj target libraries for
14581 2000-12-10 Neil Booth <neilb@earthling.net>
14583 * MAINTAINERS: Update mail address, remove from WAA list.
14585 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14587 * libjava: Imported from /cvs/java.
14588 * libffi: Likewise.
14589 * Boehm-gc: Likewise.
14591 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14593 * configure.in (target_libs): Revert 2000-12-08 patch.
14594 (noconfigdirs): Added target-libjava.
14596 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14598 * djunpack.bat: removed.
14600 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14602 * Makefile.in: handle DOS-style absolute paths.
14603 * config-ml.in: likewise.
14604 * symlink-tree: likewise.
14606 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14608 * fastjar: Imported.
14610 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14612 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14614 * configure.in (target_libs): Removed `target-libjava'.
14616 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14618 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14619 (ALL_MODULES): Added fastjar.
14620 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14621 (all-target-libjava): all-fastjar replaces all-zip.
14622 (all-fastjar): Added.
14623 (configure-target-fastjar, all-target-fastjar): Likewise.
14624 * configure.in (host_tools): Added fastjar.
14626 2000-12-07 Mike Stump <mrs@wrs.com>
14628 * Makefile.in (local-distclean): Remove leftover built files.
14630 2000-11-24 Nick Clifton <nickc@redhat.com>
14632 * configure.in (xscale-elf): Add target.
14633 (xscale-coff): Add target.
14635 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
14637 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14638 recent versions of FreeBSD (release 3 or later).
14639 * ltconfig: On FreeBSD, -lc must not be provided when building
14640 a shared library or else the standard -pthread gcc option is
14641 rendered worthless to later users of the built library.
14643 2000-11-16 Fred Fish <fnf@be.com>
14645 * configure.in (enable_libstdcxx_v3): Fix typo,
14646 libstd++ -> libstdc++.
14648 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14650 * MAINTAINERS: Add self to Write After Approval list.
14652 2000-11-21 Bernd Schmidt <bernds@redhat.com>
14654 * MAINTAINERS: Update my email address. Add myself to global write
14657 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
14659 * Makefile.in: Merge with src and libgcj.
14660 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14661 configure-target-<library> when their configure scripts need the C
14662 or C++ library to have already been built to work properly.
14663 (do_proto_toplev): Set them to an empty string.
14665 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14666 (REALLY_SET_LIB_PATH): Use them.
14668 2000-11-17 Stan Shebs <shebs@apple.com>
14670 * MAINTAINERS: Add self to Write After Approval list.
14672 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14674 * configure: Provide the original toplevel configure arguments
14675 (including $0) to subprocesses in the environment rather than
14676 through gcc/configargs.h.
14678 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14680 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14681 C99. Alphabetise "Write After Approval" list.
14683 2000-11-12 Mark Mitchell <mark@codesourcery.com>
14685 * configure: Turn on libstdc++ V3 by default.
14687 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14690 2000-11-11 Philip Blundell <philb@gnu.org>
14692 * MAINTAINERS: Add self to Write After Approval list.
14694 2000-11-09 David Edelsohn <edelsohn@gnu.org>
14696 * ltcf-c.sh (aix4): Improve shared library configuration; require
14698 * ltcf-cxx.sh (aix4): Define.
14699 * ltconfig (aix4): Define library and soname specs appropriate for
14700 AIX. Define command to create export symbols list.
14702 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
14704 * config.sub: Add support for Sun Chorus
14706 2000-10-31 Nick Clifton <nickc@redhat.com>
14708 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14709 <name>@redhat.com. Also installed new email address for Clint
14712 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14714 * etc: Remove directory from GCC.
14716 2000-10-16 Michael Meissner <meissner@redhat.com>
14718 * configure (gcc/configargs.h): Only create if there is a build GCC
14721 2000-10-16 Matthias Klose <doko@debian.org>
14723 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14724 when configured for libstdc++-v3.
14726 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
14728 * configure: Save configure arguments to gcc/configargs.h.
14730 2000-10-04 Philipp Thomas <pthomas@suse.de>
14732 * config.guess: Import CVS version 1.157.
14733 * config.sub: Import CVS version 1.181.
14735 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
14737 * Makefile.in (bootstrap): avoid recursion if subdir missing
14739 (do-proto-toplev): ditto
14741 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
14743 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14744 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14746 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14747 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14748 all affected `configure' scripts.
14750 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14752 * MAINTAINERS: Add self as cpplib co-maintainer.
14754 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
14756 * MAINTAINERS: Add self to Write After Approval list.
14758 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14760 * INSTALL/README: egcs -> GCC update.
14762 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
14764 * MAINTAINERS: Add myself to Write After Approval list.
14766 2000-09-15 Kazu Hirata <kazu@hxi.com>
14768 * MAINTAINERS: Add myself to Write After Approval list.
14770 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14772 * configure.in: Do not build byacc for hppa64. Provide paths to the
14773 X11 libraries for hppa64.
14775 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14777 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14779 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
14781 * Makefile.in (all-zlib): Added dummy target.
14783 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14784 ltcf-gcj.sh: Updated from libtool multi-language branch.
14786 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
14788 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14789 (bootstrap*): Depend on all-bootstrap.
14791 2000-09-05 Philipp Thomas <pthomas@suse.de>
14793 * config.guess: Import CVS version 1.156.
14794 * config.sub: Import CVS version 1.179.
14796 2000-09-02 Anthony Green <green@cygnus.com>
14798 * Makefile.in (all-gcc): Depend on all-zlib.
14799 (CLEAN_MODULES): Add clean-zlib.
14800 (ALL_MODULES): Add all-zlib.
14801 * configure.in (host_libs): Add zlib.
14803 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
14805 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14806 crosses, but add gcc/include to the header search path for them.
14808 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14810 * MAINTAINERS: Add self to Write After Approval list.
14812 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14814 * config.guess: Import CVS version 1.152.
14815 * config.sub: Import CVS version 1.177.
14817 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
14819 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14820 $targargs to tell whether newlib is going to be built.
14822 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14823 $$r/TARGET_SUBDIR/libio for _G_config.h.
14825 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
14827 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14829 2000-08-22 DJ Delorie <dj@redhat.com>
14831 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14833 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
14835 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14836 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14839 2000-08-21 DJ Delorie <dj@redhat.com>
14841 * MAINTAINERS: Add self as a libiberty maintainer
14843 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
14845 * configure.in (libstdcxx_flags): Use
14846 libstdc++-v3/src/libstdc++.INC.
14848 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
14850 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14852 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14854 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14856 * configure: Make enable_threads and enable_shared defaults
14857 explicit. Substitute enable_threads into generated Makefiles.
14858 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14859 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14861 2000-08-13 Geoff Keating <geoffk@cygnus.com>
14863 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14865 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
14867 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14870 2000-08-11 Jason Merrill <jason@redhat.com>
14872 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14873 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14874 (FLAGS_FOR_TARGET): Not here.
14875 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14877 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
14879 * config-ml.in (CC, CXX): Don't introduce a leading space.
14881 2000-08-07 DJ Delorie <dj@delorie.com>
14883 * MAINTAINERS: Add self as a DJGPP maintainer
14885 2000-08-07 DJ Delorie <dj@redhat.com>
14887 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14888 "if we're also building gcc, and it's a gcc that will run on the
14889 build machine, we want to use its includes instead of the system's
14892 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14894 * MAINTAINERS: Add self to Write After Approval list.
14896 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
14898 * configure.in (libstdcxx_flags): Don't use `"'.
14900 * config-ml.in: Adjust multilib search paths to the
14901 appropriate multilib tree.
14903 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
14905 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14906 commas in $LANGUAGES.
14908 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
14910 * configure.in: Re-enable all references to libg++ and librx.
14912 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
14914 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14915 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
14916 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14917 * ltcf-cxx.sh (need_lc): Set based on postdeps.
14919 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14921 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
14923 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14924 CXX_FOR_TARGET for sed.
14926 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
14928 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14929 Do not override if already set in the environment or in configure.
14930 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14931 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14933 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
14935 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14936 the libtool CVS tree multi-language branch.
14937 * ltconfig, ltmain.sh: Updated.
14939 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
14941 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14942 (clean-target): Depend on it.
14944 * Makefile.in (FLAGS_FOR_TARGET): New macro.
14945 (GCC_FOR_TARGET): Use it.
14946 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14947 * configure.in: ... here.
14948 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
14949 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14951 2000-07-24 Eric Christopher <echristo@cygnus.com>
14953 * MAINTAINERS: Add self to Write After Approval list.
14955 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
14957 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14958 (configure-target-libchill, configure-target-libobjc): Likewise.
14960 * configure.in: Use the same cache file for all target libs.
14961 * config-ml.in: But different cache files per multilib variant.
14963 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14965 * configure (topsrcdir): Don't use dirname.
14967 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
14969 * MAINTAINERS: Add self to Write After Approval list.
14971 2000-07-20 Jason Merrill <jason@redhat.com>
14973 * configure.in: Remove all references to libg++ and librx.
14975 * configure, configure.in, Makefile.in: Unify gcc and binutils.
14977 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
14979 * config.sub: Update to subversions version 2000-07-06.
14981 2000-07-12 Andrew Haley <aph@cygnus.com>
14983 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14984 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14986 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
14988 * symlink-tree: Check number of arguments.
14990 2000-07-05 Jim Wilson <wilson@cygnus.com>
14992 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14993 search path for a g++ extracted from the build tree. This
14994 will allow link tests run by configure scripts in
14995 subdirectories to succeed.
14997 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
14999 * ltconfig: Add support for mips-dde-sysv4.2MP
15001 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15003 * MAINTAINERS: Add myself as loop discovery maintainer.
15005 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
15007 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15008 `os2'. Force ac_cv_exeext to be ".exe" in that case.
15010 2000-06-19 Timothy Wall <twall@cygnus.com>
15012 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15013 * config.sub: Add tic54x target.
15015 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15017 * MAINTAINERS: Add self as Fortran maintainer,
15018 remove Craig Burley.
15020 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
15022 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15023 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15025 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
15027 * MAINTAINERS: Add self as i18n maintainer
15029 20000-05-21 H.J. Lu (hjl@gnu.org)
15031 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15032 directory are used if they exist. Make sure
15033 $(build_tooldir)/include is searched for header files,
15034 $(build_tooldir)/lib/ for library files.
15035 (GCC_FOR_TARGET): Likewise.
15036 (CXX_FOR_TARGET): Likewise.
15038 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
15040 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15042 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
15044 * Makefile.in (configure-target-libiberty): Depend on
15045 configure-target-newlib.
15047 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
15049 * configure.in, Makefile.in: Merge all libffi-related
15050 configury stuff from the libgcj tree.
15052 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
15054 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15055 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15057 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
15059 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15060 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15061 current version information. Add to proto-toplev directory.
15062 (gdb-taz): Build do-djunpack.
15064 2000-05-15 David Edelsohn <edelsohn@gnu.org>
15066 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15068 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
15070 * MAINTAINERS: Add self to Write After Approval list.
15072 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15074 * ltmain.sh: Preserve in relink_command any environment
15075 variables that may affect the linker behavior.
15077 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
15079 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15081 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
15083 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15085 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15087 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15088 with the version name.
15090 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
15092 * MAINTAINERS: Add self as bb-reorder maintainer.
15094 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
15096 * config.if: Tweak.
15098 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
15100 * djunpack.bat: New file.
15102 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
15104 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15105 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15106 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15107 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15109 2000-04-16 Dave Pitts <dpitts@cozx.com>
15111 * config.sub (case $basic_machine): Change default for "ibm-*"
15114 2000-04-13 Andreas Jaeger <aj@suse.de>
15116 * MAINTAINERS: Added myself.
15118 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
15120 * Makefile.in (gdb-taz): New target. GDB specific archive.
15121 (do-md5sum): New target.
15123 (PACKAGE): Default to TOOL.
15124 (VER): Default to a shell script.
15125 (taz): Rewrite target. Move real work to do-proto-toplev. Include
15126 md5 checksum generation.
15127 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15128 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15129 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15130 insight.tar.bz2): Use gdb-taz to create archive.
15132 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15134 * configure (warn_cflags): Delete.
15136 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
15138 * MAINTAINERS: Added myself.
15140 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
15141 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
15143 * configure.in (enable_libstdcxx_v3): Add.
15144 (target_libs): Add bits here to switch between libstdc++-v2 and
15146 * config.if: And this file too.
15147 * Makefile.in: Add libstdc++-v3 targets.
15149 2000-04-05 Michael Meissner <meissner@redhat.com>
15151 * config.sub (d30v): Add d30v as a basic machine type.
15153 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
15155 * configure.in: -linux-gnu*, not -linux-gnu.
15157 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15159 * MAINTAINERS: Add self in write-after-approval section.
15161 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
15163 * MAINTAINERS: Add self as ia64 port maintainer.
15165 2000-03-08 Neil Booth <NeilB@earthling.net>
15167 * MAINTAINERS: Add self in write-after-approval section.
15169 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
15171 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15172 (do-tar-bz2): Replace TOOL with PACKAGE.
15173 (gdb.tar.bz2): Remove GDBTK from GDB package.
15174 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15175 dejagnu.tar.bz2): New packages.
15177 2000-02-27 Andreas Jaeger <aj@suse.de>
15179 * configure.in: Add entry for mips*-*-linux*, move catch all
15180 *-*-*linux* entry below this one.
15182 2000-02-27 Ian Lance Taylor <ian@zembu.com>
15184 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15186 2000-02-24 Nick Clifton <nickc@cygnus.com>
15188 * config.sub: Support an OS of "wince".
15190 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
15192 * config.guess, config.sub: Updated to match config's 2000-02-15
15195 2000-02-23 Linas Vepstas <linas@linas.org>
15197 * config.sub: Add support for Linux/IBM 370.
15198 * configure.in: Likewise.
15200 2000-02-22 Nick Clifton <nickc@cygnus.com>
15202 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15204 2000-02-20 Christopher Faylor <cgf@cygnus.com>
15206 * config.guess: Guess "cygwin" rather than "cygwin32".
15208 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15210 * configure (gcc_version): When setting, narrow search to
15211 lines containing `version_string'.
15213 2000-02-15 Denis Chertykov <denisc@overta.ru>
15215 * config.sub: Add support for avr target.
15217 2000-02-14 Nick Clifton <nickc@cygnus.com>
15219 * MAINTAINERS: Add maintainers for MCore port.
15221 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
15223 * config.sub: Add mmix-knuth-mmixware.
15225 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15227 * MAINTAINERS: Pair cccp with cpplib maintainership.
15229 2000-01-27 Christopher Faylor <cgf@redhat.com>
15231 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15232 structure stuff to -L library search.
15233 (CXX_FOR_TARGET): Ditto.
15234 (CROSS_CHECK_MODULES): Fix spelling mistake.
15236 2000-01-24 Mark Mitchell <mark@codesourcery.com>
15238 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15241 2000-01-12 Richard Henderson <rth@cygnus.com>
15243 * configure.in: Don't build some bits for beos.
15245 2000-01-12 Joel Sherrill (joel@OARcorp.com)
15247 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15250 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
15252 * Add self as cpplib maintainer, as requested by Jason
15253 Merrill. Correct my e-mail address.
15255 2000-01-06 Geoff Keating <geoffk@cygnus.com>
15257 * configure.in: Use mt-aix43 to handle *_TARGET defs,
15260 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
15262 * MAINTAINERS: Add myself to "write after approval" list.
15264 1999-12-14 Richard Henderson <rth@cygnus.com>
15266 * config.guess (alpha-osf, alpha-linux): Detect ev67.
15267 * config.sub: Accept alphaev[78], alphaev8.
15269 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15271 * config.guess, config.sub: Update from autoconf.
15273 1999-11-29 Bruce Korb <autogen@linuxbox.com>
15275 * MAINTAINERS: update my playtime e-address.
15277 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15279 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15280 necessary libraries are missing.
15282 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
15284 * MAINTAINERS: Add new 'write after approval' maintainer.
15286 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15288 * MAINTAINERS: Add new Java maintainer.
15290 1999-10-25 Andreas Schwab <schwab@suse.de>
15292 * configure: Fix quoting inside arguments of eval.
15294 1999-10-21 Nick Clifton <nickc@cygnus.com>
15296 * config-ml.in: Allow suppression of some ARM multilibs.
15298 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
15300 * config.guess: Add OS/390 match pattern.
15301 * config.sub: Add mvs, openedition targets.
15302 * configure.in (i370-ibm-opened*): New.
15304 1999-09-04 Steve Chamberlain <sac@pobox.com>
15306 * config.sub: Add support for configuring for pj.
15308 1999-08-31 Nick Clifton <nickc@cygnus.com>
15310 * config.sub (maybe_os): Add support for configuring for fr30.
15312 1999-08-25 Nick Clifton <nickc@cygnus.com>
15314 * configure.in: Do not configure or build ld for AIX
15315 platforms. ld is known to be broken on these platforms.
15317 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15319 * config-ml.in: Pass compiler flag corresponding to multidirs to
15322 1999-08-09 Ian Lance Taylor <ian@zembu.com>
15324 * Makefile.in (LDFLAGS): Define.
15326 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
15328 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15330 (*-*-cygwin*): Likewise.
15332 1999-08-08 Ian Lance Taylor <ian@zembu.com>
15335 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15336 (BINUTILS_SUPPORT_DIRS): Add mkdep.
15338 From Eli Zaretskii <eliz@is.elta.co.il>:
15339 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15340 long file name when using DJGPP on MS-DOS.
15342 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
15344 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15346 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
15348 * Makefile.in (check-target-libio): Remove all-target-libstdc++
15349 dependency as this causes "make check" to globally "make all"
15351 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
15353 * configure.in (target_libs): Added target-zlib.
15354 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15355 (CONFIGURE_TARGET_MODULES): Likewise.
15356 (CHECK_TARGET_MODULES): Likewise.
15357 (INSTALL_TARGET_MODULES): Likewise.
15358 (CLEAN_TARGET_MODULES): Likewise.
15359 (configure-target-zlib): New target.
15360 (all-target-zlib): Likewise.
15361 (all-target-libjava): Depend on all-target-zlib.
15362 (configure-target-libjava): Depend on configure-target-zlib.
15364 * Makefile.in (configure-target-libjava): Depend on
15365 configure-target-newlib.
15366 (configure-target-boehm-gc): New target.
15367 (configure-target-qthreads): New target.
15369 * configure.in (target_libs): Added target-qthreads.
15370 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15371 (CONFIGURE_TARGET_MODULES): Likewise.
15372 (CHECK_TARGET_MODULES): Likewise.
15373 (INSTALL_TARGET_MODULES): Likewise.
15374 (CLEAN_TARGET_MODULES): Likewise.
15375 (all-target-qthreads): New target.
15376 (configure-target-libjava): Depend on configure-target-qthreads.
15377 (all-target-libjava): Depend on all-target-qthreads.
15379 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15380 (CONFIGURE_TARGET_MODULES): Likewise.
15381 (CHECK_TARGET_MODULES): Likewise.
15382 (INSTALL_TARGET_MODULES): Likewise.
15383 (CLEAN_TARGET_MODULES): Likewise.
15384 (all-target-libjava): New target.
15385 (all-target-boehm-gc): Likewise.
15386 * configure.in (target_libs): Added libjava, boehm-gc.
15388 1999-07-22 Ian Lance Taylor <ian@zembu.com>
15390 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15391 configure.bat in SUPPORT_FILES.
15392 (gas+binutils.tar.bz2): Likewise.
15394 * makeall.bat: Remove; obsolete.
15396 1999-07-21 Ian Lance Taylor <ian@zembu.com>
15398 From Mark Elbrecht:
15399 * configure.bat: Remove; obsolete.
15401 1999-07-11 Ian Lance Taylor <ian@zembu.com>
15403 * configure: Add -W -Wall to the default CFLAGS when compiling with
15406 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15408 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15410 1999-06-30 Mark Mitchell <mark@codesourcery.com>
15412 * configure.in: Build ld on IRIX6.
15414 1999-06-12 Ian Lance Taylor <ian@zembu.com>
15416 * Makefile.in: Change distribution targets to use bzip2 instead of
15418 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15419 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15421 1999-06-04 Nick Clifton <nickc@cygnus.com>
15423 * config.sub: Add mcore target.
15425 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
15427 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15429 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
15431 * config.guess (dummy): Changed to $dummy.
15433 1999-05-24 Nick Clifton <nickc@cygnus.com>
15435 * config.sub: Tidied up case statements.
15437 1999-05-22 Ben Elliston <bje@cygnus.com>
15439 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15442 * config.guess: Merge with FSF version. Future changes will be
15443 more accurately recorded in this ChangeLog.
15444 * config.sub: Likewise.
15446 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
15448 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15450 1999-04-30 Tom Tromey <tromey@cygnus.com>
15452 * ltmain.sh: [mode link] Always use CC given by ltconfig.
15454 1999-04-23 Tom Tromey <tromey@cygnus.com>
15456 * ltconfig, ltmain.sh: Update to libtool 1.2f.
15458 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
15460 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15461 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15462 Bad merge removed these two changes.
15464 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
15465 Martin Heller (Ing.-Buero_Heller@t-online.de)
15467 * config.guess (interix Alpha): Add.
15469 1999-04-11 Richard Henderson <rth@cygnus.com>
15471 * configure.in (i?86-*-beos*): Do config gperf; don't config
15472 gdb, newlib, or libgloss.
15474 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
15476 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15477 link a trivial program with -mabi=64. If it fails, remove mabi=64
15480 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
15482 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15484 1999-04-08 Nick Clifton <nickc@cygnus.com>
15486 * config.sub: Add support for mcore targets.
15488 1999-04-07 Michael Meissner <meissner@cygnus.com>
15490 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15491 not mt-ospace, in order to shut up assembler warning about using
15492 symbols that are named the same as registers.
15494 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
15496 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15497 dependency list for all-target-cygmon.
15499 1999-04-05 Doug Evans <devans@casey.cygnus.com>
15501 * config-ml.in: Check $host, not $target, for selective multilibs.
15502 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15503 thumb interworking, and underscore prefix multilibs.
15505 1999-04-04 Ian Lance Taylor <ian@zembu.com>
15507 * missing: Update to version from current automake.
15509 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
15511 * configure (gxx_include_dir): Removed.
15513 * configure.in (gxx_include_dir): Handle it.
15514 * Makefile.in: Likewise.
15516 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
15518 * config.sub (mips64vr4111,mips64vr4111el) Add.
15520 1999-03-21 Ben Elliston <bje@cygnus.com>
15522 * config.guess: Correct typo for detecting ELF on FreeBSD.
15524 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
15526 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15529 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
15531 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15532 all-target-newlib to dependency list for all-target-bsp.
15534 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
15536 * config.sub: Add i386-uwin support.
15537 * config.guess: Likewise.
15539 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15541 * configure.in: cleanup, add mh-*pic handling for arm, special
15542 case powerpc*-*-aix*
15544 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
15546 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15549 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
15551 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15554 1999-03-02 Nick Clifton <nickc@cygnus.com>
15556 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15558 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
15560 * config.sub: Check for "cygwin*" rather than "cygwin32*"
15562 1999-02-24 Nick Clifton <nickc@cygnus.com>
15564 * config.sub: Fix typo in arm recognition.
15566 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15568 * configure.in (noconfigdirs): Changed target_configdirs to
15569 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15570 rather than m68k-*-* since it is not known to work on
15571 m68k-aout. Ditto for arm-*-*oabi.
15573 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15575 * configure.in (*-*-windows*): Remove, no longer used.
15577 1999-02-19 Ben Elliston <bje@cygnus.com>
15579 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15580 Smart and improved by Andrew Cagney.
15582 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15584 * config.guess: Recognize openbsd-*-hppa.
15586 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15588 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15589 only if it is not empty.
15591 1999-02-17 Nick Clifton <nickc@cygnus.com>
15593 Patch from: Scott Bambrough <scottb@corelcomputer.com>
15595 * config.guess: Modified to recognize uname's armv* syntax.
15597 * config.sub: Modified to recognize uname's armv* syntax.
15599 1999-02-17 Mark Salter <msalter@cygnus.com>
15601 * configure.in: Added target-bsp for sparclite.
15603 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15605 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15607 1999-02-08 Nick Clifton <nickc@cygnus.com>
15609 * configure.in: Add support for strongarm port.
15610 * config.sub: Add support for strongarm target.
15612 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
15614 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15615 the old name config/mh-cygwin32.
15618 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15620 * configure.in: Do build ld for ix86 Solaris.
15622 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15624 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15625 $AR_FOR_TARGET. Likewise for RANLIB.
15627 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
15629 * config.sub (oabi): Recognize.
15630 * configure.in (arm-*-oabi): Handle.
15632 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15634 * config.guess: Improve detection of i686 on UnixWare 7.
15636 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15638 * config.guess: Add support for i386-pc-interix.
15639 * config.sub: Likewise.
15640 * configure.in: Likewise.
15642 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15644 * Makefile.in: Remove unneeded all-target-libio from
15645 from all-target-winsup target since it is now unneeded.
15646 Add all-target-libtermcap in its place since it is now
15649 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15651 * configure.in: makefile stub for cygwin target is probably
15652 unnecessary. Remove it for now.
15654 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15656 * configure.in: libtermcap.a should be built when cygwin is the
15657 target as well as the host.
15658 * config.guess: Allow mixed case in cygwin uname output.
15659 * Makefile.in: Add libtermcap target.
15661 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15663 * config.sub: Clean up handling of hppa2.0.
15665 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15667 * config.guess: Use C code to identify more HP machines.
15669 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15671 * config.sub: Handle hppa2.0.
15673 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15675 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15676 cygmon for all sparclite targets, regardless of object format.
15678 1998-12-15 Mark Salter <msalter@cygnus.com>
15680 * configure.in: Added target-bsp for several target architectures.
15682 * Makefile.in: Added rules for bsp.
15684 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15686 * config.guess: Improve detection of hppa2.0 processors.
15688 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15690 * config.guess: Recognize FreeBSD using ELF automatically.
15692 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15694 * configure (skip-this-dir): Add handling for new shell script, which
15695 might be created by a sub-directory's configure to indicate, this particular
15696 directory is "unwanted".
15697 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15699 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15701 * ltconfig: import from libtool, after changing libtool to
15702 account for the cygwin name change.
15704 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15706 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15707 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15709 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15711 * configure.in: Add libtermcap to list of cygwin dependencies.
15713 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15715 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15716 they include winsup/include when it's a cygwin target.
15718 1998-11-12 Tom Tromey <tromey@cygnus.com>
15720 * configure.in (host_tools): Added zip.
15721 * Makefile.in (all-target-libjava): Depend on all-zip.
15722 (all-zip): New target.
15723 (ALL_MODULES): Added all-zip.
15724 (NATIVE_CHECK_MODULES): Added check-zip.
15725 (INSTALL_MODULES): Added install-zip.
15726 (CLEAN_MODULES): Added clean-zip.
15728 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15730 * Makefile.in: lose "32" from comment about cygwin.
15732 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15734 * configure.in: Use -Os to build target libraries for the fr30.
15736 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15738 * config.sub: Add fr30.
15740 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15742 * configure.in: drop "32" from config/mh-cygwin32. Check
15743 cygwin* instead of cygwin32*.
15744 * config.sub: Check cygwin* instead of cygwin32*.
15746 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15748 * config.guess: Match any version of Unixware7.
15750 1998-10-20 Syd Polk <spolk@cygnus.com>
15752 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15755 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15757 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15758 these if the appropriate directories and files to not exist.
15760 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15762 * Makefile.in (DEVO_SUPPORT): Add config.if.
15764 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15766 * configure: Add pattern to replace "build_tooldir"'s
15767 definition in the generated Makefile with "tooldir"'s
15770 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15772 * config.sub: Bring back lost sparcv9.
15774 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15776 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15778 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15779 CC_FOR_TARGET and friends.
15781 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15783 * Makefile.in (build_tooldir): New variable, same as tooldir.
15784 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15785 -B$(build_tooldir)/bin/.
15786 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15788 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15790 * README: Remove installation instructions and refer to the
15791 INSTALL directory instead.
15793 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
15795 * config.sub: Add support for i[34567]86-pc-udk.
15796 * configure.in: Likewise.
15798 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15800 * Makefile.in: add bzip2 package building bits for user
15802 * configure.in: ditto
15804 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15806 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15807 (ALL_TARGET_MODULES): Add all-target-libobjc.
15808 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15809 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15810 (all-target-libchill): Add dependencies.
15811 * configure.in (target_libs): Add libchill.
15813 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15815 * configure.in (target_subdir): Remove duplicate line.
15817 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15819 * Makefile.in (all-automake): fix dependencies.
15821 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15823 * configure.in: Minor cleanups for building in the $(target_alias)
15826 1998-09-22 Jim Wilson <wilson@cygnus.com>
15828 * Makefile.in (bootstrap): Set r and s before make all. Use
15829 BASE_FLAGS_TO_PASS in make all.
15832 1998-09-20 Mark Mitchell <mark@markmitchell.com>
15834 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15836 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15838 * config.sub: Fix typo in last change.
15840 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15842 * config.sub: Add support for C4x target.
15843 * configure.in: Likewise.
15845 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15847 * config.sub: Recognize sparcv9 just like sparc64.
15849 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15851 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15853 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15855 * config.guess: Correctly identify Pentium II sco boxes.
15857 * config.guess: Fix "tr" code. From Weiwen Liu.
15859 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15861 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15864 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15866 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15867 (ALL_TARGET_MODULES): Add all-target-libchill.
15868 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15869 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15870 (all-target-libchill): Add dependencies.
15871 * configure.in (target_libs): Add libchill.
15873 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15875 * config.guess: Avoid assumptions about "tr" behaves when
15876 LANG is set to something other than English.
15878 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15880 * configure (gxx_include_dir): Changed to
15881 '${prefix}/include/g++'-${libstdcxx_interface}.
15883 * config.if: New to determine the interfaces.
15885 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15887 * config.guess: Detect and handle MPE/IX.
15888 * config.sub: Deal with MPE/IX.
15890 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15892 * configure.in: Use mh-aix43.
15894 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15896 * configure: Fix --without/--disable cases for gxx-include-dir.
15898 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15900 * mdata-sh: Imported. Needed for automake support.
15902 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15904 * Makefile.in (taz): Try "chmod -R og=u ." before
15905 "chmod og=u `find . -print`".
15907 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
15909 * configure.in: Add arm-elf and thumb-elf support.
15911 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
15913 * Makefile.in: Undo previous patch.
15915 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
15917 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15919 (install-no-fixedincludes): and here
15920 (INSTALL_MODULES): ... from here.
15922 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
15924 * config.sub: Merge with FSF.
15926 * config.guess: Merge with FSF.
15928 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
15930 * configure (extraconfigdirs): New variable.
15931 (SUBDIRS): Add extraconfigdirs and recurse on them too.
15932 * Makefile.in (all): Move higher in file.
15933 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15934 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15935 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15936 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15937 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15939 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
15941 * Makefile.in (all-target-libjava): Depend on all-gcc and
15943 (configure-target-libjava): Depend on $(ALL_GCC).
15945 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
15947 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15948 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15950 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
15952 * INSTALL/README: Fix typo.
15954 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
15956 * ylwrap: Change absolute path checks to check for DOS style path
15959 * ylwrap: Don't use a full path name if the source file is in the
15960 same directory. From hjl@lucon.org (H.J. Lu).
15962 * config-ml.in: Default to being verbose, to match Feb 18 change to
15965 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
15967 Brought over from egcs:
15969 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15971 * configure.in (target_subdir): Set to ${target_alias} instead
15974 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15976 * configure.in (target_subdir): Set to libraries if enable_multilib.
15978 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
15980 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15981 multilibs, force reconfiguration the first time we create
15982 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15984 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
15986 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15987 avoid confusion with --no-recursion.
15989 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
15991 * configure.in: Win32 hosts shouldn't use install -x
15992 * install-sh: remove -x option, and special .exe-handling
15995 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
15997 * config.guess: Recognize i586-pc-beos.
15998 * configure.in: Don't build some bits for beos.
16000 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
16002 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16003 CFLAGS default to -O2.
16005 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16008 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
16010 * ltmain.sh: Correct install when using a different shell.
16012 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
16014 * ltconfig, ltmain.sh: Update to libtool 1.2b.
16016 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
16018 * makefile.vms: Update to build binutils/makefile.vms. Add install
16021 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
16023 * ltconfig: Update to correct AIX handling.
16025 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16027 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16029 * configure.in (target_subdir): Set to ${target_alias} instead
16032 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
16034 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16035 (Makefile): Depend on $(gcc_version_trigger).
16037 * configure (gcc_version): Change default initializer to empty
16039 (gcc_version_trigger): New variable; pass this variable down
16040 to subdir configures to enable them checking gcc's version
16041 themselves. Emit make macros for both gcc_version vars.
16042 (topsrcdir): Initialize reliably.
16043 (recursion line): Remove --with-gcc-version=${gcc_version}.
16045 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16047 * configure (enable_version_specific_runtime_libs): Implement new flag
16048 --enable-version-specific-runtime-libs which installs C++ runtime stuff
16049 in $(libsubdir); emit definition in each generated Makefile.
16050 (gxx_include_dir): Initialize depending on
16051 $enable_version_specific_runtime_libs.
16053 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16055 * configure (gcc_version): Initialize properly depending on
16056 how and where configure is started.
16057 (recursion line): Pass a --with-gcc-version=${gcc_version}
16058 to configures in subdirs.
16060 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
16062 * configure.in (noconfigdirs): Add configure pattern for mips tx39
16065 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
16067 * configure.in: Add cygmon and libstub support for mn10200.
16069 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
16071 * configure (gcc_version): Add new variable describing the
16072 particular gcc version we're building.
16073 * Makefile.in (libsubdir): Add new macro for the directory
16074 in which the compiler finds executables, libraries, etc.
16075 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16078 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16080 * Makefile.in (local-clean): Remove *.log.
16081 (warning.log): Built with warn_summary from build.log.
16082 (mail-report.log): Run test_summary.
16083 (mail-report-with-warnings.log): Run test_summary including
16084 warning.log in the report.
16086 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
16088 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16090 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
16092 * Makefile.in (grep): Grep no longer depends on libiberty.
16094 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
16096 * Makefile.in: all-snavigator needs all-libgui.
16098 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
16100 * configure.in: Add cygmon and libstub support for mn10300.
16102 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
16104 * missing: Update to version from automake 1.3.
16106 * ltmain.sh: On installation, don't get confused if the same name
16107 appears more than once in the list of library names.
16109 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
16111 * config.sub: Accept m68060 and m5200 as CPU names.
16113 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
16115 * configure: Use && rather than using -a in test, because odd
16116 strings can confuse test.
16117 * configure.in: Likewise.
16119 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
16121 * ltconfig, ltmain.sh: Bring in Visual C++ support.
16123 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16125 * Makefile.in (boostrap2-lean, bootstrap3-lean,
16126 bootstrap4-lean): New targets.
16128 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
16130 * mpw-* Delete. Not used.
16132 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
16134 * COPYING.LIB: Update FSF address.
16136 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
16138 * ltconfig, ltmain.sh: Update to libtool 1.2a.
16140 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16143 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
16145 * ltconfig, ltmain.sh: Avoid producing a version number if
16146 -version-info was not used.
16148 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
16150 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16151 building with newlib.
16153 1998-04-30 Paul Eggert <eggert@twinsun.com>
16155 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16156 Solaris `make' causes it to continue to next definition.
16158 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
16160 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16161 the right GUI libraries and files are installed along with GDB.
16163 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
16165 * configure.in: Change alpha to alpha* in several places.
16167 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
16169 * config.sub: Recognize sparc86x.
16171 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
16173 * configure.in (--enable-target-optspace): Remove debug echo.
16175 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
16177 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16179 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
16181 * ltconfig: Update cygwin32 support.
16183 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16184 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16185 (GDB_SUPPORT_DIRS): Likewise.
16187 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
16189 * configure.in (target_makefile_frag): If --enable-target-optspace,
16190 use -Os to compile target libraries rather than -O2. Default to
16191 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16193 * configure.in (target_cflags): Ditto for d30v.
16195 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
16197 * Makefile.in (all-bfd): Depend on all-intl.
16198 (all-binutils): Likewise.
16199 (all-gas): Likewise.
16200 (all-gprof): Likewise.
16201 (all-ld): Likewise.
16203 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
16205 * configure.in (host_tools): Fix typo, lbtool -> libtool.
16207 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
16209 * Makefile.in (all-bfd): Depend upon all-libiberty.
16211 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16213 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
16215 * Makefile.in: Add libstub.
16217 * configure.in: Ditto. Build libstub for targets that have cygmon
16220 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
16222 * configure.in: Don't set PICFLAG on ix86-cygwin32.
16224 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
16226 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16227 use mh-sysv5 if specified. Support gprof on SCO Open Server.
16229 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
16231 * configure: Define DEFAULT_M4 by searching PATH.
16232 * Makfile.in: Use DEFAULT_M4.
16234 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
16236 * ltconfig: Add cygwin32 support.
16238 * Makefile.in, configure.in: Add libtool as a native only directory
16239 to configure and build.
16241 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
16243 * Makefile.in (INSTALL_MODULES): Remove texinfo.
16245 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
16247 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16249 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
16251 * Makefile.in: add ash make rules
16252 * configure.in: add ash to native_only and host_tools lists
16254 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
16256 * Makefile.in (all-gettext, all-intl): New targets.
16257 (ALL_MODULES): Added all-gettext, all-intl.
16258 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16259 (INSTALL_MODULES): Added install-gettext, install-intl.
16260 (CLEAN_MODULES): Added clean-gettext, clean-intl.
16262 * configure.in (host_tools): Added gettext.
16263 (native_only): Likewise.
16264 (noconfigdirs) [various cases]: Likewise.
16265 (host_libs): Added intl.
16267 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
16269 * configure: Do not disable building gdbtk for cygwin32 hosts.
16271 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
16273 * configure.in: Add thumb-coff target.
16274 * config.sub: Add thumb-coff target.
16276 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16278 * Makefile.in: Revert yesterday's change.
16279 (all-target-winsup): all-target-librx stays out of here.
16281 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
16283 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16284 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16285 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16286 Remove references to librx and libg++.
16288 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
16290 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16293 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
16295 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16296 for newlib directory.
16297 (CXX_FOR_TARGET): Likewise.
16299 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
16301 * ltconfig: Update after libtool/ltconfig.in change for
16304 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
16306 * ltconfig, ltmain.sh: Update to libtool 1.2.
16308 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
16310 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16311 (install-gcc-cross): Instead, override LANGUAGES here.
16313 1998-03-18 Dave Love <d.love@dl.ac.uk>
16315 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16316 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16318 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
16320 * configure.in: Add Thumb-pe target.
16322 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
16324 * Makefile.in - changed sn targets to snavigator
16325 * configure.in - changed sn targets to snavigator
16327 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
16329 * config-ml.in: After building symlink tree call make distclean
16330 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16331 to be the case for libiberty.
16333 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
16335 * configure: When making link, also check the current
16336 directory. The configure scripts may create one.
16338 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
16340 * config.sub: Accept alphapca56 and alphaev6 properly.
16342 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16344 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16346 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16348 * config.sub (sco5): Fix typo.
16350 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
16352 * Makefile.in (INSTALL_MODULES): Move install-tcl before
16354 (install-itcl): Remove dependency on install-tcl.
16356 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
16358 * configure.in: Remove libgloss from noconfigdirs for MN10300.
16360 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
16362 * configure.in: Don't build libgui for a cygwin32 target when not on
16365 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
16367 * configure (redirect): Set to null, so default behavior of
16368 configure is now --verbose.
16370 1998-02-16 Dave Love <d.love@dl.ac.uk>
16372 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16373 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16375 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
16377 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16378 this change to sync Makefile.in with its ChangeLog entries.
16380 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
16382 * ltmain.sh (mkdir): Check that the directory doesn't exist
16383 before we exit with error, so that we don't get races during
16386 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
16388 * ltconfig, ltmain.sh: Update from libtool 1.0i.
16390 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
16392 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16393 PICFLAG_FOR_TARGET.
16394 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16396 * configure: Emit a definition for the new macro enable_shared
16397 into each Makefile.
16399 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16401 * configure.in (host_tools, native_only): Add libtool.
16403 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
16405 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16406 Fix typo in ming config comment.
16408 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
16410 * ltconfig, ltmain.sh: Update from libtool 1.0h.
16412 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
16414 * config.sub: Add tic30 cases, and map c30 to tic30.
16416 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
16418 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16419 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16420 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16421 (CLEAN_TARGET_MODULES): Similarly
16422 (all-target-libf2c): Add dependences.
16423 * configure.in (target_libs): Add libf2c.
16425 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
16427 * configure.in: Remove expect from noconfigdirs when target
16428 is cygwin32. OK to build expect and dejagnu with Canadian
16431 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
16433 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16436 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16439 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
16441 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16442 here as it is not defined in the toplevel Makefile.
16444 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
16446 * configure (package_makefile_rules_frag): New variable, which names
16447 a file with generic rules, ...
16448 Change comment to mention we now have FIVE parts.
16449 * configure: Undo last change.
16451 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
16453 * config.guess: More accurate determination of HP processor types.
16454 * config.sub: More accurate determination of HP processor types.
16456 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
16458 * configure (package_makefile_frag): Move inserting the
16459 ${package_makefile_frag} to where it should be according
16462 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
16464 * config.guess: Add support for Linux/ARM.
16466 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
16468 * .cvsignore: Remove *-info and *-install since they match
16469 release-info and mpw-install, which we don't want to just ignore.
16471 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
16473 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16475 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
16477 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16478 local_prefix to sub-make invocations.
16480 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
16482 * configure.in: Check makefile fragments in the source
16485 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16487 * configure.in: Check whether host and target makefile
16488 fragments exist before adding them to *_makefile_frag.
16490 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
16492 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16494 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
16496 * configure.in: Make sure we only replace RPATH_ENVVAR on
16497 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16500 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16503 1998-01-13 Lee Iverson (leei@ai.sri.com)
16505 * config-ml.in (multi-do): LDFLAGS must include multilib
16508 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
16510 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16512 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
16514 * config.sub: Add mingw32 support.
16515 * configure.in: Likewise.
16517 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16519 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16521 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
16523 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16524 * configure (gxx_include_dir): Provide a definition for subdirs
16525 which do not use autoconf.
16527 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
16529 * config.guess: Sync with egcs. Picks up new alpha support,
16530 BeOS & some additional linux support.
16532 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
16534 * config.guess: HP 9000/803 is a PA1.1 machine.
16536 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
16538 * configure.in: It's alpha*-...
16540 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16542 * configure.in (host_makefile_frag, target_makefile_frag):
16543 Handle multiple config files.
16544 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16547 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
16551 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
16553 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16555 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
16557 * Makefile.in: Add libgui directory.
16558 (GDB_TK): Add all-libgui.
16559 * configure.in: Add libgui directory.
16560 * configure: Add all-libgui to GDB_TK.
16562 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
16564 * config-ml.in (multidirs): Add m32r to multilib list.
16566 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16568 * Makefile.in (all-target-gperf): Change dependency to
16569 all-target-libstdc++.
16571 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16573 * config.guess: Add BeOS support.
16575 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16577 Source directory cvs renamed to cvssrc:
16578 * configure.in (host_tools): Change cvs to cvssrc.
16579 (native_only): Likewise.
16580 (noconfigdirs) [various cases]: Likewise.
16581 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16582 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16583 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16584 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16585 (all-cvssrc): Rename target from all-cvs.
16587 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16589 * configure (gxx_include_dir): Fix thinko.
16591 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16593 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16594 (install-cross, install-gcc-cross): New targets.
16596 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16598 * configure.in (noconfigdirs): Add support for Thumb target.
16600 * config.sub (maybe_os): Add support for Thumb target.
16602 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16604 * Makefile.in: Add rules for cygmon.
16606 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16608 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16610 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16611 * configure (gxx_include_dir): Provide a definition for subdirs
16612 which do not use autoconf.
16614 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16616 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16619 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16622 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16623 found on RedHat Linux systems.
16625 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16627 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16630 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16632 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16634 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16636 * ltmain.sh: If mkdir fails, check whether the directory was created
16637 anyhow by some other process.
16639 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16641 * configure.in (d30v-*-*): Configure all directories.
16643 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16645 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16648 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16650 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16652 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16654 * include/libiberty.h: Add extern "C" { so it can be used with C++
16656 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16659 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16661 * configure.in (d30v-*-*): Configure GCC now.
16663 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16665 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16666 is no longer needed.
16668 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16670 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16672 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16674 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16675 targets using "$@" to provide support for similar but not identical
16676 targets without having to duplicate code.
16678 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16680 * makefile.vms: Fix to work with DEC C.
16682 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16684 * config.sub: Add mips-tx39-elf to marketing names.
16686 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16688 * ltmain.sh: Handle symlinks in generated script.
16690 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16692 * configure: Handle autoconf style directory options: --bindir,
16693 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16694 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16696 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16697 (sharedstatedir, localstatedir, oldincludedir): New variables.
16698 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16699 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16700 sbindir, sharedstatedir, and sysconfdir.
16702 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16704 * Makefile.in (bootstrap-lean): New target.
16706 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16708 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
16709 sn, and gnuserv from noconfigdirs.
16711 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16713 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16715 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16717 * Makefile.in (cross): New target.
16719 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16720 Jeff Law <law@cygnus.com>
16722 * Makefile.in (bootstrap2, bootstrap3): New targets.
16723 (all-bootstrap): Remove outdated and confusing target.
16724 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16726 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16728 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16729 windows. Consistent with gdb/configure.
16731 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16733 * configure.in: Name Linux target fragment.
16735 * configure: Rewrite so that project Makefile fragment is inserted
16736 first and appears last in the resulting Makefile.
16738 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16740 * Makefile.in (install-itcl): Install tcl first.
16742 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16744 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16746 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16748 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16750 * configure.in (skipdirs): Add target-librx for Linux.
16751 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16753 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16755 * Makefile.in (bootstrap): New target.
16757 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16759 * config.sub: Accept 'amigados' for backward compatibility.
16761 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16763 * config.guess: Merge with FSF.
16765 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16767 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16769 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16771 * config.sub: Add "marketing-names" patch.
16773 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16775 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16777 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16779 * config.sub: Handle v850-elf.
16781 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
16783 * .cvsignore (*-install): Remove.
16785 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16787 * ltconfig: Set CONFIG_SHELL in libtool.
16788 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16790 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16792 * configure.in (target_subdir): Set to libraries if enable_multilib.
16794 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16796 * config.guess: Update from gcc directory.
16798 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16800 * Makefile.in (all-sim): Depends on all-readline.
16802 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16804 * Makefile.in (BISON, YACC): Use $$s.
16805 (all-bison): Depend on all-texinfo.
16807 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16809 * Makefile.in (BISON): Add -L flag.
16812 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16814 * configure.in (noconfigdirs): Add support for v850e target.
16816 * config.sub (maybe_os): Add support for v850e target.
16818 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16820 * configure.in (noconfigdirs): Add support for v850ea target.
16822 * config.sub (maybe_os): Add support for v850ea target.
16824 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16826 * config.sub: Add mipstx39. Delete r3900.
16828 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16830 * Makefile.in (all-autoconf): Depends on all-texinfo.
16832 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16834 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16837 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16839 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16841 * configure: When handling a Canadian Cross, handle YACC as well as
16842 BISON. Just set BISON to bison. When setting YACC, prefer bison.
16843 * Makefile.in (all-bison): Depend upon all-texinfo.
16845 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16847 * Makefile.in (BISON): bison, not byacc or bison -y.
16848 (YACC): bison -y or byacc or yacc.
16849 (various): Add *-bison as appropriate.
16850 (taz): No need to mess with BISON anymore.
16852 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16854 * configure: If OSTYPE matches *win32*, try to find a good value for
16857 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16859 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16860 configure.in if it is present.
16862 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16864 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16866 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16868 * config.sub: Recognize `arc' cpu.
16869 * configure.in: Likewise.
16870 * config-ml.in: Likewise.
16872 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16874 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16876 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16878 * configure: Changed sed delimiter from ':' to '|' when
16879 attempting to substitute ${config_shell} for SHELL. On
16880 NT ${config_shell} may contain a ':' in it.
16882 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16884 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16886 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16888 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16890 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16892 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16894 * ylwrap: If the program is a relative path, force it to be
16897 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16899 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16901 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16903 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16904 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16907 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
16909 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16910 separated by spaces.
16912 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
16914 * ylwrap: New file.
16915 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16917 * ltmain.sh: Handle /bin/sh at start of install program.
16919 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16921 * ltconfig, ltmain.sh: New files, from libtool 1.0.
16922 * missing: New file, from automake 1.2.
16924 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
16926 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
16927 check-tk to CHECK_X11_MODULES.
16929 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
16931 * config.sub: Merge with FSF.
16933 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
16935 * config.guess: Merge with FSF.
16937 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16939 * configure: Treat msdosdjgpp like go32.
16940 * configure.in: Likewise. Don't remove gprof for go32.
16942 * configure: Change Makefile.tem2 to Makefile.tm2.
16944 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
16946 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16948 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16950 * install-sh (chmodcmd): Set to null if the DST directory already
16951 exists. Same as Nov 11th change.
16953 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
16955 * configure (GDB_TK): Needs itcl and tix.
16957 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
16959 * config.guess: Update from FSF.
16961 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
16963 * Makefile.in (GDB_TK): Depend on itcl and tix.
16965 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
16967 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16968 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16969 (INSTALL_SCRIPT): New variable.
16970 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16971 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16973 * install-sh: Add support for -x option.
16975 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
16977 * configure.in, Makefile.in: Treat tix like itcl.
16979 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
16981 * Makefile.in (WINDRES): New variable.
16982 (WINDRES_FOR_TARGET): New variable.
16983 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16984 (EXTRA_HOST_FLAGS): Add WINDRES.
16985 (EXTRA_TARGET_FLAGS): Add WINDRES.
16986 (EXTRA_GCC_FLAGS): Add WINDRES.
16987 ($(DO_X)): Pass down WINDRES.
16988 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16989 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16990 DLLTOOL_FOR_TARGET.
16992 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
16994 * configure.in: configure sim before gdb for win32-x-ppc
16996 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16998 Move gperf into the toplevel, from libg++.
16999 * configure.in (target_tools): Add target-gperf.
17000 (native_only): Add target-gperf.
17001 * Makefile.in (all-target-gperf): New target, depend on
17003 (configure-target-gperf): Empty rule.
17004 (ALL_TARGET_MODULES): Add all-target-gperf.
17005 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17006 (CHECK_TARGET_MODULES): Add check-target-gperf.
17007 (INSTALL_TARGET_MODULES): Add install-target-gperf.
17008 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17010 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
17012 * config.sub (mn10200): Recognize new basic machine.
17014 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17016 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17017 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17019 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17021 * configure.in: If we're building mips-sgi-irix6* native, turn on
17022 ENABLE_MULTILIB and set TARGET_SUBDIR.
17024 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
17026 * Makefile.in (all-sn): Depend on all-grep.
17028 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
17030 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17032 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17033 Makefile. From Jeff Makey <jeff@cts.com>.
17034 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17036 * Makefile.in (DISTBISONFILES): Remove.
17037 (taz): Don't futz with DISTBISONFILES. Change BISON to use
17040 * configure.in: Build itl, db, sn, etc., when building for native
17043 * Makefile.in (LD): New variable.
17044 (EXTRA_HOST_FLAGS): Pass down LD.
17045 ($(DO_X)): Likewise.
17047 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
17049 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17051 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
17053 * configure.in (targargs): Strip out any supplied --build argument
17054 before adding our own. Always add --build.
17056 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
17058 * configure.in (targargs): Pass --build if we're doing
17061 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
17063 * configure: Use '|' instead of ":" as the separator in
17064 sed. Otherwise sed chokes on NT path names with drive
17065 designators. Also look for "?:*" as the leading characters in an
17068 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
17070 * config.sub: Support for r3900.
17072 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
17074 * configure.in: Use install-sh, not install.sh.
17076 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
17078 * Makefile.in (taz): Improve check for BISON so it doesn't try to
17081 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
17083 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17086 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
17088 * Makefile.in: Add automake targets.
17089 * configure.in (host_tools): Add automake.
17091 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
17093 * configure: Default CXX to c++, not gcc.
17094 * Makefile.in (CXX): Set to c++, not gcc.
17095 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17097 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
17099 * install-sh: try appending a .exe if source file doesn't
17102 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
17104 * configure.in: Turn on multilib by default.
17105 (cross_only): Remove target-libiberty.
17107 * Makefile.in (all-gcc): Don't depend on libiberty.
17109 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
17111 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17113 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
17115 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17116 (DISTBISONFILES): Add ld/Makefile.in
17118 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
17120 * configure.in: if target is cygwin32 but host isn't cygwin32,
17121 don't configure gdb tcl tk expect, not just gdb.
17123 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
17125 * configure.in: Added gnuserv everywhere sn appears.
17127 * Makefile.in (ALL_MODULES): Added all-gnuserv.
17128 (CROSS_CHECK_MODULES): Added check-gnuserv.
17129 (INSTALL_MODULES): Added install-gnuserv.
17130 (CLEAN_MODULES): Added clean-gnuserv.
17131 (all-gnuserv): New target.
17133 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
17135 * config.guess: Fixes for MIPS OpenBSD systems.
17137 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
17139 * Makefile.in (INSTALL_XFORM): Remove.
17140 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17142 * mkinstalldirs: New file, copied from automake.
17143 * Makefile.in (installdirs): Rename from install-dirs. Use
17144 mkinstalldirs. Change all users.
17145 (DEVO_SUPPORT): Add mkinstalldirs.
17147 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
17149 * install-sh: Rename from install.sh.
17150 * Makefile.in (INSTALL): Change install.sh to install-sh.
17151 (DEVO_SUPPORT): Likewise.
17153 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
17154 Graichen <graichen@rzpd.de>.
17156 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
17158 * config.guess: Recognize OpenBSD systems correctly.
17160 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17162 * README, Makefile.in (ETC_SUPPORT): Remove references to
17163 cfg-paper*, configure.{texi,man,info*}._
17165 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
17167 * Makefile.in (all.normal): Ensure that gcc is built after all
17168 the x11 - ie gdb - targets.
17170 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
17172 * makefile.vms: Don't run conf-a-gas.
17174 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
17176 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17178 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
17180 * configure.in: Remove noconfigdirs case since gdb also
17181 configures and builds for tic80-coff.
17183 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
17185 * configure: Set cache_file to config.cache.
17186 * Makefile.in (local-distclean): Remove config.cache.
17188 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
17190 * COPYING: Update FSF address.
17192 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
17194 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17197 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
17199 * Makefile.in (install-dirs): Don't crash if prefix, and hence
17200 MAKEDIRS, is empty.
17202 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
17204 * config.sub: Tweak mn10300 entry.
17206 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
17208 * configure.in (host_tools): Put sim before gdb, so gdb's
17209 configure.tgt can determine if the simulator was configured.
17211 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
17213 * config.sub: Move BeOS $os case to be with other Cygnus
17216 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
17218 * config.sub: Remove misplaced comment that broke Linux.
17220 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
17222 * config.sub: Add BeOS support.
17224 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
17226 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17228 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
17230 * configure.in (noconfigdirs): Remove tcl and tk from
17231 noconfigdirs for cygwin32 builds.
17233 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
17235 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17237 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
17239 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17240 make-all.com, use makefile.vms instead.
17242 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
17244 * config.sub: Accept -lnews*.
17246 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
17248 * configure.in (noconfigdirs): Disable target-newlib,
17249 target-examples and target-libiberty for d30v.
17251 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17253 * configure.in (noconfigdirs): Enable ld for d30v.
17255 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
17257 * configure.in (tic80-*-*): Build compiler.
17259 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
17261 * configure.in (d30v-*): Remove sim directory from list of
17262 unsupported d30v directories
17264 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17266 * config.sub, configure.in: Add d30v target cpu.
17268 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
17270 * makefile.vms: New file.
17271 * make-all.com: Remove.
17273 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
17275 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17277 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
17279 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17281 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
17283 * Makefile.in (ALL_MODULES): Added all-db.
17284 (CROSS_CHECK_MODULES): Addec check-db.
17285 (INSTALL_MODULES): Added install-db.
17286 (CLEAN_MODULES): Added clean-db.
17288 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
17290 * config.guess: Merge with latest FSF sources.
17292 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
17294 * Makefile.in (ALL_MODULES): Added all-itcl.
17295 (CROSS_CHECK_MODULES): Added check-itcl.
17296 (INSTALL_MODULES): Added install-itcl.
17297 (CLEAN_MODULES): Added clean-itcl.
17299 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
17301 * configure.in: build gdb for mn10200
17303 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
17305 * Makefile.in (all-target-winsup): Depend on all-target-libio.
17307 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
17309 * configure.in (tic80-*-*): Turn off most targets right now.
17311 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
17313 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17314 rather than the makeinfo program.
17315 (do-info): Depend upon all-texinfo.
17317 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
17319 * configure.in: Remove uses of config/mh-linux.
17321 * config.sub, config.guess: Merge with latest FSF sources.
17323 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
17325 * config.sub (case $basic_machine): Add tic80 entries.
17327 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
17329 * config.sub, config.guess: Merge with latest FSF sources.
17331 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17333 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17334 * mpw-config.in: Test for NewFolderRecursive.
17335 * mpw-install: Use symbolic name for startup filename.
17336 * mpw-README: Add various additional details.
17338 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
17340 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17342 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
17344 * configure.in: Do build gcc and the target libraries for
17347 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
17349 * configure.in: don't avoid building gdb for mn10300 any more
17350 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17351 instead of single-quoting it.
17353 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
17355 * configure.in: Don't use --with-stabs on IRIX 6.
17357 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
17359 * configure.in (m32r): Build gdb, libg++ now.
17361 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17363 * configure.in (mips*-sgi-irix6*): Remove gdb and related
17364 directories from noconfigdirs.
17366 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
17368 * config.sub (basic_machine): added mips16 configuration
17370 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17372 * config.sub: Handle d10v-unknown.
17374 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
17376 * config.sub: Handle v850-unknown.
17378 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
17380 * Makefile.in: add findutils
17381 * configure.in: add findutils to list of host_tools
17383 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
17385 * config.sub: Handle mn10200 and mn10300.
17387 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17389 * configure.in (d10v-*): Do not build librx.
17391 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
17393 * configure.in (mn10300): Build everything except gdb & libgloss.
17395 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
17397 * config.guess: Patch for Dansk Data Elektronik servers,
17398 from Niels Skou Olsen <nso@dde.dk>.
17400 For ncr, use /bin/uname rather than uname, since GNU uname does not
17401 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
17403 Patch for MIPS R4000 running System V,
17404 from Eric S. Raymond <esr@snark.thyrsus.com>.
17406 Fix thinko for nextstep.
17408 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17410 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
17411 * config.guess: Guess mips-dec-mach_bsd4.3.
17413 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
17414 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
17416 * config.guess (mips-mips-riscos*): Emit just enough of the
17419 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
17420 * config.guess (sparc-auspex-sunos*): Added.
17421 (f300-fujitsu-*): Added.
17423 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
17424 * config.guess: Recognize a Tadpole as a sparc.
17426 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17428 * config.guess: Don't assume that NextStep version is either 2 or
17429 3. NextStep 4 (aka OpenStep 4) has come out now.
17431 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17433 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17434 From Rik Faith <faith@cs.unc.edu>.
17436 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
17438 * config.sub: Contributions from bug-gnu-utils to:
17439 Support plain "hppa" (no version given) architecture, reported by
17441 OpenBSD like NetBSD.
17442 LynxOs is not a hardware supplier.
17444 * config.guess: Contributions from bug-gnu-utils to add support for:
17445 OpenBSD like NetBSD.
17447 More Pyramid systems.
17448 i[n>4]86 Intel chips.
17449 M680[n>4]0 Motorola chips.
17450 Use unknown instead of lynx for hardware manufacturer.
17452 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17454 * install.sh (chmodcmd): Set to null if the DST directory already
17457 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17459 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17460 not use mt-ppc target Makefile fragment any more.
17462 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17464 * configure.in (*-*-windows): Exclude everything but those dirs
17465 needed to build windows.
17467 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
17469 * Makefile.in (all-target-winsup): Depend on all-target-librx.
17471 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17473 * configure.in: Exclude mmalloc from i386-windows.
17475 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17477 * Undo my previous change.
17479 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
17481 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17483 (MAKEOVERRIDES): Define (revert this part of October 18 change).
17485 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17487 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
17488 host to add it's own flags.
17490 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
17492 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17494 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
17496 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17497 (CXX_FOR_TARGET): Likewise.
17498 (GCC_FOR_TARGET): Define.
17499 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17500 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17501 CC_FOR_TARGET was specified on the command line.
17502 (MAKEOVERRIDES): Don't define.
17504 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
17506 * configure.in (m32r): Fix spelling of libg++ libs.
17508 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
17510 * config.sub (-apple*): Remove, now redundant.
17512 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
17514 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17516 * configure: Rework yesterday's sed script patch.
17518 * config.sub: Merge with FSF.
17520 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
17522 * config.guess: Merge from FSF.
17524 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
17525 * config.guess: Use pc instead of unknown, for pc clone systems.
17526 Change linux to linux-gnu.
17528 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17529 * config.guess: Avoid non-portable tr syntax.
17531 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
17533 * test-build.mk (HOLES): Add "xargs" for gdb.
17535 * configure: Avoid hpux10.20 sed bug.
17537 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
17539 * configure.in: Add support for windows host
17540 (that is a build done under the Microsoft build environment).
17542 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
17544 * Makefile.in: Replace all uses of srcroot with s, to shrink
17545 command line lengths.
17547 Patches from Geoffrey Noer <noer@cygnus.com>:
17548 * configure.in: If configuring for newlib, pass --with-newlib to
17550 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17551 -Bnewlib/ and -Lwinsup to gcc.
17552 (CXX_FOR_TARGET): Likewise.
17554 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
17556 * Makefile.in (ETC_SUPPORT): Add configure.
17558 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
17560 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17561 host configuration file.
17563 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
17565 * configure.in: Break mn10x00 support into separate
17566 mn10200 and mn10300 configurations.
17567 * config.sub: Likewise.
17569 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17571 * configure.in: Add lots of stuff to noconfigdirs for
17572 the mn10x00 targets.
17574 * config.sub, configure.in: Add mn10x00 support.
17576 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17578 * make-all.com: Call conf-a-gas, not config-a-gas.
17580 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
17582 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17585 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17587 * mpw-README: Add much more detail for native PowerMac.
17588 * mpw-install: New file.
17589 * mpw-configure: Add --norecursion and --help options.
17590 * mpw-config.in: Translate readme and install files when
17592 * mpw-build.in: Don't always depend on byacc and flex.
17593 (install-only-top): New action.
17595 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17597 * configure.in: You can now configure GDB for the v850.
17599 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17601 * configure.in (noconfigdirs): Don't configure any C++ dirs
17604 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17606 * config.sub: Recognize mips64vr5000.
17608 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17610 * configure.in: Use a single line for host_tools and native_only.
17612 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17614 * config.sub, configure.in: Add entries for m32r.
17616 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17618 * Makefile.in (inet-install): Don't run install-gzip.
17620 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17622 * configure.in: Don't config lots of things for *-*-windows*.
17624 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17626 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17627 (host_libs, host_tools): Copy from configure.in.
17628 * mpw-configure: Don't complain about directories not found.
17630 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17632 * configure.in (i[345]86): Recognize i686 for pentium pro.
17633 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17636 * config.guess (i[345]86): Ditto.
17638 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17640 * configure.in (noconfigdirs): Removed gdb for D10V.
17642 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
17644 * configure.in: Remove ld, target-libio, target-libg++, and
17645 target-libstdc++ from noconfigdirs.
17647 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17649 * configure: Fix three locations where shell scripts were
17650 being run directly rather than with config_shell.
17652 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17654 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17655 * config.sub (basic_machine): Recognize v850.
17657 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17659 * mpw-configure: Handle multiple enable/disable options and
17660 pass them down recursively, handle -c and -s flags appropriately
17661 depending on choice of compiler, add escape mechanism for
17662 quoted arguments to gC.
17664 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17666 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17667 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17668 so that -mrelocatable-lib and -mno-eabi are used.
17670 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17671 not support --print-multi-lib, don't abort.
17673 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17675 * make-all.com: Run config-a-gas.
17676 * setup.com: Don't copy subdirectory files around.
17678 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17680 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17681 target, it now compiles correctly.
17683 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17685 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17687 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17689 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17691 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17693 * configure.in (native_only): Add prms.
17695 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17697 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17698 (BINUTILS_SUPPORT_DIRS): Likewise.
17700 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17702 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17703 d10v support is added.
17705 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17707 * configure.in (d10v-*-*): New target.
17709 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17711 * config.guess (HP 9000/811): Recognize this as a PA1.1
17714 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17716 * Makefile.in (do-tar-gz): New target, split out from tail end of
17717 taz target. Run each command separately, don't use pipes.
17720 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17722 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17723 * mpw-build.in: No builds should depend on building byacc or flex,
17724 they are assumed to be installed already.
17726 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17728 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17729 variable that CC_FOR_TARGET needs.
17731 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17733 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17734 options have changed since the last time the subdirectory was
17735 configured, and if it has, reconfigure.
17736 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17737 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17739 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17741 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17742 CLEAN_MODULES): Add bash.
17743 (all-bash): New target.
17745 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17747 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17749 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17751 * config.sub (basic_machine): Recognize d10v as a valid processor.
17753 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17755 * mpw-configure: Add support for --bindir.
17756 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17758 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17760 * configure.in: add bash, time, gawk to list of hosttools and things
17761 to only build for native toolchains
17763 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17765 * Makefile.in (docdir): Remove.
17767 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17769 * Makefile.in (datadir): Set to $(prefix)/share.
17771 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17773 * configure.in: build diff and patch for cygwin32-hosted
17776 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17778 * config.sub: Accept -rtems*.
17780 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17782 * configure.in: enable dosrel for cygwin32-hosted builds,
17783 remove diff from the list of things not buildable
17786 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17788 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17791 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17793 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17795 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17797 * Makefile.in (taz): Handle case where tex3patch didn't even get
17798 checked out. Also, if it was found, put the symlink in a new util
17801 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17803 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17805 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17807 * config.sub: Recognize -openvms.
17808 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17809 * make-all.com, setup.com: New files.
17811 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17813 * Makefile.in (taz): tex3patch moved to texinfo/util.
17815 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17817 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17818 * configure.in: remove make from disable-if-Can-Cross list
17819 enable gdb if ${host} and ${target} are cygwin32
17821 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17823 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17824 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17826 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17828 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17829 distinguish sysv/svr4/bsd variants.
17830 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17832 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17834 * configure.in: Added copyright notice.
17835 * move-if-change: Added copyright notice.
17837 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17839 * configure.in (powerpcle-*-solaris*): Until we get shared
17840 libraries working, don't build gdb, sim, make, tcl, tk, or
17843 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17845 * config.guess: Merge with FSF:
17847 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17848 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17850 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17851 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17853 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17854 * config.guess: Combine two OSF1 rules.
17855 Also recognize field test versions. From mjr@zk3.dec.com.
17856 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17857 because GNU uname does not support -p. From pmr@pajato.com.
17859 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17861 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17863 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17865 * mpw-README: Document GCCIncludes.
17867 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17869 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17871 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17873 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17875 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17877 * configure.in (*-*-cygwin32): Configure make.
17879 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17881 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17883 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17885 * Makefile.in (all-inet): Depend on all-perl.
17887 * Makefile.in (inet-install): New target.
17889 * Makefile.in (all-inet): Depend on all-tcl.
17890 (all-inet): Depend on all-send-pr.
17892 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17894 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17897 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17899 * configure.in: Don't configure --with-gnu-ld on AIX.
17901 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17903 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17905 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
17907 * Makefile.in (ALL_MODULES): Added all-inet.
17908 (CROSS_CHECK_MODULES): Added check-inet.
17909 (INSTALL_MODULES): Added install-inet.
17910 (CLEAN_MODULES): Added clean-inet.
17911 (all-indent): New target.
17913 * configure.in (host_tools): Added inet.
17914 (native_only): Added inet.
17915 (noconfigdirs): Added inet.
17917 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
17919 * configure.in: Don't configure libgloss if we are not configuring
17922 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17924 * configure.in: Don't configure libgloss for unsupported
17927 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17929 * Makefile.in (CLEAN_MODULES): Add clean-apache.
17931 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
17933 * Makefile.in (ALL_MODULES): Include all-apache.
17934 (CROSS_CHECK_MODULES): Include check-apache.
17935 (INSTALL_MODULES): Include install-apache.
17936 (all-apache): New target.
17938 * configure.in: Added apache everywhere perl is seen.
17940 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17942 * Makefile.in: Add support for clean-{module} and
17943 clean-target-{module} rules.
17945 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
17947 * configure.in (*-*-ose) do not build libgloss.
17949 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17951 * config.guess (prep*:SunOS:5.*:*): Turn into
17952 powerpele-unknown-solaris2.
17954 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
17956 * configure.in: Permit --enable-shared to specify a list of
17959 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17961 * configure.in (host==solaris): Pass only the first word of $CC
17962 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17964 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17966 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17968 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
17970 * Makefile.in (ALL_MODULES): Include all-perl.
17971 (CROSS_CHECK_MODULES): Include check-perl.
17972 (INSTALL_MODULES): Include install-perl.
17973 (ALL_X11_MODULES): Include all-guile.
17974 (CHECK_X11_MODULES): Include check-guile.
17975 (INSTALL_X11_MODULES): Include install-guile.
17976 (all-perl): New target.
17977 (all-guile): New target.
17979 * configure.in (host_tools): Include perl and guile.
17980 (native_only): Include perl and guile.
17981 (noconfigdirs): Don't build guile and perl; no ports have been
17984 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
17986 * configure (--enable-*): Handle quoted option lists such as
17987 --enable-sim-cflags='-g0 -O' better.
17989 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17991 * Makefile.in ({,inst}all-target): New rule so we can make and
17992 install all of the target directories easily.
17994 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17996 * configure.in: Add missing global flag in sed substitution when
17997 deleting `target-' from ${configdirs}.
17999 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
18001 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18004 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18007 * install.sh: Correct misspelling of transformbasename.
18009 * config.guess: Recognize mips-*-sysv*.
18011 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
18013 * config.sub: Recognize mon960.
18015 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
18017 * configure: Restore Canadian Cross handling of BISON and LEX,
18018 removed in Feb 20 change.
18020 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
18022 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18023 Mention make install. Remove the old copyright date as well the
18024 clumsy and rather pointless copyright on the README file.
18026 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
18028 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18029 Makefile after running symlink-tree, then run `make distclean' to
18030 avoid clobbering any generated files in srcdir.
18032 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
18034 * configure.in (m68k-*-netbsd*): Build everything now.
18036 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18038 * Makefile.in (taz): Fix quoting.
18040 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
18042 * configure.in (sparclet-*-*): Build everything now.
18044 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18046 * configure.in (m68k-*-linux*): New host.
18048 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
18050 * configure: Check for bison before byacc.
18052 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
18054 * Makefile.in configure: Change the way LEX and BISON/YACC are
18055 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
18056 searching PATH. These are used as fallbacks by Makefile.in if
18057 flex/bison/byacc aren't in objdir.
18059 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
18061 * Makefile.in: Make everything which depends upon all-bfd also
18062 depend upon all-opcodes, in case --with-commonbfdlib is used.
18064 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18066 * configure.in (host *-*-cygwin32): Don't build gdb if we are
18067 building NT native compilers on Unix.
18069 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
18071 * configure.in: Don't get CC from the host Makefile fragment if we
18072 can find gcc in PATH, or if this is a Canadian Cross. Move the
18073 Solaris test for /usr/ucb/cc to the post target script, just after
18074 the compiler sanity test.
18076 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
18078 * config.sub: Merge with FSF.
18080 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
18082 * Makefile.in (RPATH_ENVVAR): New variable.
18083 (REALLY_SET_LIB_PATH): Use it.
18084 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18086 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
18088 * config.sub, configure.in: Recognize sparclet cpu.
18090 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18092 * config.guess: Support m68k-cbm-sysv4.
18094 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18096 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18097 m68k-unknown-linuxaout from linker help string. Put quotes around
18100 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
18102 * config.guess (powerpc-harris-powerunix): Add guess for port
18105 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18107 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18109 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
18111 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18112 $(REALLY_SET_LIB_PATH) in Makefile.
18113 * Makefile.in (SET_LIB_PATH): New variable.
18114 (REALLY_SET_LIB_PATH): New variable.
18115 ($(DO_X)): Use $(SET_LIB_PATH).
18116 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18117 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18118 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18119 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18120 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18121 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18122 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18123 (install-dosrel): Likewise.
18124 (all-opcodes): Depend upon all-libiberty.
18126 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
18128 * config.guess (*:CYGWIN*): New
18130 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18132 * Makefile.in (all-target-winsup): All all-target-libiberty.
18134 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18136 * configure.in (noconfigdirs): Add missing # in front of comment.
18138 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
18140 * configure.in: add second pass to things added to noconfigdirs
18141 so *-gm-magic can exclude libgloss properly.
18143 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18145 * mpw-configure (extralibs_name, rez_name): Set correctly
18146 for MWC68K compiler.
18148 * mpw-README: Add more info on the necessary build tools.
18150 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
18152 * configure.in, config.sub: Recognize cygwin32.
18154 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
18156 * config.guess, config.sub: Recognize A/UX.
18158 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
18160 * config.sub: Merge with gcc/config.sub.
18162 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
18164 * mpw-build.in (do-binutils): Add build of stamps.
18166 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
18168 * config.sub: Add recognition for mips64vr4100*-* targets.
18170 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18172 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18173 Add creation of gconfigargs with `--enable-shared' turned on.
18174 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18175 ($(host)-stamp-stage3-configured): Likewise.
18176 (HOLES): Add chatr and ldd.
18177 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18179 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
18181 * configure: Pass --nfp to recursive configures.
18183 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
18185 * Makefile.in (DLLTOOL): New.
18186 (DLLTOOL_FOR_TARGET): New.
18187 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18188 (EXTRA_TARGET_FLAGS): Ditto.
18189 (EXTRA_GCC_FLAGS): Ditto.
18190 (CONFIGURE_TARGET_MODULES): Ditto.
18192 * configure: Add DLLTOOL.
18194 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
18196 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18197 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18198 mh-sco, since old workarounds no longer needed, and don't
18199 build ld, since libraries have weak symbols in COFF.
18201 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
18203 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18205 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
18207 * configure.in: Make sure that ${CC} can be used to compile an
18210 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18212 * Makefile.in (all-gdb): Depend on $(GDB_TK).
18213 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18214 nothing depending on whether gdbtk is being built.
18216 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
18218 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18220 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
18222 * configure.in (noconfigdirs): Put ld or gas in this early, if the
18223 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18225 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
18227 * config-ml.in: Add support for
18228 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18229 Simplify setting of multidirs from --disable-foo.
18231 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18233 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18234 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18235 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18236 non-empty, pass them on to the GCC make.
18237 (all-bootstrap): New rule that is like all-gcc, except it executes
18238 the GCC bootstrap rule instead of the GCC all rule.
18240 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
18242 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18244 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18246 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18249 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
18251 * config.sub (i*86*) Change [345] to [3456]
18253 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18255 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18258 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18260 * config-ml.in (rs6000*, powerpc*): Add switches to control which
18261 AIX multilibs get built.
18263 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18265 * configure.in (i386-win32): Don't build expect if we're not
18266 building the tcl subdir.
18268 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
18270 * Makefile.in: (configure-target-examples, all-target-examples):
18271 New targets, configure and build example programs.
18273 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
18275 * mpw-configure: If an mpw-config.in generated a file mk.sed,
18276 use it as input to sedit the generated MPW makefile.
18277 * mpw-README: Add a suggestion about Gestalt.h.
18279 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
18281 * config.sub: Accept *-*-ieee*.
18283 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
18285 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
18286 Ronald F. Guilmette <rfg@monkeys.com>.
18288 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18290 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18291 for powerpc-pe native.
18292 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18293 (target==powerpc-pe): duplicate i386-win32 entry.
18295 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18297 * configure.in (noconfigdirs): Exclude target-newlib for all versions
18298 of vxworks, not just vxworks5.1.
18300 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
18302 * mpw-configure: Add support for exec-prefix.
18304 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18306 * config.guess: Recognize HP model 816 machines as having
18309 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
18311 * configure: Ignore new autoconf configure options.
18313 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18315 * config.guess: Recognize Pentium under SCO.
18316 From Robert Lipe <robertl@arnet.com>.
18318 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18320 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18322 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
18324 * configure.in: Don't configure gas for alpha-dec-osf*.
18326 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
18328 * configure.in: Default to --with-stabs for some targets for which
18329 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18330 i[345]86*-*-unixware*.
18332 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
18334 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18335 rather than basing it on the target. Simplify handling of options
18336 controlling which directories to configure. Remove extraneous
18337 slash in multi-clean target.
18339 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
18341 * config-ml.in: Prefix more variables with ml_ so they don't collide
18344 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
18346 * configure: Don't turn -v into --v.
18348 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
18350 * configure.in (targargs): Fix typo.
18352 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18354 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
18356 * configure.in: Strip --host and --target options from
18357 CONFIG_ARGUMENTS, and always configure for --host only. Add
18358 --with-cross-host option when building with a cross-compiler.
18359 * configure: Canonicalize the arguments put into config.status by
18360 always using `=' for an option with an argument. Pass a presumed
18361 --host or --target explicitly.
18363 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
18365 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18366 into general OS recognition case.
18368 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18370 * configure.in (target_configdirs): add target-winsup only
18371 for win32 target systems.
18373 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
18375 * Makefile.in (all-target-libgloss): Depend upon
18376 configure-target-newlib, since when libgloss is built it looks to
18377 see if the newlib directory exists.
18379 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
18381 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18384 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
18386 * configure: Handle LD and LD_FOR_TARGET when configuring a
18389 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18391 * configure.in (target_libs): add target-winsup.
18392 (target==i386-win32): add patch diff flex make to $noconfigdirs.
18393 (target==ppcle-pe): remove ld from $noconfigdirs.
18395 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
18397 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18398 Preserve relative path names in $srcdir. Build symlink tree if
18399 configuring cross target dir and srcdir=. (= no VPATH support).
18400 (configure-target-libg++): Depend on configure-target-librx.
18401 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18402 * config-ml.in: New file.
18403 * symlink-tree: New file.
18404 * configure: Ensure srcdir="." if that's what it is.
18406 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18408 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18409 includes and FLEX_SKELETON setting.
18410 * mpw-configure (--with-gnu-ld): New option, controls whether
18411 to use PPCLink or ld with PowerMac GCC.
18412 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18413 * mpw-config.in: Configure grez if targeting Mac.
18415 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18416 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18418 * configure.in: Configure grez resource compiler if targeting Mac.
18419 * Makefile.in (all-grez, install-grez): New targets.
18421 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18423 * configure: CXX defaults to gcc, not g++. If we find
18424 gcc in the path, set CC to gcc -O2.
18426 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
18428 * configure: Default ${build} correctly. Avoid picking up extra
18429 spaces when reading CC and CXX from Makefile. When doing a
18430 Canadian Cross, use plausible default values for numerous
18432 * configure.in: When doing a Canadian Cross, don't try to
18433 configure tools whose configure script can't handle it.
18435 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18437 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18439 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
18441 * configure: Remove dubious bug reporting address.
18443 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
18445 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
18446 configure script, run that instead of this directory's configure.
18447 In either case, print a message that we're configuring the sub-dir.
18449 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
18451 * configure.in: Before checking for the existence of various files,
18452 use sed to filter out "target-".
18454 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
18456 * Makefile.in (DO_X): Split rule to decrease command line length
18457 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
18458 (Philippe De Muyter).
18460 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18462 * Makefile.in (all-patch): depend on all-libiberty.
18464 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
18466 * configure.in: If the only directory in target_configdirs which
18467 actually exists is libiberty, then set target_configdirs to empty,
18468 to avoid trying to build a target libiberty in a gas or gdb
18471 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
18473 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18474 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18477 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18479 * configure.in (copy_dirs): Use sys-include instead of include
18480 for --with-headers option.
18482 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
18484 * Makefile.in, configure.in: Make winsup builds work with
18487 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
18489 * configure.in: Build the linker on AIX.
18491 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
18493 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
18496 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
18498 * Makefile.in (all-gcc): Fix typo.
18500 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
18502 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
18504 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
18506 * configure.in: Rename libFOO to target-libFOO, and xiberty
18507 to target-xiberty, to provide more flexibility.
18508 (target_subdir): Define. Create if cross.
18509 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18510 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
18511 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18512 check-libFOO -> check-target-libFOO, etc.
18513 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18514 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18515 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18516 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
18517 allow ALL_GCC="" to only configure.
18518 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
18519 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
18520 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
18522 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
18524 * Makefile.in (taz): Build "info" in etc explicitly.
18526 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
18528 * configure.in: Make sure that CC is undefined (as opposed to
18529 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
18530 problem with autoconf trying to configure on a host without GCC.
18532 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18534 * mpw-configure: Set host alias from choice of host compiler,
18535 only use generic MPW Makefile sed if present, edit a file
18536 named "hacked_Makefile.in" instead of "Makefile.in" if present.
18537 * mpw-README: Add problem notes about CW6 and CW7.
18539 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
18541 * Makefile.in (taz): Use ";" instead of ";;".
18543 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18545 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
18546 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18548 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
18549 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
18551 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
18553 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
18554 and gnats, because they are now subsumed by DISTSTUFFDIRS.
18555 Move bfd to DISTSTUFFDIRS.
18557 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18559 * Makefile.in (X11_LIB): Removed.
18560 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18562 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18564 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18566 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18569 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18571 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18573 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18575 * configure.in (i[345]86-*-win32): Always build newlib.
18576 Don't configure cvs, autoconf or texinfo.
18577 * Makefile.in (LD_FOR_TARGET): New.
18578 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18579 Pass down LD_FOR_TARGET.
18581 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18583 * winsup: New directory.
18584 * Makefile.in: Build winsup.
18585 * configure.in: Winsup is configured when target is win32.
18586 Can only build win32 target GDB when native.
18588 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18590 * config.guess: Recognize HP model 819 machines as having
18591 a PA 1.1 processor.
18593 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18595 * configure: Fix sed loop which substitutes for CC and CXX to
18596 avoid bug found in various sed implementations.
18598 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18600 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18601 simulator. Use standard powerpc-*-eabi*.
18603 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18605 * configure.in: Stop putting gas and binutils in noconfigdirs for
18606 powerpc-*-aix* and rs6000-*-*.
18608 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18610 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18611 -mcall-aixdesc libraries.
18613 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18615 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18617 * config.sub (arm | armel | armeb): Fix shell syntax.
18619 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18621 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18622 -msoft-float and -mcpu=common support.
18623 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18626 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18628 * configure.in: Allow configuration and build of emacs19 for the alpha.
18630 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18632 * configure.in (CC): Get ^CC, not just any old CC, from
18633 ${host_makefile_frag}.
18635 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18637 * configure.in (CC): Try to get CC from
18638 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18640 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18642 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18643 only if it exists in $(srcdir).
18645 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18647 * configure: If CC and CXX are not set in the environment, set
18648 them, based on either an existing Makefile or on searching for gcc
18649 in PATH. Substitute for CC and CXX in Makefile.
18650 * configure.in: Remove libm from target_libs. Separate
18651 target_configdirs from configdirs. If CC is not set in
18652 environment, try to get it from a host Makefile fragment. Rewrite
18653 changes of configdirs to use skipdirs instead. A few minor
18654 tweaks. Take directories out of target_configdirs as they are
18655 taken out of configdirs. Remove existing Makefile files from
18656 subdirectories. Substitute for TARGET_CONFIGDIRS and
18657 CONFIG_ARGUMENTS in Makefile.
18658 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18660 (CONFIG_ARGUMENTS): Likewise.
18661 (CONFIGURE_TARGET_MODULES): New variable.
18662 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18663 ($(CONFIGURE_TARGET_MODULES)): New target.
18664 (configure-libg++, configure-libio): New targets.
18665 (all-libg++): Depend upon configure-libg++.
18666 (all-libio): Depend upon configure-libio.
18667 (configure-libgloss, all-libgloss): New targets.
18668 (configure-libstdc++): New target.
18669 (all-libstdc++): Depend upon configure-libstdc++.
18670 (configure-librx, all-librx): New targets.
18671 (configure-newlib): New target.
18672 (all-newlib): Depend upon configure-newlib
18673 (configure-xiberty): New target.
18674 (all-xiberty): Depend upon configure-xiberty.
18676 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18678 * configure.in (host i[345]86-*-win32): Expand the
18679 noconfigdirs again.
18681 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18683 * mpw-configure: Fix sed command file name.
18685 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18687 * configure.in (host i[345]86-*-win32): Reduce the
18688 noconfigdirs again.
18690 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18692 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18693 or powerpc*-*-pe*, since they are not yet supported.
18695 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18697 Add PowerMac support and many other enhancements.
18698 * mpw-configure: New option --cc to select compiler to use,
18699 paste options set according to --cc into the generated
18700 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18701 if mpw-make.sed is present.
18702 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18703 add forward includes for PowerPC include files.
18704 * mpw-build.in: Build using Makefile.PPC if present.
18705 (do-byacc, etc): Remove separate version resource builds.
18706 (do-gas): Build "stamps" before "all".
18707 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18708 * mpw-README: Update to reflect --cc option, PowerMac support,
18709 and recently-reported compatibility problems.
18711 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18713 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18714 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18715 (--with-multilib-top): Pass to recursive invocations.
18717 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18719 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18722 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18724 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18725 gdb, ld and opcodes on v810-*-*.
18727 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18729 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18730 (local-maintainer-clean): New target.
18731 (maintainer-clean): New target.
18732 (realclean): Just depend upon maintainer-clean.
18734 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18736 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18738 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18740 * configure.in: Build ld in mips*-*-bsd* case.
18742 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18744 * config.sub: Accept -lites* OS. From Ian Dall.
18746 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18748 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18751 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18753 * configure.in: treat i386-win32 canadian cross the same as
18754 i386-go32 canadian cross.
18756 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18758 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18759 running under the simulator to build a reduced set of libraries.
18760 (powerpc-*-eabiaix): Add fine grained multilib support added to
18761 other powerpc targets yesterday.
18763 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18765 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18766 -disable-softfloat, -disable-relocatable, -disable-aix, and
18767 -disable-sysv to control which multilib libraries get built.
18769 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18771 * configure: Add Makefile.tem to list of files to remove in trap
18774 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18776 * config.guess (*Linux*): Add missing "exit"s.
18777 Also, need specific check for alpha-unknown-linux (uses COFF).
18779 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18781 * config.guess: Merge with FSF:
18783 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18784 * config.guess (AIX4): More robust release numbering discovery.
18786 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18787 * config.guess (i386-sequent-ptx): Properly get version number.
18789 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18790 * config.guess (mips:*:4*:UMIPS): New case.
18792 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18794 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18795 (i386-win32 host): Likewise. Don't build readline.
18797 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18799 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18800 SUPPORT_FILES to submakes.
18802 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18804 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18805 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18808 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18810 * configure.in (appdirs): Use =, not ==, in test expression when
18811 trying to build the text to print in the warning message for
18814 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18816 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18818 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18820 * config.guess: Recognize lynx-2.3.
18822 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18824 * config.sub (z8ksim): Deleted
18825 (z8k-*-coff): New, this is the one true name of the target.
18827 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18829 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18831 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18833 * config.guess (*:Linux:*:*): First try asking the linker what the
18834 default object file format is (elf, aout, or coff). Then if this
18835 fails, try previous methods.
18837 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18839 * configure.in: Don't build newlib for *-*-vxworks5.1.
18841 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18843 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18844 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18846 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18848 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18850 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18852 * cfg-ml-com.in: New file.
18853 * cfg-ml-pos.in: New file.
18855 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18857 * COPYING.NEWLIB: Add HP free copyright to list.
18859 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18861 * config.sub: Recognize -eabi* for the system, not just -eabi.
18863 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18865 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18866 * config.sub, configure.in (win32): New target and host.
18868 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18870 * configure.in: Add i386-pe configuration.
18872 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18874 * mpw-build.in (install): Install GDB after LD.
18876 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18878 * mpw-config.in (elf/mips.h): Always forward-include, needed
18881 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18883 * testsuite: New directory for customer acceptance and whole tool
18886 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18888 * configure: If per-host line isn't found, but AC_OUTPUT is found
18889 and a configure script exists, run it instead.
18891 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18893 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18895 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18897 * configure: Set build_{cpu,vendor,os,alias} to host values when
18898 --build isn't specified.
18900 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18902 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18903 (FLAGS_TO_PASS): Pass them.
18904 (EXTRA_TARGET_FLAGS): Ditto.
18906 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18908 * Makefile.in (all-libg++): Depend on all-libstdc++.
18910 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18912 * configure.in (noconfigdirs): Enable all packages for
18913 i386-unknown-netbsd.
18915 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
18917 * configure.in (noconfigdirs): Don't configure tk for i386-go32
18918 hosted builds (DOS builds)
18920 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18922 Changes for ARM based on patches from Richard Earnshaw:
18923 * config.sub: Handle armeb and armel.
18924 * configure.in: Omit arm linker only for riscix.
18926 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
18928 * config.guess: Update from FSF.
18930 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
18932 * config.sub: Recognize powerpcle as the little endian variant of
18933 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
18934 powerpcle variant. Convert pentium into i586, not i486. Add p5
18935 alias for i586. Map new x86 variants p6, k5, nexgen into i586
18938 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
18940 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18942 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
18944 * config.sub: Accept -lites* as a basic system type.
18946 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
18948 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18949 installed, and if so return linuxoldld as the system name.
18951 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
18953 * config.guess: Add hppa1.1-hp-lites support.
18955 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
18957 * configure.in: Don't build newlib for m68k-vxworks5.1.
18959 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18961 * configure.in (mips-sgi-irix6): Use mh-irix5.
18963 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
18965 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18967 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18969 * test-build.mk: Enable building of shared libraries on IRIX 5 and
18970 OSF/1. Fix compiler flags.
18971 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
18973 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
18975 * configure.in: Recognize --with-newlib.
18976 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18978 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18980 * Makefile.in: move {all,check,install}-gdb from *_MODULES
18981 to *_X11_MODULES due to gdbtk needing X include files et al.
18983 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
18985 Merge in support for Mac MPW as a host.
18986 (Old change descriptions retained for informational value.)
18988 * mpw-config.in: Add generic include forwards for cpu-specific
18989 include files in aout and elf directories.
18991 * mpw-configure: Added copyright.
18992 * mpw-config.in: Check for presence of required build tools.
18993 (target_libs): Add newlib.
18994 (target_tools): Add examples.
18995 (Read Me): Generate as "Read Me for MPW" instead.
18996 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18997 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18998 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19000 * mpw-configure: Remove subdir-specific makefile hackery,
19001 delete mk.tmp after using it.
19003 * mpw-build.in (all): Display start and end times.
19005 * mpw-configure (host_canonical): Set.
19006 (target_cpu): Always add to makefiles.
19007 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19008 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19009 (mpw-mh-mpw): Look for in srcdir and srcroot.
19010 Use sed instead of mpw-edit-prefix to edit prefix definitions.
19012 * mpw-build.in: (install-only): New target.
19014 * mpw-configure (host_alias, target_alias): Rename from hostalias
19015 and targetalias, add into generated Makefile.
19016 (mk.tmp): If present, add into generated Makefile.
19017 * mpw-build.in (all-gas): Build config.h first before gas proper.
19019 * mpw-configure (config.status): Write only if changed.
19020 * mpw-config.in (readline): Configure it (not built, just used for
19023 * mpw-config.in (elf/mips.h): Add a forward include.
19025 * mpw-config.in: Forward-include most .h files in include into
19027 (readline): Don't build.
19028 mpw-build.in (install): Install GDB.
19030 * mpw-configure (prefix, mpw_prefix): Handle it.
19031 * mpw-config.in (mmalloc, readline): Don't configure.
19032 * mpw-build.in (thisscript): Rename to ThisScript.
19033 Use mpw-build instead of BuildProgram everywhere.
19034 (mmalloc, readline): Don't build.
19035 * mpw-README: New file, basic documentation about the MPW port.
19037 * mpw-config.in: Use forward-include to create include files.
19039 * mpw-configure: Add more things to the top of each configured
19040 Makefile, including contents of config/mpw-mh-mpw.
19041 * mpw-config.in (extra-include): Create this directory and fill it
19042 with Posix-like include files when configuring.
19044 * config.sub (apple, mac, mpw): Add various aliases.
19046 * mpw-build.in: New file, top-level build script fragment for MPW.
19047 * mpw-configure: New file, configure script for MPW.
19048 * mpw-config.in: New file, config fragment for MPW.
19050 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19052 * configure.in (host_libs): Remove glob, since it is gone from the
19055 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19057 * Makefile.in: define empty GDB_NLM_DEPS var.
19059 * configure.in(target_makefile_frag): use config/mt-netware
19060 for netware targets.
19062 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
19064 * config.sub: Merge in recent FSF changes. Remove linux special
19067 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19069 Revert this change:
19071 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19073 * build-all.mk: Use CC=cc -Xs on Solaris.
19075 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19077 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
19079 * Makefile.in: Nuke all references to glob subdirectory.
19081 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19083 * configure.in: Fix --enable-shared logic in per-host.
19085 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
19087 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19089 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19091 * configure.in (noconfigdirs): Don't build gas on AIX, for
19092 powerpc*-*-aix* as well as for rs6000*-*-aix*.
19094 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
19096 * configure: Fix --cache-file to work if the file argument is a
19099 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
19101 * configure: If the --cache-file is used, pass it down to
19102 configure in subdirectories.
19104 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
19106 * config.sub: add vxworks29k configuration.
19108 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19110 * Makefile.in (taz): Do "diststuff" part quietly.
19112 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
19114 * config.sub: Mini-merge with gcc/config.sub.
19116 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19118 * config.guess (IRIX): Sed - to _.
19120 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19122 * Makefile.in (source-vault, binary-vault): New targets.
19124 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
19126 * config.sub: Recognize -eabi as a basic system type.
19128 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19130 * configure.in (enable_shared stuff): Fix typo.
19132 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
19134 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19136 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19138 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19140 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19142 * configure.in (rs6000-*-*): Don't build gas.
19144 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
19146 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19147 reduce command line length.
19148 (AS_FOR_TARGET): Check for as.new, not Makefile.
19149 (NM_FOR_TARGET): Check for nm.new, not Makefile.
19151 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
19153 * config.guess: Merge from FSF.
19155 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19157 * configure: Don't use $ when handling program_suffix.
19159 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
19161 * configure.in: Configure tk for hppa/hpux.
19163 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
19165 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
19167 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19169 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
19170 to LIBCXXFLAGS. Tests are better run without it.
19172 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
19174 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19176 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
19178 * configure.in (*-*-netware*): Don't configure xiberty.
19180 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
19182 * configure.in: Remove tk from native_only list.
19184 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
19186 * build-all.mk: Add mips-ncd-elf target to sun4 targets
19187 for special NCD build.
19189 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19191 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19192 makeall.bat, they're only useful for binutils snapshots.
19193 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19194 makeall.bat to specified SUPPORT_FILES.
19196 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
19198 * build-all.mk: Add Ericsson targets to sun4 and solaris
19199 hosts. Add BNR's sun4 target to solaris host, so their
19200 build-from-source will be tested in-house first.
19202 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19204 * Makefile.in (LIBCFLAGS): New variable.
19205 (CFLAGS_FOR_TARGET): Ditto.
19206 (LIBCFLAGS_FOR_TARGET): Ditto.
19207 (LIBCXXFLAGS): Ditto.
19208 (CXXFLAGS_FOR_TARGET): Ditto.
19209 (LIBCXXFLAGS_FOR_TARGET): Ditto.
19210 (BASE_FLAGS_TO_PASS): Pass them.
19211 (EXTRA_TARGET_FLAGS): Ditto.
19213 * configure.in: Support --enable-shared.
19215 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
19217 * configure.in (target_libs): Include libstdc++ again.
19218 * config.guess: Update from FSF (for FreeBSD).
19220 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19222 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19224 (DISTDOCDIRS): Add `etc'.
19225 (ETC_SUPPORT_PFX): New variable.
19226 (taz): Include anything from etc starting with a word in
19229 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19231 * config.sub: Update for recent FSF changes. Remove obsolete
19232 h8300hds entry. Add -windows* and -osx as basic os. Minor
19235 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19237 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
19239 * config.guess: Merge with FSF.
19240 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19242 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19244 * configure: Since the "trap 0" handler will override the exit
19245 status on many systems, only use it for "exit 1", and make it set
19246 a non-zero exit status; reset it before "exit 0". Also, check
19247 exit status of config.sub, and error out if it failed.
19249 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
19251 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19252 and install libgloss.
19254 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19256 * Makefile.in (all-binutils): Depend upon all-byacc.
19258 * configure.in: Don't build emacs on Irix 5.
19260 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19262 * configure.in (*-*-netware*): Add libio.
19264 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19266 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19267 (CHECK_TARGET_MODULES): Ditto.
19268 (INSTALL_TARGET_MODULES): Ditto.
19269 (TARGET_LIBS): Ditto.
19270 (all-libstdc++): Note dependencies.
19272 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19274 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19276 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19278 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19279 -fexternal-templates.
19281 * configure.in (target_libs): Add libstdc++.
19282 (noconfigdirs): Add libstdc++ as appropriate.
19284 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19286 * config.guess: Update from FSF.
19288 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19290 * configure: Use ${config_shell} when running ${configsub}.
19292 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
19294 * config.sub: No longer recognize h8300h.
19296 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19298 * config.sub: Remove extraneous differences between config.sub and
19301 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19303 * Makefile.in (DISTSTUFFDIRS): Add gas.
19305 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
19307 * COPYING.NEWLIB: New file.
19309 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
19311 * config.guess (HP-UX): Patch from Harlan Stenn
19312 <harlan@landmark.com> to also emit release level.
19314 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19316 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19318 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
19320 * config.sub: Merge nextstep cleanup from FSF.
19322 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19324 * configure.in (arm-*-*): Don't configure ld for this target.
19326 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19328 * configure.in (*-*-netware): don't configure libg++, libio,
19331 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19333 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
19334 configure ld--it works, but it doesn't support shared libraries.
19336 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19338 * config.guess (*-unknown-freebsd*): Get rid of possible
19339 trailing "(Release)" in version string.
19340 Patch from Paul Richards <paul@isl.cf.ac.uk>.
19342 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
19344 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19345 Fix type: *-next-neststep -> *-next-nextstep.
19347 * config.guess: Merge from FSF:
19349 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19351 * config.guess: Recognize powerpc-ibm-aix3.2.5.
19353 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19355 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19356 instead of UNIX_SV for UnixWare 1.0).
19358 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
19360 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
19361 to make gdb/nlm/* build after the compiler and linker.
19363 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
19365 * config.guess (netbsd, freebsd, linux): Accept any machine,
19367 (m68k-atari-sysv4): Relocate to match FSF version.
19369 * config.guess: More merges from the FSF:
19371 Add a space before function call or macro invocation.
19373 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19375 * config.guess: Add trap cmd to remove dummy.c and dummy when
19378 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19380 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19381 (dummy): Redirect stderr from compilation of dummy.c.
19383 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
19385 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19387 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
19389 * configure: Accept and ignore --cache*, for compatibility with
19392 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
19394 * config.guess: Merge from FSF:
19396 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19398 * config.guess (Pyramid*:OSx*:*:*): New case.
19399 (PATH): Add /.attbin at end for finding uname.
19400 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
19402 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
19404 * config.guess (M88*:DolphinOS:*:*): New case.
19406 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
19408 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19409 to select whether to use ELF or COFF.
19411 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19413 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19415 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
19417 * config.guess: Guess the OS version for HPUX.
19419 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
19421 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19423 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19425 * configure.in: Recognize --with-headers, --with-libs, and
19427 * Makefile.in (all-xiberty): Depend upon all-ld.
19429 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19431 * configure.in: Change i[34]86 to i[345]86.
19433 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19435 * configure (version): A few more tweaks to help message.
19437 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
19439 * Makefile.in: Remove (for now) librx as a host library,
19440 now that we're building it for target.
19442 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19444 * configure: Fix up help message; from karl@owl.hq.ileaf.com
19447 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
19449 * configure.in: Also configure librx.
19451 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19453 * Makefile.in: Update various rules to reflect that librx
19454 is now needed for libg++.
19456 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19458 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19460 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19462 * configure.in: Configure the examples directory.
19464 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19466 * configure: Simplify Jun 2 1994 change.
19468 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19470 * change CC to /usr/latest/bin/gcc for lynx host builds, since
19471 /bin/gcc isn't good enough to build gcc.
19473 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
19475 * Makefile.in (GDB_SUPPORT_FILES): Remove
19476 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
19477 (gdb.tar.gz): Add new rule to use standard distribution building
19480 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19482 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
19483 Bill Cox <bill@cygnus.com>.
19485 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
19487 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
19489 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
19491 * configure: Search current dir first in .gdbinit.
19493 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
19495 * config.sub: Recognize freebsd (merged from gcc config.sub).
19497 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
19499 * config.sub: Refer to NeXT's operating system as nextstep.
19501 * config.sub (case $basic_machine): Re-order the cases, to match
19502 the order in the FSF version (which is mostly alphabethical).
19503 Merge in some additions and changes from the FSF.
19505 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
19507 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19508 * config.sub: Recognize cxux7.
19509 * configure.in: Use mh-cxux for m88k-harris-cxux*.
19511 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19513 * config.sub: Fix typo powerpc -> powerpc-*.
19515 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
19517 * Makefile.in: `all-emacs19' depends on `all-byacc'.
19519 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19520 parallel with all-emacs and install-emacs). Top-level command
19521 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19523 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19525 * test-build.mk ($(host)-stamp-stage2-installed): Remove
19526 $(relbindir)/make before doing ``make install'', and use
19527 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
19528 installing over running make binary.
19529 ($(host)-stamp-stage3-installed): Likewise.
19531 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19533 * config.guess: Recognize Mach.
19535 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19537 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19538 see whether --exec-prefix was used.
19540 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19542 * README: Explicitly mention libg++/README. (Zoo's idea.)
19544 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19546 * Makefile.in: Add all-librx target similar to all-libproc.
19548 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
19550 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
19551 with post 1.2 uname bogosity.
19553 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19555 * configure: Remove temporary files on receipt of a signal.
19557 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
19559 * configure: If there is a package_makefile_frag, remove
19560 ${subdir}/Makefile.tem after copying it in.
19562 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19564 * build_all.mk: support rs6000 lynx identifies itself as
19565 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
19566 since /bin/gcc is too feeble to compile a modern gcc.
19568 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19570 * brought devo/test-build.mk update-to-date with progressive/
19571 test-build.mk. Add lynx targets and hppa flag info.
19573 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19575 * configure.in: Use mh-ncrsvr43. Patch from
19576 Tom McConnell <tmcconne@sedona.intel.com>.
19578 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
19580 * config.guess (i386-unknown-bsdi): No longer need to
19581 check #if defined(__bsdi__) && defined(__i386__).
19583 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19585 * configure: Set program_transform_nameoption correctly.
19587 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19589 * brought build-all.mk update-to-date with progressive build-all.mk,
19590 added new targets and hppa info.
19592 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19594 * configure: If config.guess result is a prefix of the user
19595 specified target, assume a native build and use the user specified
19596 target as the host alias. Remove SunOS patch suffix removal hack.
19597 * configure.in: Remove SunOS patch suffix removal hack.
19599 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19600 in NATIVE_CHECK_MODULES.
19602 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19604 * Makefile.in: Rename HOST_ONLY to NATIVE.
19605 * configure: Delete SunOs patch suffix from host_canonical
19606 and build_canonical variables that are prepended to Makefiles.
19607 * configure.in: Add comments for easier maintenance.
19609 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19611 * Makefile.in: Add all-libproc target similar to all-gui.
19613 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19615 * Makefile.in (CHECK_MODULES): split into
19616 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19618 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19620 * config.guess (i386-unknown-bsdi): New system to guess.
19622 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19624 * Makefile.in: Add all-gui target (but not yet build by "all").
19626 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19628 * config.sub: Move deletion of patch suffix from here...
19629 * configure.in: To here, at Ian's suggestion. The top-
19630 level scripts might need to know of a patch level.
19632 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19634 * config.sub: Strip off patch suffix so rtl is recognized
19635 as a sunos4.1.3 machine, even though it's been patched.
19637 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19639 * Makefile.in (INSTALL_LAST): Delete.
19640 (INSTALL_DOSREL): New.
19642 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19644 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19645 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19646 whether we pass down --with-gnu-ld anyhow.
19648 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19650 * Makefile.in (INSTALL_LAST): Change operation so it works
19651 on more flavors of make.
19652 * configure.in (go32): Don't build libg++ or libio.
19654 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19656 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19657 they can be overriden by templates.
19659 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19661 * configure.in (target==go32): Don't build gdb.
19662 * dosrel: New directory.
19664 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19666 * configure.in (host==go32): Configure dosrel too.
19667 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19668 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19669 be set by incoming names or templates.
19670 (INSTALL_LAST): New rule.
19672 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19674 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19676 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19678 * configure.in (appdirs): New variable. Currently empty, but will
19679 be used in gas distribution. If nonempty, lists a set of
19680 directories at least one of which must get configured, or top
19681 level configuration is considered to have failed.
19682 (rs6000-*-lynxos*): Use new file name.
19684 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19686 Eliminate XTRAFLAGS.
19687 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19688 newlib include files using -idirafter, and also use -nostdinc.
19689 (CXX_FOR_TARGET): Likewise.
19690 (XTRAFLAGS): Removed.
19691 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19692 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19693 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19694 ($(DO_X)): Don't pass down XTRAFLAGS.
19696 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19698 * configure.in (mips*-dec-bsd*): New target; do build linker.
19699 (mips*-*-bsd*): New target; don't build linker.
19701 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19703 * configure.in: support rs6000-*-lynxos* configuration.
19704 support sunos4 as a cross target.
19706 * config.sub: look for lynx*, not lynx since the OS version may
19707 legitimately be part of the name.
19709 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19711 * configure.in (i[34]86-*-sco*): Move to be with other i386
19713 (romp-*-*): New target. Skip various binary utilities.
19714 (vax-*-*): New target. Don't build newlib.
19715 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19717 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19719 * configure.in: Only set host_makefile_frag if config
19722 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19724 * install.sh: If $dstdir exists, don't check whether each
19727 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19729 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19731 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19733 * configure.in (*-*-lynxos*): Don't configure newlib for either
19734 native or cross Lynx.
19736 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19738 * config.sub (sparc64-elf): Fix os.
19739 (z8k): Remove duplicate.
19741 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19743 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19744 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19746 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19748 * configure: Make file links cleanly even if Lynx fails on
19749 an NFS symlink (at least fail cleanly).
19751 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19753 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19756 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19758 * configure: Unknown options are fatal again.
19760 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19762 * configure: Ignore --x-includes and --x-libraries, for Autoconf
19765 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19767 * build-all.mk: Add `clean' target.
19769 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19771 * config.guess: Add SINIX support.
19772 * configure.in: Add mips-*-sysv4* support.
19774 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19776 * build-all.mk: Document all useful targets.
19777 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19778 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19780 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19782 * configure: Support --silent, --quiet.
19784 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19786 * configure: Support --disable-FEATURE.
19788 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19790 * config.guess: Recognize NCR running SVR4.3.
19792 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19794 * config.guess: Make BSDI generate i386-unknown-bsd386.
19795 Patch from Paul Eggert <eggert@twinsun.com>.
19797 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19799 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19801 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19803 * configure: Make unrecognized options give nonfatal warnings
19804 instead of fatal errors, and pass them to any subdirectory
19805 configures in case they recognize them.
19806 Make --x equivalent to --with-x.
19808 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19810 * configure: Add --enable-* options. Clean up usage message and
19813 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19815 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19817 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19819 * configure.in (hppa*-*-*): Enable binutils.
19821 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19823 * config.sub: Recognize cisco.
19825 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19827 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19829 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19831 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19832 than one configuration name. Add comment.
19834 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19836 * config.guess: about target *-hitachi-hiuxwe2, fixed
19837 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19838 macro is incorrect.]
19840 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19842 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19843 than the "make ls" stuff which used to be here.
19845 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19847 * config.guess: Recognize i[34]86-unknown-freebsd.
19848 From Shawn M Carey <smcarey@rodan.syr.edu>.
19850 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19852 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19854 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19856 * config.guess: Check for ptx.
19858 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19860 * config.sub: Add os9k checking.
19862 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19864 * config.guess: Handle OSF1 running on HPPA processors
19866 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19868 * configure: If subdir configure fails, print out a message with
19869 subdirectory name, in case subdir's configure code didn't identify
19872 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19874 * configure.in: Remove embedded newlines from configdirs.
19875 Avoid mismatches of substrings. Fix matching strings at end
19878 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19880 * config.guess: Add Lynx/rs6000 config support.
19882 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19884 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19886 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19888 * configure.in (hppa*-*-osf*): Treat this just like most other
19889 PA configurations (eg no binutils or ld).
19890 (hppa*-*-*elf*): These configurations have binutils and ld.
19892 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19894 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19896 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19898 * configure.in (rs6000-*-*): Build gas.
19900 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19902 * Makefile.in: Avoid bug in losing hpux sed.
19904 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19906 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19907 for GDB and GDB has been fixed to not need it.
19909 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19911 * config.guess: Recognize vax hosts.
19913 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19915 * configure (while loop): Don't use "break 2" inside case
19916 statement -- the case statement isn't an enclosing loop.
19918 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19920 * config.guess: Clean up NeXT support, to allow nextstep
19921 on Intel machines. Make OS be nextstep.
19923 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
19925 * config.guess: Add alternate forms for Convex.
19927 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
19929 * configure: Completely rewrite option processing. Take
19930 advantage of pattern-matching to avoid invoking test frequently.
19931 Also clean up host and target defaulting logic.
19933 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19935 * Makefile.in: Replace all occurrances of "rootme" with "r" and
19936 "$${rootme}" with "$$r", to increase the likelihood that the do-*
19937 commands (plus user environment) will fit SCO limits.
19939 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19941 * configure.in: Don't issue warnings about directories which are
19942 not being configured if -norecursion is set. Correct test for
19943 --with-gnu-as and --with-gnu-ld to not get confused by substring
19946 * configure.in: Don't build gas for alpha-dec-osf1*.
19948 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
19950 * configure: Back out Per's change of 12/19/1993. It changes the
19951 behavior of configure in unexpected and confusing ways.
19953 Also, use different delim char when calculating
19954 program_transform_name so that the name can contain slashes.
19956 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
19958 * configure.in, config.sub: Add support for VSTa micro-kernel.
19960 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
19962 * configure.in: Nuke hacks which were used to get a special
19963 version of GAS for HPPA configurations.
19965 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
19967 * configure: If only ${target_alias} is given, use that
19968 as the default for ${host_alias}.
19969 * configure: Add missing back-slashes before nested quotes.
19971 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19973 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19975 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
19977 * config.guess: Recognize some Tektronix configurations.
19978 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19980 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19982 * config.sub: Match any flavor of SH.
19984 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
19986 * configure.in: Don't try to configure newlib for Alpha.
19988 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19990 * configure.in: Don't build ld for Irix 5. Don't build gas,
19991 libg++ or libio for any Alpha target.
19993 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19995 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
19997 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19998 default arguments -- so it tried to compress itself.
20000 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20002 * configure.in (notsupp): ensure that a space is always at the end
20003 of the configdirs list, since the grep checks for an explicit space
20005 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20007 * configure.in (target i386-sysv4.2): don't build ld, since static
20008 versions of many libraries are not available.
20010 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20012 * config.guess: Recognize Apollos (using environment variables).
20013 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20015 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20017 * config.guess: Recognize Sony news mips running newsos.
20019 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
20021 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20022 "fi ; else" for bash.
20024 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
20026 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20028 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
20030 * config.sub: accept unixware as an alias for svr4.2.
20031 Fix some inconsistancies with the gcc version.
20033 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20035 * Makefile.in (DISTDOCDIRS): Add gdb.
20037 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
20039 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
20041 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20043 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20044 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20047 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20049 * config.sub: Accept hiux* as an OS name.
20051 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20052 etc/make-stds.texi. The underscore came from gcc, and dje now
20053 agrees that RUNTESTFLAGS is the correct name.
20055 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
20057 * install.sh: Remove 'set -e'. It makes any conditionals
20058 in the script useless.
20060 * config.guess: Automatically recognize arm-acorn-riscix
20061 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20063 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
20065 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20067 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20069 * Makefile.in (DISTDOCDIRS): New variable.
20070 (taz): Edit local Makefile.in sooner, instead of proto-toplev
20071 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
20073 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20075 * configure.in (hppa target): check the source directory for the
20076 pagas sub-directory
20078 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
20080 * config.sub: Allow -aout* and -elf*.
20082 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20084 * configure.in: Don't build ld on i386-solaris2, same as for
20087 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
20089 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20091 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20093 * configure.in: Configure gdb for alpha.
20095 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20097 * Makefile.in (CXXFLAGS): Add -O.
20099 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20101 * config.guess: added support for DG Aviion
20103 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20105 * configure.in: Produce warning message for subdirectories not
20106 configurable for this host/target combination. Don't try to
20107 configure gdb for vms.
20109 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20111 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20112 appropriate files before making "diststuff".
20113 (DISTBISONFILES): New var: list of files to be edited.
20114 (DISTSTUFFDIRS): Add binutils.
20116 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20118 * config.sub: also handle mipsel and mips64el (for little endian mips)
20120 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20122 * configure.in: Add * to end of all OS names.
20124 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
20126 * configure.in: Build newlib for LynxOS native.
20128 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20130 * config.guess: Add support for delta 88k running SVR3.
20132 * configure.in: Add comment about HP compiler vs. emacs.
20134 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20136 * configure.in: don't build ld on solaris2 (not a viable option
20137 due to bugs in getpwnam & getpwuid)
20139 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20141 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20142 config.guess will produce a full version number.
20144 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20146 * configure.in: Build linker and binutils for alpha-dec-osf1.
20148 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20150 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20151 and gdb/testsuite/Makefile.in.
20153 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20155 * configure.in: recognize mips*- instead of mips-
20157 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
20159 * config.sub: Accept linux*coff and linux*elf as operating
20162 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20164 * config.sub: Recognize mips64, and mips3 as an alias for it.
20166 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20168 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20169 gdb knows how to handle OSF/1 shared libraries.
20171 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20173 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20174 * config.guess: Recognize Hitachi's HIUX.
20175 * config.sub: Recognize h3050r* and hppahitachi.
20176 Remove redundant cases for hp9k[23]*.
20178 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20180 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20181 if gas and ld are in the source tree and are in ${configdirs}.
20182 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20183 --with options (but still pass them down on the command line,
20184 if they were explicitly specified).
20186 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20188 * configure: substitute SHELL value in Makefile.in with
20191 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20193 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20194 *-*-solaris2* targets.
20196 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20198 * Makefile.in: define M4, and pass it down to sub-makes;
20199 all-autoconf now depends on all-m4
20201 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20203 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20204 presence of {ar,ranlib} instead of a configured directory
20206 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20208 * config.guess: Accept 34?? as well as 33?? for NCR.
20210 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20212 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20213 of 'gas' in sed commands, since 'gash' is now in the tree as well.
20215 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20217 * configure: grab values for $(CC) and $(CXX) from the
20218 environment, so that someone can do "CC=gcc configure; make" and
20219 have it work right (matching the way that autoconf works now)
20221 * configure.in, Makefile.in: add support for gash, the tcl
20222 interface to Galaxy
20224 * config.guess: add NetBSD variants (hp300, x86)
20226 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
20228 * install.sh: Support -d option (in the manner of SunOS 4 install,
20229 as it is more deterministic than that of GNU install)
20230 (chmodcmd): Set file to mode 755 by default (should also do default
20231 chgrp and chown, but I don't feel like dealing with that now)
20233 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
20235 * config.sub: Remove h8300hhms alias.
20237 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20239 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20241 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20243 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20246 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20248 * config.sub: recognize m88110-bug-coff.
20250 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20252 * Makefile.in (all-libio): all dependencies on the toolchain used
20253 to build this (gcc, gas, ld, etc)
20255 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20257 * config.guess: Deal with OSF/1 1.3 on alpha.
20259 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20261 * install.sh: add some 'else true' clauses for portability
20263 * configure.in: don't build libio for h8[35]00-*-* targets
20265 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
20267 * Makefile.in: Add support for new libio.
20269 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20271 * install.sh: If one command fails, don't try the rest. Don't try
20272 to remove $dsttmp (via trap) unless we have already created it.
20273 If $src doesn't exist, detect it and exit with an error.
20275 * config.guess: Recognize BSD on hp300.
20277 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
20279 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20280 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20282 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
20284 * Makefile.in (all-send-pr): depends on all-prms
20286 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20288 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20290 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20292 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20293 Added test for mips-mips-riscos5.
20295 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20297 * configure.in: use mh-hp300 for 68k HP hosts
20299 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20301 * configure: add support for CONFIG_SHELL, so that you can use
20302 some alternate shell for evaluating configure scripts
20304 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
20306 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
20307 in configure script to bug-gdb@prep.ai.mit.edu when building
20308 distribution archive.
20309 * Makefile.in (COMPRESS): Remove def.
20310 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
20311 gdb.tar.Z and make-gdb.tar.Z respectively.
20312 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
20313 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
20314 to convergence with 'taz' target in Makefile.in.
20316 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20318 * install.sh (dsttmp): use trap to ensure that tmp files go
20319 away on error conditions
20321 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20323 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20325 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20327 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20328 its parent is '/' not ''.
20330 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20332 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
20334 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20335 that ${newsrcdir}/configure.in does.
20337 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20339 * test-build.mk: support for CONFIG_SHELL
20341 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
20343 * config.sub (netware): Add as a basic system type.
20345 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20347 * Makefile.in (Makefile): depend on configure.in. Also drop the
20348 $(srcdir)/ from the dependency on Makefile.in.
20350 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
20352 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20353 (h8300hhms is temporary until multi-libraries are implemented).
20354 * configure.in: Handle h8300h too.
20356 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20358 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20360 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
20362 * configure: Remove extraneous output when guessing host type.
20363 * config.guess: Remove extraneous output when guessing using C
20364 compiler rather than uname, or when guessing fails.
20366 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
20368 * Makefile.in: remove all.cross and install.cross targets
20370 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20373 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
20375 * configure.in (target sh): Build gprof.
20377 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20379 * config.sub: change -solaris to -solaris2
20381 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20383 * configure.in: Use config/mh-riscos for mips-*-sysv*.
20385 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
20387 * configure: Correct error message for missing Makefile.in to
20388 print correct directory.
20390 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20392 * install.sh: kludge around 386BSD shell bug
20394 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
20396 * config.guess: Recognize NeXT.
20397 * config.guess: Recognize i486-ncr-sysv4.
20398 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
20400 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
20402 * Makefile.in (MAKEINFOFLAGS): New variable.
20403 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20404 * build-all.mk, test-build.mk: Pass down --no-split as
20405 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
20407 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
20409 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
20411 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
20413 * Makefile.in (libg++.tar.z): New rule.
20414 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
20415 * Makefile.in (taz): Only do a single chmod.
20417 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20419 * install.sh: don't use dirname anymore (replaced with sed usage)
20421 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
20423 * Makefile.in: Change extension for gzip'd files from '.z' to
20424 '.gz' per new FSF standard usage.
20426 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20428 * configure: put quotes around the final value of program_transform_name
20430 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20432 * Makefile.in: new install.sh support; update install-info rules
20434 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
20436 * configure.in: Build diff for crosses, but not for go32 host.
20438 * configure.in: Build gprof only for native, and don't build it
20439 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20441 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
20443 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20445 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20447 * configure.in (host_tools): Add prms.
20449 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20451 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20452 with $(FLAGS_TO_PASS) on the command line
20454 * config.sub: Recognize lynx and lynxos
20456 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
20458 * config.sub: Accept -ecoff*, not just -ecoff.
20460 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20462 * Makefile.in (taz): Use .gz suffix instead of .z.
20463 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20466 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20468 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20470 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20472 * Makefile.in (install-no-fixedincludes): install gcc last, so
20473 that rebuilds that might happen during 'make install' don't get
20474 bogus gcc include files
20476 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20478 Change from Utah for HPPA support:
20479 * config.guess: Recognize hppa1.x-hp-bsd.
20481 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
20483 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
20484 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20486 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
20488 * config.sub: Add support for rom68k and bug boot monitors.
20490 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
20492 * Makefile.in: Make all-opcodes depend on all-bfd.
20494 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
20496 * config.guess: Added special check for i[34]86-univel-sysv4*.
20498 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
20500 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20501 the processor rather than assuming i486.
20503 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20505 * config.guess: Recognize SunOS6 as Solaris3.
20507 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
20509 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
20510 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20512 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
20514 * build-all.mk (all-cross): New target for Canadian Cross.
20515 Added Q2 go32 targets.
20516 * test-build.mk: Configure go32 cross sparclite-aout and
20517 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
20518 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20520 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20522 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20523 GO32 hosted toolchains
20525 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
20527 * configure: change so "-exec-prefix" gets passed down rather
20528 than "-exec_prefix" so autoconf generated Makefiles get the
20529 exec_prefix set right.
20531 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20533 * config.guess: get the Solaris2 minor version number
20535 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20537 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20539 * config.guess: Recognize some Sequent platforms.
20541 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20543 * Makefile.in: added the vault-install target
20545 * configure.in: actually use the Sun3 makefile fragment that's in
20546 config, also added the release dir to configdirs
20548 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20550 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20552 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20554 * configure.in: remove some program from Alpha targetted toolchains
20556 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
20558 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
20560 (taz): Run "make diststuff" in those directories instead of "make
20561 proto-dir". Look for "VERSION=" only at start of line in subdir
20562 Makefile. Use "gzip -9" for compression.
20563 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20564 (binutils.tar.z): New target.
20566 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20568 * Makefile.in (taz): Include gpl.texinfo.
20570 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20572 * Makefile.in (setup-dirs): Merged into "taz" target.
20573 (taz): Only do `proto-dir' stuff if a directory is actually needed
20576 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20578 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20579 (FLAGS_TO_PASS): Pass down MUNCH_NM.
20580 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20581 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20582 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20584 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20586 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20587 config.sub, and move-if-change to gdb testsuite distribution
20588 archive, so the testsuite can be extracted, configured, and
20589 run separately from the gdb distribution. Blow away the Chill
20590 tests that require a Chill compiled executable, since GNU Chill
20591 is not yet publically available.
20593 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20595 * test-build.mk: set environment variables in a single command,
20596 instead of a list of assignments and exports
20598 * config.guess: recognize Alpha/OSF1 systems
20600 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20602 * configure: Change help message to prefer --options rather than
20605 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20607 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20608 zippy@ecst.csuchico.edu.
20609 * config.guess: Recognize miniframe.
20611 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20613 * Makefile.in: Use srcroot to find runtest rather than rootme.
20614 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20616 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20618 * test-build.mk: Extensive additions to support building on a
20619 machine other than the host.
20621 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20623 * configure (tooldir): Fix for i386-aix again.
20625 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20627 * configure, Makefile.in: Change definition of $(tooldir)
20630 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20632 * config.guess: Recognize i[34]86/SVR4.
20634 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20636 * Makefile.in (all-gdb): gdb depends on sim.
20638 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20640 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20641 at the same time we make the prototype gdb directory.
20642 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20643 files at the same time as the gdb base release distribution.
20645 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20647 * Makefile.in (check): Use individual check targets rather than
20649 (check-gcc): Added.
20651 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20653 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20654 for System V release 3.2.
20656 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20658 * config.sub: Recognize hppaosf.
20659 * configure.in: Do configure ld/binutils/gas for it.
20661 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20663 * configure (tooldir): Alter syntax used to set this, for systems
20664 where "\$" isn't handled right, like i386-aix.
20666 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20668 * configure: Pass program-transform-name, not
20669 program_transform_name, to recursive configures.
20671 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20673 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20674 of gas+ld+binutils.
20676 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20678 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20680 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20682 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20684 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20686 * Makefile.in (PRMS): Set back to all-prms.
20688 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20690 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20691 targets, rather than for MIPS hosts.
20693 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20695 * configure.in: add comment for --with-x default values
20697 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20699 * Makefile.in: add check-* targets for each of the directories in
20700 the tree. Add a definition of RUNTEST that will use the one we
20701 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20703 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20705 * configure.in: Removed obsolete references to bfd_target and
20706 target_makefile_frag.
20708 * build-all.mk: Set assorted targets for Q2.
20709 * config.sub: Recognize z8k-sim and h8300-hms.
20710 * test-build.mk: Really don't pass host to configure.
20711 (HOLES): Added uname.
20713 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20715 * configure: Handle an empty program-prefix, program-suffix or
20716 program-transform-name correctly.
20718 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20720 * build-all.mk: -G 8 no longer required for MIPS targets.
20721 * test-build.mk: Don't pass host argument to configure; make it
20724 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20726 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20727 * Makefile.in (COMPRESS): New macro, like GZIP.
20729 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20731 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20733 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20734 with gas currently defaults to -G 0.
20736 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20738 * Makefile.in (all-flex): flex depends on byacc.
20740 * build-all.mk: If host not specified, use config.guess. Pass TAG
20741 to test-build.mk as RELEASE_TAG.
20742 * test-build.mk (configargs): New variable containing arguments to
20743 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20744 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20746 * config.guess: Use /bin/uname when checking -X argument on SCO,
20747 to avoid invoking GNU uname which doesn't understand -X.
20749 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20751 * configure.in: Build gas for mips-*-*.
20753 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20755 * Makefile.in (all.normal): insert missing backslash.
20757 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20759 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20761 * Makefile.in: Complete overhaul to merge many almost identical
20764 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20766 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20767 (gdb.tar.Z): Adjusted.
20769 * Makefile.in (setup-dirs, taz): New targets; should be general
20770 enough to adapt for gdb sometime. Build only .z file.
20771 (gas.tar.z): New target.
20773 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20775 * build-all.mk: Use CC=cc -Xs on Solaris.
20777 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20779 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20780 for handling BISON for FSF releases.
20782 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20784 * configure: Actually implement the change zoo just documented.
20786 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20788 * configure: when using config.guess, only set target_alias when
20789 it's not already been set (ie, on the command line)
20791 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20793 * Makefile.in: add installcheck target, set PRMS to install-prms
20795 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20797 * configure: add support for package_makefile_fragment, handle the
20798 case where a directory has a configure.in file but no Makefile.in
20799 more gracefully (with an actual understandable error message, even);
20800 add support for --without (and add this to the usage message); also
20801 explicitly add a --host=${host_alias} to the command line when
20802 config.guess is used
20804 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20806 * configure: Must use both --host and --target in recursive calls.
20808 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20810 * Makefile.in: Change deja-gnu to dejagnu.
20812 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20814 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20816 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20818 * configure.in: canonicalize all instances to *-*-solaris2*,
20819 also strip out a number of tools to not build for go32 host
20821 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20823 * config.guess: add GPL.
20825 * Makefile.in, config.guess, config.sub, configure: bump
20828 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20830 * Makefile.in (do-info): Removed obsolete check for existence of
20833 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20835 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20837 * Makefile.in: a couple of 'else true' for decstation,
20840 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20842 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20844 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20846 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20848 * config.guess: Recognize i386-ibm-aix (PS/2).
20849 * configure.in: Use config/mh-aix386 file for it.
20851 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20853 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20854 CC_FOR_TARGET instead.
20855 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20857 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20859 * Makefile.in: Add sim to list of directories sent with gdb
20861 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20863 * configure.in: Put back mips-dec-bsd* case.
20865 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20867 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20868 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20869 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20871 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20873 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20875 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20876 (install-info): install dir.info only if it exists,
20877 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20879 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20881 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20882 gas for mips-dec-bsd.
20884 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20886 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20887 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20889 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20891 * configure.in: Added "dejagnu" to hosttools list.
20893 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20895 * config.sub, configure.in, config.guess: Add support
20896 for Bosx, an AIX variant from Bull.
20897 Patches from F.Pierresteguy@frcl.bull.fr.
20899 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20901 * devo/dejagnu: Initial creation of devo/dejagnu.
20902 Migrated dejagnu testcases and support files for testing software
20903 tools to reside as subdirectories, currently called "testsuite",
20904 within the directory of the software tool. Migrated all programs,
20905 support libraries, etc. beloging to dejagnu proper from
20906 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
20907 with no modifications. The changes to these files which will
20908 allow them to configure, build, and execute properly will be made
20909 in a future update.
20911 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20913 * Makefile.in: Change send_pr to send-pr.
20914 * configure.in: Likewise.
20915 * send_pr: Renamed directory to send-pr.
20917 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
20919 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
20921 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
20923 * README: Update for gdb-4.8 release.
20924 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
20925 gdb-xxx.tar.z (gzip'd) file also.
20927 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20929 * Makefile.in: make all-diff depend on all-libiberty
20931 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
20933 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20935 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20937 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20939 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
20941 * Makefile.in (DEVO_SUPPORT): Remove etc directory
20942 (ETC_SUPPORT): Only add the files GDB wants from etc/.
20943 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
20945 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20947 * Makefile.in: makeinfo binary is in a new location
20949 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
20951 * config.sub: Accept -ecoff as an OS.
20953 * Makefile.in: Various changes to eliminate a level of make
20954 recursion and reduce the required command line length.
20955 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20957 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20958 variables holding settings for specific sub-makes.
20959 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20960 in terms of BASE_FLAGS_TO_PASS.
20961 (TARGET_LIBS): New variable listing directories which use
20962 TARGET_FLAGS_TO_PASS.
20963 (subdir_do): Eliminated.
20964 (do-*): New set of targets to replace subdir_do.
20965 (various): All targets which used subdir_do now depend on do-*.
20966 (local-clean): Renamed from do_clean.
20967 (local-distclean): New target, dependency of distclean and
20969 (install-info): Don't create directories. Depend on dir.info
20970 rather than calling make recursively.
20971 (install-dir.info): Eliminated.
20972 (install-info-dirs): Create all info directories here.
20973 (dir.info): Depend upon do-install-info.
20975 * test-build.mk (HOLES): Added false.
20977 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
20979 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
20981 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20983 * Makefile.in (info): remove dependency on all-texinfo. The
20984 problem was really in texinfo/C, not at this level.
20986 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
20988 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20990 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
20992 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
20995 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20997 * configure: Include srcdir in message about target of link not
20998 being found. Don't convert `-' to `_' in `with' options being
21001 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21003 * configure.in: add uudecode to host_tools
21005 * Makefile.in: added {all,install}-uudecode targets, added them to
21006 the appropriate lists
21008 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
21010 * Makefile.in (all-gcc): Added dependency on all-gas.
21012 * configure.in (mips-*-*): Build ld and binutils.
21014 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21016 * configure: check return code from mkdir, print error message and
21019 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
21021 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
21023 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
21025 * test-build.mk (HOLES): Added tar, cpio and uudecode.
21027 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21029 * config.sub (h8500): Recognize this as a cpu type.
21031 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21033 * configure: source directory missing is no longer a warning
21035 * configure.in: recognize irix[34]* instead of irix[34]
21037 * Makefile.in: define and pass down X11_LIB
21039 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
21041 * guess-systype: Renamed to ...
21042 * config.guess: ... by popular request.
21043 * configure.in, Makefile.in: Update accordingly.
21045 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
21047 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
21048 + Add Convex, Cray/Unicos, and Encore/Multimax support.
21049 + Execute ./dummy instead of assuming . is in PATH.
21051 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
21053 * guess-systype: New shell script. Attempts to guess the
21054 canonical host name of the executing host.
21055 Only a few hosts are supported so far.
21056 * configure: Call guess-systype if no host is specified.
21058 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
21060 * Makefile.in (gcc-no-fixedincludes): Made to work with current
21063 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
21065 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21066 (all-gcc, install-gcc, subdir_do): Use it.
21068 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21070 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21072 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
21074 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21075 set exclusively by configure, using configure.in .
21077 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21079 * test-build.mk: set $PATH for all builds
21081 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21083 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
21085 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
21086 the one used in gcc/Makefile.in, so that a null expansion doesn't
21087 override the one needed to build gcc with a native cc.
21089 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21091 * configure: Accept -with arguments.
21093 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21095 * Makefile.in: added h8300sim
21097 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
21099 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21100 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
21101 (all-cygnus, native, build-cygnus): Make
21102 $(canonhost)-stamp-3stage-done, not $(host)....
21103 * test-build.mk (stamp-3stage-compared): Use tail +10c for
21104 i386-sco3.2v4. Added else true to if command.
21106 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
21108 * config.sub: (from FSF) Sequent uses a BSD-like OS.
21110 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
21112 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21114 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21116 * configure.in: don't remove binutils from Solaris builds
21118 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
21120 * Makefile.in: get rid of earlier definitions for *clean,
21121 also handle the recursive info rule better
21123 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
21125 * Makefile.in (mostlyclean, distclean, realclean): Fix to
21126 do more-or-less the right thing.
21128 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
21130 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21131 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21133 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21135 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21138 * configure.in: split the configdirs list into 4 categories (native
21139 v. cross, library v. tool) and handle the cross-only and native-
21140 only in more reasonable (and correct!) way.
21142 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
21144 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
21145 configdirs anymore.
21147 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21149 * Makefile.in: extensive cleanup:: removed all of the explicit
21150 clean-* targets, collapsed many wrappers around subdir_do into
21151 one, added additional targets to satisfy standards.texi, deleted
21152 some old targets, some changes for consistency
21154 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21156 * configure.in: handle some programs as cross-only, and others as
21159 * test-build.mk: handle partial holes in a more generic manner
21161 * Makefile.in: m4 depends on libiberty
21163 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21165 * configure.in: add m4, textutils, fileutils, sed, shellutils,
21166 time, wdiff, and find to configdirs
21168 * Makefile.in: all, clean, and install rules for the new programs
21169 added to configure.in
21171 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21173 * configure.in: use mh-sun for all *-sun-* hosts
21175 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21177 * Makefile.in: define flags for X11 include files and library file
21178 locations, pass them down to the programs that need this info
21180 * build-all.mk: added a 'native' target, to 3stage the native toolchain
21182 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21184 * configure.in: start building libg++ for HP-UX targets
21186 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
21188 * README: Update references to files moved into etc/.
21190 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
21192 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
21193 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
21195 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
21197 * configure: accept dash as well as underscore in long option
21198 names for FSF compatibility.
21200 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
21202 * config.sub: added -sco3.2v4 support from FSF.
21204 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21206 * configure.in: expand the section that adds or removes
21207 directories from the list of programs to build, to handle native
21208 vs. cross in addition to host v. native
21210 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
21212 * Makefile.in: Replace C++ in macro names with CXX.
21213 This is less likely to break ...
21215 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21217 * test-build.mk: add -w to GNU_MAKE
21219 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21221 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21222 add 'sparc' to list of recognized cpus. This needed to make
21223 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21224 Delete some redundant ose68 variants. Recognize -wrs as an os,
21225 then changes that into $CPU-wrs-vxworks.
21227 * configure.in: remove most references to gdbtest, regularize
21228 target based program removal
21230 * test-build.mk: import from p3 tree (many fixes and changes)
21232 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21234 * Makefile.in: added rules to handle tcl, tk, and expect
21236 * configure.in: handle those directories if they exist
21238 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21240 * config.sub: removed bogus hppabsd and hppahpux names, since
21241 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21243 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21245 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
21246 depends upon all-xiberty
21248 * Makefile.in: changes from p3, including:
21250 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
21252 * Makefile.in (XTRAFLAGS): include newlib directories if
21253 newlib/Makefile exists, rather than if host != target.
21255 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
21257 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21258 from the same source tree and not building a cross-compiler. This
21259 matters for the libg++ configuration if reconfiguring a tree that
21260 has already been installed.
21262 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
21264 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21265 pick up the machine and system specific header files.
21267 * Makefile.in: added AS_FOR_TARGET, passed down in
21268 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21269 the C compiler to use to create programs which are run in the
21270 build environment, set it to default to $(CC), and passed it down
21271 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21273 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
21275 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21276 We need them for unusual native builds, like systems without
21279 * configure: also define $(host_canonical) and
21280 $(target_canonical), which are the full, canonical names for the
21281 given host and target
21283 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
21285 * Makefile.in: Added separate definitions for C++.
21287 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
21289 * configure.in (configdirs): Add deja-gnu.
21291 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
21293 * README: Update for configure.texi and gdb-4.7 release.
21295 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
21297 * Makefile.in: Move "all" target to top of file.
21298 Previously, first target was ".PHONY" which caused BSD4.4 make
21299 to build .PHONY when make was run without arguments.
21301 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
21303 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
21304 Library-copylefted code in libiberty.
21306 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
21308 * config.sub: Replace m68kmote with plain old m68k.
21310 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
21312 * Makefile.in: Remove space from blank line, avoid Make complaints.
21314 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
21316 * config.sub: Complain if no argument is given. Added support for
21317 386bsd as OS and target alias.
21319 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
21321 * Makefile.in (XTRAFLAGS): include newlib directories if
21322 newlib/Makefile exists, rather than if host != target.
21324 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
21326 * config.sub: recognize sparclite-wrs-vxworks.
21328 * Makefile.in (install-xiberty): added *-xiberty make rules (from
21329 p3.) Added clean-xiberty to clean.
21331 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21333 * configure.in: use *-*-* instead of nested cases for host and target
21335 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
21337 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21338 from the same source tree and not building a cross-compiler. This
21339 matters for the libg++ configuration if reconfiguring a tree that
21340 has already been installed.
21342 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
21344 * config.sub (i486v/i486v4): Merge in from FSF version.
21346 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
21348 * configure: only set PWD if it is already set.
21350 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
21352 * configure: just set PWD=`pwd` at the top, since Ultrix sh
21353 doesn't have unset and all success paths (and most error paths)
21354 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21355 to just ${PWD} to avoid confusion.)
21357 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
21359 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21360 even for a native compilation.
21362 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
21364 Changes to make the gdb.tar.Z rule work better.
21366 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
21367 (DEVO_SUPPORT): Add configure.texi.
21368 (bfd-ilrt.tar.Z): Remove ancient rule.
21370 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
21372 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21373 pick up the machine and system specific header files.
21375 * configure.in, config.sub: added new target m68010-adobe-scout,
21376 with alias of adobe68k. Changed configure.in to check for
21377 -scout before -sco* to avoid a false match.
21379 * Makefile.in: added AS_FOR_TARGET, passed down in
21380 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21381 the C compiler to use to create programs which are run in the
21382 build environment, set it to default to $(CC), and passed it down
21383 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21385 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
21387 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21388 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
21389 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21390 FOR_TARGET variants, to newlib and libg++.
21392 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
21394 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21397 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
21399 * config.sub: Accept `elf' as an environment.
21401 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21403 * Makefile.in (all-opcodes): cd into the right directory
21405 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
21407 * configure: added -program_transform_name option, used as
21408 argument to sed when installing programs.
21409 configure.texi: added documentation for -program_prefix,
21410 -program_suffix and -program_transform_name.
21412 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
21414 * config.sub: Accept i486 where i386 ok.
21416 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
21418 * config.sub: accept we32k
21420 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
21422 * config.sub, configure.in: accept OSE68000 and OSE68k.
21424 * Makefile.in: don't create all directories for ``make install'';
21425 let the subdirectories create the ones they need.
21427 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21429 * COPYING: new file, GPL v2
21431 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21433 * Makefile.in: use the new gen-info-dir, which needs a template
21434 argument (which also lives in texinfo)
21436 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21438 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
21440 * config.sub (ncr3000): Change i386 to i486.
21442 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21444 * Makefile.in: add install-rcs, install-grep to
21445 install-no-fixedincludes, removed install-bison and install-libgcc
21447 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
21449 * configure.in: grab the HPUX makefile fragment if on HPUX
21451 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21453 * Makefile.in: eradicate bison spoor (ditto libgcc).
21454 configure.in: recognise m68{k,000}-ericsson-OSE.
21455 es1800 is alias for m68k-ericsson-OSE
21457 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21459 * configure.in: rearrange the parts that remove programs from
21460 configdirs, based now on HOST==TARGET or by canonical triple.
21462 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21464 * test-build.mk: recurse explicitly with -f test-build.mk when
21465 appropriate. predicate stage3 and comparison on the existence
21466 of gcc. That is, if gcc isn't around, we aren't three-staging.
21467 On very clean, also remove ...stamp-co. Build in-place before
21468 doing other builds.
21470 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21472 * Makefile.in, configure.in: add tgas
21474 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21476 * Makefile.in: a number of changes merged in from progressive.
21478 * configure.in: add libm.
21480 * .cvsignore: ignore some stuff that comes from test-build.mk.
21482 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
21484 * config.sub: Add es1800 (m68k-ericsson-es1800).
21486 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21488 * configure: Add program_suffix (parallel to program_prefix)
21489 * Makefile.in: adjust directory-creating script for losing decstation
21491 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
21493 * configure: Minor $subdir-related fixes.
21495 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21497 * configure: fix various problems with propogating
21498 makefile_target_frag in subdirs.
21499 * configure.in: config libgcc if its there
21501 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
21503 * config.sub: HPPA merge.
21505 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
21507 * Makefile.in: Replace all-bison with all-byacc in all
21508 dependency lines for other tools (which now use byacc).
21510 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
21512 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
21514 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
21516 * Makefile.in: make gprof rules similar to byacc rules (instead of
21517 vestigal $(unsubdir) that didn't work...)
21519 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
21521 * config.sub: Add support for Linux.
21522 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
21523 (at least for libg++).
21525 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21527 * configure.texi: fix doc for the -nfp option to configure
21529 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
21531 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21533 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
21535 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21536 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21537 * configure.in: added solaris* host_makefile_frag hook.
21539 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21541 * config.sub: changed recognition of m68000 so that various
21542 m68k types can be specified via m680[01234]0
21544 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21546 * config.sub (basic_machine): fix sed so that '-foo' isn't
21547 completely substituted out while .+'-foo' loses the '-foo'
21549 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21551 * config.sub ($os): Add -aout.
21553 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
21555 * configure: If host_makefile_frag is absolute, don't
21556 prefix ${invsubdir} (relevant to libg++ auto-configure).
21558 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21560 * Makefile.in (tooldir): Define it.
21561 (all-ld): Depend on all-flex.
21563 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
21565 * Makefile.in (check): Fix libg++ special case.
21567 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21569 * configure: do not bury `pwd` into config.status, thus do fewer
21572 * configure: print the "Building in" message only when building in
21573 other than "." AND verbose.
21575 * configure: remove -s, rework -v to better accommodate guested
21578 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21580 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
21582 * Makefile.in: macroize flags passed on recursion. remove
21585 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21587 * configure: get makesrcdir right for subdirs deeper than 1.
21589 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21592 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21594 * Makefile.in: don't print subdir_do or recursion lines.
21596 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21598 * standards.texi: added menu item.
21600 * Makefile.in: build and install standards.info.
21602 * standards.texi: new file.
21604 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21606 * configure: test for and move config.status pieces from
21609 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21611 * configure: Test for existance of files before trying to mv
21612 them, to avoid numerous non-existance messages.
21614 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21616 * configure: correct final line of config.status.
21618 * configure: patch from eggert. Avoids a protection problem if
21619 the original Makefile.in is read only.
21621 * configure: use move-if-change from gcc to create config.status.
21622 Some makefiles depend on config.status to tell if a directory
21623 has been reconfigured for a different host. This change
21624 prevents those directories from remaking everything in the case
21625 where the reconfig was only intended to rebuild a Makefile.
21627 * configure: test for config.sub with "config.sub sun4" rather
21628 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21629 host alias from a missing config.sub.
21631 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21633 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21634 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
21636 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21638 * configure: mkdir ${subdir} as needed.
21640 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21642 * Makefile.in,configure.in: added autoconf.
21644 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21646 * Makefile.in: no longer pass against on recursion.
21648 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21649 definitions are not inherited.
21651 * configure: correct makesrcdir when subdir is .
21653 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21655 * configure: Add support for 'subdirs' variable, which is
21656 like 'configdirs', except that configure doesn't re-invoke
21657 itself for subdirs, it just creates a Makefile for each subdir.
21658 * configure.texi: Document subdirs.
21660 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21662 * configure.in: added flex to configdirs
21664 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21666 * Makefile.in: remove clean-stamps from clean.
21668 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21670 * configure.in: Add gdbtest to configdirs.
21672 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21674 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21675 to recursive makes.
21676 * configure.in: Recognize new ncr3000 config.
21678 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21680 * Makefile.in, configure.in: removed references to gdbm.
21682 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21684 * config.sub: Don't canonicalize os value
21685 newsos* to bsd (readline needs to check for newsos).
21686 (This fix was earlier made Jan 31, but got re-broken.)
21688 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21690 * configure.in: sco is an os, not a vendor!
21692 * configure: Quote $( better. Keep various shells happy.
21694 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21696 * Makefile.in: eliminate stamp-files.
21698 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21700 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
21701 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21703 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21705 * config.sub: fix iris/iris3.
21707 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21709 * configure: re-add -rm.
21711 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21713 * Maskefile.in: add .stmp-rcs to all.
21715 * configure.in: remove gas from rs6000 build, use aix host fragment.
21717 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21719 * configure: pass down site_option during recursion.
21721 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21723 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21725 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21727 * configure: Change exec_prefix so that it really defaults to prefix.
21729 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21731 * Makefile.in, configure.in: Add support for mmalloc library.
21733 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21735 * Makefile.in: add stmp dependencies for a few more things.
21737 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21739 * configure: adjusted error message on objdir/srcdir configure
21740 collision, per john's suggestion.
21742 * Makefile.in: add libiberty stmp to all and all.cross.
21744 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21746 * Makefile.in: remove force dependencies, add grep to all.
21748 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21750 * Makefile.in: drop flex. make stamp files work.
21752 * configure: added test for conflicting configuration in srcdir,
21753 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21754 gets cranky. use relative paths for configure and srcdir
21755 whenever possible. Send some error messages to stderr that were
21758 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21760 * Makefile.in: Fix libg++ rule to check for gcc directory
21761 before using gcc/gcc. Also pass XTRAFLAGS.
21763 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21765 * Makefile.in: added stmp-files so that directories aren't polled
21766 when they are already built.
21768 * configure.texi: fixed a node pointer problem.
21770 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21772 * config.sub configure.in gdb/configure.in
21773 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21774 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21775 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21777 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21779 * configure: -recurring becomes -silent. corrected help message
21782 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21784 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21786 * configure: when building Makefile for crosses, replace
21787 tooldir and program_prefix. default srcdir from location of
21788 config.sub. remove "for host in hosts" and "for target in
21791 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21793 * Makefile.in: Do not pass bindir or mandir to cvs.
21795 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21797 * Makefile.in, configure.in: removed traces of namesubdir,
21798 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21799 copyrights to '92, changed some from Cygnus to FSF.
21801 * configure.texi: remove most references to multiple hosts,
21802 multiple targets, subdirs, etc.
21804 * configure.man: removed rcsid. reference config.sub not
21807 * Makefile.in: mkdir $(infodir) on install-info.
21809 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21811 * configure.texi: Explain better about .gdbinit and about
21812 the environment that configure.in sections run in.
21814 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21816 * configure.in: Ultrix is only a decstation if it's a MIPS.
21818 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21820 * README: DOC.configure => cfg-paper.texi.
21822 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21824 * config.sub (near case $os): Don't convert newsos* to bsd!
21826 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21828 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21829 the number of copies of COPYING that go into the GDB tar file.
21831 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21833 * bfd/configure.in, gdb/config/mh-i386sco,
21834 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21835 Fix SCO configuration stuff.
21837 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21839 * Makefile.in: For libg++, make sure the -I pointing
21840 to the gcc directory goes *after* all the libg++-local -I flags.
21841 Also, move just-gcc dependency from just-libg++ to all-libg++.
21843 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21845 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21847 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21849 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21851 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21853 * config.sub: Add stratus configuration frags. Also
21856 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21858 * Makefile.in (DEV_SUPPORT): add configure.man.
21860 * config.sub(Decode manufacturer-specific): add -none*.
21862 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21864 * Makefile.in: remove form feeds to make Sun's make happy.
21865 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21867 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21869 * Makefile.in (AR_FLAGS): Make quieter.
21871 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21873 * configure.in: Add libg++.
21874 * configure: When verbose, don't output the command line at each
21875 level; it will be unremarkably the same as the previous version,
21876 which will be the same as what the user typed.
21878 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21880 * configure.in, Makefile.in: fix clean-info, add flex. add
21883 * configure: be less sensitive to spaces in Makefile.in. Do not
21884 look for sources in "..". Doing so breaks subdirectories that
21885 might have their own configure. If a subdir has it's own
21886 configure script, use it.
21888 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21890 * cfg-paper.texi: some changes suggested by rms.
21892 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21894 * config.sub: Merge in some small additions from the FSF version,
21895 taken from the gcc distribution, to bring the Cygnus and FSF
21896 versions into closer sync.
21898 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21900 * configure.in: Changed svr4 references to sysv4.
21902 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21904 * configure: added -V for version number option.
21906 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
21908 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21909 renamed from DOC.configure to cfg-paper.texi.
21911 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21913 * configure, config.subr, config.sub: config.subr is now
21916 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
21918 * configure.texi: new file, in progress.
21920 * Makefile.in: build info file and install the man page for
21923 * configure.man: new file, first cut.
21925 * configure: find config.subr again now that configuration "none"
21926 has gone. removed all traces of the -ansi option. removed all
21927 traces of the -languages option.
21929 * config.subr: resync from rms.
21931 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21933 * configure, config.sub, config.subr: merge config.sub into
21934 config.subr, call the result config.subr, remove config.sub, use
21937 * Makefile.in: revised install for dir.info.
21939 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21941 * configure.in: add decstation host makefile frag.
21943 * Makefile.in: BISON now bison -y again. also install-gcc on
21944 install. clean-gdbm on clean. infodir belongs in datadir.
21945 Make directories for info install. Build dir.info here then
21948 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21950 * Makefile.in: fix for bad directory tests.
21952 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21954 * configure: \{1,2\} appears to be a sysv'ism. Use a different
21955 regexp. -srcdir relative was being handled incorrectly.
21957 * Makefile.in: unwrapped some for loops so that parallel makes
21958 work again and so one can focus one's attention on a particular
21961 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21963 * configure: added PWD as a stand in for `pwd` (for speed). use
21964 elif wherever possible. make -srcdir work without -objdir.
21965 -objdir= commented out.
21967 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21969 * configure: +options become --options. -subdirs commented out.
21970 added -host, -datadir. Renamed -destdir to -prefix. Comment in
21971 Makefile now at top of generated Makefile. Removed cvs log
21972 entries. added -srcdir. create .gdbinit only if there is one
21975 * Makefile.in: idestdir and ddestdir go away. Added copyrights
21976 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
21977 and mandir now keyed off datadir by default.
21979 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21981 * Freshly created ChangeLog.
21988 version-control: never