Daily bump.
[official-gcc.git] / ChangeLog
blob56ee7d467d703e44b592044b90a2ec64aa896a16
1 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
3         * MAINTAINERS: Update my email address.
5 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
7         * MAINTAINERS (Write After Approval): Add myself.
9 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
11         * MAINTAINERS (Write After Approval): Add myself.
13 2020-06-12  Martin Liska  <mliska@suse.cz>
15         * .gitignore: Add .clang-tidy.
17 2020-06-08  Jason Merrill  <jason@redhat.com>
19         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
20         * configure: Regenerate.
22 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
24         * MAINTAINERS: Add myself as xtensa port maintainer.
26 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
28         * configure.ac: Don't require --enable-host-shared when building
29         for Mingw.
30         * configure: Regenerate.
32 2020-05-18  Jason Merrill  <jason@redhat.com>
34         * configure.ac: Update bootstrap dialect to -std=c++11.
36 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
38         * MAINTAINERS (Write After Approval): Add myself.
40 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
42         PR target/92713
43         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
44         (noconfigdirs): Add 'target-libstdc++-v3'.
45         * configure: Regenerate.
47 2020-04-21  Stephen Casner  <casner@acm.org>
49         PR 25830
50         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
51         * configure: Rebuild.
53 2020-04-17  Martin Liska  <mliska@suse.cz>
54             Jonathan Yong <10walls@gmail.com>
56         PR gcov-profile/94570
57         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
58         for CYGWIN.
60 2020-04-14  Martin Jambor  <mjambor@suse.cz>
62         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
64 2020-04-09  Tom Tromey  <tom@tromey.com>
66         * configure: Rebuild.
67         * Makefile.in: Rebuild.
68         * Makefile.def (gdbsupport, gdbserver): New host modules.
69         (configure-gdb): Depend on all-gdbsupport.
70         (all-gdb): Depend on all-gdbsupport, all-libctf.
71         * configure.ac (host_tools): Add gdbserver.
72         Conditionally build gdbserver and gdbsupport.
74 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
76         * configure.ac: Build libgomp by default for amdgcn.
77         * configure: Regenerate.
79 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
81         * MAINTAINERS (Write After Approval): Add myself.
83 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
85         * MAINTAINERS (Write After Approval) : Add myself.
87 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
89         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
91 2020-02-14  Martin Sebor  <msebor@redhat.com>
93         * doc/extend.texi (attribute alias): Mention type requirement.
94         (attribute weak): Same.
95         (attribute weakref): Correct invalid example.
97 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
99         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
101 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
102             Jakub Jelinek  <jakub@redhat.com>
104         * .gitattributes: Add *.md diff=md.
106 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
108         The mentioned auto-generated file is no more part of the
110         GCC sources, it's auto-generated in $(builddir) during build.
112         PR target/92055
113         * contrib/gcc_update (files_and_dependencies): Remove
114         entry for gcc/config/avr/t-multilib.
116 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
118         * MAINTAINERS: Update my email address.
120 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
122         * README.MOVED_TO_GIT: Remove.
124 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
126         * README.MOVED_TO_GIT: New file.
128 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
130         * MAINTAINERS (Write After Approval): Add myself.
132 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
134         * MAINTAINERS (write_after_approval): Add myself.
136 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
138         * MAINTAINERS (write_after_approval): Add myself.
140 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
142         * MAINTAINERS (write_after_approval): Add myself.
144 2019-12-11  Matthias Klose  <doko@ubuntu.com>
146         * configure.ac: Factor out common cases for compare_exclusions.
147         * configure: Regenerate.
149 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
151         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
152         flag.
154 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
156         * MAINTAINERS (Write After Approval): Add myself.
158 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
160         PR middle-end/92463
161         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
162         * configure: Regenerate
164 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
166         * configure.ac: Use https for gcc.gnu.org.
167         * configure: Regenerated.
169 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
171         * MAINTAINERS (aarch64 port): Remove my name, move to...
172         (Write After Approval): ...Here.
174 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
176         * MAINTAINERS: Change my email address as maintainer.
178 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
180         PR fortran/91828
181         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
182         * configure: Regenerated.
184 2019-10-21  Jason Merrill  <jason@redhat.com>
186         * .gitattributes: Also check ChangeLog whitespace.
188 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
190         * contrib/dg-extract-results.sh: Add support for KPASS.
191         * contrib/dg-extract-results.py: Likewise.
193 2019-10-17  Jason Merrill  <jason@redhat.com>
195         * .gitattributes: Avoid {} in filename pattern.
197 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
199         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
200         Approval section.
202 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
204         * MAINTAINERS: Add myself to Write After Approval
206 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
208         * MAINTAINERS: Add myself as an aarch64 maintainer.
210 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
212         * MAINTAINERS: Add myself as aarch64 maintainer.
214 2019-09-23  Carl Love  <cel@us.ibm.com>
216         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
217         New define_insn.
218         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
219         vsx_xxpermdi16_le_V16QI): Removed define_insn.
221 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
223         * MAINTAINERS (Sam Tebbs): Update email address.
225 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
227         * MAINTAINERS: Update my email address.
229 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
231         * libtool.m4: Handle uclinuxfdpiceabi.
233 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
235         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
236         Remove myself from Write After Approval section.
238 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
240         * configure.ac: Support for bpf-*-* targets.
241         * configure: Regenerate.
243 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
245         * config.sub: Import upstream version 2019-06-30.
246         * config.guess: Import upstream version 2019-07-24.
248 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
250         * MAINTAINERS: Remove spu port maintainers.
252 2019-08-28  Martin Liska  <mliska@suse.cz>
254         * .gitignore: Add .clangd and compile_commands.json
255         to .gitignore.
257 2019-08-23  Michael Forney  <mforney@mforney.org>
259         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
260         * Makefile.in: Regenerate.
262 2019-08-19  Tom Tromey  <tom@tromey.com>
264         * configure: Rebuild.
265         * configure.ac: Add --with-static-standard-libraries.
267 2019-08-16  Alexandre Oliva <oliva@gnu.org>
269         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
271 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
273         * MAINTAINERS (Write After Approval): Add myself.
275 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
277         * MAINTAINERS (Write After Approval): Remove myself, already listed in
278         RISC-V port maitainer.
280 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
282         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
284 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
286         * MAINTAINERS (Write After Approval): Add myself.
288 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
290         * MAINTAINERS (Write After Approval): Add myself.
292 2019-06-25  Martin Liska  <mliska@suse.cz>
294         contrib/filter-clang-warnings.py: Transform from
295         filter-rtags-warnings.py.
297 2019-06-15  Tom Tromey  <tom@tromey.com>
299         * configure.ac (host_libs): Add gnulib.
300         * configure: Rebuild.
301         * Makefile.def (host_modules, dependencies): Add gnulib.
302         * Makefile.in: Rebuild.
304 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
306         * MAINTAINERS (Write After Approval): Add myself.
308 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
310         * configure: Regenerate.
311         * configure.ac: Add PRU target.
313 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
315         * MAINTAINERS (Write After Approval): Add myself.
317 2019-06-11  Nick Clifton  <nickc@redhat.com>
319         Import these changes from the binutils/gdb repository:
321         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
323         * Makefile.def (dependencies): configure-libctf depends on all-bfd
324         and all its deps.
325         * Makefile.in: Regenerated.
327         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
329         * Makefile.def (host_modules): Add libctf.
330         * Makefile.def (dependencies): Likewise.
331         libctf depends on zlib, libiberty, and bfd.
332         * Makefile.in: Regenerated.
333         * configure.ac (host_libs): Add libctf.
334         * configure: Regenerated.
336 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
338         * MAINTAINERS (Write After Approval): Add myself.
340 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
342         * MAINTAINERS: Update my email address.
344 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
346         * MAINTAINERS (Write After Approval): Add myself.
348 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
350         * MAINTAINERS (Write After Approval): Add myself.
352 2019-05-07  Jim Wilson  <jimw@sifive.com>
354         * MAINTAINERS: Remove myself as IA-64 maintainer.
356 2019-05-04  Roland Illig  <roland.illig@gmx.de>
358         * MAINTAINERS (Write After Approval): Add myself.
360 2019-05-02  Richard Biener  <rguenther@suse.de>
362         PR bootstrap/85574
363         * Makefile.tpl (compare target): Also compare extra-compare
364         files.
365         * Makefile.in: Regenerate.
367 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
369         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
370         as modulo-scheduler maintainer.
372 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
374         * MAINTAINERS: Add myself as co-maintainer for Darwin.
376 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
378         * MAINTAINERS: Update my email address.
380 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
382         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
383         * configure: Regenerate.
385 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
387         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
388         * configure: Regenerate.
390 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
392         * configure.ac: Add target-zlib to target_libraries.
393         * configure: Regenerate.
395 2019-04-09  Martin Liska  <mliska@suse.cz>
397         * Makefile.in: Regenerate.
398         * Makefile.tpl: Pass GENERATOR_CFLAGS
399         in all stages.
401 2019-03-28  Martin Liska  <mliska@suse.cz>
403         PR bootstrap/89829
404         * Makefile.in: Revert r254150.
405         * Makefile.tpl: Likewise.
407 2019-03-28  Ben Elliston  <bje@gnu.org>
409         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
410         related, and libdecnumber.
412 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
414         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
415         (Write After Approval): Remove myself.
417 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
419         * MAINTAINERS (Write After Approval): Add myself.
421 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
423         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
424         (Write After Approval): Remove myself and Julian.
426 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
428         * MAINTAINERS (Write After Approval): Add myself.
430 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
432         * MAINTAINERS (Write After Approval): Add myself.
434 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
436         * ChangeLog: Replace space with tab.
437         * MAINTAINERS: Delete 1 tab to keep alignment.
439 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
441         * MAINTAINERS (Write After Approval): Add myself.
443 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
445         * MAINTAINERS (Write After Approval): Add myself.
447 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
448             Kwok Cheung Yeung  <kcy@codesourcery.com>
449             Julian Brown  <julian@codesourcery.com>
450             Tom de Vries  <tom@codesourcery.com>
451             Jan Hubicka  <hubicka@ucw.cz>
452             Martin Jambor  <mjambor@suse.cz>
454         * configure.ac: Likewise.
455         * configure: Regenerate.
456         * contrib/config-list.mk: Add amdgcn-amdhsa.
458 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
460         * MAINTAINERS (Write After Approval): Add myself.
462 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
464         * MAINTAINERS (Write After Approval): Add myself.
466 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
468         PR target/88535
469         * config.guess: Import upstream version 2019-01-03.
470         * config.sub: Import upstream version 2019-01-01.
472 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
474         * MAINTAINERS (Write After Approval): Update my maintainer address.
476 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
478         * MAINTAINERS (Write After Approval): Add myself.
480 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
482         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
484 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
486         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
487         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
488         (GCC_TARGET_TOOL): Likewise.
489         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
490         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
491         OTOOL, OTOOL_FOR_TARGET: New substitutions.
492         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
493         * configure: Regenerate.
494         * Makefile.in: Likewise.
496 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
498         * MAINTAINERS (Write After Approval): Add myself.
500 2018-11-13  Martin Liska  <mliska@suse.cz>
502         * gcc.target/i386/pr87930.c: Move to ...
503         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
505 2018-11-10  Stafford Horne  <shorne@gmail.com>
507         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
508         (Write After Approval): Remove myself.
510 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
512         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
513         Append $INCICONV to it.
515 2018-11-04  Stafford Horne  <shorne@gmail.com>
517         * MAINTAINERS (Write After Approval): Add myself.
519 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
521         PR bootstrap/82856
522         * multilib.am: New file.  From automake.
524         Merge from binutils-gdb:
525         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
527         * libtool.m4: Use AC_LANG_SOURCE.
528         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
529         * ar-lib: New file.
530         * test-driver: New file.
531         * configure: Re-generate.
533 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
535         * MAINTAINERS (Write After Approval): Add myself.
537 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
539         PR bootstrap/87788
540         PR d/87799
541         * configure: Rebuild.
542         * configure.ac: Disable D on systems where it is known not to work.
544 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
546         * Makefile.def (target_modules): Add libphobos.
547         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
548         GDCFLAGS_FOR_TARGET.
549         (dependencies): Make libphobos depend on libatomic, libbacktrace
550         configure, and zlib configure.
551         (language): Add language d.
552         * Makefile.in: Rebuild.
553         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
554         (HOST_EXPORTS): Add GDC.
555         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
556         (BASE_TARGET_EXPORTS): Add GDC.
557         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
558         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
559         (EXTRA_HOST_FLAGS): Add GDC.
560         (STAGE1_FLAGS_TO_PASS): Add GDC.
561         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
562         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
563         environment variables.
564         * configure: Rebuild.
565         * configure.ac: Add target-libphobos to target_libraries.  Set and
566         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
568 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
570         * MAINTAINERS (Write After Approval): Add myself.
572 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
574         * MAINTAINERS (Write After Approval): Remove myself.
576 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
578         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
580 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
582         * MAINTAINERS: Update my email address.
584 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
586         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
587         maintainer.
589 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
591         * MAINTAINERS (Write After Approval): Add self.
593 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
595         * MAINTAINERS (write after approval): Add myself.
597 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
599         * MAINTAINERS: Update my email address.
601 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
603         * MAINTAINERS (write after approval): Add myself.
605 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
607         * MAINTAINERS: Add self to global reviewers list.
609 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
611         MAINTAINERS: Add c-sky port maintainers.
613 2018-08-10  Martin Liska  <mliska@suse.cz>
615         * MAINTAINERS: Revert change in previous commit and
616         join lines.
618 2018-08-10  Martin Liska  <mliska@suse.cz>
620         * MAINTAINERS: Remove extra line.
622 2018-08-06  Naveen H.S  <naveenh@marvell.com>
624         * MAINTAINERS: Update my email address.
626 2018-07-19  DJ Delorie  <dj@redhat.com>
628         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
629         as maintainer.
631 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
633         * MAINTAINERS: Adjust email address for me and my colleague Robin
634         Dapp.
636 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
637             Sunil K Pandey  <sunil.k.pandey@intel.com>
639         PR target/84413
640         * config/i386/i386.c (m_CORE_AVX512): New.
641         (m_CORE_AVX2): Likewise.
642         (m_CORE_ALL): Add m_CORE_AVX2.
643         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
644         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
645         and remove the rest of m_SKYLAKE_AVX512.
647 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
649         * config.sub: Sync with upstream version 2018-07-03.
651 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
653         * config.guess: Sync with upstream version 2018-06-26.
654         * config.sub: Sync with upstream version 2018-07-02.
656 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
658         * libtool.m4: Sort output of 'find' to enable deterministic builds.
659         * ltmain.sh: Likewise.
661 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
663         * contrib/config-list.mk: Remove powerpc-linux_paired.
665 2018-06-29  Alexandre Oliva <oliva@adacore.com>
667         * configure.ac: Introduce support for @unless/@endunless.
668         * Makefile.tpl (dep-kind): Rewrite with cond; return
669         postbootstrap in some cases.
670         (make-postboot-dep, postboot-targets): New.
671         (dependencies): Do not output postbootstrap dependencies at
672         first.  Output non-target ones changed for configure to depend
673         on stage_last @if gcc-bootstrap, and the original deps @unless
674         gcc-bootstrap.
675         * configure.in, Makefile.in: Rebuilt.
677 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
679         * MAINTAINERS (write after approval): Add myself.
681 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
683         * MAINTAINERS (write after approval): Add myself.
685 2018-06-19  Nick Clifton  <nickc@redhat.com>
687         * zlib/configure.ac: Restore old behaviour of only enabling
688         multilibs when a target subdirectory is defined.  This allows
689         building with srcdir == builddir.
690         * zlib/configure: Regenerate.
692 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
694         * Makefile.def (fortran): Add check-target-libgomp-fortran.
695         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
696         * Makefile.in: Regenerate.
698 2018-06-16  Ben Elliston  <bje@gnu.org>
700         * config.guess: Import latest version.
701         * config.sub: Likewise.
703 2018-06-08  Martin Liska  <mliska@suse.cz>
705         * MAINTAINERS: Remove MPX-related entries.
706         * Makefile.def: Remove libmpx support.
707         * Makefile.in: Regenerate.
708         * configure.ac: Remove removed files.
709         * configure: Regenerate.
710         * libmpx/ChangeLog: Remove.
711         * libmpx/Makefile.am: Remove.
712         * libmpx/Makefile.in: Remove.
713         * libmpx/acinclude.m4: Remove.
714         * libmpx/aclocal.m4: Remove.
715         * libmpx/config.h.in: Remove.
716         * libmpx/configure: Remove.
717         * libmpx/configure.ac: Remove.
718         * libmpx/configure.tgt: Remove.
719         * libmpx/libmpx.spec.in: Remove.
720         * libmpx/mpxrt/Makefile.am: Remove.
721         * libmpx/mpxrt/Makefile.in: Remove.
722         * libmpx/mpxrt/libmpx.map: Remove.
723         * libmpx/mpxrt/libtool-version: Remove.
724         * libmpx/mpxrt/mpxrt-utils.c: Remove.
725         * libmpx/mpxrt/mpxrt-utils.h: Remove.
726         * libmpx/mpxrt/mpxrt.c: Remove.
727         * libmpx/mpxrt/mpxrt.h: Remove.
728         * libmpx/mpxwrap/Makefile.am: Remove.
729         * libmpx/mpxwrap/Makefile.in: Remove.
730         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
731         * libmpx/mpxwrap/libtool-version: Remove.
732         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
734 2018-06-04  Martin Liska  <mliska@suse.cz>
736         * MAINTAINERS: Add myself as gcov maintainer.
738 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
740         * MAINTAINERS: Update my email address.
742 2018-06-04  Tom de Vries  <tdevries@suse.de>
744         * MAINTAINERS: Remove write-after-approval entries for component
745         maintainers.
747 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
749         * MAINTAINERS (write after approval): Add myself.
751 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
753         * MAINTAINERS: Update my email address.
755 2018-06-01  Tom de Vries  <tdevries@suse.de>
757         * MAINTAINERS: Update my email address.
759 2018-05-22  Bin Cheng <bin.cheng@arm.com>
761         * MAINTAINERS (loop-optimizer): Add myself.
763 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
765         * configure.ac: Added "nfp" target.
766         * configure: Regenerate.
768 2018-04-30  Richard Biener  <rguenther@suse.de>
770         PR bootstrap/85571
771         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
772         (STAGE3_TFLAGS): Likewise.
773         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
774         (STAGEtrain_TFLAGS): Likewise.
775         * Makefile.in: Regenerate.
777 2018-04-26  Richard Biener  <rguenther@suse.de>
779         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
780         (STAGE2_CFLAGS): Likewise.
781         (STAGE2_TFLAGS): Likewise.
782         (STAGE3_CFLAGS): Add -fchecking.
783         (STAGE3_TFLAGS): Likewise.
784         (STAGEtrain_CFLAGS): Filter out -fchecking.
785         (STAGEtrain_TFLAGS): Likewise.
786         * Makefile.in: Re-generate.
788 2018-04-25  Catherine Moore <clm@codesourcery.com>
790         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
792 2018-04-18  Paul Clarke  <pc@us.ibm.com>
794         * MAINTAINERS (write after approval): Add myself.
796 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
798         * MAINTAINERS: Update my email address.
800 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
802         * MAINTAINERS: Remove redundant Write-After-Approval entry.
804 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
806         * MAINTAINERS: Update my email address and disambiguate myself
807         a bit from Will Schmidt.
809 2018-03-21  Nathan Sidwell  <nathan@acm.org>
811         * MAINTAINERS: Move maintainers of now-removed picochip and score
812         ports to write after approval.
814 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
816         * MAINTAINERS: Add entry for SVE maintainership.
818 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
820         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
821         * configure: Regenerate.
823 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
825         * MAINTAINERS (write after approval): Add myself.
827 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
829         * MAINTAINERS (write after approval): Add myself.
831 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
833         * MAINTAINERS (write after approval): Add myself.
835 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
837         Update copyright years.
839 2018-01-03  Ben Elliston  <bje@gnu.org>
841         * config.guess: Import latest version.
842         * config.sub: Likewise.
844 2017-12-12  Stafford Horne  <shorne@gmail.com>
846         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
847         * configure: Regenerate.
849 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
851         * MAINTAINERS (Write After Approval): Add myself.
853 2017-11-28  Julia Koval  <julia.koval@intel.com>
854             Sebastian Peryt  <sebastian.peryt@intel.com>
856         * Makefile.def (target_modules): Remove libcilkrts.
857         * Makefile.in: Ditto.
858         * configure: Ditto.
859         * configure.ac: Ditto.
861 2017-11-28  Julia Koval  <julia.koval@intel.com>
863         * MAINTAINERS (Write After Approval): Add myself.
865 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
867         * MAINTAINERS (Write After Approval): Add myself.
869 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
871         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
872         Use my SiFive email address.
874 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
876         * MAINTAINERS (write after approval): Add myself.
878 2017-10-27  Martin Liska  <mliska@suse.cz>
880         * Makefile.tpl: Use proper name of folder as it was renamed
881         during transition to 4 stages.
882         * Makefile.in: Regenerate.
884 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
886         * MAINTAINERS (write after approval): Add myself.
888 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
890         * MAINTAINERS: Add a note that maintainership also includes web
891         pages, docs, and testsuite related to that area.
893 2017-09-25  Tom de Vries  <tom@codesourcery.com>
895         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
897 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
899         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
901 2017-09-15  Nathan Sidwell  <nathan@acm.org>
903         * MAINTAINERS: Remove myself as a vxworks maintainer.
905 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
907         * MAINTAINERS: Remove email address of Jim Norris.
909 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
911         * MAINTAINERS (Reviewers): Move myself from here...
912         (CPU Port Maintainers): ... to here.
914 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
916         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
918 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
920         * MAINTAINERS (write after approval): Add myself.
922 2017-07-28  Tony Reix  <tony.reix@atos.net>
924         * configure.ac (target-libffi): Don't disable for AIX.
925         (go): Don't add to unsupported_languages on AIX.
926         (target-libgo): Don't disable for AIX.
927         * configure: Regenerate.
929 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
931         * MAINTAINERS: Add myself.
933 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
935         * MAINTAINERS: Update my email address.
937 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
939         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
940         arm-specific auto-generated header files.
942 2017-07-03  Nathan Sidwell  <nathan@acm.org>
944         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
945         * configure: Rebuilt.
947 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
949         * MAINTAINERS: Readd myself for c6x.
951 2017-06-28  Martin Liska  <mliska@suse.cz>
953         PR bootstrap/81217
954         * Makefile.def: Remove superfluous bootstrap_target from
955         bootstrap_stage.
956         * Makefile.in: Re-generate the file.
958 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
960         * MAINTAINERS: Add myself to Write After Approval
962 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
964         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
966 2017-06-19  Martin Liska  <mliska@suse.cz>
968         * Makefile.def: Define 4 stages PGO bootstrap.
969         * Makefile.tpl: Define FLAGS.
970         * Makefile.in: Regenerate.
972 2017-06-14  Ian Lance Taylor  <iant@golang.org>
974         * Makefile.def: Add check-gotools to go check targets.
975         * Makefile.in: Rebuild.
977 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
979         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
981 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
983         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
984         * configure: Regenerate.
986 2017-05-31  Martin Liska  <mliska@suse.cz>
988         * configure.ac: Add handling of stage2_werror_flags to
989         action-if-given and to action-if-not-given.
990         * configure: Regenerate.
992 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
994         * MAINTAINERS: Add self to Write After Approval
996 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
998         * MAINTAINERS: Update my email address, and remove myself as
999         maintainer in some areas.
1001 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
1003         * MAINTAINERS: Add self to Write After Approval
1005 2017-05-25  Nathan Sidwell  <nathan@acm.org>
1007         * configure.ac: Add --enable-languages=default to mean default and
1008         make --enable-languages=all mean all supported languages.
1009         * configure: Regenerated.
1011 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
1013         * config.gcc (powerpc*-*-*spe*): New.
1014         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1015         (powerpc-*-rtems*spe*): New.
1016         (powerpc*-*-linux*spe*): New.
1017         (powerpc-wrs-vxworksspe): New.
1018         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1019         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1020         * config.host (powerpc*-*-*spe*): New.
1022 2017-05-19  Martin Liska  <mliska@suse.cz>
1024         * configure.ac: Add --enable-werror-always just for
1025         bootstrap-debug (or none build config) and do not add it
1026         when we are on a release branch.
1027         * configure: Regenerated.
1029 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1031         * MAINTAINERS: Add self to Write After Approval
1033 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1035         * MAINTAINERS: Move myself to Write After Approval section.
1037 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1039         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1040         ACCH registers.
1041         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1042         available.
1043         (umulsidi3): Likewise.
1044         (mulsidi3_700): Disable this pattern when we have advanced mpy
1045         instructions.
1046         (umulsidi3_700): Likewise.
1047         (maddsidi4): New pattern.
1048         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1049         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1050         (mpydu_imm_arcv2hs): Likewise.
1051         * config/arc/predicates.md (accl_operand): New predicate.
1053 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1054             Andrew Burgess <andrew.burgess@embecosm.com>
1056         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1057         case.
1058         (ARC_AUTOFP_IRQ_P): Likewise.
1059         (ARC_AUTO_IRQ_P): Likewise.
1060         (rgf_banked_register_count): New variable.
1061         (parse_mrgf_banked_regs_option): New function.
1062         (arc_override_options): Handle rgf_banked_regs option.
1063         (arc_handle_interrupt_attribute): Add firq option.
1064         (arc_compute_function_type): Return fast irq type when required.
1065         (arc_must_save_register): Handle fast interrupts.
1066         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1067         (arc_return_address_regs): Update.
1068         * config/arc/arc.h (arc_return_address_regs): Update.
1069         (arc_function_type): Add fast interrupt type.
1070         (ARC_INTERRUPT_P): Update.
1071         (RC_FAST_INTERRUPT_P): Define.
1072         * config/arc/arc.md (simple_return): Update for fast interrupts.
1073         (p_return_i): Likewise.
1074         * config/arc/arc.opt (mrgf-banked-regs): New option.
1075         * doc/invoke.texi (mrgf-banked-regs): Document.
1077 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1079         * config/arc/arc.c (irq_ctrl_saved): New variable.
1080         (ARC_AUTOBLINK_IRQ_P): Define.
1081         (ARC_AUTOFP_IRQ_P): Likewise.
1082         (ARC_AUTO_IRQ_P): Likewise.
1083         (irq_range): New function.
1084         (arc_must_save_register): Likewise.
1085         (arc_must_save_return_addr): Likewise.
1086         (arc_dwarf_emit_irq_save_regs): Likewise.
1087         (arc_override_options): Handle deferred options.
1088         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1089         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1090         arc_must_save_return_addr.
1091         (arc_compute_frame_size): Handle automated save and restore of
1092         registers.
1093         (arc_expand_prologue): Likewise.
1094         (arc_expand_epilogue): Likewise.
1095         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1096         * config/arc/arc.opt (mirq-ctrl-saved): New option.
1097         * doc/invoke.texi (mirq-ctrl-saved): Document option.
1099 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1100         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
1102         PR bootstrap/77661
1103         * Makefile.def: Don't pass --enable-maintainer-mode on to an
1104         in-tree build MPC.
1105         * Makefile.in: Regenerate.
1107 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1109         * configure.ac: Enable LTO by default on darwin >= 9.
1110         * configure: Regenerate.
1112 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
1114         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1115         and Andrew Waterman as the RISC-V maintainers.
1117 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
1119         * MAINTAINERS: Add self to Write After Approval
1121 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1123         * config.guess: Import latest from upstream.
1125 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1127         * MAINTAINERS (Write After Approval): Remove entries that are
1128         already covered under Reviewers.
1130 2017-03-08  Mark Wielaard  <mark@klomp.org>
1132         PR demangler/70909
1133         PR demangler/67264
1134         * include/demangle.h: Add d_printing to struct demangle_component
1135         and pass struct demangle_component as non const.
1137 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
1139         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1141 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
1143         * Makefile.tpl: Remove HOST_ISLVER.
1144         (HOST_EXPORTS): Remove ISLVER.
1145         * Makefile.in: Regenerate.
1147 2017-02-13  Richard Biener  <rguenther@suse.de>
1149         * configure: Re-generate.
1151 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
1153         * MAINTAINERS: Adjust bug reporting URL.
1155 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1157         * MAINTAINERS (Write After Approval): Remove redundant entry
1158         for Andrew Burgess.
1160 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
1162         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1163         32-bit hppa*-*-hpux*.
1164         * configure: Regenerate.
1166 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
1168         * configure.ac: Moved the white list of enabling BRIG FE to
1169         libhsail-rt/configure.tgt.
1170         * configure: Regenerated.
1171         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1173 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
1174             Martin Jambor  <mjambor@suse.cz>
1176         * Makefile.def (target_modules): Added libhsail-rt.
1177         (languages): Added language brig.
1178         * Makefile.in: Regenerated.
1179         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1180         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
1181         * configure: Regenerated.
1183 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
1185         PR other/79046
1186         * configure: Regenerated.
1188 2017-01-04  Alan Modra  <amodra@gmail.com>
1190         * configure: Regenerate.
1192 2016-12-29  Ben Elliston  <bje@gnu.org>
1194         * config.sub: Import latest version.
1196 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1198         * MAINTAINERS (Write After Approval): Add myself.
1200 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
1202         * configure.ac: Don't bootstrap libmpx unless --with-build-config
1203         includes bootstrap-mpx.
1204         * configure: Regenerated.
1206 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
1208         * MAINTAINERS (Write After Approval): Add myself.
1210 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
1212         * configure: Regenerate.
1214 2016-12-01  Matthias Klose  <doko@ubuntu.com>
1216         * configure.ac: Don't use pkg-config to check for bdw-gc.
1217         * configure: Regenerate.
1219 2016-11-30  Matthias Klose  <doko@ubuntu.com>
1221         * Makefile.def: Remove reference to boehm-gc target module.
1222         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1223         options and for the bdw-gc pkg-config module.
1224         * configure: Regenerate.
1225         * Makefile.in: Regenerate.
1227 2016-11-28  Nathan Sidwell  <nathan@acm.org>
1229         * MAINTAINERS (nvptx): Remove self.
1231 2016-11-25  Ben Elliston  <bje@gnu.org>
1233         * config.guess: Import latest version.
1234         * config.sub: Likewise.
1236 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
1238         * MAINTAINERS (Write After Approval): Add myself.
1240 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1242         * Makefile.def: Remove references to GCJ.
1243         * Makefile.tpl: Likewise.
1244         * Makefile.in: Regenerate.
1246 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1248         * config-ml.in: Remove references to GCJ.
1249         * configure.ac: Likewise.
1250         * configure: Regenerate.
1252 2016-11-01  Josh Conner  <joshconner@google.com>
1254         * MAINTAINERS (Write After Approval): Update email address,
1256 2016-10-27  Carl Love  <cel@us.ibm.com>
1258         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1259         Approval list to make it alphabetical.
1261 2016-10-27  Carl Love  <cel@us.ibm.com>
1263         * MAINTAINERS (Write After Approval): Add myself.
1265 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1267         * MAINTAINERS (Reviewers): Add myself.
1268         (Write After Approval): Add myself.
1270 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
1271             Ulrich Weigand  <uweigand@de.ibm.com>
1273         * MAINTAINERS: Update email address.
1275 2016-10-10  Nathan Sidwell  <nathan@acm.org>
1277         * MAINTAINERS: Update email address.
1279 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
1281         * configure.ac: Add aarch64-*-freebsd*.
1282         * configure: Regenerate.
1284 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
1286         * MAINTAINERS: Update email address after it got reverted.
1288 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1290         * configure.ac (target_libraries): Readd target-boehm-gc.
1291         Restore --enable-objc-gc handling.
1292         * configure: Regenerate.
1294 2015-10-03  Jeff Law  <law@redhat.com>
1296         * MAINTAINERS: Move several inactive maintainers to the
1297         write-after-approval section.
1299 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
1301         * configure.ac: Add target-libffi to target_libraries.
1302         Readd libgcj target disablings, modified to only target-libffi.
1303         Readd target addition of go to unsupported languages.
1304         * configure: Regenerated.
1306 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
1308         * MAINTAINERS: Update email address.
1310 2016-09-30  Andrew Haley  <aph@redhat.com>
1312         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1313         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
1314         libgcj.
1316 2016-09-30  Andrew Haley  <aph@redhat.com>
1318         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1319         write-after approval after GCJ deletion.
1321 2016-09-30  Andrew Haley  <aph@redhat.com>
1323         * Makefile.def: Remove libjava.
1324         * Makefile.tpl: Likewise.
1325         * Makefile.in: Regenerate.
1326         * configure.ac: Likewise.
1327         * configure: Likewise.
1328         * gcc/java: Remove.
1329         * libjava: Likewise.
1331 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
1333         * MAINTAINERS (Reviewers): Add myself.
1335 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
1337         * configure.ac: Disable "sim" directory for arc*-*-*.
1338         * configure: Regenerated.
1340 2016-09-23  Tamar Christina <tamar.christina@arm.com>
1342         * MAINTAINERS (Write After Approval): Add myself.
1344 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
1346         * configure.ac: Check for the minimum in-tree MPFR version
1347         handled.
1348         * configure: Regenerate.
1350 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
1352         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
1353         * configure: Regenerated.
1355 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
1357         * MAINTAINERS (Write After Approval): Add myself.
1359 2016-06-23  Andi Kleen  <ak@linux.intel.com>
1361         * Makefile.def: Add autoprofiledbootstrap.
1362         * Makefile.tpl: Dito.
1363         * Makefile.in: Regenerate.
1365 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
1367     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
1368     * configure: Regenerate.
1370 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1372         * configure: Regenerate.
1373         * configure.ac: Remove support for avr-rtems.
1375 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1377         * MAINTAINERS (Write After Approval): Add myself.
1379 2016-06-16  Michael Collison  <michael.collison@arm.com>
1381         * MAINTAINERS (Write After Approval): Add myself.
1383 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
1385         * MAINTAINERS (Write After Approval): Update e-mail address.
1387 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
1389         * MAINTAINERS (Write After Approval): Add myself.
1391 2016-05-28  Alan Modra  <amodra@gmail.com>
1393         * Makefile.tpl (configure): Depend on m4 files included.
1394         * Makefile.in: Regenerate.
1396 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
1398         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
1399         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
1401 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
1403         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
1404         special case builtin.
1405         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
1406         support for ALTIVEC_BUILTIN_VEC_ADDEC.
1407         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
1408         for __builtin_vec_addec.
1410 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
1412         * config.guess: Import version 2016-04-02 (newest).
1413         * config.sub: Import version 2016-05-10 (newest).
1415 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
1417         * configure.ac: Add ARC support to libgloss.
1418         * configure: Regenerate
1420 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
1422         * MAINTAINERS (Write After Approval): Add myself.
1424 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1426         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
1427         * configure: Regenerated.
1428         * Makefile.def (gmp): Explicitly disable assembler.
1429         (mpfr): Adjust lib_path.
1430         (mpc): Likewise.
1431         * Makefile.in: Regenerated.
1433 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
1435         PR bootstrap/70704
1436         * configure.ac (--enable-stage1-checking): Add missing
1437         --enable-checking=.
1438         * configure: Regenerated.
1440 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1442         * config.guess: Revert r235676.
1443         * config.sub: Revert r235676.
1445 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1447         * config.guess: Remove SH5 support.
1448         * config.sub: Likewise.
1449         * configure: Likewise.
1450         * configure.ac: Likewise.
1452 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
1454         PR bootstrap/70704
1455         * configure.ac (--enable-stage1-checking): For --disable-checking or
1456         implicit --enable-checking, make sure extra flag matches in between
1457         stage1 and later checking.
1458         * configure: Regenerated.
1460 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1462         * .gitattributes: New file.
1464 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
1466         * MAINTAINERS (rs6000/powerpc port): Add myself.
1468 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
1470         PR bootstrap/70173
1471         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1472         and gotools directories.  Delete the stage_final file.
1473         * Makefile.in: Regenerate.
1475 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
1477         * MAINTAINERS (Write After Approval): Add myself.
1479 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
1481         * MAINTAINERS (Fortran maintainer): Remove myself.
1483 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
1485         * MAINTAINERS (Write After Approval): Add myself.
1487 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
1489         * MAINTAINERS (Write After Approval): Add myself.
1491 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1493         Sync with binutils-gdb:
1495         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1497         * configure.ac: Add mips and s390 to the gold target check.
1498         * configure: Regenerate.
1500 2016-03-01  DJ Delorie  <dj@redhat.com>
1502         * MAINTAINERS (mep): Remove myself as MeP maintainer.
1504 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
1506         * MAINTAINERS (libcpp): Add myself.
1507         (diagnostic messages): Likewise.
1509 2016-02-20  Tom de Vries  <tom@codesourcery.com>
1511         * MAINTAINERS: Fix whitespace.
1513 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
1515         * MAINTAINERS (Write After Approval): Add myself.
1517 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
1519         * config/isl.m4: Add comments about isl-0.16.
1520         * configure: Regenerate.
1522 2016-01-29  Martin Jambor  <mjambor@suse.cz>
1524         * MAINTAINERS (hsa maintainers): Add myself.
1526 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
1528         * MAINTAINERS: (Write After Approval): Add myself.
1530 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
1531             Sebastian Pop  <s.pop@samsung.com>
1533         * Makefile.in: Regenerate.
1534         * Makefile.tpl: Export ISLVER.
1535         * configure: Regenerate.
1536         * config/isl.m4: Detect isl-0.15.
1538 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
1540         PR bootstrap/69329
1541         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1542         * Makefile.in: Regenerate.
1544 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
1546         * configure.ac: Enable LTO for DJGPP
1547         * configure: Regenerate
1549 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1551         Sync with binutils-gdb:
1552         2015-10-21  Nick Clifton  <nickc@redhat.com>
1554         PR gas/19109
1555         * configure.ac: Note the 'none' is an acceptable argument to
1556         --enable-compressed-debug-sections.
1557         * configure: Regenerate.
1559 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1561         PR bootstrap/69134
1562         * Makefile.def (mpfr): Disable assembler.
1563         * Makefile.in: Regenerate.
1565 2016-01-01  Ben Elliston  <bje@gnu.org>
1567         * config.guess: Import version 2016-01-01.
1568         * config.sub: Likewise.
1570 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
1572         * MAINTAINERS (Write After Approval): Add myself.
1574 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
1576         * Makefile.in: Replace ISL with isl.
1577         * Makefile.tpl: Same.
1578         * config/isl.m4: Same.
1579         * configure.ac: Same.
1580         * contrib/download_prerequisites: Same.
1581         * configure: Regenerate.
1583 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
1585         * MAINTAINERS (Write After Approval): Add Myself.
1587 2015-12-17  Nathan Sidwell  <nathan@acm.org>
1589         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1590         * configure: Regenerate.
1592 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
1593             Sebastian Pop  <s.pop@samsung.com>
1595         * config/isl.m4 (ISL_CHECK_VERSION): Check for
1596         isl_ctx_get_max_operations.
1597         * configure: Regenerate.
1599 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
1601         * MAINTAINERS (Write After Approval): Add myself.
1603 2015-12-02  Ian Lance Taylor  <iant@google.com>
1605         PR go/66147
1606         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1607         * Makefile.in: Regenerate.
1609 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
1611         PR libffi/65726
1612         * Makefile.def (lang_env_dependencies): Make libffi depend
1613         on cxx.
1614         * Makefile.in: Regenerate.
1616 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
1618         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1619         symbols.
1621 2015-11-20  Tristan Gingold  <gingold@adacore.com>
1623         Sync with binutils-gdb:
1624         2015-11-20  Tristan Gingold  <gingold@adacore.com>
1626         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1627         * configure: Regenerate.
1629 2015-11-19  Martin Liska  <mliska@suse.cz>
1631         * .gitignore: Add .clang-format to ignored files.
1632         * Makefile.in: Add clang-format.
1633         * Makefile.tpl: Likewise.
1635 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
1637         * configure.ac: Enable libmpx by default.
1638         * configure: Regenerated.
1640 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
1642         * MAINTAINERS: Update email address.
1644 2015-10-23  Paulo Matos  <pmatos@linki.tools>
1646         * MAINTAINERS: Update email address.
1648 2015-10-23  Alan Hayward <alan.hayward@arm.com>
1650         * MAINTAINERS  (Write After Approval): Add myself.
1652 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1654         Sync with binutils-gdb:
1655         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1657         PR gas/19109
1658         * configure.ac: Add
1659         --enable-compressed-debug-sections={all,gas,gold,ld}.
1660         * configure: Regenerated.
1662 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
1664         * MAINTAINERS: Update list of Ada maintainers and email addresses.
1666 2015-10-09  Martin Liska  <mliska@suse.cz>
1668         * MAINTAINERS (Write After Approval): Add myself.
1670 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
1672         * MAINTAINERS (Write After Approval): Add myself.
1674 2015-10-02  Florian Weimer  <fweimer@redhat.com>
1676         * MAINTAINERS: Update email address.
1678 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
1680         * MAINTAINERS  (Write After Approval): Add myself.
1682 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
1684         * MAINTAINERS: Update email.
1686 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
1688         * MAINTAINERS: Update my email address.
1690 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
1692         * MAINTAINERS (ft32 port): Add myself.
1694 2015-08-28  David Sherwood  <david.sherwood@arm.com>
1696         * MAINTAINERS: Add myself.
1698 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
1700         * MAINTAINERS (Write After Approval): Add myself.
1702 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1704         PR libfortran/54572
1705         * Makefile.def: Make libgfortran depend on libbacktrace.
1706         * Makefile.in: Regenerate.
1708 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
1710         * MAINTAINERS (Write After Approval): Add myself.
1712 2015-08-12  Tom de Vries  <tom@codesourcery.com>
1714         PR other/67092
1715         * configure.ac: Remove --with_host_libstdcxx support.
1716         * configure: Regenerate.
1718 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
1719             Jakub Jelinek  <jakub@redhat.com>
1721         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1722         nvptx*-*-*.
1723         * configure: Regenerate.
1725 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
1727         * Makefile.def (libiconv): Define bootstrap=true.
1728         Mark pdf/html/info as missing.
1729         (configure-gcc): Depend on all-libiconv.
1730         (all-gcc): Ditto.
1731         (configure-libcpp): Ditto.
1732         (all-libcpp): Ditto.
1733         (configure-intl): Ditto.
1734         (all-intl): Ditto.
1735         * Makefile.in: Regenerate.
1737 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
1739         * MAINTAINERS (loop ivopts): Add the entry and myself.
1741 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1743         * MAINTAINERS (nvptx): Add self.
1745 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
1747         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1748         128-bit vector modes.
1750 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
1752         * MAINTAINERS (Write After Approval): Add myself.
1754 2015-07-28  Ben Elliston  <bje@gnu.org>
1756         * config.sub, config.guess: Import from upstream.
1758 2015-07-24  Michael Darling  <darlingm@gmail.com>
1760         PR other/66259
1761         * config-ml.in: Reflects renaming of configure.in to configure.ac
1762         * configure: Likewise
1763         * configure.ac: Likewise
1765 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
1767         * MAINTAINERS: Update my email address.
1769 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1771         Sync with binutils-gdb:
1772         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1774         * configure.ac (target_configdirs): Exclude target-zlib if
1775         target-libjava isn't built.
1776         * configure: Regenerated.
1778 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1780         Sync with binutils-gdb:
1781         2015-05-13  John David Anglin  <dave.anglin@bell.net>
1783         * configure.ac: Disable configuration of GDB for HPUX targets.
1784         * configure: Regenerate.
1786         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1788         * configure.ac: Add --with-system-zlib.
1789         * configure: Regenerated.
1791         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
1793         * configure.ac: Add FT32 support.
1794         * configure: Regenerate.
1796         2015-01-12  Anthony Green  <green@moxielogic.com>
1798         * configure.ac: Don't disable gprof for moxie.
1799         * configure: Rebuild.
1801 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1803         Sync with binutils-gdb:
1804         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1806         PR ld/18355
1807         * Makefile.def: Add extra_configure_flags to host zlib.
1808         * configure.ac (extra_host_zlib_configure_flags): New.  Set
1809         to --enable-host-shared When bfd is to be built as shared
1810         library.  AC_SUBST.
1811         * Makefile.in: Regenerated.
1813 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
1815         Sync with src:
1816         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1817         * Makefile.def (dependencies): Add all-zlib to all-bfd.
1818         * Makefile.in: Regenerated.
1820 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1822         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1823         target.
1824         * configure: Regenerate.
1826 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
1828         * MAINTAINERS (Write After Approval): Add myself.
1830 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
1832         * MAINTAINERS (OS Port Maintainers): Add myself.
1833         (Various Maintainers): Remove myself from libffi testsuite.
1835 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
1837         * MAINTAINERS (gen* on machine desc): Add self.
1839 2015-06-02  Jason Merrill  <jason@redhat.com>
1841         PR bootstrap/66319
1842         * configure.ac: Use -std=gnu++98.
1844 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1846         * MAINTAINERS (Write After Approval): Add myself.
1848 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
1850         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1851         * configure: Regenerate.
1853 2015-05-26  Jason Merrill  <jason@redhat.com>
1855         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1856         * configure: Regenerate.
1858 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
1860         * configure.ac: FT32 target added.
1861         * configure: Regenerated.
1863 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1865         * MAINTAINERS (Write After Approval): Add myself.
1867 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1869         * MAINTAINERS (Write After Approval): Add myself.
1871 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1873         * configure.ac: Fix typo.
1874         * configure: Regenerate.
1876 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
1878         * MAINTAINERS (Write After Approval): Add myself.
1880 2015-05-03  Matthias Klose  <doko@ubuntu.com>
1882         * configure.ac: Match $host configured with triplets.
1883         * configure: Regenerate.
1885 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1887         * Makefile.tpl: Remove surplus whitespace throughout.
1888         * Makefile.in: Regenerate.
1890 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
1892         * MAINTAINERS (Various Maintainers): Add myself as instruction
1893         combiner maintainer.
1895 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
1897         PR bootstrap/62077
1898         * configure.ac (--enable-stage1-checking): Default to
1899         release,misc,gimple,rtlflag,tree,types if --disable-checking
1900         or --enable-checking is not specified and DEV-PHASE is not
1901         experimental.
1902         * configure: Regenerated.
1904 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
1906         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1907         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1908         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1909         * Makefile.in: Regenerate.
1911 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
1913         * MAINTAINERS: Update my email address.
1915 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
1917         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1919 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1921         * MAINTAINERS: Add myself as an arm port reviewer.
1923 2015-03-25  Martin Liska  <mliska@suse.cz>
1924             Yury Gribov  <y.gribov@samsung.com>
1926         * Makefile.in: Fix ln source location for vimrc file.
1927         * Makefile.tpl: Likewise.
1929 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
1931         PR bootstrap/25672
1932         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1933         cross-compiling.  Similarly for CXX_FOR_TARGET.
1934         * configure: Regenerate.
1936 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
1938         * Makefile.def: Add libmpx.
1939         * configure.ac: Add libmpx.
1940         * Makefile.in: Regenerate.
1941         * configure: Regenerate.
1943 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
1945         * MAINTAINERS (CPU Port Maintainers): Add myself
1946         i386 vector ISA extns mantainer.
1948 2015-03-13  Jeff Law  <law@redhat.com>
1950         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1951         maintainer.
1952         Remove Richard Henderson as a maintainer for the x86 port.
1954 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
1956         * MAINTAINERS (CPU Port Maintainers): Update my email address.
1958 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1960         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1961         pointer bounds checker and i386 MPX maintainer.
1963 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1965         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1967 2015-02-26  Martin Sebor  <msebor@redhat.com>
1969         * MAINTAINERS (Various Maintainers): Add self.
1971 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1973         * configure.ac [--enable-as-accelerator-for] (enable_languages):
1974         Make sure it contains lto.
1975         * configure: Regenerate.
1977 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1979         * configure: Regenerate.
1981 2015-02-06  Diego Novillo  <dnovillo@google.com>
1983         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1984         middle-end, docstring): Remove myself.
1985         (Write After Approval): Add myself.
1987 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1989         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1990         (Write After Approval): Update address.
1992 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
1994         PR jit/64780
1995         * configure.ac: Require the user to explicitly specify
1996         --enable-host-shared if the jit is enabled.
1997         * configure: Regenerate.
1999 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
2001         * MAINTAINERS (Write After Approval): Add myself.
2003 2015-01-25  Tom de Vries  <tom@codesourcery.com>
2005         * MAINTAINERS: Make whitespace consistent.
2007 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
2009         * MAINTAINERS (Write After Approval): Add myself.
2011 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
2013         * MAINTAINERS: (Write After Approval): Add myself.
2015 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
2017         * MAINTAINERS: (Write After Approval): Add myself.
2019 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
2021         * MAINTAINERS: (Write After Approval): Add myself.
2023 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
2025         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2026         objective-c/c++ front end maintainer.
2028 2015-01-13  Marek Polacek  <polacek@redhat.com>
2030         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2032 2015-01-12  Jeff Law  <law@redhat.com>
2034         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2035         a very long time.
2037 2015-01-09  Ian Lance Taylor  <iant@google.com>
2039         * configure.ac (host_tools): Add gotools.
2040         * Makefile.def (host_modules): Add gotools.
2041         (dependencies): Add dependency of all-gotools on all-target-libgo.
2043 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
2045         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2046         * configure: Regenerate.
2048 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
2050         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2051         all-target-libgomp.
2052         * Makefile.in: Regenerate.
2054 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2056         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2058 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2060         * configure.ac: Add Visium support.
2061         * configure: Regenerate.
2063 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
2065         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2066         * configure: Regenerate.
2068 2015-01-03  Andrew Pinski  <apinski@cavium.com>
2070         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2071         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2072         (BASE_TARGET_EXPORTS): Add OBJCOPY.
2073         (OBJCOPY_FOR_TARGET): New variable.
2074         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2075         * Makefile.in: Regenerate.
2076         * configure.ac: Check for already installed target objcopy.
2077         Also GCC_TARGET_TOOL on objcopy.
2078         * configure: Regenerate.
2080 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
2082         * config.sub: Update from upstream, to 2015-01-01 version.
2083         * config.guess: Ditto.
2085 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2087         * MAINTAINERS (RTEMS Ports): Add myself.
2089 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
2091         * MAINTAINERS (Write After Approval): Add myself.
2093 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2095         * MAINTAINERS (Write After Approval): Add myself.
2097 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
2099         * configure.ac (--enable-as-accelerator-for): Don't set
2100         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
2101         * configure: Regenerate.
2103 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
2105         PR bootstrap/64023
2106         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2107         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2108         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2109         to CXX.
2110         * Makefile.in: Regenerated.
2112 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2113             Yury Gribov  <y.gribov@samsung.com>
2115         * .gitignore: Added .local.vimrc and .lvimrc.
2116         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2117         * Makefile.in: Regenerate.
2119 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2121         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2122         * configure: Regenerated.
2124 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
2126         * MAINTAINERS (nvptx port): New entry.
2128 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
2130         * configure: Regenerate.
2132 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2134         * configure.ac: Merge with Binutils.
2136 2014-11-26  Tobias Burnus  <burnus@net-b.de>
2138         * Makefile.def: Make more dependent on mpfr, mpc and isl.
2139         * Makefile.in: Regenerate.
2141 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2143         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2144         missing flex.
2145         * Makefile.in: Regenerated.
2147 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
2149         * Makefile.in: Regenerate.
2151 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
2153         PR bootstrap/63784
2154         * libtool.m4: Add $pic_flag with -shared.
2156 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
2158         * MAINTAINERS (Write After Approval): Added myself.
2160 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
2162         * MAINTAINERS (write-after-approval): Add myself.
2164 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2166         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2167         from 2 years ago.
2169 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2171         Revert:
2172         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2174         * MAINTAINERS (Write After Approval): Added myself as line map
2175         maintainer.
2177 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2179         Revert:
2180         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2182         * MAINTAINERS (Write After Approval): Added myself.
2184 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2186         * MAINTAINERS (Write After Approval): Added myself.
2188 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2190         * MAINTAINERS (Write After Approval): Added myself as line map
2191         maintainer.
2193 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
2195         * MAINTAINERS (Various Maintainers): Added myself as line map
2196         maintainer.
2198 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2200         * move-if-change: Sync from upstream gnulib.
2202 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2204         * compile: Sync with upstream Automake.
2205         * depcomp: Ditto.
2206         * install-sh: Ditto.
2207         * missing: Ditto.
2208         * mkinstalldirs: Ditto.
2209         * ylwrap: Ditto.
2211 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2213         * config.sub: Update from upstream config repo.
2214         * config.guess: Ditto.
2216 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
2218         * Makefile.def: Add liboffloadmic to target_modules.  Make
2219         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2220         * Makefile.in: Regenerate.
2221         * configure: Regenerate.
2222         * configure.ac: Add liboffloadmic to target binaries.
2223         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2224         Add liboffloadmic to noconfig list when C++ is not supported.
2226 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
2227             Thomas Schwinge  <thomas@codesourcery.com>
2228             Ilya Verbin  <ilya.verbin@intel.com>
2229             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2231         * configure: Regenerate.
2232         * configure.ac (--enable-as-accelerator-for)
2233         (--enable-offload-targets): New configure options.
2235 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2237         * Makefile.def: Make all-gcc depend on all-isl.
2238         * Makefile.in: Regenerate.
2240 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2242         * ChangeLog.jit: New.
2243         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2245 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2247         PR target/63610
2248         * libtool.m4: Fix globbing of darwin versions.
2249         * configure: Regenerate.
2251 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2253         * Makefile.def: Remove CLooG.
2254         * Makefile.tpl: Ditto.
2255         * configure.ac: Ditto.
2256         * configure: Regenerate.
2257         * Makefile.in: Ditto.
2259 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
2261         * configure.ac: Handle nvptx-*-*.
2262         * configure: Regenerate.
2264 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
2266         * MAINTAINERS (Write After Approval): Add myself.
2268 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
2270         * Makefile.def (libcc1): Remove bootstrap=true;.
2271         * Makefile.in: Regenerated.
2273 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2275         * configure.ac: Update comment.
2276         * configure: Regenerate.
2278 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
2280         * MAINTAINERS (Write After Approval): Add myself.
2282 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
2284         * configure.ac (extra_host_libiberty_configure_flags): Add
2285         --enable-shared also for libcc1's benefit.
2286         * configure: Regenerate.
2288 2014-10-29  Tristan Gingold  <gingold@adacore.com>
2290         * MAINTAINERS: Change my email address.
2292 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
2293             Tom Tromey  <tromey@redhat.com>
2295         * Makefile.def: Add libcc1 to host_modules.
2296         * configure.ac (host_tools): Add libcc1.
2297         * Makefile.in, configure: Rebuild.
2299 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
2301         * configure.ac (build_configargs): Don't share config.cache between
2302         build subdirs.
2303         * configure: Regenerate.
2305 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2307         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2308         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2309         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2310         leon3v7 as leon3.
2311         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2312         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2313         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2314         * config/sparc/sparc.md (cpu): Add leon3v7.
2315         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2317 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2319         * MAINTAINERS (write-after-approval): Add myself.
2321 2014-10-23  Ian Lance Taylor  <iant@google.com>
2323         * configure.ac: Disable the Go frontend on systems where it is known
2324         to not work.
2325         * configure: Regenerate.
2327 2014-10-23  Richard Biener  <rguenther@suse.de>
2329         * Makefile.def: Add libcpp build module and dependencies.
2330         * configure.ac: Add libcpp build module.
2331         * Makefile.in: Regenerate.
2332         * configure: Likewise.
2334 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
2336         * MAINTAINERS (write-after-approval): Add myself.
2338 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
2340         * INSTALL/README: Do not mention CVS.
2342 2014-10-03  Jing Yu  <jingyu@google.com>
2344         * configure.ac: Add aarch64 to list of targets that support gold.
2345         * configure: Regenerate.
2347 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
2349         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
2351 2014-09-29  Catherine Moore  <clm@codesourcery.com>
2353         * MAINTAINERS:  Add myself as MIPS maintainer.
2355 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
2357         * MAINTAINERS: Move myself to MIPS maintainers.
2359 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2361         * MAINTAINERS: Put all email addresses between '<' and '>'.
2363 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2365         * MAINTAINERS: Move myself to reviewers (Fortran).
2367 2014-09-01  Andi Kleen  <ak@linux.intel.com>
2369         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
2370         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
2371         * Makefile.in: Regenerate.
2373 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2375         * rtx-classes-status.txt: Delete
2377 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2379         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
2381 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
2383         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
2384         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
2385         of checking for version number.
2386         * configure: Regenerated.
2387         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
2389 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2391         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
2392         is done; begin phase 6 (use extra rtx_def subclasses).
2394 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2396         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
2397         done; begin phase 5 (additional rtx_def subclasses).
2399 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
2401         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
2403 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
2405         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
2406         SET_BB_HEADER are done.
2408 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
2410         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
2411         done.
2413 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
2415         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
2417 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
2419         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
2421 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
2423         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
2425 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
2427         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
2429 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
2431         * rtx-classes-status.txt: Phase 3 (per-file commits within
2432         "config" subdirs) is done; begin phase 4 (removal of
2433         "scaffolding").
2435 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
2437         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
2438         dir) is done; begin phase 3 (per-file commits within "config"
2439         subdirs).
2441 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
2443         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2444         phase 2 (per-file commits in main source dir).
2446 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
2448         * configure: Regenerated.
2450 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2452         * rtx-classes-status.txt (TODO): Add SET_BND_TO
2454 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2456         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2458 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2460         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2462 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2464         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2466 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2468         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2470 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
2472         * MAINTAINERS (Write After Approval): Add myself.
2474 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
2476         * MAINTAINERS: Remove myself
2478 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2480         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2482 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
2484         * MAINTAINERS (Write After Approval): Add myself.
2486 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2488         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2489         SET_BB_HEADER, SET_BB_FOOTER
2491 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2493         * rtx-classes-status.txt: New file
2495 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
2497         * configure.ac: Eliminate ClooG installation dependency.
2498         * configure: Regenerate.
2499         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2500         * Makefile.in: Regenerate.
2502 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
2504         * MAINTAINERS (Write After Approval): Add myself.
2506 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
2508         * MAINTAINERS (Write After Approval): Add myself.
2510 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
2512         * MAINTAINERS (Write After Approval): Add myself.
2514 2014-07-28  Anthony Green  <green@moxielogic.com>
2516         Import from savannah.gnu.org:
2517         * config.sub: Update to 2014-07-28 version.
2519 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
2521         * MAINTAINERS: Remove my MIPS maintainer entry.
2523 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
2525         PR target/47230
2526         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2527         * configure: Regenerate.
2529 2014-07-24  James Norris  <jnorris@codesourcery.com>
2531         * MAINTAINERS (Write After Approval): Add myself.
2533 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
2535         * configure.ac: Accept only CLooG 0.18.1.
2536         * configure: Regenerate.
2538 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
2540         * configure.ac: Don't accept isl 0.11.
2541         * configure: Regenerate.
2543 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2545         * MAINTAINERS (Write After Approval): Add myself.
2547 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2549         * configure.ac: Don't accept isl 0.10.
2550         * configure: Regenerate.
2552 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2554         Fix include path for in-tree cloog.
2555         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2556         * configure: Regenerate.
2558 2014-06-18  Richard Henderson  <rth@redhat.com>
2560         * .gitignore: Import gcc_update output.
2562 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2564         * config-ml.in: Robustify ac_configure_args parsing.
2566         * configure.ac (--enable-linker-plugin-configure-flags)
2567         (--enable-linker-plugin-flags): New flags.
2568         (configdirs): Conditionally add libiberty-linker-plugin.
2569         * configure: Regenerate.
2570         * Makefile.def (host_modules): Add libiberty-linker-plugin.
2571         (host_modules) <lto-plugin>: Pay attention to
2572         @extra_linker_plugin_flags@ and
2573         @extra_linker_plugin_configure_flags@.
2574         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2575         * Makefile.in: Regenerate.
2577         * Makefile.tpl (configure-[+prefix+][+module+])
2578         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2579         "module_srcdir" instead of "module" for locating a module's srcdir.
2580         * Makefile.in: Regenerate.
2582 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
2584         * MAINTAINERS (Write After Approval): Add myself.
2586 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
2588         * MAINTAINERS: Update my email address.
2590 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2592         * MAINTAINERS (Write After Approval): Add myself.
2594 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
2596         * MAINTAINERS (Write After Approval): Add myself.
2598 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
2600         PR libstdc++/61011
2601         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2602         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2603         * configure: Regenerate.
2605 2014-05-28  Pedro Alves  <palves@redhat.com>
2607         * MAINTAINERS (Write After Approval): Add myself.
2609 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2611         * MAINTAINERS: Update my affiliation/email.
2613 2014-05-19  Mike Stump  <mikestump@comcast.net>
2615         * MAINTAINERS: Add wide-int reviewers.
2617 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
2619         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2620         * configure: Regenerated.
2622 2014-05-15  Torvald Riegel  <triegel@redhat.com>
2624         * MAINTAINERS (libitm): Add myself as maintainer.
2626 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
2628         * MAINTAINERS (Write After Approval): Add myself.
2630 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
2632         * config.sub, config.guess: Import from upstream.
2634 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2636         * MAINTAINERS (Write After Approval): Put myself in correct order.
2638 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2640         * MAINTAINERS (Write After Approval): Add myself.
2642 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2644         * MAINTAINERS: Move myself from Reviewers to Write After Approval
2645         section.
2647 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2649         * MAINTAINERS (Write After Approval): Delete myself.
2651 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
2653         PR sanitizer/56781
2654         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2655         and -B* options with -Xcompiler.
2657 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
2659         PR bootstrap/60620
2660         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2661         * Makefile.in: Regenerate.
2663 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2665         * Makefile.def (dependencies): Make all-ld depend on all-binutils
2666         for WINDRES_FOR_TARGET in default-manifest.o rule.
2667         * Makefile.in: Regenerate.
2669 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
2671         * MAINTAINERS (Write After Approval): Add myself.
2673 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
2675         PR sanitizer/56781
2676         * Makefile.def: Set bootstrap=true; for host fixincludes.
2677         * configure.ac: Don't bootstrap host fixincludes unless
2678         --with-build-config=bootstrap-{a,ub}san.
2679         * Makefile.in: Regenerated.
2680         * configure: Regenerated.
2682 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
2684         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
2685         --enable-vtable-verify option parsing.  Don't add
2686         target-libsanitizer to bootstrap_target_libs unless
2687         --with-build-config=bootstrap-asan or
2688         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
2689         to bootstrap_target_libs unless --enable-vtable-verify.
2690         * configure: Regenerated.
2692 2014-03-10  Anatoly Sokolov <aesok@post.ru>
2694         * MAINTAINERS (Write After Approval): Add myself.
2696 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
2698         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2700 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
2702         PR bootstrap/58572
2703         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2704         -I for libstdc++-v3 includes if $(LEAN).
2705         * Makefile.in: Regenerated.
2707 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
2709         * MAINTAINERS: Update my email address.
2711 2014-02-24  Walter Lee  <walt@tilera.com>
2713         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2714         (tilegx-*-*): Change to tilegx*-*-*.
2715         * configure: Regenerate.
2717 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
2719         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2721 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
2723         * MAINTAINERS (Write After Approval): Add myself.
2725 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2727         PR target/59788
2728         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2729         *solaris2*.
2731 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
2733         * MAINTAINERS: Update my email address.
2735 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2737         * MAINTAINERS: Convert to UTF-8.
2738         Properly sort Xinliang David Li's entry.
2740 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2741             Sandra Loosemore  <sandra@codesourcery.com>
2743         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2744         nios2 port maintainers.
2746 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
2748         * MAINTAINERS (Write After Approval): Add myself.
2750 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2752         * configure.ac: Add user-friendly check for native x86_64-linux
2753         multilibs.
2754         * configure: Regenerate.
2756 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
2758         * MAINTAINERS: Add myself as sh maintainer.
2760 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2762         * MAINTAINERS: Add self as SLSR maintainer.
2764 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
2766         * MAINTAINERS: Update my email address.
2768 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
2770         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2772 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
2774         * Makefile.in: Regenerate.
2776         * Makefile.tpl: Fix typo.
2777         * Makefile.in: Regenerate partially.
2779 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2781         * configure.ac: Added libcilkrts to noconfig list when C++ is not
2782         supported.
2783         * configure: Regenerated.
2785 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
2787         * MAINTAINERS (Write After Approval): Add myself.
2789 2013-10-30  Jason Merrill  <jason@redhat.com>
2791         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2792         --disable-build-format-warnings.
2794 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2796         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
2797         depend on libstdc++ and libgcc.
2798         * configure: Regenerate.
2799         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
2800         libcilkrts for POSIX and i*86, and x86_64 architectures.
2801         * Makefile.in: Added libcilkrts related fields to support building it.
2803 2013-10-26  Jeff Law  <law@redhat.com>
2805         * Makefile.def (target_modules): Remove libmudflap
2806         (languages): Remove check-target-libmudflap).
2807         * Makefile.in: Rebuilt.
2808         * Makefile.tpl (check-target-libmudflap-c++): Remove.
2809         * configure.ac (target_libraries): Remove target-libmudflap.
2810         Remove checks which disabled libmudflap on some systems.
2811         * configure: Rebuilt.
2812         * libmudflap: Directory removed.
2814 2013-10-21  Cong Hou  <congh@google.com>
2816         * MAINTAINERS (Write After Approval): Add myself.
2818 2013-10-16  Mike Stump  <mikestump@comcast.net>
2820         * .dir-locals.el: Add.
2822 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
2824         * configure.ac: Add --enable-host-shared
2825         * configure: Regenerate.
2827 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2829         Import from savannah.gnu.org:
2830         * config.guess: Update to 2013-06-10 version.
2831         * config.sub: Update to 2013-10-01 version.
2833 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
2835         Changes to build configuration to allow big endian ARC ELF toolchain
2836         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2837         * configure: Regenerate.
2839 2013-09-20  Alan Modra  <amodra@gmail.com>
2841         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2842         ppc host match.  Support little-endian powerpc linux hosts.
2844 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
2846         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2847         maintainer.
2849 2013-09-12  DJ Delorie  <dj@redhat.com>
2851         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2852         maintainers.
2854 2013-09-03  Richard Biener  <rguenther@suse.de>
2856         * configure.ac: Also allow ISL 0.12.
2857         * configure: Regenerated.
2859 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2861         * MAINTAINERS (Write After Approval): Add myself.
2863 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
2865         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2867 2013-08-26  Caroline Tice  <cmtice@google.com>
2869         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
2870         "Various Reviewers" to libvtv "Various Maintainers".
2872 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
2874         * MAINTAINERS: Add myself as RTL optimizers reviewer.
2876 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
2878         * MAINTAINERS: Update name, email.
2880 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
2882         * MAINTAINERS (Write After Approval): Add myself.
2884 2013-08-12  Caroline Tice  <cmtice@google.com>
2886         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2887         address in the Write After Approval section.
2889 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
2891         * MAINTAINERS (Write After Approval): Update email.
2893 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
2895         * configure.ac: Adjust to check VTV_SUPPORTED.
2896         * configure: Regenerated.
2898 2013-08-02  Caroline Tice  <cmtice@google.com>
2900         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2901         on non-linux systems; add target-libvtv to noconfigdirs; add
2902         libsupc++/.libs to C++ library search paths.
2903         * configure: Regenerated.
2904         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2905         libstdc++ and libgcc.
2906         * Makefile.in: Regenerated.
2908 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
2910         * MAINTAINERS (Write After Approval): Add myself.
2912 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
2913             Shiva Chen  <shiva0217@gmail.com>
2915         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2916         nds32 port maintainers.
2918 2013-07-17  Tim Shen  <timshen91@gmail.com>
2920         * MAINTAINERS (Write After Approval): Add myself.
2922 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2924         * configure.ac: Sync from binutils.
2925         * configure: Regenerate.
2927 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
2929         * MAINTAINERS (Write After Approval): Add myself.
2931 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
2933         * MAINTAINERS (Write After Approval): Add myself.
2935 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
2937         * MAINTAINERS (Write After Approval): Add myself.
2939 2013-04-30  Brooks Moses  <bmoses@google.com>
2941         * MAINTAINERS: Update my email; move myself from Fortran
2942         reviewer to Write After Approval.
2944 2013-04-16  Andreas Schwab  <schwab@suse.de>
2946         * configure.ac (aarch64-*-*): Don't disable java.
2947         * configure: Regenerate.
2949 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
2951         * MAINTAINERS (Write After Approval): Add myself.
2953 2013-03-30  Matthias Klose  <doko@ubuntu.com>
2955         * Makefile.def (target_modules): Don't install libffi.
2956         * Makefile.in: Regenerate.
2958 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2960         * MAINTAINERS (Write After Approval): Add myself.
2962 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2964         * MAINTAINERS (Write After Approval): Add myself.
2966 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2968         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2969         * configure: Regenerated.
2971 2013-02-05  Ian Lance Taylor  <iant@google.com>
2973         PR go/55969
2974         * configure.ac: Disable libgo on some systems where it does not
2975         work.
2977 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2979         * MAINTAINERS: Explicitly add myself as AIX maintainer.
2980         Remove Geoff Keating as rs6000 port maintainer, at his request.
2982 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2984         * MAINTAINERS: Update my email.
2986 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2988         * configure: Re-generate.
2990 2013-01-15  Richard Biener  <rguenther@suse.de>
2992         PR other/55973
2993         * configure: Re-generate.
2995 2013-01-14  Matthias Klose  <doko@ubuntu.com>
2997         * Makefile.def (install-target-libsanitizer): Depend on
2998         install-target-libstdc++-v3.
2999         * Makefile.in: Regenerate.
3001 2013-01-14  Richard Biener  <rguenther@suse.de>
3003         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3004         * configure: Re-generate
3006 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3008         * config.sub: Update from config repo.
3010 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3012         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3013         * Makefile.in: Regenerate.
3015 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3017         * MAINTAINERS (arc): Add new port maintainership for myself.
3019 2013-01-09  Jason Merrill  <jason@redhat.com>
3021         * .gitignore: Import from gdb repository.
3023 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3025         * Makefile.def (configure-gcc): Depend on all-gmp.
3026         (all-gcc): Remove dependency on all-gmp.
3027         * Makefile.in: Regenerated.
3029 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3031         * config.sub: Merge from config repo.
3032         * config.guess: Ditto.
3034 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3036         * Makefile.def: Merge from binutils.
3037         * Makefile.in: Ditto.
3039 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
3041         * MAINTAINERS: Update my email.
3043 2012-12-29  Ben Elliston  <bje@gnu.org>
3045         * config.guess: Update to 2012-12-29 version.
3046         * config.sub: Likewise.
3048 2012-12-20  Matthias Klose  <doko@ubuntu.com>
3050         * Makefile.def (install-target-libgfortran): Depend on
3051         install-target-libquadmath, install-target-libgcc.
3052         (install-target-libsanitizer): Depend on install-target-libgcc.
3053         (install-target-libjava): Depend on install-target-libgcc.
3054         (install-target-libitm): Depend on install-target-libgcc.
3055         (install-target-libobjc): Depend on install-target-libgcc.
3056         (install-target-libstdc++-v3): Depend on install-target-libgcc.
3057         * Makefile.in: Regenerate.
3059 2012-12-19  Matthias Klose  <doko@ubuntu.com>
3061         * Makefile.def (install-target-libgo): Depend on
3062         install-target-libatomic.
3063         * Makefile.in: Regenerate.
3065 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
3067         PR go/55201
3068         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3069         * Makefile.in: Regenerate.
3071 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
3073         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3074         * configure: Regenerate.
3076 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3078         * config.sub: Merge from config repo.
3080 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
3082         * Makefile.def (target_modules): Add bootstrap=true and
3083         raw_cxx=true to libsanitizer.
3084         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3085         * Makefile.in: Regenerated.
3086         * configure: Likewise.
3088 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
3090         * MAINTAINERS: Remove self as RTL optimization maintainer.
3092 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3094         * MAINTAINERS (Write After Approval): Add myself.
3096 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3098         * Makefile.def (target_modules): Remove bootstrap=true and
3099         raw_cxx=true from libsanitizer.
3100         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3101         * Makefile.in: Regenerated.
3102         * configure: Likewise.
3104 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3106         * Makefile.def (target_modules): Add bootstrap=true and
3107         raw_cxx=true to libsanitizer.
3108         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3109         * Makefile.in: Regenerated.
3110         * configure: Likewise.
3112 2012-11-28  Andrew Pinski  <apinski@cavium.com>
3114         PR bootstrap/54279
3115         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3116         * configure: Regenerate.
3117         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3118         * Makefile.in: Regenerate.
3120 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3122         * configure.ac: Disable libsanitizer if we're not building C++.
3123         * configure: Regenerate.
3125 2012-11-15  Roland McGrath  <roland@hack.frob.com>
3127         * MAINTAINERS (Write After Approval): Add myself.
3129 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
3131         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3132         Kostya Serebryany (kcc@google.com) and
3133         Jakub Jelinek (jakub@redhat.com).
3134         Rename area for Dodji Seketeli (dodji@redhat.com).
3136 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
3138         * MAINTAINERS: (asan.c, related): Add myself.
3140 2012-11-14  Roland McGrath  <mcgrathr@google.com>
3142         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3143         * configure: Regenerate.
3145 2012-11-13  Richard Henderson  <rth@redhat.com>
3147         * configure.ac: Move libsanitizer logic to subdirectory.
3148         * configure: Regenerate.
3150 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
3152         * configure.ac: Enable libsanitizer just on x86 linux for now.
3153         * configure: Re-generate.
3155 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
3157         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3158         sections.
3159         * configure: Regenerate.
3161 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
3163         * configure.ac: Add section for configdirs for libsanitizer.
3164         Disable for cris-*-* and mmix-*-*.
3165         * configure: Regenerate.
3167 2012-11-12  Wei Mi <wmi@google.com>
3169         * configure.ac: Add libsanitizer to target_libraries.
3170         * Makefile.def: Ditto.
3171         * configure: Regenerate.
3172         * Makefile.in: Regenerate.
3173         * libsanitizer: New directory for asan runtime.  Contains an empty
3174         tsan directory.
3176 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
3178         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3179         against Mingw64 w32api.
3180         * configure: Regenerate.
3182 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
3184         * configure: Regenerated.
3186 2012-11-03  Robert Mason  <rbmj@verizon.net>
3188         * configure.ac: add --disable-libstdcxx configure option
3189         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3191 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
3193         * MAINTAINERS (Write After Approval): Add myself.
3195 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
3197         * MAINTAINERS (Write After Approval): Add myself.
3199 2012-10-24  Sharad Singhai  <singhai@google.com>
3201         * MAINTAINERS (Write After Approval): Add myself.
3203 2012-10-24  Eric Christopher  <echristo@gmail.com>
3205         * MAINTAINERS: Update email address.
3207 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
3209         PR bootstrap/54820
3210         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3211         * configure: Regenerate.
3213 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
3215         * MAINTAINERS (aarch64): Add Marcus and myself.
3217 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
3219         PR bootstrap/54820
3220         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3221         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3222         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3223         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3224         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3225         * Makefile.in: Regenerate.
3226         * configure.ac (have_static_libs): New variable and associated check.
3227         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3228         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3229         * configure: Regenerate.
3231 2012-10-10  Richard Biener  <rguenther@suse.de>
3233         * MAINTAINERS: Adjust for changed surname.
3235 2012-10-04  Lawrence Crowl  <crowl@google.com>
3237         * MAINTAINERS (Write After Approval): Add myself.
3239 2012-10-01  Cary Coutant  <ccoutant@google.com>
3241         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3243 2012-09-28  Ian Lance Taylor  <iant@google.com>
3245         * Makefile.def: Make all-target-libgo depend on
3246         all-target-libbacktrace.
3247         * Makefile.in: Rebuild.
3249 2012-09-26  Ian Lance Taylor  <iant@google.com>
3251         * Makefile.def: Make all-gcc depend on all-libbacktrace.
3252         * Makefile.in: Rebuild.
3254 2012-09-20  Walter Lee  <walt@tilera.com>
3256         * configure.ac: Add tilegx to list of targets that support gold.
3257         * configure: Regenerate.
3259 2012-09-20  Marek Polacek  <polacek@redhat.com>
3261         * MAINTAINERS (Write After Approval): Add myself.
3263 2012-09-19  Steve Ellcey  <sellcey@mips.com>
3265         * configure.ac: Add mips*-mti-elf* target.
3266         * configure: Regenerate.
3268 2012-09-17  Ian Lance Taylor  <iant@google.com>
3270         * MAINTAINERS (Various Maintainers): Add libbacktrace.
3271         * configure.ac (host_libs): Add libbacktrace.
3272         (target_libraries): Add libbacktrace.
3273         * Makefile.def (host_modules): Add libbacktrace.
3274         (target_modules): Likewise.
3275         * configure, Makefile.in: Rebuild.
3277 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
3279         PR target/38607
3280         Merge upstream change.
3281         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3283         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3284         Add libgomp*.o to compare_exclusions for AIX.
3285         * configure: Regenerate.
3287 2012-09-06  Diego Novillo  <dnovillo@google.com>
3289         * configure.ac: Bump minimum GMP version to 4.2.3.
3290         * configure: Re-generate.
3292 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
3294         PR target/54461
3295         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3296         target-libgloss if not configured --with-avrlibc=no.
3297         * configure: Regenerate.
3299 2012-09-04  Jason Merrill  <jason@redhat.com>
3301         * configure.ac: Fix --enable-languages=all.
3303 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
3305         * MAINTAINERS (Write After Approval): Add myself.
3307 2012-09-03  Richard Guenther  <rguenther@suse.de>
3309         PR bootstrap/54138
3310         * configure.ac: Re-organize ISL / CLOOG checks to allow
3311         disabling with either --without-isl or --without-cloog.
3312         * configure: Regenerated.
3314 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
3316         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3317         * configure: Regenerate.
3319 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
3321         * MAINTAINERS: Fix my email address.
3323 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
3325         PR binutils/4970
3326         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3327         and opcodes.
3328         * Makefile.in: Regenerated.
3330 2012-08-26  Art Haas <ahaas@impactweather.com>
3332         * configure: Regenerate.
3334 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
3336         * INSTALL/README: Also refer to the online installation
3337         instructions.
3339 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3341         * MAINTAINERS (Write After Approval): Add myself.
3342         (Picochip port): Remove myself.
3344 2012-08-14   Diego Novillo  <dnovillo@google.com>
3346         Merge from cxx-conversion branch.
3348         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
3349         POSTSTAGE1_CONFIGURE_FLAGS.
3350         * Makefile.in: Regenerate.
3351         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
3352         Force C++ when bootstrapping.
3353         * configure: Regenerate.
3355 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3357         * MAINTAINERS (Write After Approval): Add myself.
3359 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
3361         * README: Document use of ranges of years in copyright notices.
3363 2012-07-06  Richard Guenther  <rguenther@suse.de>
3365         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
3366         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
3367         --with-gmp=system.
3368         * Makefile.in: Regenerated.
3369         * configure: Likewise.
3371 2012-07-06  Richard Guenther  <rguenther@suse.de>
3373         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
3374         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
3375         supply V=1 as extra_make_flags.
3376         * configure: Regenerated.
3377         * Makefile.in: Likewise.
3379 2012-07-04  Tristan Gingold  <gingold@adacore.com>
3381         * configure: Regenerate.
3383 2012-07-03  Richard Guenther  <rguenther@suse.de>
3385         * Makfile.def (isl): Remove not necessary extra_exports and
3386         extra_make_flags.
3387         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
3388         * Makefile.in: Regenerated.
3390 2012-07-03  Richard Guenther  <rguenther@suse.de>
3392         * Makefile.def (cloog): Add V=1 to extra_make_flags.
3393         * configure.ac: If either the ISL or the CLooG check failed
3394         do not try to build in-tree versions.
3395         * Makefile.in: Regenerated.
3396         * configure: Regenerated.
3398 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3400         * configure: Regenerate.
3402 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
3404         * MAINTAINERS (Various Maintainers): Add myself as testsuite
3405         maintainer.
3407 2012-07-02  Richard Guenther  <rguenther@suse.de>
3409         * configure: Regenerated.
3411 2012-07-02  Richard Guenther  <rguenther@suse.de>
3412         Michael Matz  <matz@suse.de>
3413         Tobias Grosser <tobias@grosser.es>
3414         Sebastian Pop <sebpop@gmail.com>
3416         * Makefile.def: Add ISL host module, remove PPL host module.
3417         Adjust ClooG host module to use the proper ISL.
3418         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
3419         * configure.ac: Include config/isl.m4.  Add ISL host library,
3420         remove PPL.  Remove PPL configury, add ISL configury, adjust
3421         ClooG configury.
3422         * Makefile.in: Regenerated.
3423         * configure: Likewise.
3425 2012-07-02  Richard Guenther  <rguenther@suse.de>
3427         Merge from graphite branch
3428         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3430         * configure: Regenerated.
3431         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
3432         both cloog.org and legacy versions. The only supported version will
3433         be CLooG with the isl backend.
3435         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3437         * configure: Regenerated.
3438         * configure.ac: Require cloog isl 0.17.0
3440         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3442         * configure: Regenerated.
3443         * config/cloog.m4: Do not define CLOOG_ORG
3445 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
3447         * configure.ac: Skip C if explicitly selected.
3448         * configure: Regenerate.
3450 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
3452         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3453         they contain -O2.
3454         * configure: Regenerate.
3456 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
3458         PR debug/53740
3459         * df.h, df-problems.c, dce.c: Revert last patch.
3461 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
3463         * MAINTAINERS (Write After Approval): Update my email address.
3465 2012-06-21  Meador Inge  <meadori@codesourcery.com>
3467         * MAINTAINERS (Write After Approval): Add myself.
3469 2012-06-20  Jason Merrill  <jason@redhat.com>
3471         * Makefile.tpl (check-target-libgomp-c++): New.
3472         (check-target-libitm-c++): New.
3473         * Makefile.def (c++): Add them.
3474         * Makefile.in: Regenerate.
3476 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
3478         * MAINTAINERS (Write After Approval): Add myself.
3480 2012-05-16  Olivier Hainque  <hainque@adacore.com>
3482         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3483         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3484         (install-no-fixedincludes): Adjust accordingly.
3485         * Makefile.in: Regenerate.
3487 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
3489         Merge upstream change
3490         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3492 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
3494         * MAINTAINERS (Write After Approval): Add myself.
3496 2012-05-09  Nick Clifton  <nickc@redhat.com>
3497             Paul Smith  <psmith@gnu.org>
3499         PR bootstrap/50461
3500         * configure.ac (mpfr-dir): When using in-tree MPFR sources
3501         allow for the fact that from release v3.1.0 of MPFR the source
3502         files were moved into a src sub-directory.
3503         * configure: Regenerate.
3505 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
3507         * configure.ac: Bump minimum MPFR version to 2.4.0.
3508         * configure: Regenerated.
3510 2012-05-01  Richard Henderson  <rth@redhat.com>
3512         * Makefile.def (libatomic): New target_module.
3513         * configure.ac (target_libraries): Add libatomic.
3514         (noconfigdirs): Check if libatomic is supported.
3515         * Makefile.in, configure: Rebuild.
3517 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
3519         * MAINTAINERS (Write After Approval): Add myself.
3521 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
3523         * config.sub: Update to 2012-04-18 version from official repo.
3525 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
3527         * MAINTAINERS (Write After Approval): Add myself.
3529 2012-04-11  Steve Ellcey  <sellcey@mips.com>
3531         * MAINTAINERS: Changed email address.
3533 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
3535         PR target/52737
3536         * contrib/gcc_update (files_and_dependencies):
3537         Remove gcc/config/avr/t-multilib from touch data.
3539 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3541         * MAINTAINERS (OS Port Maintainers): Remove irix.
3542         * configure.ac (enable_libgomp): Remove *-*-irix6*.
3543         (unsupported_languages): Remove mips-sgi-irix6.*.
3544         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3545         (with_stabs): Remove.
3546         * configure: Regenerate.
3548 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3550         * MAINTAINERS (OS Port Maintainers): Remove osf.
3551         * configure.ac (enable_libgomp): Remove *-*-osf*.
3552         (with_stabs): Remove alpha*-*-osf*.
3553         * configure: Regenerate.
3555 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3557         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3558         * configure: Regenerate.
3560 2012-02-17  Walter Lee  <walt@tilera.com>
3562         * MAINTAINERS: (Write After Approval): Delete myself.
3564 2012-02-14  Walter Lee  <walt@tilera.com>
3566         * MAINTAINERS (tilegx port): Add myself.
3567         (tilepro port): Add myself.
3568         (Write After Approval): Add myself.
3570 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
3572         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3573         and Joseph Myers as docstring relicensing maintainers.
3575 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
3577         * MAINTAINERS (write-after-approval): Add myself.
3579 2012-02-08  Ira Rosen <irar@il.ibm.com>
3581         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3582         maintainer.
3584 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3586         * MAINTAINERS (Write After Approval): Move myself to
3587         maintain alphabetical order.
3589 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3591         * MAINTAINERS (Write After Approval): Add myself.
3593 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
3595         * MAINTAINERS (Write After Approval): Add myself.
3597 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3598             Jayant R Sonar <jayant.sonar@kpitcummins.com>
3600         * configure.ac (cr16-*-*): Remove nonconfigdirs.
3601         * configure: Regenerate.
3603 2012-01-23  Harshit Chopra  <harshit@google.com>
3605         * MAINTAINERS (Write After Approval): Add myself.
3607 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
3609         * configure.ac: Remove reference to mh-interix.
3610         * configure: Regenerate.
3612 2012-01-05  Richard Henderson  <rth@redhat.com>
3614         PR bootstrap/51072
3615         * configure.ac: Disable libitm if c++ is not enabled.
3616         * configure: Rebuild.
3618         * configure.ac: Fix regexp for same.
3619         * configure: Rebuild.
3621 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
3623         * MAINTAINERS (Write After Approval): Add myself.
3625 2012-01-02  Richard Guenther  <rguenther@suse.de>
3627         PR bootstrap/51686
3628         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3629         * Makefile.in: Regenerate.
3631 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
3633         * MAINTAINERS (Write After Approval): Add myself.
3635 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
3637         * configure: Regenerate.
3639 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
3641         * MAINTAINERS (picochip): Changed email address.
3643 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3645         * MAINTAINERS (write-after-approval): Add self.
3647 2011-11-29  DJ Delorie  <dj@redhat.com>
3649         * configure.ac (rl78-*-*) New case.
3650         * configure: Regenerate.
3651         * MAINTAINERS: Add myself as RL78 maintainer.
3653 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3655         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3657 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
3659         * libtool.m4: Additional FreeBSD 10 fixes.
3661 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
3663         * MAINTAINERS: Move myself from Write After Approval to CPU Port
3664         Maintainers section, as Epiphany maintainer.
3666 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
3668         PR target/49992
3669         * configure.ac: Remove ranlib special-casing for Darwin.
3670         * configure: Regenerate.
3672 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
3674         * MAINTAINERS (Reviewers): Keep the list sorted.
3676 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
3678         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3680 2011-11-09  Roland McGrath  <mcgrathr@google.com>
3682         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3683         * configure: Rebuild.
3684         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3685         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3686         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3687         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3688         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3689         Add READELF.
3690         * Makefile.in: Rebuild.
3692 2011-11-09  Jason Merrill  <jason@redhat.com>
3694         * Makefile.def (language=c++): Remove check-c++0x.
3695         * Makefile.in (check-gcc-c++): Regenerate.
3697 2011-11-08  Richard Henderson  <rth@redhat.com>
3699         * configure.ac: Test for libitm directory present first.
3701         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3703         * configure.ac: Test libitm/configure.tgt to disable libitm.
3704         * configure: Rebuild.
3706 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
3707             Richard Henderson  <rth@redhat.com>
3709         Merged from transactional-memory.
3711         * Makefile.def (lang_env_dependencies): libitm is c++.
3712         Add libitm target module.
3713         * configure.ac: Likewise.
3714         * config/mmap.m4: New file.
3715         * contrib/gcc_update: Add libitm to touch data.
3716         * Makefile.in, configure: Rebuild.
3718 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3720         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3721         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3722         * Makefile.in: Regenerate.
3724 2011-11-01  DJ Delorie  <dj@redhat.com>
3726         * config.sub: Update to version 2011-10-29 (added rl78)
3728 2011-10-27  Nick Clifton  <nickc@redhat.com>
3730         * config.sub: Import these changes from the config project:
3732         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3733             Ben Elliston  <bje@gnu.org>
3735         * config.sub (epiphany): New.
3737         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
3738             Ben Elliston  <bje@gnu.org>
3740         * config.sub (hexagon, hexagon-*): New.
3742         2011-08-23  Roland McGrath  <mcgrathr@google.com>
3744         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3745         64eb to be64.
3747         2011-08-16  Roland McGrath  <mcgrathr@google.com>
3749         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3750         (nacl): Grok as alias for 32el-unknown-nacl.
3752 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
3754         * MAINTAINERS (Write After Approval): Add myself.
3756 2011-10-24  Teresa Johnson  <tejohnson@google.com>
3758         * MAINTAINERS (Write After Approval): Add myself.
3760 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
3762         * MAINTAINERS (sparc port): Remove myself.
3764 2011-09-14  Tom de Vries  <tom@codesourcery.com>
3766         * MAINTAINERS (Write After Approval): Add myself.
3768 2011-08-14  Yao Qi  <yao@codesourcery.com>
3770         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3771         * configure: Regenerate.
3773 2011-07-26  Ian Lance Taylor  <iant@google.com>
3775         * configure.ac: Set have_compiler based on whether gcc directory
3776         exists, rather than on whether gcc is in configdirs.
3777         * configure: Rebuild.
3779 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
3781         * MAINTAINERS (Global Reviewers): Add self.
3783 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
3785         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3786         link directories.
3787         * Makefile.in: Rebuild.
3789 2011-07-20  Ian Lance Taylor  <iant@google.com>
3791         PR bootstrap/49787
3792         * configure.ac: Move --enable-bootstrap handling earlier in file.
3793         If --enable-bootstrap and either --enable-build-with-cxx or
3794         --enable-build-poststage1-with-cxx, enable C++ automatically.
3795         * configure: Rebuild.
3797 2011-07-19  Ian Lance Taylor  <iant@google.com>
3799         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
3800         make C++ a boot_language.  Set and substitute
3801         POSTSTAGE1_CONFIGURE_FLAGS.
3802         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3803         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3804         * configure, Makefile.in: Rebuild.
3806 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
3808         * MAINTAINERS (Register Allocation): Move myself from reviewers to
3809         maintainers.
3811 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
3813         * MAINTAINERS (Global Reviewers): Add myself.
3815 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3817         * configure: Regenerate.
3819 2011-07-16  Jason Merrill  <jason@redhat.com>
3821         * Makefile.def (language=c++): Add check-c++0x and
3822         check-target-libmudflap-c++.
3823         * Makefile.tpl (check-target-libmudflap-c++): New.
3824         * Makefile.in: Regenerate.
3826 2011-07-16  Matthias Klose  <doko@ubuntu.com>
3828         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3829         * Makefile.def (target_modules/libjava): Pass
3830         $(EXTRA_CONFIGARGS_LIBJAVA).
3831         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3832         if not configured with --enable-static-libjava.
3833         * Makefile.in: Regenerate.
3834         * configure: Likewise.
3836 2011-07-15  Jason Merrill  <jason@redhat.com>
3838         * Makefile.in (check-c++): Move check-gcc-c++0x after
3839         check-target-libstdc++-v3.
3841 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3843         * MAINTAINERS (c6x port): New entry.
3845 2011-07-13  Jason Merrill  <jason@redhat.com>
3847         * Makefile.in (check-gcc-c++0x): New.
3848         (check-c++): Depend on it.
3850 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3852         PR target/39150
3853         * configure.ac (i[3456789]86-*-solaris2*): Also accept
3854         x86_64-*-solaris2.1[0-9]*.
3855         * configure: Regenerate.
3857 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
3859         * MAINTAINERS (RTL optimizers): Add self.
3861 2011-06-27  Gabriel Charette  <gchare@google.com>
3863         * MAINTAINERS (Write After Approval): Add myself.
3865 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
3867         PR regression/47836
3868         PR bootstrap/23656
3869         PR other/47733
3870         PR bootstrap/49247
3871         PR c/48825
3872         * configure.ac (target_libraries): Remove target-libiberty.
3873         Remove case-statement setting skipdirs=target-libiberty for
3874         multiple targets.  Remove checking target_configdirs and
3875         removing target-libiberty but keeping target-libgcc if
3876         otherwise empty.
3877         * Makefile.def (target_modules): Don't add libiberty.
3878         (dependencies): Remove all traces of target-libiberty.
3879         * configure, Makefile.in: Regenerate.
3881 2011-06-13  Walter Lee <walt@tilera.com>
3883         * configure.ac (tilepro-*-*) New case.
3884         (tilegx-*-*): Likewise.
3885         * configure: Regenerate.
3887 2011-06-06  Jing Yu  <jingyu@google.com>
3889         * configure.ac: Skip target-libiberty for
3890         arm*-*-linux-androideabi.
3891         * configure: Regenerated.
3893 2011-06-06  Nick Clifton  <nickc@redhat.com>
3895         * config.sub: Sync from upstream.
3897 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
3899         * MAINTAINERS (Write After Approval): Add myself.
3901 2011-06-01  Daniel Jacobowitz  <drow@false.org>
3903         * MAINTAINERS: Update my email address.
3905 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
3907         * MAINTAINERS (Write After Approval): Update my email address.
3909 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
3911         * MAINTAINERS (Write After Approval): Add myself.
3913 2011-05-08  Doug Kwan  <dougkwan@google.com>
3915         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3916         * configure: Regenerated.
3917         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3918         value from configure.
3919         * Makefile.in: Regenerated.
3921 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
3923         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3924         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3925         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3926         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3927         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3928         *-*-vxworks*): Disable newlib and libgloss in separate case
3929         statement.
3930         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3931         to separate case statement.
3932         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3933         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3934         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3935         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3936         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3937         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3938         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3939         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3940         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3941         i[[3456789]]86-*-rdos*, m32r-*-*,
3942         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3943         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3944         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3945         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3946         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3947         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3948         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3949         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3950         and libgloss in main case over targets.  Remove most empty cases
3951         in main case over targets.
3952         * configure: Regenerate.
3954 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
3956         * MAINTAINERS (Write After Approval): Add myself.
3958 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3960         * configure.ac: Remove code setting special library locations for
3961         hppa*64*-*-hpux11*.  Remove code setting compiler for
3962         sparc-sun-solaris2*.
3963         * configure: Regenerate.
3965 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3967         * configure.ac: Separate libgloss_dir settings from general case
3968         over targets.
3969         * configure: Regenerate.
3971 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3973         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3974         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3975         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3976         cases in libgcj-disabling case statement.
3977         (hppa*64*-*-linux*): Set unsupported_languages instead of
3978         disabling target-zlib.
3979         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3980         to hppa*64*-*-hpux*.
3981         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3982         hppa*-*-hpux*.
3983         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3984         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3985         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3986         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3987         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3988         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3989         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3990         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3991         libgcj-disabling case statement.
3992         * configure: Regenerate.
3994 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3996         * configure.ac: Disable Java for targets not supporting libffi.
3997         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3998         Remove cases in Java-disabling statement.
3999         (*arm-wince-pe): Change to arm-wince-pe.
4000         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4001         cases in Java-disabling statement.
4002         (bfin-*-*): Don't disable Java again.
4003         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4004         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4005         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4006         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4007         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4008         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4009         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4010         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4011         Java-disabling statement.
4012         (mmix-*-*): Don't disable Java again.
4013         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4014         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4015         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4016         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4017         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4018         statement.
4019         * configure: Regenerate.
4021 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4023         * configure.ac: Separate cases disabling Java and Java libraries
4024         from general case over targets.
4025         * configure: Regenerate.
4027 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
4029         * MAINTAINERS: Update my email address.
4031 2011-04-20  Easwaran Raman  <eraman@google.com>
4033         * MAINTAINERS (Write After Approval): Add myself.
4035 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4037         PR lto/48086
4038         * configure.ac: Re-enable LTO on *-apple-darwin9*.
4039         * configure: Regenerate.
4041 2011-04-16  Jim Meyering  <meyering@redhat.com>
4043         * MAINTAINERS (Write After Approval): Add myself.
4045 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
4047         * MAINTAINERS: Update my email address.
4049 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
4051         * MAINTAINERS (Write After Approval): Add myself.
4053 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
4055         * MAINTAINERS (Write After Approval): Add myself.
4057 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
4059         * MAINTAINERS (Write After Approval): Add myself.
4061 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
4063         * configure.ac (build_tools): Remove build-byacc.
4064         (host_libs): Remove mmalloc.
4065         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4066         autoconf automake libtool diff rcs fileutils shellutils time
4067         textutils wdiff find uudecode hello tar gzip indent recode release
4068         sed perl gawk findutils gettext zip.
4069         (libgcj): Remove target-qthreads.
4070         (target_tools): Remove target-examples target-gperf.
4071         (YACC): Don't handle building byacc.
4072         * configure: Regenerate.
4073         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4074         dosutils, examples, fileutils, find, findutils, gawk, gettext,
4075         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4076         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4077         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4078         handle building components.
4079         * Makefile.in: Regenerate.
4081 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
4083         * MAINTAINERS: Update my email address as Xtensa maintainer.
4085 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4087         * config.sub: Sync from upstream.
4089 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4091         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4092         (microblaze*): Don't disable libssp.
4093         * configure: Regenerate.
4095 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4097         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4098         moveifchange.
4099         * configure: Regenerate.
4100         * Makefile.tpl: Use @SHELL@ not @config_shell@.
4101         * Makefile.in: Regenerate.
4103 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4105         * configure.ac (*-*-sysv4*): Don't enable libgomp.
4106         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4107         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4108         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4109         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4110         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4111         md_exec_prefix cases.
4112         * configure: Regenerate.
4114 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4116         * configure.ac: Separate cases disabling target-libssp,
4117         target-libiberty, target-libstdc++-v3 and Fortran from general
4118         case over targets.
4119         * configure: Regenerate.
4121 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4123         * configure.ac (*-*-chorusos): Don't disable libgcj.
4124         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4125         Remove case.
4126         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4127         (arm-*-coff): Don't disable libgcj.
4128         (arm*-*-linux-gnueabi): Remove useless assignment.
4129         (arm-*-riscix*): Don't disable libgcj.
4130         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4131         configuration.
4132         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4133         (c54x*-*-*): Remove case.
4134         (tic54x-*-*): Don't disable GCC or GCC libraries.
4135         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
4136         to *.
4137         (d10v-*-*): Don't disable GCC libraries.
4138         (d30v-*-*): Don't disable libgcj.
4139         (h8500-*-*): Don't disable GCC libraries.
4140         (i960-*-*): Don't disable libgcj.
4141         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4142         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4143         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4144         libgcj.
4145         (m68k-*-coff*): Remove case.
4146         (mmix-*-*): Don't disable libgloss on host.
4147         (mn10200-*-*, mn10300-*-*): Remove cases.
4148         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4149         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4150         Don't disable libgcj.
4151         (romp-*-*): Remove case.
4152         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4153         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4154         case.
4155         (v810-*-*): Don't disable GCC libraries.
4156         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4157         (ip2k-*-*): Don't disable GCC libraries.
4158         * configure: Regenerate.
4160 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
4162         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4163         libffi on host.
4164         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4165         on host.
4166         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4167         * configure: Regenerate.
4169 2011-03-26  John Marino  <binutils@marino.st>
4171         * configure.ac: Add support for *-*-dragonfly*
4172         * configure: Regenerate.
4174 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4176         * configure.ac (native_only): Remove.
4177         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4178         send-pr uudecode guile gnuserv on host.
4179         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4180         send-pr rcs guile perl texinfo libtool on host.
4181         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4182         automake send-pr rcs guile perl texinfo libtool on host.
4183         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4184         (*-*-kaos*): Don't disable target-examples target-gperf on target.
4185         (alpha*-dec-osf*): Don't disable fileutils on target.
4186         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4187         texinfo send-pr expect dejagnu on target.
4188         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4189         target-qthreads on target.
4190         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4191         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4192         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4193         x86_64-*-mingw*): Don't disable expect on target.
4194         (*-*-cygwin*): Don't disable target-gperf on target.
4195         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4196         gnuserv on target.
4197         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4198         target.
4199         * configure: Regenerate.
4201 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4203         * configure.ac (target_tools): Remove target-groff.
4204         (native_only): Remove target-groff.
4205         (hppa*64*-*-*): Don't disable byacc.
4206         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4207         setting.
4208         (*-*-kaos*): Don't skip target-librx and target-groff.
4209         (*-*-netware*): Don't skip target-libmudflap.
4210         (*-*-tpf*): Don't skip target-libmudflap.
4211         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4212         directories on the host.
4213         (ia64*-*-*vms*): Don't skip tix.
4214         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4215         host.
4216         * configure: Regenerate.
4218 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
4220         * configure.ac: Remove references to mt-mep, mt-netware,
4221         mt-wince.
4222         * Makefile.def: Add all-utils soft dependencies.
4223         * Makefile.tpl: Remove GDB_NLM_DEPS.
4224         * configure: Regenerate.
4225         * Makefile.in: Regenerate.
4227 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4229         * configure.ac: Do not include mh-x86omitfp.
4230         * configure: Regenerate.
4232 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4234         * configure.ac: Remove empty cases.
4235         * configure: Regenerate.
4237 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4239         * Makefile.def: Add dependency from termcap to gdb.
4240         * Makefile.in: Regenerate.
4242 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4244         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4245         * configure: Regenerate.
4246         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4247         * Makefile.tpl: Likewise.
4248         * Makefile.in: Regenerate.
4250 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4252         * configure.ac: Remove all mentions of tentative_cc.
4253         * configure: Regenerate.
4255 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4257         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4258         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4259         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4260         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4261         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4262         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4263         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4264         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4265         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4266         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4267         *-*-rhapsody*): Remove host cases.
4268         * configure: Regenerate.
4270 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4272         * configure.ac (ppc*-*-pe): Remove host case.
4273         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4274         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4275         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4276         cases.
4277         * configure: Regenerate.
4279 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4281         * config.sub: Update to version 2011-03-23.
4283 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4285         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4286         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4287         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4288         * configure: Regenerate.
4290 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4292         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
4293         to Write After Approval.
4294         * config-ml.in: Don't handle arc-*-elf*.
4295         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4296         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4297         handle GCC libraries.
4298         * configure: Regenerate.
4300 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4302         PR bootstrap/48120:
4303         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4304         Add -lstdc++ -lm to LIBS.
4305         * configure: Regenerate.
4307 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
4309         * config.guess: Update to version 2011-02-02
4310         * config.sub: Update to version 2011-02-24
4312 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
4314         PR lto/48086
4315         * configure.ac: Re-enable LTO on *-apple-darwin9.
4316         * configure: Regenerate.
4318 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
4320         PR lto/48086
4321         * configure.ac: Disable LTO on darwin due to an assembler change in
4322         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4323         under 256.
4324         * configure: Regenerate.
4326 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
4328         * MAINTAINERS: Update myself as score backend maintainer,
4329         update my e-mail address.
4331 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
4333         * MAINTAINERS: Update my e-mail address.
4335 2011-03-06  Joey Ye  <joey.ye@arm.com>
4337         * MAINTAINERS: Update my e-mail address.
4339 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4341         * configure.ac: Adjust test of with_ppl.
4342         * configure: Regenerated.
4344 2011-03-02  Kai Tietz  <ktietz@redhat.com>
4346         * MAINTAINERS: Adjust my e-mail address.
4348 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4350         * configure.ac: Add -lpwl to ppllibs.
4351         * configure: Regenerated.
4353 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4355         * config/cloog.m4: Add -lisl to clooglibs.
4356         * configure: Regenerated.
4358 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4360         * MAINTAINERS (CPU Port maintainers): Add self.
4362 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4364         * MAINTAINERS: Add myself as testsuite maintainer.
4366 2011-02-15  Mike Stump  <mikestump@comcast.net>
4368         * MAINTAINERS: Add myself as testsuite maintainer.
4370 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4372         Import from Libtool and gnulib:
4374         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
4376         Prepare for supporting FreeBSD 10.
4377         * config.rpath: Remove handling of freebsd1* which soon would
4378         match FreeBSD 10.0.
4380         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
4382         Remove support for FreeBSD 1.x.
4383         * libtool.m4 (_LT_LINKER_SHLIBS)
4384         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
4385         soon would incorrectly match FreeBSD 10.0.
4387 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4389         PR binutils/12283
4390         * move-if-change: Import version from gnulib.
4392 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
4394         PR lto/47225
4395         * Makefile.def (lto-plugin): Double dash for enable-shared.
4396         (configure-gcc): Depend on all-lto-plugin.
4397         * Makefile.in: Rebuilt.
4399 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4401         * configure.ac: Remove extra bracket.
4402         * configure: Regenerate.
4404 2011-02-08  Tobias Burnus  <burnus@net-b.de>
4406         * MAINTAINERS: Add myself as libquadmath maintainer.
4408 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
4410         * MAINTAINERS: Update my email address.
4412 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
4414         * MAINTAINERS (option handling): Add self.
4416 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
4418         PR lto/47225
4419         * Makefile.def: Add dependency for install-gcc
4420         on install-lto-plugin.
4421         * Makfile.in: Regenerated
4423 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
4425         * MAINTAINERS (CPU Port Maintainers): Add myself.
4427 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
4429         PR libgcj/44341
4430         * configure.ac: Discard --with-* flags for host when configuring
4431         target libraries for cross build.
4432         * configure: Rebuilt.
4434 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4436         * MAINTAINERS (linear loop transforms): Removed.
4438 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
4440         * configure.ac: If with_ppl is no, move setting with_cloog=no
4441         after CLOOG_REQUESTED check.
4442         * configure: Regenerated.
4444 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4446         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4447         CLooG has been requested.
4448         * configure: Regenerated.
4450 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4452         * configure: Regenerated.
4453         * configure.ac: Check for version 0.11 (or later revision) of PPL.
4455 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
4457         * configure: Regenerated.
4458         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4460 2011-01-21  Andreas Schwab  <schwab@redhat.com>
4462         * configure.ac: Use AS_HELP_STRING throughout.
4463         * configure: Regenerate.
4465 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
4467         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4468         * configure: Regenerate.
4470 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4472         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
4474 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
4476         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4477         for ia64-hpux.
4478         * configure: Regenerate.
4480 2011-01-07  Jan Hubicka  <jh@suse.cz>
4482         PR lto/47225
4483         * Makefile.in: Regenerate.
4484         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4485         configure.
4487 2011-01-07  Jan Hubicka  <jh@suse.cz>
4489         * Makefile.in: Regenerate.
4490         * Makefile.def (gcc host module) and soft dependency on lto-plugin
4491         and configure dependency on lto-plugin configure.
4492         (lto-plugin module): Remove dependency on GCC; add dependency on
4493         liniberty.
4495 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
4497         * MAINTAINERS (Write After Approval): Add myself.
4499 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
4501         * configure: Regenerate.
4503 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
4505         * configure.ac: (picochip): Disable libiberty.
4507 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
4509         * MAINTAINERS (Write After Approval): Add myself.
4511 2010-12-10  Ian Lance Taylor  <iant@google.com>
4513         PR bootstrap/46819
4514         * configure.ac: For --disable-libgcj clear libgcj_saved.
4515         * configure: Rebuild.
4517 2010-12-10  Tobias Burnus  <burnus@net-b.de>
4519         PR fortran/46540
4520         * configure.ac: Add --disable-libquadmath and
4521         --disable-libquadmath-support.
4522         * configure: Regenerate.
4524 2010-12-03  Ian Lance Taylor  <iant@google.com>
4526         * MAINTAINERS: Add myself as libgo maintainer.
4528 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
4530         PR libffi/46792
4531         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4532         * configure: Regenerate.
4534 2010-12-02  Ian Lance Taylor  <iant@google.com>
4536         * configure.ac: Always set default for poststage1_ldflags to
4537         -static-libstdc++ -static-libgcc.
4539 2010-11-29  Andreas Schwab  <schwab@redhat.com>
4541         * configure.ac: Move comment to remove extra space in last argument
4542         of GCC_TARGET_TOOL.
4544 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
4546         PR other/46026
4547         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4548         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4549         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4550         (BASE_FLAGS_TO_PASS): Use it.
4551         * configure: Rebuilt.
4552         * Makefile.in: Rebuilt.
4554 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
4556         PR binutils/12258
4557         * configure.ac: Correct comments for --enable-gold/--enable-ld.
4558         Properly check default linker.
4559         * configure: Regnerated.
4561 2010-11-23  Matthias Klose  <doko@ubuntu.com>
4563         * configure.ac: For --enable-gold, handle value `default' instead of
4564         `both*'.  New configure option --{en,dis}able-ld.
4565         * configure: Regenerate.
4567 2010-11-20  Ian Lance Taylor  <iant@google.com>
4569         * configure.ac: Only disable a language library if no language needs
4570         it.  Don't let --disable-libgcj uncondtionally disable libffi.
4571         * configure: Rebuild.
4573 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4575         * Makefile.in: Regenerate.
4577         PR other/46202
4578         * configure.ac: Fix just-built in-tree STRIP name to be
4579         binutils/strip-new.
4580         * configure: Regenerate.
4581         * Makefile.def (install-strip-gcc, install-strip-binutils)
4582         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4583         (install-strip-sid): Mirror dependencies on non-strip variants
4584         of these targets on the respective -strip prerequisites.
4585         * Makefile.tpl (install-strip, install-strip-host)
4586         (install-strip-target): New targets.
4587         (install-strip-[+module+], install-strip-target-[+module+]):
4588         New targets.
4589         * Makefile.in: Regenerate.
4591 2010-11-19  Ian Lance Taylor  <iant@google.com>
4592             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4594         * configure.ac: Add target-libgo to target_libraries.  Set
4595         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4596         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4597         (HOST_EXPORTS): Add GOC.
4598         (BASE_TARGET_EXPORTS): Add GOC.
4599         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4600         (GOCFLAGS_FOR_TARGET): New variable.
4601         (EXTRA_HOST_FLAGS): Add GOC.
4602         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4603         * Makefile.def (target_modules): Add libgo.
4604         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4605         (dependencies): Add dependency from configure-target-libgo to
4606         configure-target-libffi and all-target-libstdc++-v3.  Add
4607         dependencies from all-target-libgo to all-target-libffi.
4608         (languages): Add go.
4609         * configure: Rebuild.
4610         * Makefile.in: Rebuild.
4612 2010-11-19  Ian Lance Taylor  <iant@google.com>
4614         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4615         compiler/flag environment variables.
4617 2010-11-18  Ian Lance Taylor  <iant@google.com>
4619         * configure.ac: Check for lang_requires_boot_languages in
4620         config-lang.in files.
4621         * configure: Rebuild.
4623 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4624             Tobias Burnus  <burnus@net-b.de>
4626         PR fortran/32049
4627         * Makefile.def: Add libquadmath; build it with language=fortran.
4628         * configure.ac: Add libquadmath.
4629         * Makefile.tpl: Handle multiple libs in check-[+language+].
4630         * Makefile.in: Regenerate.
4631         * configure: Regenerate.
4633 2010-11-16  Tom Tromey  <tromey@redhat.com>
4635         * MAINTAINERS: Moved myself to reviewers section.
4637 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
4639         * MAINTAINERS: Moved myself to reviewers section.
4641 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4643         * MAINTAINERS (Various Maintainers): Add self for build machinery.
4644         (Write After Approval): Remove self.
4646 2010-11-15  Andreas Schwab  <schwab@redhat.com>
4648         * configure.ac: Fix spelling in option names.
4649         * configure: Regenerated.
4651 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
4653         PR bootstrap/39622
4654         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4655         * configure: Regenerated.
4657 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
4659         * MAINTAINERS: Update my email address.
4661 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4663         * configure: Regenerate.
4665 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4667         * configure: Regenerate.
4669 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4671         * configure: Regenerate.
4673 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4675         * configure: Regenerate.
4677 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4679         * configure.ac: Support official CLooG.org versions.
4680         * configure: Regenerate.
4681         * config/cloog.m4: New.
4683 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
4685         * MAINTAINERS (Write After Approval): Add myself.
4687 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
4689         * MAINTAINERS: Update my email address.
4691 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
4693         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4694         * configure: Regenerate.
4696 2010-11-03  Ian Lance Taylor  <iant@google.com>
4697             Dave Korn  <dave.korn.cygwin@gmail.com>
4699         PR lto/46273
4700         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
4701         and on other supported platforms whenever LTO is enabled.
4702         * configure: Rebuild.
4704 2010-11-02  Alan Modra  <amodra@gmail.com>
4706         PR binutils/12110
4707         * configure.ac: Error when source path contains spaces.
4708         * configure: Regenerate.
4710 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
4712         * MAINTAINERS: Update my email address.
4714 2010-10-20  Ian Lance Taylor  <iant@google.com>
4716         * Makefile.def (target_modules): Set lib_path to src/.libs for
4717         libstdc++-v3 module.
4718         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4719         * Makefile.in: Rebuild.
4721 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4723         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4724         (Write After Approval): Remove myself.
4726 2010-10-15  Tristan Gingold  <gingold@adacore.com>
4728         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4730 2010-10-14  Douglas Rupp  <rupp@gnat.com>
4732         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4734 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4736         * configure.ac (build_lto_plugin): New shell variable.
4737         (--enable-lto): Turn on by default for all non-ELF platforms that
4738         have had LTO support added so far.  Set build_lto_plugin appropriately
4739         for both ELF and non-ELF.
4740         (configdirs): Add lto-plugin or not based on build_lto_plugin.
4741         * configure: Regenerate.
4743 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4745         Sync from src:
4746         * configure.ac (v850 support): Remove target-libgloss from
4747         noconfigdirs.
4748         * configure: Regenerate.
4750 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4752         PR bootstrap/45326
4753         PR bootstrap/45174
4754         * configure.ac: Honor initial values of $build_configargs,
4755         $host_configargs, $target_configargs.  Mark the precious, so
4756         environment settings get recorded.
4757         * configure: Regenerate.
4759 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4761         PR bootstrap/45796
4762         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4763         Depend on all-build-libiberty.
4764         * Makefile.in: Regenerate.
4766 2010-09-30  Michael Eager  <eager@eagercon.com>
4768         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4769         * configure: Regenerate.
4771 2010-09-28  Michael Eager  <eager@eagercon.com>
4773         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4775 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4777         PR bootstrap/44621
4778         * configure.ac: Fix unportable shell quoting.
4779         * configure: Regenerate.
4781 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
4783         * configure.ac (enable-lto): Add Darwin to the list of supported lto
4784         targets and amend comment.
4785         * configure: Regenerate.
4787 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
4789         * MAINTAINERS (Write After Approval): Add myself.
4791 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
4793         * configure.ac: Enable LTO by default on Darwin.
4794         * configure: Regenerate.
4796 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4798         * MAINTAINERS (Write After Approval): Add myself.
4800 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
4802         * MAINTAINERS (Write After Approval): Add myself.
4804 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
4806         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4807         ports
4809 2010-07-28  David Yuste  <david.yuste@gmail.com>
4811         * MAINTAINERS (Write After Approval): Add myself.
4813 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
4815         * configure.ac: Support all v850 targets.
4816         * configure: Regenerate.
4818 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
4820         PR bootstrap/44455
4821         * configure.ac (extra_mpfr_configure_flags): Copy from
4822         extra_mpc_gmp_configure_flags.
4823         * configure: Re-generated.
4825 2010-07-22  Andi Kleen  <ak@linux.intel.com>
4827         * MAINTAINERS (Write After Approval): Add myself.
4829 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
4831         * MAINTAINERS (Write After Approval): Add myself.
4833 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
4835         * MAINTAINERS (Write After Approval): Add myself.
4837 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
4839         PR target/44862
4840         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4841         Provide -B option to allow for link spec %s substitutions for
4842         libstdc++.a on darwin.
4843         * Makefile.in: Regenerate.
4845 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
4847         * MAINTAINERS (Reviewers): Update my e-mail address
4849 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
4851         * Makefile.def (configure-gcc): Depend on all-libelf.
4852         * Makefile.in: Rebuild.
4854 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
4856         * MAINTAINERS (Write After Approval): Add myself in the right place.
4858 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
4860         * MAINTAINERS (Write After Approval): Add myself.
4862 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
4864         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4866 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
4868         * config.sub: Update to version 2010-05-21.
4869         * config.guess: Update to version 2010-04-03.
4871 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
4873         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4874         * configure: Regenerate.
4876 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
4878         * MAINTAINERS (Write After Approval): Add myself.
4880 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4882         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4883         a platform that supports LTO.
4884         * configure: Regenerate.
4886 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
4888         * configure.ac: Allow all the versions greater than 0.10 of PPL.
4889         * configure: Regenerated.
4891 2010-04-27  Roland McGrath  <roland@redhat.com>
4892             H.J. Lu  <hongjiu.lu@intel.com>
4894         * configure.ac (--enable-gold): Support both, both/gold and
4895         both/bfd to add gold to configdirs without removing ld.
4896         * configure: Regenerated.
4898         * Makefile.def: Add install-gold dependency to install-ld.
4899         * Makefile.in: Regenerated.
4901 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
4903         PR lto/42776
4904         * configure.ac (--enable-lto): Refactor handling so libelf tests
4905         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4906         and allow LTO to be explicitly enabled on non-ELF platforms that
4907         are known to support it inside else-clause.
4908         * configure: Regenerate.
4910 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
4912         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4913         * configure: Regenerate.
4915 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
4917         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4918         * configure: Regenerate.
4920 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4922         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4923         separately.
4924         * configure: Regenerate.
4926 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
4928         * MAINTAINERS (Write After Approval): Add myself.
4930 2010-04-14  Tristan Gingold  <gingold@adacore.com>
4932         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4933         * configure: Regenerate.
4935 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
4937         * configure: Regenerate after change to elf.m4.
4939 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
4941         * MAINTAINERS (Write After Approval): Add myself.
4943 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4945         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4946         * configure: Regenerated.
4948 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4950         * configure.ac: Print "buggy but acceptable" when CLooG
4951         revision is less than 9.
4952         * configure: Regenerated.
4954 2010-04-01  Diego Novillo  <dnovillo@google.com>
4956         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4958 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4960         PR bootstrap/43615
4961         PR bootstrap/43328
4963         Revert:
4965         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4967         * configure.ac: Do not pass --enable-multilib nor
4968         --disable-multilib in baseargs.  Accept explicitly passed
4969         --enable_multilib.
4970         * configure: Regenerate.
4972 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4974         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4976 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
4978         * MAINTAINERS: Remove myself.
4980 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4982         PR bootstrap/43328
4983         * configure.ac: Do not pass --enable-multilib nor
4984         --disable-multilib in baseargs.  Accept explicitly passed
4985         --enable_multilib.
4986         * configure: Regenerate.
4988 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
4990         * MAINTAINERS (spu port): Remove me.
4992 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4994         * configure.ac (tic6x-*-*): New case.
4995         * configure: Regenerate.
4997 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4999         * config.sub: Update to version 2010-03-22.
5000         * config.guess: Update to version 2009-12-30.
5002 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
5004         PR ada/42554
5005         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5006         * configure: Regenerate.
5008 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5010         * MAINTAINERS: Update my email address.
5012 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
5014         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5015         (ghassan.shobaki@amd.com): Removed.
5017 2010-03-17  Alan Modra  <amodra@gmail.com>
5019         * MAINTAINERS: Update my email address.
5021 2010-03-16  Diego Novillo  <dnovillo@google.com>
5023         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5024         Matthews.
5026 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5028         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5029         Gutson, Jeffrey D. Oldham and Mark Shinwell.
5031 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5033         * MAINTAINERS: Update my email address.
5035 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
5037         * MAINTAINERS: Update my email address.
5039 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
5041         * MAINTAINERS: Update my email address.
5043 2010-03-09  Jie Zhang  <jie@codesourcery.com>
5045         * MAINTAINERS: Update my email address.
5047 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5049         PR libstdc++/32499
5050         * configure.ac (RANLIB): Default to true.
5051         (STRIP): Likewise.
5052         (RANLIB_FOR_TARGET): Remove superfluous : argument.
5053         * configure: Regenerate.
5055 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
5057         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5058         (Write After Approval): Update my email address.
5060 2010-02-17  Nick Clifton  <nickc@redhat.com>
5062         PR 11238
5063         * Makefile.tpl (local-distclean): Also remove config.cache files in
5064         sub-directories as there may not be Makefiles present in the
5065         sub-directories.
5066         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5067         the config.cache files found by the find command.
5069         * Makefile.in: Regenerate.
5070         * configure.ac: Revert previous delta.
5071         * configure: Regenerate.
5073 2010-02-15  Nick Clifton  <nickc@redhat.com>
5075         PR 11238
5076         * configure.ac: Delete config.cache files in sub-directories when
5077         deleting Makefiles.
5078         * configure: Regenerate.
5080 2010-02-12  Ben Elliston  <bje@gnu.org>
5082         * MAINTAINERS: Update my email address.
5084 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
5086         * MAINTAINERS (spu port): Update my email address.
5088 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
5090         * MAINTAINERS: Add myself as a maintainer for the bfin port.
5092 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5094         * configure.ac: Add "recommended" version checks for GMP/MPC.
5095         Update recommended GMP/MPFR/MPC versions.
5096         * configure: Regenerate.
5098 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
5100         * MAINTAINERS: Move my Embecosm email address into the
5101         write-after-approval section.
5103 2010-01-26  Ian Lance Taylor  <iant@google.com>
5105         * MAINTAINERS: Add myself as Go frontend maintainer.
5107 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
5109         PR libstdc++/36101, PR libstdc++/42813
5110         * configure.ac (bootstrap_target_libs): Make inclusion of
5111         target-libgomp conditional on libgomb being in target_configdirs.
5112         * configure: Regenerate.
5114 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
5116         PR libstdc++/36101, PR libstdc++/42813
5117         * configure.ac (bootstrap_target_libs): Include target-libgomp.
5118         * configure: Regenerate.
5120 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
5122         PR libstdc++/36101, PR libstdc++/42813
5123         * configure.ac (target_configdirs): Substitute.
5124         * Makefile.def: Bootstrap target module libgomp.
5125         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5126         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5127         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5128         * configure, Makefile.in: Regenerate.
5130 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5132         * MAINTAINERS: Adjust my details.
5134 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
5136         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5138 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
5140         * MAINTAINERS: reindented my entry with tabs instead of spaces.
5142 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
5144         * MAINTAINERS (Write After Approval): Add myself.
5146 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5148         * MAINTAINERS (Write After Approval): Add myself.
5150 2010-01-11  Richard Guenther  <rguenther@suse.de>
5152         PR lto/41569
5153         * Makefile.def (all-lto-plugin): Depend on all-gcc.
5154         * Makefile.in: Regenerated.
5156 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
5158         * configure.ac: Enable libjava build on x86_64-*freebsd*.
5159         * configure: Regenerate.
5161 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5162             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5164         PR bootstrap/42424
5165         * configure.ac: Include libtool m4 files.
5166         (_LT_CHECK_OBJDIR): Call it.
5167         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5168         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5170         * configure: Regenerate.
5172 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5174         PR bootstrap/41818
5175         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5176         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
5177         * Makefile.in: Regenerate.
5179 2010-01-02  Richard Guenther  <rguenther@suse.de>
5181         PR lto/41529
5182         * configure.ac: Include config/elf.m4.  Disable LTO if not
5183         builting for an elf target.
5184         * configure: Regenerate.
5186 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
5188         * MAINTAINERS: Change my email address.
5190 2009-12-18  Ben Elliston  <bje@au.ibm.com>
5192         * config.sub, config.guess: Update from upstream sources.
5194 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
5196         * MAINTAINERS (Write After Approval): Add myself.
5198 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5200         PR middle-end/30447
5201         PR middle-end/30789
5202         PR other/40302
5204         * configure.ac: Require MPC.
5205         * configure: Regenerate.
5207 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5209         PR target/38384
5210         PR bootstrap/40972
5211         * libtool.m4: Sync from git Libtool.
5212         * ltoptions.m4: Likewise.
5213         * ltversion.m4: Likewise.
5214         * lt~obsolete.m4: Likewise.
5215         * ltmain.sh: Likewise.
5217 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5219         * configure.ac: Update minimum MPC version to 0.8.
5220         * configure: Regenerate.
5222 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
5224         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5225         * configure: Regenerated.
5227 2009-11-21  Ian Lance Taylor  <iant@google.com>
5229         * configure.ac: Change default of poststage1_ldflags to be empty if
5230         poststage1_libs is set.  When poststage1_libs is empty, and
5231         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5232         * configure: Rebuild.
5234 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
5236         * MAINTAINERS (Write After Approval): Update my email address.
5238 2009-11-20  Ben Elliston  <bje@au.ibm.com>
5240         * config.guess: Update from upstream sources.
5242 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5244         * Makefile.def: Restore host and target settings for gmp.
5245         * Makefile.in: Rebuild.
5247 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5249         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
5250         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
5251         Fix portability of test of C++ as bootstrap language.  Add
5252         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5253         * configure: Rebuild.
5254         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5255         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
5256         in-tree building.
5257         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5258         (POSTSTAGE1_HOST_EXPORTS): Use it.
5259         (STAGE[+id+]_CXXFLAGS): New.
5260         (BASE_FLAGS_TO_PASS): Pass it down.
5261         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
5262         extra_exports.
5263         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5264         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5265         extra_exports.
5266         * Makefile.in: Rebuild.
5268 2009-11-17  Ben Elliston  <bje@au.ibm.com>
5270         * config.sub, config.guess: Update from upstream sources.
5272 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5274         * MAINTAINERS (Write After Approval): Add myself.
5276 2009-11-09  Jon Beniston  <jon@beniston.com>
5278         * MAINTAINERS (Write After Approval): Add myself.
5280 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
5282         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
5283         paths for *-w64-mingw* and x86_64-*mingw*.
5284         * configure: Regenerated.
5286 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
5288         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5290 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
5292         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5293         Phil Edwards to Write-After Approval.
5295 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
5297         * configure.ac: Disable target-winsup & co for
5298         x86_64-*-mingw* and *-w64-mingw* targets.
5299         * configure: Regenerated.
5301 2009-10-16  Nick Clifton  <nickc@redhat.com>
5303         * MAINTAINERS: Add myself as a maintainer for the RX port.
5305 2009-10-26  Johannes Singler  <singler@kit.edu>
5307         * MAINTAINERS (Write After Approval): Update my e-mail address.
5309 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5311         * configure.ac (CLooG test): Use = with test.
5312         * configure: Regenerate.
5314 2009-10-22  Richard Guenther  <rguenther@suse.de>
5316         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
5317         cloog if the ppl version check failed.  Move flags saving
5318         before setting in libelf check.
5319         * configure: Regenerate.
5321 2009-10-21  Richard Guenther  <rguenther@suse.de>
5323         * configure.ac: Adjust the ppl and cloog configure to work as
5324         documented.  Disable cloog if ppl was disabled.  Omit the version
5325         checks if they were disabled.
5326         * configure: Re-generate.
5328 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5330         * configure.ac: Add 'lto' to enable_languages, not
5331         new_enable_languages, and only if not already present.
5332         * configure: Regenerate.
5334 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
5336         * README: Refer to the various COPYING* files instead of just
5337         COPYING.
5338         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5340 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
5342         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
5344 2009-10-07  Richard Guenther  <rguenther@suse.de>
5346         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
5347         and Richard Guenther as reviewers.
5348         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
5349         as reviewers.
5351 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
5353         * config.sub: Update from upstream sources.
5355 2009-10-06  Ian Lance Taylor  <iant@google.com>
5357         * Makefile.def: check-gold depends upon all-gas.
5358         * Makefile.in: Rebuild.
5360 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
5362         * MAINTAINERS (Write After Approval): Add myself.
5364 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
5366         * Makefile.def: all-lto-plugin depends on all-libiberty.
5367         set bootstrap=true for lto-plugin.
5368         Add lto-plugin.
5369         * Makefile.in: Regenerate.
5370         * configure.ac (host_libs): Add lto-plugin.
5371         * configure: Regenerate.
5373 2009-10-03  Diego Novillo  <dnovillo@google.com>
5375         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
5376         (HOST_LIBELFLIBS): Define.
5377         (HOST_LIBELFINC): Define.
5378         * Makefile.in: Regenerate.
5379         * configure.ac: Add --enable-lto.
5380         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
5381         If --enable-lto is used, add 'lto' to new_enable_languages.
5382         If --enable-lto is used and gold is enabled, add
5383         lto-plugin to configdirs.
5384         * configure: Regenerate.
5386 2009-10-03  Simon Baldwin  <simonb@google.com>
5388         * configure.ac: If --with-system-zlib, suppress local zlib and
5389         pass --with-system-zlib to subdir configure scripts.
5390         * configure: Regenerate.
5392 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
5393             Paolo Bonzini  <bonzini@gnu.org>
5395         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
5396         $(srcdir).
5397         * Makefile.in: Rebuilt.
5399 2009-09-26  Gary Funck  <gary@intrepid.com>
5401         * MAINTAINERS (Write After Approval): Add myself.
5403 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5405         * configure.ac: Update minimum MPC version to 0.7.
5406         * configure: Regenerate.
5408 2009-09-25  Nick Clifton  <nickc@redhat.com>
5410         * configure.ac: Pass any --cache-file=/dev/null option on to
5411         subconfigures.
5412         * configure: Regenerate.
5414 2009-09-23  Nick Clifton  <nickc@redhat.com>
5416         * config.sub, config.guess: Update from upstream sources.
5418 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
5420         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
5421         * Makefile.in: Rebuilt.
5423 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5425         PR bootstrap/32272
5426         * configure.ac: Error out if $srcdir isn't '.' but contains
5427         host-${host_noncanonical}.
5428         * configure: Regenerate.
5430 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5432         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5433         maintainer.
5435 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5437         * configure.ac: If bootstrapping a combined tree with
5438         --enable-gold, require c++ in stage1_languages.
5439         * configure: Regenerate.
5441         * configure.ac: Also add target_libs of stage1_languages to
5442         bootstrap_target_libs.
5443         * configure: Regenerate.
5445         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
5446         with --enable-languages not containing c++.
5447         * configure: Regenerate.
5449 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
5451         * configure.ac: Disable java and boehm-gc for bfin-*-*.
5452         * configure: Regenerate.
5454 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
5456         * MAINTAINERS (Write After Approval): Update my e-mail address,
5457         and move from from here...
5458         (Waiting for paperwork): To here.
5460 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
5462         * MAINTAINERS (Reviewers): Add self as driver reviewer.
5464 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5466         * configure.ac: Do not use $extrasub for replacing @if/@endif
5467         parts in Makefile; instead, use additional arguments to
5468         AC_CONFIG_COMMANDS to do the replacement manually, with several
5469         sed invocations, to avoid HP-UX sed command limits.
5470         * configure: Regenerate.
5472 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
5474         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5475         blank before -L.
5477 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
5479         * configure.ac (with-build-config): Document.  Handle without.
5480         Handle missing argument.
5481         * configure: Rebuilt.
5483 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
5485         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
5486         Default to bootstrap-debug only if compare-debug works.
5487         * configure: Rebuilt.
5488         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5489         * Makefile.in: Rebuilt.
5491 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5493         * MAINTAINERS (OS Port Maintainers): Update my email address.
5495 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
5497         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5498         * Makefile.in: Rebuilt.
5500 2009-09-01  Chris Demetriou  <cgd@google.com>
5502         * MAINTAINERS (Write After Approval): Add myself.
5504 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
5506         PR debug/30161
5507         * include/dwarf2.h (enum dwarf_tag): Added
5508         DW_TAG_GNU_template_template_param
5509         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5511 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5513         * Makefile.tpl (AWK): Fix typo.
5514         * Makefile.in: Regenerate.
5516 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5518         * configure.ac: Detect awk and sed.
5519         * Makefile.def (flags_to_pass): Add AWK and SED.
5520         * Makefile.tpl (AWK, SED): New.
5521         (BASE_FLAGS_TO_PASS): Add AWK and SED.
5522         * configure: Regenerate.
5523         * Makefile.in: Regenerate.
5525 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
5527         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5528         (collapseslashes): Likewise.
5530 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5532         * configure.ac (AC_PREREQ): Bump to 2.64.
5534 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5536         * configure.ac: Remove --with-datarootdir, --with-docdir,
5537         --with-pdfdir, --with-htmldir switches.
5538         * configure: Regenerate.
5540         * configure: Regenerate.
5542         * compile: Sync from Automake 1.11.
5543         * depcomp: Likewise.
5544         * install-sh: Likewise.
5545         * missing: Likewise.
5546         * mkinstalldirs: Likewise.
5547         * ylwrap: Likewise.
5549 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
5551         * ltmain.sh (func_normal_abspath): New function.
5552         (func_relative_path): Likewise.
5553         (func_mode_help): Document new -bindir option for link mode.
5554         (func_mode_link): Add new -bindir option, and use it to place
5555         output DLL if specified.
5557 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5559         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5560         (baseargs): Add --disable-option-checking.
5561         * configure: Regenerate.
5563         * Makefile.def (configure-target-libiberty): Depend on
5564         all-binutils and all-ld.
5565         (configure-target-newlib): Likewise.
5566         * Makefile.in: Regenerate.
5568 2009-08-17  Ben Elliston  <bje@au.ibm.com>
5570         * config.sub, config.guess: Update from upstream sources.
5572 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5574         Sync from src, merge:
5576         2009-07-02  Tristan Gingold  <gingold@adacore.com>
5578         * configure.ac: Do not exclude gas for i386-*-darwin.
5579         Add a case for x86_64-*-darwin.
5580         * configure: Regenerate.
5582 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
5584         * MAINTAINERS: Add my name to Write After Approval list.
5586 2009-08-06  Michael Eager  <eager@eagercon.com>
5588         * configure.ac: Add Microblaze target.
5589         * configure: Regenerate.
5591 2009-07-31  Christian Bruel  <christian.bruel@st.com>
5593         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5594         * configure: Regenerate.
5596 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
5598         * MAINTAINERS (Write After Approval): Update my e-mail address.
5600 2009-07-06  Ian Lance Taylor  <iant@google.com>
5602         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5603         * configure: Rebuild.
5605 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
5607         * MAINTAINERS: Move myself to the Graphite Reviewers.
5609 2009-06-30  Wei Guozhi  <carrot@google.com>
5611         * MAINTAINERS: Add my name to Write After Approval list.
5613 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
5615         PR bootstrap/40338
5616         * configure.ac (comparestring): Create new variable.
5617         * Makefile.tpl (comparestring): Use to skip some comparisions.
5618         * configure: Regenerate.
5619         * Makefile.in: Regenerate.
5621 2009-06-26  Doug Evans  <dje@sebabeach.org>
5623         * Makefile.def (host_modules): Add cgen.
5624         * Makefile.in: Regenerate.
5625         * configure.ac (host_tools): Add cgen.
5626         * configure: Regenerate.
5628 2009-06-23  DJ Delorie  <dj@redhat.com>
5630         * MAINTAINERS: Add myself as mep maintainer.
5632 2009-06-23  Ian Lance Taylor  <iant@google.com>
5634         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
5635         boot_languages.  Only bootstrap target libraries listed in
5636         target_libs for some boot language.  Add --with-stage1-ldflags,
5637         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
5638         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
5639         if not building with C++.
5640         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5641         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5642         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5643         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5644         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
5645         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5646         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5647         * configure, Makefile.in: Rebuild.
5649 2009-06-23  Li Feng  <nemokingdom@gmail.com>
5651         * MAINTAINERS: Added my name to write-after-approval list.
5653 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
5655         * configure.ac: Define is_elf for QNX Neutrino targets.
5656         * configure: Regenerate.
5658 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
5660         * MAINTAINERS: Added my name to the write-after-approval list
5662 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5664         * configure.ac: Detect MPC in default directory.
5665         * configure: Regenerate.
5667 2009-06-03  Jerome Guitton  <guitton@adacore.com>
5668             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5670         * Makefile.tpl (all): Avoid a trailing backslash.
5671         * Makefile.in: Regenerate.
5673 2009-06-03  Ben Elliston  <bje@au.ibm.com>
5675         * config.sub, config.guess: Update from upstream sources.
5677 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
5679         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5680         to noconfdirs.
5681         * configure: Regenerate.
5683 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
5685         * Makefile.tpl ([+compare-target+]): Compare all stage
5686         directories, rather than just gcc.
5687         * Makefile.in: Rebuilt.
5689 2009-06-01  Doug Kwan  <dougkwan@google.com>
5691         * configure.ac: Support gold for target arm*-*-*.
5692         * configure: Regenerate.
5694 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5696         * Makefile.def: Add MPC support and dependencies.
5697         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
5699         * Makefile.in, configure: Regenerate.
5701 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
5703         * Makefile.tpl (all): Avoid harmless warning in make all when
5704         gcc-bootstrap is enabled but stage_last does not exist.
5705         * Makefile.in: Rebuilt.
5707 2009-05-24  Nicolas Roche  <roche@adacore.com>
5709         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5710         * Makefile.in: Regenerate.
5712 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
5714         * MAINTAINERS: Update my e-mail address.
5716 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5718         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
5719         * configure:  Regenerate.
5721 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5723         PR other/40159
5724         * Makefile.tpl (all): Don't assume gcc-bootstrap and
5725         gcc-no-bootstrap are mutually exclusive.
5726         * Makefile.in: Rebuilt.
5728 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5730         PR other/40159
5731         * Makefile.tpl (all): Don't end with unconditional success.
5732         * Makefile.in: Rebuilt.
5734 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
5736         PR target/37137
5737         * Makefile.def (flags_to_pass): Remove redundant and incomplete
5738         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5739         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5740         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
5741         stage_configureflags, stage_cflags and stage_libcflags into
5742         explicit Makefile macros.
5743         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5744         GFORTRAN.
5745         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5746         CC.  Set CC_FOR_BUILD from CC.
5747         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5748         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5749         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5750         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
5751         and GFORTRAN.
5752         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5753         (_LIBCFLAGS): Renamed to _TFLAGS.
5754         (do-compare-debug, do-compare3-debug): Drop.
5755         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5756         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5757         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5758         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5759         (XGCC_FLAGS_FOR_TARGET): New.
5760         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5761         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5762         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5763         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5764         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
5765         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
5766         TFLAGS.
5767         (BUILD_CONFIG): Include if requested.
5768         (all): Set TFLAGS on bootstrap.
5769         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5770         (all-stageid-prefixmodule): Likewise.
5771         (do-clean, distclean-stageid): Set TFLAGS.
5772         (restrap): Fix whitespace.
5773         * Makefile.in: Rebuilt.
5775 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
5777         * config.guess: Sync with src.
5779 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5781         * configure.ac ($with_ppl):  Default to no if not supplied.
5782         ($with_cloog):  Likewise.
5783         configure:  Regenerate.
5785 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
5787         * MAINTAINERS: Update my e-mail address.
5789 2009-04-27  Nick Clifton  <nickc@redhat.com>
5791         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5793 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
5795         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5796         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5797         * Makefile.in: Regenerate.
5799 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5801         PR bootstrap/39739
5802         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5803         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5805         * configure, Makefile.in: Regenerate.
5807 2009-04-21  Taras Glek  <tglek@mozilla.com>
5809         * include/hashtab.h: Update GTY annotations to new syntax
5810         * include/splay-tree.h: Likewise
5812 2009-04-17  Ben Elliston  <bje@au.ibm.com>
5814         * config.sub, config.guess: Update from upstream sources.
5816 2009-04-15  Anthony Green  <green@moxielogic.com>
5818         * configure.ac: Add moxie support.
5819         * configure: Rebuilt.
5821 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
5823         * configure.ac: Change copyright header to refer to version
5824         3 of the GNU General Public License and to point readers at the
5825         COPYING3 file and the FSF's license web page.
5826         * Makefile.def: Likewise.
5827         * Makefile.tpl: Likewise.
5828         * Makefile.in: Regenerate.
5830 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
5832         * configure.ac: Restore match for darwin9 or later. Use double
5833         brackets since regeneration eats one pair.
5834         * configure: Regenerate.
5836 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5838         PR gas/10039
5839         * configure.ac: Require texinfo 4.7.
5840         * configure: Regenerated.
5842 2009-04-09  Nick Clifton  <nickc@redhat.com>
5844         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5845         the GCC Runtime Library Exception.
5847 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5849         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5850         * configure: Regenerate.
5852 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
5854         * Makefil.def (languages): New entries.
5855         * Makefile.tpl (check-gcc-*): New generic target.
5856         * Makefile.in: Regenerate.
5858 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
5860         * MAINTAINERS:  Update my email address.
5862 2009-03-18  Tom Tromey  <tromey@redhat.com>
5864         * configure: Rebuild.
5865         * configure.ac (host_libs): Add libiconv.
5866         * Makefile.in: Rebuild.
5867         * Makefile.def (host_modules): Add libiconv.
5868         (configure-gdb, all-gdb): Depend on libiconv.
5870 2009-03-16  Tristan Gingold  <gingold@adacore.com>
5872         * configure.ac: Treat gdb as supported on x86_64-darwin.
5873         * configure: Regenerate.
5875 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
5877         * configure.ac (--with-host-libstdcxx): New option.
5878         * configure: Regenerate.
5880 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
5882         * MAINTAINERS:  Move myself into the write after approval list.
5884 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
5886         * MAINTAINERS: Update e-mail address.
5888 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
5890         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5892 2009-03-10  Ira Rosen  <irar@il.ibm.com>
5894         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5896 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5898         Backport from git Libtool:
5900         2009-01-19  Robert Millan  <rmh@aybabtu.com>
5901         Support GNU/kOpenSolaris.
5902         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5903         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5904         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5905         GNU/kOpenSolaris.
5907 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
5909         * MAINTAINERS: Update e-mail address.
5911 2009-02-24  Michael Eager  <eager@eagercon.com>
5913         * MAINTAINERS (Write After Approval): Add self.
5915 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
5917         * MAINTAINERS (Write After Approval): Add myself.
5919 2009-02-05  Andreas Schwab  <schwab@suse.de>
5921         * Makefile.tpl (stage_last): Define $r and $s before using
5922         $(RECURSE_FLAGS_TO_PASS).
5923         * Makefile.in: Regenerate
5925 2009-01-30  Ian Lance Taylor  <iant@google.com>
5927         * MAINTAINERS: Move myself to the Global Reviewers list.
5929 2009-01-29  Robert Millan  <rmh@aybabtu.com>
5931         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5932         * configure: Regenerate.
5934 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
5936         * MAINTAINERS: Make whitespace consistent.
5937         Remove Robert Millan from Write After Approval.
5939 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
5941         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5942         (all-opcodes): Depend on all-libiberty.
5943         * Makefile.in: Regenerate.
5945 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
5947         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5948         * configure: Regenerate.
5950 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
5952         * MAINTAINERS (Write After Approval): Add myself.
5954 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
5956         * MAINTAINERS: Add myself to reviewers (Fortran).
5958 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5960         PR tree-optimization/38515
5961         * configure.ac (cloog-polylib): Removed.
5962         (with_ppl, with_cloog): Test for "no".
5963         * configure: Regenerated.
5965 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5967         * MAINTAINERS: Moved myself to reviewers (Fortran).
5969 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5971         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5972         (Write After Approval): Remove myself.
5974 2009-01-03  Diego Novillo  <dnovillo@google.com>
5976         * MAINTAINERS: Remove myself from alias maintainership.
5978 2009-01-02  David Ayers  <ayers@fsfe.org>
5980         * MAINTAINERS: Update e-mail address.
5982 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5984         * MAINTAINERS: Make whitespace consistent.
5986 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5988         Backport from upstream Libtool:
5989         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5990         Add cache variables to tests that require the linker to work.
5991         For shlibpath_overrides_runpath, this also changes the semantics
5992         to let the result from the C compiler take precedence.
5994 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5996         * config.sub, config.guess: Update from upstream sources.
5998 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
6000         * configure.ac (ppllibs): Add by default the lib flags.
6001         * configure: Regenerate.
6003 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
6005         * MAINTAINERS:  Add myself to the write after approval list.
6007 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
6009         * configure.ac: Add double brackets on darwin[912].
6010         * configure: Regenerate.
6012 2008-12-03  Daniel Kraft  <d@domob.eu>
6014         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
6015         Approval to Reviewer section (for Fortran front-end).
6017 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
6019         * configure.ac: Expand to darwin10 and later.
6020         * configure: Regenerate.
6022 2008-12-02  Andreas Schwab  <schwab@suse.de>
6024         * Makefile.def: configure-target-boehm-gc depends on
6025         all-target-libstdc++-v3.
6026         * Makefile.in: Regenerate.
6028 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
6030         * MAINTAINERS:  Add myself as mingw maintainer.
6032 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6034         * config.sub, config.guess: Update from upstream sources.
6036 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
6038         * README.SCO: Remove.
6040 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
6042         * MAINTAINERS:  Add myself to the write after approval list.
6044 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
6046         * MAINTAINERS:  Update my email address in WAA section.
6048 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
6050         * MAINTAINERS: Update e-mail address.
6052 2008-11-27  Toon Moene  <toon@moene.org>
6054         * MAINTAINERS: Change e-mail address.
6056 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6058         * configure.ac: Build gdb for i?86-*-darwin*
6059         * configure: Regenerated.
6061 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
6063         * MAINTAINERS: Added my full name.
6065 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6067         PR bootstrap/38014
6068         PR bootstrap/37923
6070         Revert:
6072         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6074         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6075         * Makefile.in: Regenerated.
6077         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6079         PR gdb/921
6080         PR gdb/1646
6081         PR gdb/2175
6082         PR gdb/2176
6084         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6085         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6086         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6087         (HOST_EXPORTS): Pass CPPFLAGS.
6088         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6089         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6090         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6091         * Makefile.in, configure: Regenerated.
6092         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6093         and CPPFLAGS_FOR_BUILD.
6095 2008-11-06  Jeff Law  <law@redhat.com>
6097         * MAINTAINERS: Add myself as middle end maintainer.
6099 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
6101         * MAINTAINERS (Write after approval): Add myself.
6103 2008-11-05  Diego Novillo  <dnovillo@google.com>
6105         * MAINTAINERS (Global Reviewers): Add myself.
6106         (Non-Algorithmic Maintainers): Remove myself.
6108 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
6110         * MAINTAINERS (Write after approval): Add myself.
6112 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
6114         * MAINTAINERS (Write after approval): Add myself.
6116 2008-10-31  Ben Elliston  <bje@au.ibm.com>
6118         * configure.ac (spu-*-*): Remove special case.
6119         * configure: Regenerate.
6121 2008-10-30  Catherine Moore  <clm@codesourcery.com>
6123         * MAINTAINERS (Write after approval): Update my email address.
6125 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
6127         * configure.ac [spu-*-*]: Do not set skipdirs.
6128         * configure: Re-generate.
6130 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
6132         * MAINTAINERS (Various Maintainers): Add myself to reload.
6134 2008-10-25  Richard Guenther  <rguenther@suse.de>
6136         * MAINTAINERS (Various Maintainers): Add myself as middle-end
6137         maintainer.  Remove myself as libgcc-math maintainer.
6138         (Non-Algorithmic Maintainers): Remove myself.
6140 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6142         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6143         * Makefile.in: Regenerated.
6145 2008-10-23  Cary Coutant  <ccoutant@google.com>
6147         * MAINTAINERS (Write after approval): Add myself.
6149 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6151         PR gdb/921
6152         PR gdb/1646
6153         PR gdb/2175
6154         PR gdb/2176
6156         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6157         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6158         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6159         (HOST_EXPORTS): Pass CPPFLAGS.
6160         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6161         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6162         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6163         * Makefile.in, configure: Regenerated.
6164         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6165         and CPPFLAGS_FOR_BUILD.
6167 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
6169         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6170         Sebastian Pop.
6172 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
6174         * MAINTAINERS (Write After Approval): Added myself.
6176 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6178         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6179         recommended version to 2.3.2.
6181         * configure: Regenerate.
6183 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
6185         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6187 2008-09-29  David Daney <david.daney@caviumnetworks.com>
6189         * MAINTAINERS (Write After Approval): Update e-mail address.
6191 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
6193         * libtool.m4: Update to libtool 2.2.6.
6194         * lt~obsolete.m4: Update to libtool 2.2.6.
6195         * ltmain.sh: Update to libtool 2.2.6.
6196         * ltsugar.m4: Update to libtool 2.2.6.
6197         * ltversion.m4: Update to libtool 2.2.6.
6198         * ltoptions.m4: Update to libtool 2.2.6.
6199         * ltgcc.m4: Update to match changes from libtool 2.2.6.
6201 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
6203         * MAINTAINERS (Write After Approval): Add myself.
6205 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
6207         * MAINTAINERS (Write After Approval): Update my name.
6209 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
6211         * MAINTAINERS: Add myself in "Write After Approval".
6213 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
6215         * MAINTAINERS: Add myself as ia64 maintainer.
6217 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
6219         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6220         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6221         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6222         and Michael Tiemann from Write After Approval since they do not
6223         actually have access.
6225 2008-09-05  Richard Guenther  <rguenther@suse.de>
6227         * configure.ac: Initialize clooglibs to -lcloog.
6228         * configure: Re-generate.
6230 2008-09-04  Le-Chun Wu  <lcwu@google.com>
6232         * MAINTAINERS (Write After Approval): Add myself.
6234 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
6236         * configure.ac (--with-cloog-polylib): New.
6237         (--disable-cloog-version-check): New.
6238         (--disable-ppl-version-check): New.
6239         * configure: Re-generate.
6241 2008-09-03  Richard Guenther  <rguenther@suse.de>
6243         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6244         cloog test.
6245         * configure: Re-generate.
6247 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
6249         Add picoChip port.
6250         * MAINTAINERS: Add picoChip maintainers.
6252 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
6253             Tobias Grosser  <grosser@fim.uni-passau.de>
6254             Jan Sjodin  <jan.sjodin@amd.com>
6255             Harsha Jagasia  <harsha.jagasia@amd.com>
6256             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6257             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6258             Adrien Eliche  <aeliche@isty.uvsq.fr>
6260         Merge from graphite branch.
6261         * configure: Regenerate.
6262         * Makefile.in: Regenerate.
6263         * configure.ac (host_libs): Add ppl and cloog.
6264         Add checks for PPL and CLooG.
6265         * Makefile.def (ppl, cloog): Added modules and dependences.
6266         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6267         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6269 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6271         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6272         (GCC_SHLIB_SUBDIR): New.
6273         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6274         * configure: Regenerate.
6275         * Makefile.in: Regenerate.
6277 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6279         * MAINTAINERS: Consistently use tabs to separate columns.
6281 2008-08-29  Tristan Gingold  <gingold@adacore.com>
6283         * MAINTAINERS (Write after Approval): Add myself.
6285 2008-08-28  Tristan Gingold  <gingold@adacore.com>
6287         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6288         Enable bfd, binutils and opcodes.
6289         * configure: Regenerate.
6291 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6293         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
6295 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6297         * MAINTAINERS:  Use correct Umlaut for last name.
6299 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6301         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6303 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
6305         * MAINTAINERS: Update my email address.
6307 2008-08-16  Nicolas Roche  <roche@adacore.com>
6309         * Makefile.tpl: Add BOOT_ADAFLAGS.
6310         * Makefile.in: Regenerate.
6312 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
6314         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6315         * configure: Regenerate.
6317 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
6319         * configure.ac: Add makefile fragments for hpux.
6320         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6321         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6322         * configure: Regenerate.
6323         * Makefile.in: Regenerate.
6325 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
6327         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6329 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
6331         * MAINTAINERS (Write after Approval): Add myself.
6333 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
6335         * MAINTAINERS (Write After Approval):  Add myself.
6337 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
6339         * MAINTAINERS (Write After Approval):  Add myself.
6341 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
6343         * MAINTAINERS: Update my email address.
6345 2008-06-25  Joey Ye  <joey.ye@intel.com>
6347         * MAINTAINERS (Write After Approval):  Add myself.
6349 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6351         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
6352         * Makefile.in: Regenerate.
6353         * configure: Regenerate.
6355 2008-06-17  Daniel Kraft  <d@domob.eu>
6357         * MAINTAINERS (Write After Approval):  Add myself.
6359 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6361         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
6362         "$@" is still intact with both Autoconf 2.59 and 2.62.
6363         * configure: Regenerate.
6365 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6367         * Makefile.tpl: Fix comment errors.
6368         * Makefile.in: Regenerate.
6370 2008-06-12  David S. Miller  <davem@davemloft.net>
6371             David Edelsohn  <edelsohn@gnu.org>
6373         * configure.ac: Add powerpc*-*-* to gold supported targets.
6374         * configure: Regenerate.
6376 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
6378         PR tree-optimization/36218
6379         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
6380         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
6381         (all prefix="build-"): Pass them to build-system sub-makes.
6382         * Makefile.in: Regenerate.
6384 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
6386         * MAINTAINERS (mt port): Remove.
6387         (sco5, unixware, sco udk): Remove.
6388         (Kean Johnston): Add to Write After Approval.
6390 2008-05-30  Julian Brown  <julian@codesourcery.com>
6392         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
6393         of libobjc for ARM EABI Linux.
6394         * configure: Regenerate.
6396 2008-05-18  Xinliang David Li   <davidxl@google.com>
6398         * ChangeLog: Remove wrong ChangeLog entry.
6400 2008-05-17  Xinliang David Li   <davidxl@google.com>
6402         * MAINTAINERS (Write After Approval): Add myself.
6404 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
6406         * MAINTAINERS (Write After Approval): Add myself.
6408 2008-05-14  Rafael Espíndola  <espindola@google.com>
6410         * config-ml.in: don't handle --enable-shared and --enable-static.
6412 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
6414         * MAINTAINERS: Update my email address.
6416 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
6418         * MAINTAINERS: Update my email address.
6420 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
6422         * MAINTAINERS (Write After Approval): Add myself.
6424 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
6426         * MAINTAINERS (Write After Approval): Add myself.
6428 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
6430         * MAINTAINERS (crx): Add myself.
6432 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6434         Sync with src:
6435         2008-04-14  David S. Miller  <davem@davemloft.net>
6437         * configure.ac: Add sparc*-*-* to gold supported targets.
6438         * configure: Regenerate.
6440 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6442         PR bootstrap/35457
6443         * configure.ac: Include override.m4.
6444         * configure: Regenerate.
6446 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6448         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
6449         * Makefile.in: Regenerate.
6451 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
6453         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6454         as nonconfigurable directories list.
6455         * configure: Regenerate.
6457 2008-04-14  Ben Elliston  <bje@au.ibm.com>
6459         * config.sub, config.guess: Update from upstream sources.
6461 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
6463         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6464         * Makefile.in: Regenerate.
6466 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
6468         * configure.ac: Do not build libssp for the AVR.
6469         * configure: Regenerate.
6471 2008-04-07  Ian Lance Taylor  <iant@google.com>
6473         * Makefile.def: check-gold depends upon all-binutils.
6474         * Makefile.in: Regenerate.
6476 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
6478         * MAINTAINERS (Write After Approval): Add myself.
6480 2008-04-04  Nick Clifton  <nickc@redhat.com>
6482         PR binutils/4334
6483         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6484         builds.
6485         * configure: Regenerate.
6487 2008-04-04  NightStrike  <NightStrike@gmail.com>
6489         PR other/35151
6490         * configure.ac: Combine rules for mingw32 and mingw64.
6491         * configure: Regenerate.
6493 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
6495         * MAINTAINERS (Write After Approval): Add myself.
6497 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
6499         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6500         * Makefile.in (.NOTPARALLEL): Ditto.
6502 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
6504         * MAINTAINERS (Write After Approval): Add myself.
6506 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
6508         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6509         * Makefile.in (.NOTPARALLEL): Regenerate.
6511 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
6513         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6514         * Makefile.in: Regenerate.
6516 2008-03-26  Jakub Staszak  <kuba@et.pl>
6518         * MAINTAINERS (Write After Approval): Add myself.
6520 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6522         * MAINTAINERS:  Update e-mail address.
6524 2008-03-20  Ian Lance Taylor  <iant@google.com>
6526         * configure.ac: Add support for --enable-gold.
6527         * Makefile.def: Add gold as a directory like ld.
6528         * configure, Makefile.in: Regenerate.
6530 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6532         * configure.ac: m4_include config/proginstall.m4.
6533         * configure: Regenerate.
6535         Backport from upstream Libtool:
6537         2007-10-12  Eric Blake  <ebb9@byu.net>
6539         Deal with Autoconf 2.62's semantic change in m4_append.
6540         * ltsugar.m4 (lt_append): Replace broken versions of
6541         m4_append.
6542         (lt_if_append_uniq): Don't require separator to be overquoted,
6543         and avoid broken m4_append.
6544         (lt_dict_add): Fix typo.
6545         * libtool.m4 (_LT_DECL): Don't overquote separator.
6547 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
6549         * config.rpath: Add AIX 6 support.
6551 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
6553         * Makefile.def (stageprofile).  Remove -fprofile-generate
6554         from stage_libcflags.
6555         * Makefile.in: Regenerate.
6557 2008-03-13  Ben Elliston  <bje@au.ibm.com>
6559         * config.sub, config.guess: Update from upstream sources.
6561 2008-03-06  Tom Tromey  <tromey@redhat.com>
6563         * MAINTAINERS: Update for treelang deletion.
6565 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
6567         * MAINTAINERS: Update my email address.
6569 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
6571         * MAINTAINERS (darwin port): Add myself as a maintainer.
6572         (objective-c/c++): Add myself as a maintainer.
6574 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
6576         * MAINTAINERS (Write After Approval): Update my email address.
6578 2008-02-25  Tomas Bily  <tbily@suse.cz>
6580         * MAINTAINERS (Write After Approval): Add myself.
6582 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
6584         * MAINTAINERS (OpenMP): Add myself.
6586 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
6588         PR bootstrap/32009
6589         PR bootstrap/32161
6591         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6592         * configure: Regenerate.
6594         * Makefile.def: Define stage_libcflags for all bootstrap stages.
6595         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6596         STAGE4_LIBCFLAGS): New.
6597         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6598         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6599         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6600         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6601         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6602         for target modules.  Don't export LIBCFLAGS.
6603         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6604         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6605         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6606         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6607         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6608         * Makefile.in: Regenerate.
6610 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6612         PR libgcj/33085
6613         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6614         Do not use -DDLL_EXPORT.  Backport from upstream.
6616 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6618         * MAINTAINERS (Write After Approval): Add myself.
6620 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
6622         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6623         * configure: Regenerate.
6625 2008-01-31  Marc Gauthier  <marc@tensilica.com>
6627         * configure.ac (xtensa*-*-*): Recognize processor variants.
6628         * configure: Regenerate.
6630 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6632         PR bootstrap/34922
6633         * configure.ac (PARSE_ARGS): Push suitable setting of
6634         ac_subdirs_all, for `./configure --help=recursive'.
6635         Handle `+' in generic toplevel directory disabling.
6636         * configure: Regenerate.
6638 2008-01-28  Nick Clifton  <nickc@redhat.com>
6640         * MAINTAINERS (xstormy16): Take over maintainership.
6642 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
6644         * MAINTAINERS (c4x port): Remove.
6646 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
6648         * libtool.m4: Backport AIX 6 support from ToT Libtool.
6650 2008-01-23  Ben Elliston  <bje@au.ibm.com>
6652         * config.sub, config.guess: Update from upstream sources.
6654 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
6656         * MAINTAINERS (Write After Approval): Add myself.
6658 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
6660         * MAINTAINERS: Update my email address.
6662 2008-01-09  Raksit Ashok  <raksit@google.com>
6664         * MAINTAINERS (Write After Approval): Add myself.
6666 2008-01-09  Raksit Ashok  <raksit@google.com>
6668         * MAINTAINERS (Write After Approval): Add myself.
6670 2008-01-08  Ben Elliston  <bje@au.ibm.com>
6672         * config.sub, config.guess: Update from upstream sources.
6674 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6676         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6677         Change recommended MPFR from 2.2.1 -> 2.3.0.
6678         * configure: Regenerate.
6680 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
6682         * MAINTAINERS: Update my email address.
6684 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
6686         * MAINTAINERS: Update my email address.
6688 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
6690         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6691         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6692         * Makefile.in: Regenerate.
6694 2007-12-10  Mark Heffernan  <meheff@google.com>
6696         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6697         misplaced entries.
6699 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6701         * configure.ac: Enable libjava for x86_64-*-darwin9.
6702         * configure: Regenerate.
6704 2007-12-07  Bill Maddox  <maddox@google.com>
6706         * MAINTAINERS (Write After Approval): Add myself.
6708 2007-12-05  Ben Elliston  <bje@au.ibm.com>
6710         * config.sub, config.guess: Update from upstream sources.
6712 2007-12-02  Matthias Klose  <doko@ubuntu.com>
6714         * config-ml.in: Remove 64bit configure tests.
6716 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6718         * config-ml.in: Robustify against white space in absolute file
6719         names.
6721         * config-ml.in (multi-clean): Substitute ${Makefile}.
6722         Remove superfluous ${Makefile} in list.
6724 2007-11-19  Thiemo Seufer  <ths@mips.com>
6726         * config-ml.in: Don't hardcode the Makefile name.
6728 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
6730         * MAINTAINERS (Write After Approval): Add myself.
6732 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
6734         * MAINTAINERS (Write After Approval): Add myself.
6736 2007-11-06  Doug Kwan  <dougkwan@google.com>
6738         * MAINTAINERS (Write After Approval): Add myself.
6740 2007-10-25  Ben Elliston  <bje@au.ibm.com>
6742         * MAINTAINERS (mercury): Remove entry.
6743         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6745 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
6747         * Makefile.def (dependencies): Make configure-gdb depend on
6748         all-intl.
6749         * Makefile.in: Regenerated.
6751 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
6753         * MAINTAINERS (Fortran maintainer): Remove myself.
6755 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
6757         * Makefile.def: To avoid problems running with parallel makes,
6758         build newlib before libgloss so that target specific header
6759         files are availble.
6760         * Makefile.in: Regenerate
6762 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6764         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6765         * Makefile.in: Regenerate.
6767 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
6769         * MAINTAINERS (Register allocation reviewer): Add myself.
6771 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
6773         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6774         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6775         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
6776         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6777         * configure: Regenerate.
6779 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
6781         * MAINTAINERS (Register allocation reviewer): Add myself.
6783 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
6785         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6786         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6787         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6788         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6789         * configure.ac: Default them to host tools for $host = $build.
6790         Subst them.
6792         * configure: Regenerate.
6793         * Makefile.in: Regenerate.
6795 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
6797         * MAINTAINERS (Register allocation reviewer): Add myself.
6799 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
6801         * MAINTAINERS (Register allocation reviewer): Add myself.
6803 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
6805         * MAINTAINERS (Write After Approval): Fix typo.
6807 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
6809         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6810         * configure: Regenerate.
6812 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
6814         PR bootstrap/31906
6815         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6816         they're already prefixed.
6818 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
6820         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6821         libstdc++.
6822         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6823         * configure: Regenerate.
6824         * Makefile.in: Regenerate.
6826 2007-09-17  Andreas Schwab  <schwab@suse.de>
6828         * configure.ac: Raise minimum makeinfo version to 4.6.
6829         * configure: Regenerate.
6831 2007-09-17  Johannes Singler  <singler@ira.uka.de>
6833         * MAINTAINERS (write-after-approval) add myself
6835 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
6837         * configure.ac: Correct makeinfo version check.
6838         * configure: Regenerate.
6840 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
6842         * MAINTAINERS: Update my email address.
6844 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
6846         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
6847         to $skipdirs and only disable gprof for newlib.  Use the normal
6848         mips*-elf* handling in other respects.
6849         * configure: Regnerate.
6851 2007-09-12  David Daney  <ddaney@avtrex.com>
6853         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6854         enabling libgcj.
6855         * configure: Regenerate.
6857 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6859         PR other/32154
6860         * configure.ac: For libgloss targets, point the linker to the linker
6861         script, startup code and simulator library.
6862         * configure: Regenerate.
6864 2007-09-07  Andrew Haley  <aph@redhat.com>
6866         * configure.ac (noconfigdirs): Remove target-libffi and
6867         target-libjava.
6868         * configure: Regenerate.
6870 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6872         PR target/33281
6873         * configure.ac: Use config/mh-mingw on mingw.
6874         * configure: Regenerate.
6876 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
6878         * MAINTAINERS (Write After Approval): Add myself.
6880 2007-09-05  Richard Guenther  <rguenther@suse.de>
6882         * configure.ac (--enable-stage1-checking): If neither --enable-checking
6883         nor --disable-checking is provided also turn on yes and types
6884         checking for stage1.
6885         * configure: Re-generate.
6887 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
6889         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6890         (Write After Approval): Remove myself.
6892 2007-08-29  Nick Clifton  <nickc@redhat.com>
6894         * config.sub, config.guess: Update from upstream sources.
6896 2007-08-22  Bud Davis  <jmdavis@link.com>
6898         * MAINTAINERS (Write After Approval): Added myself.
6899         * MAINTAINERS (Reviewers): Removed myself.
6901 2007-08-18  Paul Brook  <paul@codesourcery.com>
6902             Joseph Myers  <joseph@codesourcery.com>
6904         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6905         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6906         * Makefile.in: Regenerate.
6907         * configure.ac (--with-debug-prefix-map): New.
6908         * configure: Regenerate.
6910 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
6911             Nigel Stephens  <nigel@mips.com>
6913         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
6914         as target_makefile_frag.
6915         * configure: Regenerate.
6917 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
6919         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6920         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
6921         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6922         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6923         (do-compare, do-compare3, do-compare-debug): New.
6924         ([+compare-target+]): Use them.
6926 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
6928         * MAINTAINERS (Write After Approval): Change my email address.
6930 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6931             Ben Elliston  <bje@au.ibm.com>
6933         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6934         --silent if $silent.
6935         * configure: Regenerate.
6937 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
6939         * MAINTAINERS (Various Maintainers): Add myself as
6940         loop infrastructure maintainer.  Update my e-mail
6941         address.
6943 2007-07-31  Diego Novillo  <dnovillo@google.com>
6945         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6946         Adjust description.
6948 2007-07-26  Richard Guenther  <rguenther@suse.de>
6950         * configure.ac: Add types checking to stage1 checking flags.
6951         * configure: Regenerate.
6953 2007-07-17  Nick Clifton  <nickc@redhat.com>
6955         * COPYING3: New file.  Contains version 3 of the GNU General
6956         Public License.
6957         * COPYING3.LIB: New file.  Contains version 3 of the GNU
6958         Lesser General Public License.
6960 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6962         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6964 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6966         * MAINTAINERS (S/390 co-maintainer): Add myself.
6967         (Write After Approval): Remove myself.
6969 2007-07-13  Dan Hipschman  <dsh@google.com>
6971         * MAINTAINERS (Write After Approval): Add myself.
6973 2007-07-11  Nick Clifton  <nickc@redhat.com>
6975         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6976         WINDRES export.
6977         * Makefile.in: Regenerate.
6979 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6981         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6982         maintainer.
6984 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6986         * lt~obsolete.m4: New. Import from 20070318 libtool.
6988 2007-07-03  Julian Brown  <julian@codesourcery.com>
6990         * MAINTAINERS (Write After Approval): Add myself.
6992 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6994         * configure.ac: Rewrite 'configure --help' strings to look nicer.
6995         * configure: Regenerate.
6997 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6999         * configure.ac: Add some missing m4 quotation.
7000         * configure: Regenerate.
7002 2007-07-02  Simon Baldwin  <simonb@google.com>
7004         * MAINTAINERS (Write After Approval): Add myself.
7006 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
7008         * configure: Regenerate.
7010 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
7012         * Makefile.def: Add windmc tool to build.
7013         * Makefile.tpl: Likewise.
7014         * configure.ac: Likewise.
7015         * Makefile.in: Regenerate.
7016         * configure: Regenerate.
7018 2007-06-28  DJ Delorie  <dj@redhat.com>
7020         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7021         not building newlib.
7022         * configure: Regenerated.
7024 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
7026         * MAINTAINERS (Write After Approval): Add myself.
7028 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
7030         * MAINTAINERS (Write After Approval): Add myself.
7032 2007-06-19  Chris Matthews  <chrismatthews@google.com>
7034         * MAINTAINERS (Write After Approval): Add myself.
7036 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7038         * MAINTAINERS (Write After Approval): Add myself.
7040 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7042         * Makefile.def: Add dependency from configure-gdb to all-bfd.
7043         * Makefile.in: Regenerated.
7045 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
7047         * configure.ac: Don't add target-libmudflap to noconfigdirs for
7048         bfin*-*-uclinux* targets.
7049         * configure: Regenerate.
7051 2007-06-14  Ian Lance Taylor  <iant@google.com>
7053         * MAINTAINERS: Add myself as non-algorithmic global write
7054         maintainer.
7056 2007-06-14  Diego Novillo  <dnovillo@google.com>
7058         * MAINTAINERS: Add self as middle-end maintainer and
7059         non-algorithmic global write maintainer.
7061 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7063         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7064         Move all Fortran maintainers except Paul Brook into the
7065         Non-Autopoiesis section.
7067 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
7069         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7070         (distclean-stage[+id+]): Possibly delete stage_last.
7071         * Makefile.in: Regenerate.
7073 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
7075         * MAINTAINERS (Various Maintainer): Fix typo.
7077 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
7079         * MAINTAINERS (Various Maintainer): Add myself as
7080         dataflow maintainer.
7082 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7084         * config.sub, config.guess: Update from upstream sources.
7086 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7088         * Makefile.tpl: Fix spelling error.
7089         * Makefile.in: Regenerate.
7091 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
7093         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7094         lt_cv_sys_max_cmd_len.
7096 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
7098         * MAINTAINERS (Various Maintainers): Add myself as
7099         auto-vectorizer maintainer.
7101 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
7103         PR libjava/32098
7104         * libtool.m4: Revert previous change.
7105         * ltgcc.m4: Put it here.
7107 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
7109         * MAINTAINERS (Various Maintainers): Add myself as
7110         auto-vectorizer maintainer.
7112 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
7114         PR libjava/32098
7115         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7117 2007-05-30  Richard Guenther  <rguenther@suse.de>
7119         * MAINTAINERS (Various Maintainers): Add myself as
7120         auto-vectorizer maintainer.
7122 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
7124         PR bootstrap/29382
7125         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7126         * configure: Rebuilt.
7128 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
7130         * MAINTAINERS (Write After Approval): Removed my name.
7132 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
7134         * MAINTAINERS (Write After Approval): Remove myself.
7136 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
7138         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7140 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
7142         * ltmain.sh: Update from ToT Libtool.
7143         * libtool.m4: Update from ToT Libtool.
7144         * ltsugar.m4: New. Update from ToT Libtool.
7145         * ltversion.m4: New. Update from ToT Libtool.
7146         * ltoptions.m4: New. Update from ToT Libtool.
7147         * ltconfig: Remove.
7148         * ltcf-c.sh: Remove.
7149         * ltcf-cxx.sh: Remove.
7150         * ltcf-gcj.sh: Remove.
7152 2007-05-22  Ollie Wild  <aaw@google.com>
7154         * MAINTAINERS (Write After Approval): Add myself.
7156 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
7158         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7159         stage_cflags.
7160         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7161         Remove CFLAGS/LIBCFLAGS.
7162         (configure-stage[+id+]-[+prefix+][+module+],
7163         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7164         * Makefile.in: Regenerate.
7166 2007-05-15  Diego Novillo  <dnovillo@google.com>
7168         * MAINTAINERS: Update e-mail address.
7170 2007-05-15  Revital Eres  <eres@il.ibm.com>
7172         * MAINTAINERS (Write After Approval): Add myself.
7174 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
7176         * MAINTAINERS (Write After Approval): Updated my address.
7178 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
7180         * MAINTAINERS (Write After Approval): Add myself.
7182 2007-05-11  Silvius Rus  <rus@google.com>
7184         * MAINTAINERS (Write After Approval): Add myself.
7186 2007-04-23  Tom Tromey  <tromey@redhat.com>
7188         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7190 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
7192         * MAINTAINERS (cpplib): Rename to ...
7193         (libcpp): ... this.  Add C/C++ front end maintainers.
7195 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
7197         * config-ml.in: Pass ${ml_config_env} to configure calls.
7199 2007-04-04  Christian Bruel  <christian.bruel@st.com>
7201         * MAINTAINERS (Write After Approval): Add myself.
7203 2007-04-02  Dave Korn  <dave.korn@artimi.com>
7205         * MAINTAINERS (Write After Approval): Add myself.
7207 2007-03-31  Tobias Burnus  <burnus@net-b.de>
7209         * MAINTAINERS (fortran 95 front end): Add myself.
7211 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7213         * MAINTAINERS (Write After Approval): Add myself.
7215 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
7217         * MAINTAINERS (Modulo Scheduler): Add myself.
7219 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
7221         * MAINTAINERS (fortran 95 front end): Add myself.
7222         (c++ front end): whitespace fix.
7224 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
7226         * MAINTAINERS (Write After Approval): Add myself.
7228 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
7230         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7231         of glob.  Quote arguments with single quotes too.
7232         * configure: Regenerate.
7234 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
7236         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7237         * Makefile.in: Regenerate
7239 2007-03-07  Andreas Schwab  <schwab@suse.de>
7241         * configure: Regenerate.
7243 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
7245         * configure.ac: Add "--with-pdfdir" configure option,
7246         which defines pdfdir variable.
7247         * Makefile.def (target=fixincludes): Add install-pdf to
7248         missing targets.
7249         (recursive_targets): Add install-pdf target.
7250         (flags_to_pass): Add pdfdir.
7251         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7252         target.
7253         * configure: Regenerate
7254         * Makefile.in: Regenerate
7256 2007-02-28  Eric Christopher  <echristo@apple.com>
7258         Revert:
7259         2006-12-07  Mike Stump  <mrs@apple.com>
7261         * Makefile.def (dependencies): Add dependency for
7262         install-target-libssp and install-target-libgomp on
7263         install-gcc.
7264         * Makefile.in: Regenerate.
7266 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
7268         * configure: Regenerate.
7269         * configure.ac: Move statements after variable declarations.
7271 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7273         * MAINTAINERS: Add myself as sh maintainer.
7275 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
7277         * configure.ac: Adjust for loop syntax.
7278         * configure: Regenerate.
7280 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7282         * configure: Rebuilt.
7284 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7286         * configure.ac: Drop multiple occurrences of --enable-languages,
7287         and fix its quoting.
7288         * configure: Rebuilt.
7290 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
7291             Nathan Sidwell  <nathan@codesourcery.com>
7292             Vladimir Prus  <vladimir@codesourcery.com>
7293             Joseph Myers  <joseph@codesourcery.com>
7295         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7296         * configure: Regenerate.
7298 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
7300         * ltconfig (freebsd*): Default to elf.
7302 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7304         * configure.ac (target_libraries): Move libgcc before libiberty.
7305         * configure: Regenerated.
7307 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7308             Paolo Bonzini  <bonzini@gnu.org>
7310         PR bootstrap/30753
7311         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
7312         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
7313         * configure: Regenerated.
7315 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7317         * MAINTAINERS (Language Front End Maintainers): Update my mail
7318         address.
7320 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7322         PR bootstrap/30748
7323         * configure.ac: Correct syntax for Solaris ksh.
7324         * configure: Regenerated.
7326 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7328         * configure.ac: Sync with src.
7329         * configure: Regenerate.
7331 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7333         * Makefile.in: Regenerate.
7335 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7337         * config.sub: Sync with src.
7339 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7341         * Makefile.tpl (build_alias, host_alias, target_alias): Use
7342         noncanonical equivalents.
7343         * configure.in: Rename to...
7344         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
7345         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
7346         target_noncanonical.  Use them.  Rewrite removal of configure
7347         arguments for autoconf 2.59.  Discard variable settings.  Force
7348         program_transform_name for native tools.
7350         * Makefile.in: Regenerated.
7351         * configure: Regenerated with autoconf 2.59.
7353 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
7355         * MAINTAINERS (Write After Approval): Add myself.
7357 2007-01-31  Andreas Schwab  <schwab@suse.de>
7359         * Makefile.tpl (LDFLAGS): Substitute it.
7360         * Makefile.in: Regenerate.
7362 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
7364         * MAINTAINERS (Write After Approval): Add myself.
7366 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
7368         * MAINTAINERS (spu port): Add myself.
7370 2007-01-23  Richard Guenther  <rguenther@suse.de>
7372         PR bootstrap/30541
7373         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
7374         * Makefile.tpl (GNATBIND): Substitute it.
7375         (GNATMAKE): Likewise.
7376         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
7377         of STAGE_PREFIX.
7378         * Makefile.in: Regenerate.
7379         * configure: Regenerate.
7381 2007-01-18  Mike Stump  <mrs@apple.com>
7383         * configure.in: Re-enable -Werror for gcc builds.
7385 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
7387         * MAINTAINERS (Write After Approval): Add myself.
7389 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
7391         * configure.in: Change == to = in test command.
7392         * configure: Regenerate.
7394 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
7395             Nick Clifton  <nickc@redhat.com>
7396             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
7398         * configure.in (build_configargs, host_configargs, target_configargs):
7399         Remove build/host/target parameters.
7400         (host_libs): Add gmp and mpfr.
7401         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
7402         * Makefile.def (gmp, mpfr): New.
7403         (gcc): Remove target.
7404         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
7405         target_os, target_vendor): New.
7406         (configure): Add host_alias/target_alias arguments; adjust invocations.
7407         * configure: Regenerate.
7408         * Makefile.in: Regenerate.
7410 2007-01-11  Matt Fago  <fago@earthlink.net>
7412         * configure.in: Try to link to functions only in mpfr 2.2.x
7413         to improve robustness of configure tests.
7414         * configure: Regenerate.
7416 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
7418         * MAINTAINERS: Add myself as i386 maintainer.
7420 2007-01-08  Jan Hubicka  <jh@suse.cz>
7422         * MAINTAINERS: Add myself as i386 maintainer.
7424 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
7426         * configure.in: Add support for an x86_64-mingw* target.
7427         * configure: Regenerate.
7429 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
7431         * Makefile.tpl (all-target): Correct @if conditional for target
7432         modules.
7433         * configure.in: Omit libiberty if building only target libgcc.
7434         * configure, Makefile.in: Regenerated.
7436 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
7438         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
7439         * configure: Regenerate.
7441 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7443         * Makefile.def (target_modules): Add libgcc.
7444         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
7445         * Makefile.tpl (clean-target-libgcc): Delete.
7446         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
7447         on gcc even for bootstrapped modules.  Rewrite handling of
7448         lang_env_dependencies to loop over target_modules.
7449         * configure.in (target_libraries): Add target-libgcc.
7450         * Makefile.in, configure: Regenerated.
7452 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7454         * configure.in: Reorganize recognition of languages.  Add
7455         --enable-stage1-languages.  Show supported languages for the chosen
7456         target rather than all recognized languages.
7457         * configure: Regenerate.
7459 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7461         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7462         * Makefile.in: Regenerate.
7464 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7466         * configure.in: Warn that MPFR 2.2.0 is buggy.
7467         * configure: Regenerate.
7469 2006-12-27  Ian Lance Taylor  <iant@google.com>
7471         * configure.in: When removing Makefiles to force a reconfigure, also
7472         remove prev-DIR*/Makefile.
7473         * configure: Regenerate.
7475 2006-12-22  Andreas Schwab  <schwab@suse.de>
7477         * configure: Regenerate with correct autoconf version.
7479 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
7481         * configure.in: add AC_SUBST for *_FOR_TARGET.
7482         * configure: Regenerate.
7484 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7486         * configure.in: Simplify logic for rejecting languages that cannot
7487         be built.  Separate the case when a language is unsupported,
7488         from the case when the user chooses not to build a language.
7490 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7492         * configure.in: Remove "$build" case for powerpc-*-darwin* since
7493         it only affects bootstrap and could be tested on "$host" as well.
7494         * configure: Regenerate.
7495         * config/mh-ppc-darwin: Add to the stage1 cflags here.
7497 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7499         PR bootstrap/29544
7500         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7501         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7502         move here comment from Makefile.tpl.
7503         * Makefile.tpl: Move some definitions higher in the file.
7504         (STAGE1_CHECKING): New.
7505         * configure.in: Add --enable-stage1-checking.
7506         * configure: Regenerate.
7507         * Makefile.in: Regenerate.
7509 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7511         * MAINTAINERS: Add myself as build system maintainer.
7513 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
7515         * MAINTAINERS (Write After Approval): Add myself.
7517 2006-12-13  Eric Christopher  <echristo@apple.com>
7519         * MAINTAINERS: Add myself as darwin maintainer.
7521 2006-12-11  Ian Lance Taylor  <ian@airs.com>
7523         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7525 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
7527         MAINTAINERS: Update my entry.
7529 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
7531         * configure.in:  Handle spu makefile frag.
7532         * Makefile.tpl (MAINT): Define
7533         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7534         * configure: Regenerate.
7535         * Makefile.in: Regenerate.
7537 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7539         * config.guess: Import latest version.
7540         * config.sub: Likewise.
7542 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7544         * configure.in (spu-*-*): Don't skip target-libiberty.
7545         * configure: Regenerate.
7547 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7549         PR bootstrap/30134
7550         * configure.in: Correct x86 darwin support for libjava to powerpc
7551         and i?86 only.
7552         * configure: Regenerate.
7554 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
7556         * configure.in: Add x86 darwin support for libjava.
7557         * configure: Regenerate.
7559 2006-12-07  Mike Stump  <mrs@apple.com>
7561         * Makefile.def (dependencies): Add dependency for
7562         install-target-libssp and install-target-libgomp on
7563         install-gcc.
7564         * Makefile.in: Regenerate.
7566 2006-12-04  Richard Guenther  <rguenther@suse.de>
7568         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7569         (Non-Algorithmic Maintainers): Move over non-algorithmic
7570         loop optimizer maintainers, add myself as a non-algorithmic
7571         middle-end maintainer.
7573 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
7575         * MAINTAINERS (Write After Approval): Add myself.
7577 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7579         * configure.in: Update error message for missing GMP/MPFR.
7581         * configure: Regenerate.
7583 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7585         * configure.in: Update MPFR version in error message.
7587         * configure: Regenerate.
7589 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7591         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7592         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7593         --with-gmp-lib): New flags.
7595         * configure: Regenerate.
7597 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
7599         * MAINTAINERS (Write After Approval): Change my email address.
7601 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7603         * MAINTAINERS (Write After Approval): Add myself.
7605 2006-11-22  Philipp Thomas  <pth@suse.de>
7607         * MAINTAINERS (i18n): Update e-mail address.
7609 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7611         * MAINTAINERS (spu port): Add myself as maintainer.
7612         (Write After Approval): Remove myself.
7614 2006-11-22  Ben Elliston  <bje@au.ibm.com>
7616         * configure.in (skipdirs): Don't build libssp for SPU.
7617         * configure: Regenerate.
7619 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7621         * MAINTAINERS (spu port): Add myself as maintainer.
7622         (libobjc): Update my email address.
7624 2006-11-21  Andrea Bona  <andrea.bona@st.com>
7626         * MAINTAINERS (Write After Approval): Add myself.
7628 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7630         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7631         * configure : Rebuilt.
7633 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7635         * MAINTAINERS (Write After Approval): Add myself.
7637 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
7639         * MAINTAINERS (Write After Approval): Add myself.
7641 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7643         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7644         libmpfr.a.
7645         * configure: Regenerate.
7647 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
7649         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7650         (unstage): Test for stage_last presence.
7652         PR bootstrap/29802
7653         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7654         STAGE_PREFIX.
7655         * Makefile.in: Regenerate.
7657 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
7659         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7660         maintainers.
7662 2006-11-14  Erven Rohou  <erven.rohou@st.com>
7664         * MAINTAINERS (Write After Approval): Add myself.
7666 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
7668         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7669         and stageN-package/Makefile.
7670         * Makefile.in: Regenerated.
7672 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
7674         * configure.in: Remove target-libgloss from noconfigdirs for
7675         bfin-*-*.
7676         * configure: Regenerated.
7678 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7680         * configure.in (have_gmp): Only error if the gcc directory exists.
7682         * configure: Regenerate.
7684 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7686         * configure.in: Robustify error message for missing GMP/MPFR.
7688         * configure: Regenerate.
7690 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
7692         * MAINTAINERS (Write After Approval): Add myself.
7694 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
7696         * MAINTAINERS: Change email address.
7698 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
7700         * MAINTAINERS (Write After Approval): Add myself.
7702 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
7704         * MAINTAINERS (Write After Approval): Add myself.
7706 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
7708         * MAINTAINERS (Write After Approval): Move myself to
7709         Write After Approval section.
7711 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7713         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
7714         need_gmp anymore.
7715         * configure: Regenerate.
7717 2006-10-16  Tobias Burnus  <burnus@net-b.de>
7719         * MAINTAINERS (Write After Approval): Add myself.
7721 2006-10-16  Ben Elliston  <bje@au.ibm.com>
7723         * config.guess: Import latest version.
7724         * config.sub: Likewise.
7726 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
7728         * Makefile.def: Added pdf target handling.
7729         * Makefile.tpl: Added pdf target handling.
7730         * Makefile.in: Regenerated.
7732 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
7734         * MAINTAINERS: Add self as score port maintainer.
7736 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
7738         * MAINTAINERS (Write After Approval): Add myself.
7740 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
7742         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
7743         or newer.
7744         * configure: Regenerated.
7746 2006-09-27  Dave Brolley  <brolley@redhat.com>
7748         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7749         using $s instead of $r.
7750         * configure: Regenerated.
7752 2006-09-26  Thiemo Seufer  <ths@mips.com>
7754         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7755         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7756         * configure: Regenerate.
7758 2006-09-24  Graeme Peterson  <gridly@gmail.com>
7760         * MAINTAINERS (Write After Approval): Remove myself.
7762 2006-09-22  Chao-ying Fu  <fu@mips.com>
7764         * MAINTAINERS (Write After Approval): Add myself.
7766 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
7768         * MAINTAINERS: Add self as soft-fp maintainer.
7770 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
7772         * MAINTAINERS: Add myself as avr maintainer.
7773         Remove Marek Michalkiewicz as avr maintainer.
7775 2006-09-07  Roberto Costa  <roberto.costa@st.com>
7777         * MAINTAINERS (Write After Approval): Add myself.
7779 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
7781         * configure.in: Never build newlib for a Mingw host.
7782         Never build newlib as Mingw target library.
7783         Test the existence of winsup/cygwin for building a Cygwin newlib,
7784         rather than just winsup.
7785         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7786         building a Mingw target.
7787         * configure: Regenerate.
7789 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7791         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7793 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
7795         * config.guess: Import from src (was more updated).
7796         * config.sub: Likewise.
7798 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
7800         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7801         * configure: Regenerated.
7803 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
7805         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7806         for stages after the first.
7808 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
7810         * Makefile.def: Add dependencies for configure-opcodes
7811         on configure-intl and all-opcodes on all-intl.
7812         * Makefile.in: Regenerated.
7814 2006-07-13  Ben Elliston  <bje@au.ibm.com>
7816         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7818 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7820         Port to hosts whose 'sort' and 'tail' implementations
7821         treat operands with leading '+' as file names, as POSIX
7822         has required since 2001.  However, make sure the code still
7823         works on pre-POSIX hosts.
7824         * ltmain.sh: Don't assume "sort +2" is equivalent to
7825         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7827 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
7829         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7831 2006-07-04  Peter O'Gorman  <peter@pogma.com>
7833         * ltconfig: chmod 644 before ranlib during install.
7835 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7837         PR bootstrap/18058
7838         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7839         if the bootstrap compiler is a GCC version that supports it.
7840         * configure: Regenerate.
7842 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7844         * configure.in: Fix thinkos in previous check-in.
7845         * configure: Regenerate.
7847 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7849         PR other/27063
7850         * configure.in: Test subdir_requires and give an appropriate
7851         error message.
7852         * configure: Regenerate.
7854 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
7856         * MAINTAINERS (Write After Approval): Add myself.
7858 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
7860         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7862 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
7864         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7866 2006-06-20  David Ayers  <d.ayers@inode.at>
7868         PR bootstrap/28072
7869         * configure.in: Add target-boehm-gc to noconfigdirs depending on
7870         whether target-libjava is being configured instead of whether the
7871         java front end is enabled.
7872         * configure: Regenerate.
7874 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7876         PR target/27540
7877         * configure.in: Only enable libgomp on IRIX 6.
7878         * configure: Regenerate.
7880 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
7882         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7883         too.
7884         * Makefile.in: Regenerate.
7886 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
7888         * config-ml.in: Alter CCASFLAGS to include special
7889         multilib options the same as is done for CFLAGS.
7891 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7893         * configure.in: Don't enable libgomp on hpux10.
7894         * configure: Rebuilt.
7896 2006-06-12  David Ayers  <d.ayers@inode.at>
7898         PR bootstrap/27963
7899         PR target/19970
7900         * configure.in: Remove target-boehm-gc from noconfigdirs where
7901         ${libgcj} is specified.
7902         * configure: Regenerate.
7904 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
7906         Sync from src:
7908         * configure.in: Sync.
7909         * configure: Regenerated.
7911         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
7913         * Makefile.def: Added dependencies from sim and gdb on intl, and
7914         added configure dependencies to everything with an all dependency
7915         on intl.
7916         * Makefile.in: Regenerated.
7918 2006-06-06  David Ayers  <d.ayers@inode.at>
7920         PR libobjc/13946
7921         * Makefile.def: Add dependencies for libobjc which boehm-gc.
7922         * Makefile.in: Regenerate.
7923         * configure.in: Add --enable-objc-gc at toplevel and have it
7924         enable boehm-gc for Objective-C.
7925         Remove target-boehm-gc from libgcj.
7926         Add target-boehm-gc to target_libraries.
7927         Add target-boehm-gc to noconfigdirs where ${libgcj}
7928         is specified.
7929         Assert that boehm-gc is supported when requested for Objective-C.
7930         Only build boehm-gc if needed either for Java or Objective-C.
7931         * configure: Regenerate.
7933 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
7935         PR 27674
7936         * Makefile.tpl (configure-[+prefix+][+module+],
7937         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7938         Remove rule to unstage bootstrapped modules.
7939         (stage_current): New.
7940         * Makefile.in: Regenerate.
7942 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
7944         * MAINTAINERS (Write After Approval): Update my e-mail address.
7946 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
7948         * include/libiberty.h: Declare pex_run_in_environment.
7950 2006-05-31  Asher Langton  <langton2@llnl.gov>
7952         * MAINTAINERS (Write After Approval): Add myself.
7954 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
7956         * Makefile.def (bfd, opcodes): Fix lib_path.
7957         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7958         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
7959         * Makefile.in: Regenerate.
7961 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7963         * Makefile.in: Regenerate.
7965 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7967         * Makefile.def: Add install-html target. Add datarootdir
7968         docdir and htmldir to flags_to_pass.
7969         * Makefile.tpl: Add install-html target.
7970         * Makefile.in: Regenerate.
7971         * configure.in: Add --with-datarootdir, --with-docdir, and
7972         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7973         * configure: Regenerate.
7975 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7977         * configure.in: Enable gprof for cross builds.
7978         * configure: Regenerate.
7980 2006-05-22  Richard Guenther  <rguenther@suse.de>
7982         Revert
7983         2006-01-31  Richard Guenther  <rguenther@suse.de>
7984         Paolo Bonzini  <bonzini@gnu.org>
7986         * Makefile.def (target_modules): Add libgcc-math target module.
7987         * configure.in (target_libraries): Add libgcc-math target library.
7988         (--enable-libgcc-math): New configure switch.
7989         * Makefile.in: Re-generate.
7990         * configure: Re-generate.
7991         * libgcc-math: New toplevel directory.
7993 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7994             Andreas Tobler  <a.tobler@schweiz.ch>
7996         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7997         * configure: Rebuilt.
7999 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
8001         * MAINTAINERS (Write After Approval): Add myself.
8003 2006-05-01  DJ Delorie  <dj@redhat.com>
8005         * configure.in: Restore CFLAGS if GMP isn't present.
8006         * configure: Regenerate.
8008 2006-05-01  Richard Guenther  <rguenther@suse.de>
8010         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8011         maintainer.
8013 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
8015         * MAINTAINERS (Write After Approval): Add myself.
8017 2006-04-28  Jan Beulich  <jbeulich@novell.com>
8019         * MAINTAINERS (Write After Approval): Add myself.
8021 2006-04-18  DJ Delorie  <dj@redhat.com>
8023         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
8024         reference libgloss so that libssp can be built in a combined
8025         tree.
8026         * configure: Regenerate.
8028 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
8030         * MAINTAINERS (Write After Approval): Add myself.
8032 2006-04-05  Ben Elliston  <bje@au.ibm.com>
8034         * configure.in: Require makeinfo 4.4 or higher.
8035         * configure: Regenerate.
8037 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
8039         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8040         Rearrange the entries of other libraries to have them in one place.
8042 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
8044         * MAINTAINERS (Write After Approval): Remove myself.
8045         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8047 2006-03-14  Richard Guenther  <rguenther@suse.de>
8049         * configure: Regenerate with autoconf 2.13.
8051 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
8053         * MAINTAINERS: Use my work address.
8055         * MAINTAINERS: Update my E-mail address.
8057 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
8059         * configure.in: Handle --disable-<component> generically.
8060         * configure: Regenerate.
8062 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8064         PR libgcj/17311
8065         * ltmain.sh: Don't use "$finalize_rpath" for compile.
8067 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
8069         * MAINTAINERS (Write After Approval):  Remove myself.
8070         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8072 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
8074         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
8075         (TARGET_CONFIGDIRS): Remove.
8076         * configure.in: Remove AC_SUBST(target_configdirs).
8077         * Makefile.in, configure: Regenerated.
8079 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
8081         * MAINTAINERS (Write After Approval):  Remove myself.
8082         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8084 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
8086         PR bootstrap/25670
8088         * Makefile.tpl ([+compare-target+]): Print explanation messages.
8090         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8091         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8092         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8093         BUILD_PREFIX, BUILD_PREFIX_1.
8094         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8096         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8097         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8099         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8100         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8101         of `cat stage_current`.  Always provide the `r' and `s' variables.
8102         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8103         a single shell execution.
8104         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8105         bootstrapped modules, make the stage1 module if the build was not
8106         started yet, else build the current stage.
8107         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8108         (all-build, all-host, all-target, [+make_target+]-host,
8109         [+make_target+]-target): Do not use \-continued lines.
8110         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8111         (current_stage, restrap, stage_last): New.
8113         * Makefile.in: Regenerate.
8114         * configure: Regenerate.
8116 2006-02-19  Bud Davis  <jmdavis@link.com>
8118         * MAINTAINERS (Write After Approval):  Remove myself.
8119         (Language Front End Maintainers):  Add myself as fortran 95
8120         maintainer and update e-mail address.
8122 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8124         * MAINTAINERS (Write After Approval):  Remove myself.
8125         (Language Front End Maintainers):  Add myself as fortran 95
8126         maintainer.
8128 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
8130         * MAINTAINERS (Write After Approval): Add myself.
8132 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
8134         * MAINTAINERS (Write After Approval):  Remove myself.
8135         (Language Front End Maintainers):  Add myself as
8136         fortran 95 maintainer.
8138 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8140         Sync from src:
8142         2005-12-27  Leif Ekblad  <leif@rdos.net>
8144         * configure.in: Add support for RDOS target.
8145         * configure: Regenerate.
8147 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8148             Andreas Schwab  <schwab@suse.de>
8150         * configure: Regenerate.
8152 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
8154         * configure.in (enable_libgomp): Add AIX.
8155         * configure: Regenerate.
8157 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
8159         * MAINTAINERS (Write After Approval): Add myself.
8161 2006-02-03  Lee Millward  <lee.millward@gmail.com>
8163         * MAINTAINERS (Write After Approval): Add myself.
8165 2006-01-31  Richard Guenther  <rguenther@suse.de>
8166         Paolo Bonzini  <bonzini@gnu.org>
8168         * Makefile.def (target_modules): Add libgcc-math target module.
8169         * configure.in (target_libraries): Add libgcc-math target library.
8170         (--enable-libgcc-math): New configure switch.
8171         * Makefile.in: Re-generate.
8172         * configure: Re-generate.
8173         * libgcc-math: New toplevel directory.
8175 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
8177         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8178         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8179         the assembler, linker and binutils.
8180         * configure: Regenerate.
8182 2006-01-22  Dirk Mueller  <dmueller@suse.de>
8184         * MAINTAINERS (Write After Approval): Add myself.
8186 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
8188         * configure: Regenerate.
8190 2006-01-18  Richard Henderson  <rth@redhat.com>
8191             Jakub Jelinek  <jakub@redhat.com>
8192             Diego Novillo  <dnovillo@redhat.com>
8194         * libgomp: New directory.
8195         * Makefile.def: Add target_module libgomp.
8196         * Makefile.in: Regenerate.
8197         * configure.in (target_libraries): Add target-libgomp.
8198         * configure: Regenerate.
8200 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
8202         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8203         @ from continuation.
8204         * Makefile.in: Rebuilt.
8206 2006-01-04  Chris Lattner  <sabre@gnu.org>
8208         * MAINTAINERS (Write After Approval): Add myself.
8210 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
8212         PR bootstrap/24252
8214         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8215         * Makefile.tpl (OBJDUMP): New.
8216         (EXTRA_HOST_FLAGS): Add it.
8217         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8219         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8220         to use symbolic links between directories.  Avoid race conditions
8221         or make them harmless.
8222         * configure.in: Do not try to use symbolic links between directories.
8224         * Makefile.def (LEAN): Pass.
8225         * Makefile.tpl (LEAN): Define.
8226         (stage[+id+]-start): Accept that the previous directory does not
8227         exist, if the bootstrap is lean.
8228         (stage[+id+]-bubble): Invoke lean bootstrap commands after
8229         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
8230         configure substitution.
8231         ([+compare-target+]): Likewise.
8232         ([+bootstrap-target+]-lean): New.
8233         * configure.in: Remove lean bootstrap support from here.
8235         * Makefile.in: Regenerate.
8236         * configure: Regenerate.
8238 2006-01-04  Ben Elliston  <bje@au.ibm.com>
8240         * MAINTAINERS (libdecnumber): Add myself.
8242 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
8244         * libtool-ldflags: New script.
8246 2006-01-02  Andreas Schwab  <schwab@suse.de>
8248         * configure.in: When reconfiguring remove Makefile in
8249         all stage directories.
8250         * configure: Regenerate.
8252 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
8254         * MAINTAINERS: Update my email address.
8256 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
8258         Revert Ada-related part of the previous change.
8260         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8261         Do not pass.
8262         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8263         * Makefile.in: Regenerate.
8264         * configure.in: Do not include mt-ppc-aix target fragment.
8265         * configure: Regenerate.
8267 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
8269         * configure.in: Select appropriate fragments for PowerPC/AIX.
8270         * configure: Regenerate.
8272         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8273         BOOT_CFLAGS, BOOT_LDFLAGS.
8274         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8275         BOOT_CFLAGS, BOOT_LDFLAGS.
8276         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8277         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8278         (stage): Fail if we cannot complete the work.
8279         * Makefile.in: Regenerate.
8281 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8283         * configure.in: Replace ms1 with mt.
8284         * configure: Rebuilt.
8286 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
8288         * MAINTAINERS: Update my email address.
8290 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
8292         * Makefile.tpl (all, do-[+make_target+], do-check, install,
8293         install-host-nogcc): Don't invoke $(stage) at the end.
8294         * Makefile.in: Regenerate.
8296 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
8298         * configure.in: Flip the top-level bootstrap switch.
8299         * configure: Regenerate.
8301 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
8303         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8304         $(stage) and $(unstage).
8305         (EXTRA_TARGET_FLAGS): Correct double-quoting.
8306         (all): Remove stray semicolon.
8307         (local-distclean): Don't handle multilib.tmp and multilib.out.
8308         (install.all): Set $s for consistency.
8309         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8310         check_multilibs setting.  Always make the install directory.
8311         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8312         Correct @if/@endif.
8313         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8314         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8315         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8316         (multilib.out): Remove.
8317         * Makefile.in: Regenerated.
8319 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
8321         * MAINTAINERS (Write After Approval): Add myself.
8323 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8325         * MAINTAINERS: Add myself as mt maintainer.
8327         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
8329 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
8331         * MAINTAINERS: Change email address.
8333 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
8335         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8336         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8337         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
8338         Find in-tree tools if available.
8339         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8340         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8341         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
8342         (COMPILER_*_FOR_TARGET): New.
8343         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
8344         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
8345         (CONFIGURED_*, USUAL_*): Remove.
8346         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
8347         STRIP): Use autoconf substitutions.
8348         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
8349         COMPILER_NM_FOR_TARGET): New.
8350         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8352         (all): Make all-host and all-target in parallel.
8353         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8354         that $$r and $$s are set before invoking a recursive make.
8355         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8356         ([+bootstrap-target+]): Inline most of the `all' target.
8358 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8360         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
8361         from the gcc build directory.
8362         * Makefile.in: Regenerate.
8364 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8366         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
8367         depend on all-libdecnumber.
8368         * configure.in (host_libs): Include libdecnumber.
8369         * Makefile.in: Regenerate.
8370         * configure: Likewise.
8372 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8374         * libdecnumber: Import decNumber sources from the dfp-branch.
8376 2005-11-21  Kean Johnston  <jkj@sco.com>
8378         * config.sub, config.guess: Sync from upstream sources.
8380 2005-11-21  Ben Elliston  <bje@au.ibm.com>
8382         Import from Autoconf sources:
8384         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8385         * config/move-if-change: Don't output "$2 is unchanged";
8386         suggested by Ben Elliston.  Handle weird characters correctly.
8388 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
8390         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
8391         to match upstream libtool for darwin.
8393 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
8395         * Makefile.def: Remove gdb dependencies for gdbtk.
8396         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
8397         (configure-gdb, install-gdb): New rules.
8398         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
8399         * Makefile.in, configure: Regenerated.
8401 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
8403         * MAINTAINERS (Write After Approval): Add myself.
8405 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
8407         * MAINTAINERS (Write After Approval): Add myself.
8409 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
8411         * MAINTAINERS (alias analysis): Add Daniel Berlin and
8412         Diego Novillo.
8414 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
8416         PR bootstrap/24297
8417         * Makefile.tpl (do-[+make-target+], do-check, install,
8418         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
8419         are set before recursing.
8420         * Makefile.in: Regenerate.
8422 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
8424         PR bootstrap/18939
8425         * Makefile.def (gcc) <target>: Fix thinko.
8426         * Makefile.in: Regenerate.
8428 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
8430         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
8431         * configure: Regenerate.
8433 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
8435         * MAINTAINERS (Write After Approval): Add self.
8437 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
8439         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8440         target-libffi, target-qthreads, target-libjava, and
8441         targetlibobjc.
8442         * configure: Regenerate.
8444 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
8446         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8447         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8448         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8449         (USUAL_OBJDUMP_FOR_TARGET): New.
8450         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
8451         * configure.in: Check for $OBJDUMP_FOR_TARGET.
8452         * configure, Makefile.in: Regenerated.
8454 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8456         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8457         before other host packages.
8459 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
8461         * MAINTAINERS: Add self as sh libraries/configury maintainer.
8463 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8465         PR bootstrap/22340
8467         * configure.in (default_target): Remove.
8468         * Makefile.tpl (all): Do not use prerequisites as subroutines
8469         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8470         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8471         use prerequisites as subroutines.
8472         (check-host, check-target): New.
8473         (bootstrap configure & all targets): Do not use stage*-start
8474         if the directory layout is already ok.
8475         (non-bootstrap configure & all targets): Prepend a $(unstage).
8476         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
8477         (NOTPARALLEL): Remove.
8478         (unstage, stage variables): New variables.
8479         (unstage, stage targets): Simply expand to those variables.
8481         * configure: Regenerate.
8482         * Makefile.in: Regenerate.
8484 2005-10-04  James E Wilson  <wilson@specifix.com>
8486         * Makefile.def (lang_env_dependencies): Add libmudflap.
8487         * Makefile.in: Regenerate.
8489 2005-10-03  Andreas Schwab  <schwab@suse.de>
8491         Backport from libtool CVS:
8492         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
8494         * ltmain.sh: add support for installing into temporary
8495         staging area (e.g. 'make install DESTDIR=...')
8497 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8499         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8500         * configure: Regenerated.
8502 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
8504         * configure: Regenerate with the correct
8505         autoconf version.
8507 2005-09-30  Catherine Moore  <clm@cm00re.com>
8509         * configure.in (bfin-*-*): New.
8510         * configure: Regenerated.
8512 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
8514         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8515         (LIPO_FOR_TARGET): New.
8516         (CONFIGURED_LIPO_FOR_TARGET): New.
8517         (USUAL_LIPO_FOR_TARGET): New.
8518         (STRIP_FOR_TARGET): New.
8519         (CONFIGURED_STRIP_FOR_TARGET): New.
8520         (USUAL_STRIP_FOR_TARGET): New.
8521         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8522         STRIP_FOR_TARGET.
8523         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8524         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8525         * Makefile.in: Regenerate.
8526         * configure: Regenerate.
8528 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
8530         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8531         (rs6000-*-aix*): Same.
8532         * configure: Regenerate.
8534 2005-09-16  Tom Tromey  <tromey@redhat.com>
8536         * MAINTAINERS: Add self as java maintainer.
8538 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8540         * configure.in: Recognize f95 in the --enable-languages option,
8541         and substitute it for fortran, issuing a warning.
8542         * configure: Regenerate.
8544 2005-08-30  Phil Edwards  <phil@codesourcery.com>
8546         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
8547         * configure:  Regenerated.
8549 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
8551         * MAINTAINERS: Add self as ms1 maintainer.
8553 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
8555         * Makefile.def (libssp): Add to lang_env_dependencies.
8556         * Makefile.in: Regenerate.
8558 2005-08-18  Ian Lance Taylor  <ian@airs.com>
8560         * MAINTAINERS: Add myself as middle-end maintainer.
8562 2005-08-17  Christian Groessler  <chris@groessler.org>
8564         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8565         * Makefile.in: Regenerate.
8567 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
8569         * MAINTAINERS (write after approval): Added myself.
8571 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
8573         * MAINTAINERS (Write After Approval): Add myself.
8575 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
8577         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8578         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8579         Look for alternate names of the target cc and c++
8580         * configure: Regenerate.
8582 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
8584         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8585         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8586         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8587         tools; remove code to manually set them.
8588         (Target tools): Look in the environment for them.
8589         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8590         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8591         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8592         build directory.
8593         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8594         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8595         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8596         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8597         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8598         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8599         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8600         * configure: Regenerate.
8601         * Makefile.in: Regenerate.
8603 2005-07-28  Ben Elliston  <bje@au.ibm.com>
8605         * MAINTAINERS: Update for removed CPU targets.
8607 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
8609         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8610         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8611         * Makefile.in: Regenerated.
8613 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
8615         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8616         (CFLAGS_FOR_TARGET): Use it.
8617         (CXXFLAGS_FOR_TARGET): Likewise.
8618         * Makefile.in: Regenerated.
8619         * configure.in (--with-build-sysroot): New option.
8620         * configure: Regenerated.
8622 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
8624         * Makefile.tpl: Wrap install between unstage and stage
8625         * Makefile.in: Regenerate.
8627 2005-07-21  Eric Christopher  <echristo@apple.com>
8629         * MAINTAINERS: Update affiliation.
8631 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
8633         * MAINTAINERS: Add self as crx port maintainer.
8635 2005-07-20  DJ Delorie  <dj@redhat.com>
8637         * MAINTAINERS: Add self as m32c maintainer.
8639 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
8641         * all files: Update FSF address.
8643 2005-07-15  Eric Christopher  <echristo@redhat.com>
8645         * MAINTAINERS: Change affiliation.
8647 2005-07-14  Jim Blandy  <jimb@redhat.com>
8649         * configure.in: Add cases for Renesas m32c.
8650         * configure: Regenerated.
8652 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8654         * COPYING.LIB: Update from fsf.org.
8656 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8658         * COPYING, compile, config.guess,
8659         config.sub, install-sh, missing, mkinstalldirs,
8660         symlink-tree, ylwrap: Sync from upstream sources.
8661         * config-ml.in: Update FSF address.
8663 2005-07-13  Eric Christopher  <echristo@redhat.com>
8665         * configure.in: Add toplevel noconfigdir support for tpf.
8666         * configure: Regenerate.
8668 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
8670         PR ada/22340
8672         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8673         * Makefile.in: Regenerate.
8675 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
8677         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
8678         Brolley to write-after-approval.
8680 2005-07-07  Andreas Schwab  <schwab@suse.de>
8682         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8683         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8684         * Makefile.in: Regenerated.
8686 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
8688         * configure.in: Don't build sim or rda when targetting darwin.
8689         * configure: Regenerate.
8691 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
8693         * configure.in: Add --enable-libssp and --disable-libssp.
8694         * configure: Regenerate with autoconf-2.13.
8696 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
8698         * Makefile.def (target_modules): Add libssp.
8699         * configure.in (target_libraries): Add target-libssp.
8700         * configure: Rebuilt.
8701         * Makefile.in: Rebuilt.
8703 2005-07-01  Zack Weinberg  <zackw@panix.com>
8705         * MAINTAINERS: Change email address.  Resign from maintainership.
8707 2005-07-01  Richard Guenther  <rguenther@suse.de>
8709         * MAINTAINERS: Change my e-mail address and affiliation.
8711 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
8713         * Makefile.def (stagefeedback): Come after profile.
8714         Define profiledbootstrap target.
8715         * Makefile.tpl (profiledbootstrap): Remove.
8716         (stageprofile-end): Zap stagefeedback.
8717         (stagefeedback-start): Copy all .gcda files, not only GCC's.
8718         * Makefile.in: Regenerate.
8720 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
8722         * MAINTAINERS: Update my email address.
8724 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
8726         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
8727         In 'cpp' stanza, support '#line' as well as '# '.
8729 2005-06-08  Andreas Schwab  <schwab@suse.de>
8731         * MAINTAINERS: Move myself from 'Write After Approval' to
8732         'CPU Port Maintainers' section as m68k maintainer.
8734 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
8736         * configure.in (unsupported_languages): New macro.
8737         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
8738         non-ported target libraries in noconfigdirs.
8739         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8740         non-linux-gnu.  Remove libgcj_ex_libffi.
8741         <lang_frag loop>: Set add_this_lang=no if the language is in
8742         unsupported_languages.
8743         * configure: Regenerate.
8745 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
8747         * configure.in: Fix typo in handling of --with-mpfr-dir.
8748         * configure: Regenerate.
8750 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
8752         * MAINTAINERS: Update my email address.
8754 2005-06-02  Jim Blandy  <jimb@redhat.com>
8756         * config.sub: Add cases for the Renesas m32c.  (This patch has been
8757         accepted into the master sources.)
8759 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
8760             Michael Snyder  <msnyder@redhat.com>
8761             Stan Cox  <scox@redhat.com>
8763         * configure.in: Set noconfigdirs for ms1.
8765         * configure: Regenerate.
8767 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
8769         * MAINTAINERS (Write After Approval): Add self.
8771 2005-06-01  Josh Conner  <jconner@apple.com>
8773         * MAINTAINERS (Write After Approval): Add self.
8775 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
8777         * MAINTAINERS: Update my email address.
8779 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
8781         * MAINTAINERS (Write After Approval): Add self.
8783 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
8785         * MAINTAINERS (Write After Approval): Remove self.
8787 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
8789         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8790         (Dependencies): Consider target modules for bootstrap dependencies.
8791         Make target bootstrap modules depend on each stage's gcc.
8792         * Makefile.in: Regenerate.
8794 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
8796         * Makefile.def (configure-gcc): Depend on binutils having been built.
8797         (all-gcc): No need to do it here.
8798         * Makefile.in: Regenerate.
8800 2005-05-19  Paul Brook  <paul@codesourcery.com>
8802         * configure.in: Rewrite misleading error message when requested
8803         language cannot be built.
8804         * configure: Regenerate.
8806 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
8808         * ylwrap: Import from Automake 1.9.5.
8810 2005-05-13  David Ung  <davidu@mips.com>
8812         * MAINTAINERS (Write After Approval): Add self.
8814 2005-05-09  Mike Stump  <mrs@apple.com>
8816         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8817         lt_cv_sys_max_cmd_len for now.
8819 2005-05-09  Stan Cox  <scox@redhat.com>
8821         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8823 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
8825         * README.SCO: Update the URL.
8827 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
8829         * ltconfig: Define file_list_spec.  Pass file_list_spec and
8830         with_gnu_ld to libtool.
8831         * ltcf-c.sh (aix[45]): Define file_list_spec.
8832         * ltcf-cxx.sh (aix[45]): Same.
8833         * ltcf-gcj.sh (aix[45]): Same.
8834         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8835         exists, write list of input files to temporary file.
8837 2005-05-04  Mike Stump  <mrs@apple.com>
8839         * configure.in: Always pass --target to target configures as
8840         otherwise rebuilds that do --recheck will fail.
8841         * confiugure: Rebuilt.
8843 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
8845         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8846         STAGE_HOST_EXPORTS.
8847         (configure, all): Add bootstrap support.
8848         (Host modules, target modules): Pass post-stage1 flags and exports.
8849         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8850         * Makefile.in: Regenerate.
8852 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
8854         * configure: Regenerate.
8856 2005-04-27  Mike Stump  <mrs@apple.com>
8858         * MAINTAINERS: Add self as darwin maintainer.
8860 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
8862         * config.sub: Update from master copy.
8864 2005-04-21  Mike Stump  <mrs@apple.com>
8866         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8867         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8869 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
8871         * configure.in <crisv32-*-*, cris-*-*>: New local variable
8872         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
8873         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
8874         "*-*-elf" and "*-*-linux*".
8875         * configure: Regenerate.
8877 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
8879         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8881 2005-04-12  Mike Stump  <mrs@apple.com>
8883         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8885 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
8887         * MAINTAINERS (Write After Approval): Add myself.
8889 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
8891         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8893 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
8895         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8896         (TARGET_CONFIGARGS): Include --with-target-subdir.
8897         (configure, all): New macros.  Use them throughout.
8898         * Makefile.in: Regenerate.
8900 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
8902         * MAINTAINERS (Write After Approval): Add myself.
8904 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8906         * MAINTAINERS: Remove 'loop unrolling' maintainer.
8908 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
8910         * MAINTAINERS: Move John Carr to Write After Approval.
8912 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
8914         * config/mh-mingw32: Delete.
8915         * configure.in: Don't use it.
8916         * configure: Regenerate.
8918 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
8920         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8921         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8922         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8923         (HOST_LIB_PATH): Generate from Makefile.def.
8924         (TARGET_LIB_PATH): Likewise.
8925         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8926         * Makefile.in: Regenerate.
8927         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8928         (RPATH_ENVVAR): Include Darwin case.
8929         * configure: Regenerate.
8931 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
8933         * MAINTAINERS (Various Maintainers): Remove self.
8934         (Write After Approval): Add self.
8936 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
8938         * MAINTAINERS (Various Maintainers): Add self.
8940 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
8942         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8943         * configure: Regenerate.
8945 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
8947         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8948         gcc_version, and gcc_version_trigger from set of flags to pass.
8949         * Makefile.tpl: Remove definitions of above variables.
8950         (config.status): Remove dependency on $(gcc_version_trigger).
8951         * Makefile.in: Regenerate.
8952         * configure.in: Do not reference config/gcc-version.m4 nor
8953         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
8954         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
8955         * configure: Regenerate.
8957 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8958             Andrew Pinski  <pinskia@physics.uc.edu>
8960         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8961         * Makefile.in: Regenerate.
8963 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8965         * MAINTAINERS (Write After Approval): Add myself.
8967 2005-03-03  David Ayers  <d.ayers@inode.at>
8969         * MAINTAINERS (Write After Approval): Add myself.
8971 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8973         PR libgcj/20160
8974         * ltmain.sh: Avoid creating archives with components that have
8975         duplicate basenames.
8977 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8979         PR bootstrap/20250
8980         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8981         instead of check.
8982         * Makefile.in: Regenerate.
8984 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8986         * Makefile.in: Regenerate to fix conflict between the previous two
8987         patches.
8989 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8991         PR bootstrap/17383
8992         * Makefile.def (target_modules): Remove "stage", now unnecessary.
8993         * Makefile.tpl (HOST_SUBDIR): New substitution.
8994         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8995         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8996         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8997         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8998         (Host modules, Bootstrapped modules): Use it.
8999         (Build modules, Target modules): Do not create symlink trees,
9000         always configure out-of-srcdir.
9001         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9002         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9003         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9004         $(HOST_SUBDIR).  Create a symlink for host_subdir.
9006         * Makefile.in: Regenerate.
9007         * configure: Regenerate.
9009 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9011         Merged from libada-gnattools-branch:
9012         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9014         * gnattools: New directory.
9015         * Makefile.def: Add gnattools as a module, depending on target-libada.
9016         * Makefile.in: Regenerate.
9017         * configure.in: Include gnattools in host_tools; disable it if ada
9018         is disabled.
9019         * configure: Regenerate.
9021 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
9023         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9024         treelang maintainer.
9025         (Write After Approval): Remove myself.
9027 2005-02-23  Paul Schlie  <schlie@comcast.net>
9029         * configure.in: Allow darwin targeted ports to build tk, itcl and
9030         libgui.
9031         * configure: Regenerate.
9033 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9035         PR libgcj/10353
9036         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9037         * configure: Regenerate.
9039 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
9041         * MAINTAINERS (Write After Approval): Add myself.
9043 2005-02-10  Ian Lance Taylor  <ian@airs.com>
9045         * MAINTAINERS: Update my e-mail address.
9047 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
9049         * MAINTAINERS (Write After Approval): Add myself.
9051 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
9053         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9054         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9055         target-libgloss when not *-*-elf and *-*-aout.
9056         * configure: Regenerate.
9058 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
9060         * MAINTAINERS: Remove obsolete entries.
9062         * MAINTAINERS (Write After Approval): Add Michael Matz.
9064 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
9066         * MAINTAINERS: Remove self as cpplib maintainer.
9068 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9070         * install-sh, config.sub: Import from upstream.
9072 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9074         PR bootstrap/18222
9075         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9076         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9077         * Makefile.in: Regenerate.
9079 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
9081         * MAINTAINERS: Update my email address.
9083 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
9084             Andreas Schwab  <schwab@suse.de>
9086         PR bootstrap/18033
9087         * config-ml.in: Eval option if surrounded by single quotes.
9089 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
9091         Revert 2004-12-28 Makefile changes, a better fix will be
9092         applied to mainline and src after GCC 4.0 branches.
9094 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
9096         PR bootstrap/17383
9098         * Makefile.def (target_modules): Remove stage parameter,
9099         it is always true now.
9100         * Makefile.tpl (configure-build-[+module+],
9101         configure-target-[+module+]): Always build symlink tree
9102         for the directory and for include.  BUILD_SUBDIR and
9103         TARGET_SUBDIR cannot be . anymore.
9104         * Makefile.in: Regenerate.
9106 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
9108         Revert 2004-12-08 Makefile changes.
9110 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
9112         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9113         cygwin, mingw.
9115 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
9117         * configure.in (sh64-*-*): Reenable gprof.
9118         * configure: Regenerate.
9120 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
9122         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9123         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9124         (EXTRA_TARGET_FLAGS): Add PICFLAG.
9125         * Makefile.in: Regenerate.
9127 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
9129         * MAINTAINERS: Update my email address.
9131 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
9133         * Makefile.tpl: Generate normal dependencies if the LHS module is
9134         not bootstrapped.
9135         * Makefile.in: Regenerate.
9137 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9139         * configure.in: Include config/gxx-include-dir.m4.  Use
9140         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
9141         * configure: Regenerate.
9143 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9145         * config.if: Delete.
9146         * configure.in: Set libstdcxx_incdir directly.
9147         * configure: Regenerate.
9149 2004-12-02  Eric Christopher  <echristo@redhat.com>
9151         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9152         * Makefile.in: Regenerate.
9154 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9156         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9157         * configure: Regenerate.
9159 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9161         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
9162         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
9163         * configure: Regenerate.
9165 2004-12-01  Eric Christopher  <echristo@redhat.com>
9167         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9168         of things to remove.
9170 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
9172         * MAINTAINERS (Write After Approval): Update my e-mail address.
9174 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
9176         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9177         from CVS libtool to always pass_all.
9179 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9181         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9182         (hppa*64*-*-*): Delete incorrect comment.
9183         * configure: Rebuilt.
9185 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9187         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9189 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9191         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9192         from CVS libtool to always pass_all.
9194 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9196         * install-sh, compile: Import from automake.
9198 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9200         * config.guess, config.sub:  Import from savannnah.
9202 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
9204         * MAINTAINERS (Write After Approval): Add myself
9206 2004-11-12  Mike Stump  <mrs@apple.com>
9208         * Makefile.def: Add html support.
9209         * Makefile.tpl: Likewise.
9210         * Makefile.in: Regenerate.
9212 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
9214         PR 18423
9215         * configure.in: Remove all instances of build-fixincludes from
9216         noconfigdirs.
9217         (build_configargs): Supply --target to subdirectories.
9218         * configure: Regenerate.
9220         * Makefile.def: Make gcc install depend on fixincludes install.
9221         * Makefile.in: Regenerate.
9223 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
9225         * MAINTAINERS: Add myself as gcc testsuite maintainer.
9227 2004-11-11  Paul Brook  <paul@codesourcery.com>
9229         * MAINTAINERS: Add self as arm maintainer.  Update email address.
9231 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
9233         * configure.in (noconfigdirs) [mmix-*-*]: Disable
9234         target-libgfortran.
9235         * configure: Regenerate.
9237 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
9239         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9240         like CC.
9242 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
9244         * Makefile.def (host fixincludes): Specify missing targets.
9245         * Makefile.in: Regenerate.
9247 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
9249         * MAINTAINERS: Add myself
9251 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
9253         * MAINTAINERS (Write After Approval): Add myself.
9255 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
9257         * Makefile.def: Build fixincludes for the host, too.
9258         * Makefile.in: Regenerate.
9259         * configure.in (host_tools): Add fixincludes.
9260         * configure: Regenerate.
9262 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
9264         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9265         * configure: Regenerated.
9267 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
9269         PR other/17783
9270         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9271         * configure: Regenerated.
9273 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
9275         * README.SCO: Update per FSF instructions.
9277 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
9279         PR target/18151
9280         * configure.in (case ${target}): Do not build fixincludes for avr.
9281         * configure: Regenerated.
9283 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
9285         * configure.in (case ${target}): Do not build fixincludes
9286         on platforms where it is not used.
9287         * configure: Regenerated.
9289 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
9291         * configure.in: Use an absolute path to install-sh.
9292         * configure: Regenerated.
9294 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
9296         * MAINTAINERS (Write After Approval): Add myself.
9298 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
9300         * MAINTAINERS: Remove from Write After Approval those that are
9301         already maintainers.
9303 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
9305         * MAINTAINERS:  Update my email address.
9307 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
9309         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9310         * configure: Regenerate.
9312 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
9314         * MAINTAINERS:  Update my email address.
9316 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
9318         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
9319         entries belonging to this category.
9321 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
9323         * MAINTAINERS: Update my e-mail address.
9325 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
9327         Fix wrong conflict resolution in:
9329         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9331         * Makefile.in: Regenerate.
9332         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9333         in the recursive `make', instead of hardwiring `all'.
9334         (Autogenerated TARGET-* variables): New.
9336 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
9338         * configure.in: Enable target-libgloss for crx-*-*.
9339         * configure: Regenerate.
9341 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9343         * MAINTAINERS (Various Maintainers): Move the "windows,
9344         cygwin, mingw" maintainer to ...
9345         (OS Port Maintainers): ... here.
9347 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9349         * MAINTAINERS (Write After Approval): Remove those that are
9350         maintainers of some subsystem.
9352 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
9354         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9355         * ltcf-cxx.sh (tpf*): Likewise.
9356         * ltconfig (tpf*): Add TPF OS configuration support.
9358 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
9360         * MAINTAINERS: Change my email address to my new work account.
9362 2004-09-24  Michael Roth  <mroth@nessie.de>
9364         * configure.in (--without-headers): Add missing double quotes.
9365         * configure: Regenerate.
9367 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
9369         * ylwrap: Revert to previous version.
9371 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
9373         PR bootstrap/17369
9374         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
9375         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
9376         SET_GCC_LIB_PATH_CMD.
9377         (BASE_TARGET_EXPORTS): Likewise.
9378         * Makefile.in: Regenerated.
9380         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
9381         * configure: Regenerated.
9383 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
9385         * config.guess: New upstream version
9386         * compile, depcomp, install-sh, ylwrap: Likewise.
9388 2004-09-19  Roger Sayle  <roger@eyesopen.com>
9390         * config/mh-x86omitfp: New host makefile fragment.  Add
9391         -fomit-frame-pointer to the default BOOT_CFLAGS.
9392         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
9393         * configure: Regenerate.
9395 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
9397         PR target/11572
9398         * configure.in (*-*-darwin*): Renable libobjc.
9399         * configure: Regenerate.
9401 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
9403         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
9405 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
9407         * Makefile.def: Remove libbanshee.
9408         * Makefile.tpl: Ditto.
9409         * configure.in: Ditto.
9410         * Makefile.in: Regen.
9411         * configure: Ditto.
9413 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
9415         * ltmain.sh: Use $pic_object as $non_pic_object if
9416         $non_pic_object=none.
9418 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
9420         * missing: Import latest version from master repository.
9422 2004-09-06  Nick Clifton  <nickc@redhat.com>
9424         * config.sub: Import latest version from master repository.
9425         * config.guess: Likewise.
9426         This includes these changes:
9428         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
9430         * config.sub: Handle crisv32, alias etraxfs.
9431         * config.guess (crisv32:Linux:*:*): Handle.
9433         2004-08-13  Brad Smith  <brad@comstyle.com>
9435         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9436         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
9438         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9440         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9441         assume the processor is a powerpc.  This is because coreutils
9442         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9443         in this case, due to a MacOS X bug that causes
9444         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9445         to return a negative number.
9446         Problem reported by Petter Reinholdtsen in:
9447         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9449         2004-07-19  Ben Elliston  <bje@gnu.org>
9451         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9453         2004-06-24  Ben Elliston  <bje@gnu.org>
9455         * config.guess: Update copyright years.
9456         * config.sub: Likewise.
9458         2004-06-22  Robert Millan  <robertmh@gnu.org>
9460         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9461         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9463         2004-06-22  Stanley F. Quayle <stan@stanq.com>
9465         * config.guess (*:*VMS:*:*): New entry. Replaces
9466         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9467         manufacturer.
9469         2004-06-22  Ben Elliston  <bje@gnu.org>
9471         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9472         * config.sub: Likewise.
9474         2004-06-22  Ben Elliston  <bje@gnu.org>
9476         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9477         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9479         2004-06-11  Ben Elliston  <bje@gnu.org>
9481         * config.guess (pegasos:OpenBSD:*:*): Remove.
9483         2004-06-11  Ben Elliston  <bje@gnu.org>
9485         From Wouter Verhelst <wouter@grep.be>:
9486         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9488         2004-06-11  Ben Elliston  <bje@gnu.org>
9490         * config.guess (luna88k:OpenBSD:*:*): New.
9492         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
9494         * config.guess (m32r*:Linux:*:*): New case.
9495         * config.sub: Handle m32rle.
9497         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
9499         From Jens Petersen  <petersen@redhat.com>:
9500         * config.sub: Handle sparcv8.
9502         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
9504         From Tom Smith <smith@cag.lkg.hp.com>:
9505         * config.guess: Version suffixes are equally significant on Tru64
9506         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
9507         prefix of "P" (patched kernel).
9509         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
9511         * config.sub: Add support for National Semiconductor CRX target.
9513 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
9515         * MAINTAINERS (Various Maintainers): Remove myself as web page
9516         maintainer, add myself as maintainer of build status lists.
9518 2004-09-03  Jan Beulich  <jbeulich@novell.com>
9520         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9521         *-*-netware, but add target-libmudflap.
9522         Consolidate *-*-netware targets (of which really only i?86 exists)
9523         into a single entry.
9524         * configure: Likewise.
9526 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
9528         * Makefile.tpl (sorry): Remove.
9529         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9530         (cleanstrap targets): Depend on distclean, not distclean-stage1.
9531         (do-clean): Clean per-stage directories too.
9532         (do-distclean): Run distclean-stage1 too.
9533         (.NOTPARALLEL): Enable during toplevel bootstrap.
9534         (stage[+id+]-bubble): Enable parallel execution during
9535         the recursive invocation.
9536         * Makefile.in: Regenerate.
9538         Fix previous checkin:
9540         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9541         include.
9542         * configure.in: Fix indentation.
9543         * configure: Regenerate.
9545 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
9547         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9548         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9549         * configure: regenerate
9550         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9551         -mdynamic-no-pic
9553 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
9555         * Makefile.def (build_modules): Add fixincludes.
9556         (dependencies): Make gcc depend on fixincludes.
9557         * configure.in (build_tools): Add fixincludes.
9558         (build_configdirs): Always include build_libs.
9559         * Makefile.in: Regenerate.
9560         * configure: Regenerate.
9562 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
9564         * Makefile.def (bootstrap stages): Add 'lean' parameter.
9565         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9566         phony targets; do not generate timestamp files.
9567         (distclean-stageN): Remove references to their timestamp files.
9568         (restageN, touch-stageN): Remove.
9569         (stageN-bubble): Rewritten.
9570         (compare): Support lean bootstraps.
9571         * Makefile.in: Regenerate.
9573         * configure.in: Only warn when bootstrapping but
9574         build != host or build != target.  Support lean bootstraps.
9575         * configure: Regenerate.
9577 2004-08-26  Phil Edwards  <phil@codesourcery.com>
9579         * configure.in:  Give a better error message if GMP/MPFR are missing
9580         and a language needing them has been requested.
9581         * configure:  Regenerated.
9583 2004-08-25  Phil Edwards  <phil@codesourcery.com>
9585         * configure.in:  Print a list of available language front-ends if
9586         a requested one is missing.  Tidy stray tab characters.
9587         * configure:  Regenerated.
9589 2004-08-19  Michael Koch  <konqueror@gmx.de>
9591         * gcc/doc/install.texi: Update entry about automake for libjava.
9593 2004-08-17  Robert Millan  <robertmh@gnu.org>
9595         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9596         (instead of FreeBSD).
9597         * configure: Regenerate.
9599 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9601         * Makefile.in: Regenerate.
9602         * configure: Regenerate.
9604         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9605         stage_*_flags.
9606         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9607         for bootstrapped modules if toplevel bootstrap is going.
9608         (GCC bootstrap): Generate per-stage targets for all bootstrapped
9609         modules.  Adjust for changes in Makefile.def.  Enable several
9610         rules even in non-bootstrap mode, just to avoid peppering the
9611         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9612         (stage-[+prev+]-bubble): Remove.
9614         * Makefile.def (Dependencies): Depend on all-build-bison,
9615         all-build-flex, all-build-byacc, all-build-texinfo, rather
9616         than the host variations.
9617         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
9618         with BUILD_SUBDIR.
9619         (BISON): Update for recent Bisons.
9620         (YACC): Fix typo.
9621         (cross): Depend on all-build.
9622         (all): Do not depend on all-build.
9623         (prebootstrap): Remove.
9624         (dep-kind): Accept separate prefixes for MODULE and ON variables.
9625         (Prebootstrap dependencies): Add them to the per-stage targets
9626         and to all-prebootstrap.
9627         * configure.in (build_configdirs): Always enable build_tools.
9628         (BUILD_DIR_PREFIX): Remove.
9630         * Makefile.def (gcc): Add target variable.
9631         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9632         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9633         in the recursive `make', instead of hardwiring `all'.
9634         (Autogenerated TARGET-* variables): New.
9636 2004-08-13  Brian Booth  <bbooth@redhat.com>
9638         * MAINTAINERS: Remove myself from write-after-approval.
9640 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9642         * src-release: Stop distributing mmalloc with gdb (which doesn't
9643         use it).
9644         * Makefile.def: GDB doesn't depend on mmalloc anymore.
9645         * Makefile.in: Regenerate.
9647 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
9649         * configure.in (arm*-*-eabi*): New target.
9650         * configure: Regenerate.
9652 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
9654         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9655         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9656         (Dependencies): New section.
9657         * Makefile.tpl (Dependencies): Generate from Makefile.def.
9658         (configure-target-[+module+]): Depend on maybe-all-gcc
9659         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
9660         (toplevel profiledbootstrap): Fix dependencies.
9661         * Makefile.in: Regenerate.
9663 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
9665         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9666         target-libiberty to noconfigdirs.
9667         * configure: Regenerate.
9669 2004-08-03  Paul Brook  <paul@codesourcery.com>
9671         * configure.in: Check for MPFR as well as GMP.
9672         * configure: Regenerate.
9674 2004-08-01  Robert Millan  <robertmh@gnu.org>
9676         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9677         libmudflap for all GNU-based systems (with Glibc).
9678         * configure: Regenerate.
9680 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
9682         * Makefile.def (host-modules): Add gcc.
9683         * Makefile.in: Regenerate.
9684         * Makefile.tpl (sorry): New rule.
9685         (configure-host, all-host, [+make_target+]-host, do-check,
9686         install-host): Do not add gcc as a special case.
9687         (host modules): Add a small special-casing for gcc.  Export
9688         extra_make_flags through the environment.
9689         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9690         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9691         other recursive targets for gcc): Remove.
9693         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9694         (stage, unstage): New rules.
9695         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9696         distclean-stage[+id+]): Use stage_current.
9697         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9698         the stage*-start rules.
9700 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
9702         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9703         use -all_load flag.
9705 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
9707         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9708         * configure: Regenerate.
9710 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
9712         * maintainer-scripts/gcc_release: Revert yesterday's change.
9714 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
9716         * MAINTAINERS: Add myself to write-after-approval.
9718 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9720         * libf2c: Removed.
9721         * gcc/gccbug.in: Updated because of libf2c removal.
9722         * maintainer-scripts/gcc_release: Ditto.
9724 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
9726         * configure.in: Build libmudflap by default on FreeBSD.
9727         * configure: Regenerated.
9729 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
9731         * configure.in: Do not build libmudflap by default on non-GNU/Linux
9732         systems.
9733         * configure: Regenerated.
9735 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9737         PR target/16344
9738         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9739         feedback based compiler.
9740         * Makefile.in: Rebuilt.
9742 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
9744         * Makefile.def (host_modules): Set bootstrap=true for flex.
9745         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9746         * Makefile.in: Rebuilt.
9748 2004-07-07  Jan Hubicka  <jh@suse.cz>
9750         * MAINTAINERS: Add self as a profile feedback maintainer.
9752 2004-07-05  Phil Edwards  <phil@codesourcery.com>
9754         * configure.in:  Do not prepend $srcdir to /dev/null in
9755         makefile fragments.
9756         * configure:  Regenerate.
9758 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
9760         * Makefile.def (build_modules): Add bison, byacc, flex,
9761         m4, texinfo.
9762         (flags_to_pass): Add FLEX.
9763         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9764         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9765         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9766         DEFAULT_MAKEINFO): Remove.
9767         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9768         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9769         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9770         objdir or else use configured tool.
9771         (all-build): New.
9772         (all): Depend on it.
9773         (Build module dependencies): Add.
9774         * Makefile.in: Regenerate.
9775         * configure.in: Better support for multiple build modules,
9776         matching what is done for host/target modules.  Do not look
9777         for "plausible" locations of build tools if Canadian cross.
9778         Use autoconf's AC_PROG_CC to find a C compiler.  Define
9779         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
9780         * configure: Regenerate.
9782 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9784         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9785         * Makefile.in: Regenerate.
9787 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9789         * Makefile.tpl (configure-build-[+module+],
9790         configure-[+module+], configure-target-[+module+]): Pass
9791         [+extra_configure_args+].
9792         (all-build-[+module+], all-[+module+], check-[+module+],
9793         install-[+module+], [+make_target+]-[+module+],
9794         all-target-[+module+], check-target-[+module+],
9795         install-target-[+module+], [+make_target+]-target-[+module+]):
9796         Pass [+extra_make_args+].
9797         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9798         (GCC_HOST_EXPORTS): Remove.
9799         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9800         cross, check-gcc, check-gcc-c++, install-gcc,
9801         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9802         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9803         * Makefile.in: Regenerate.
9805 2004-06-21  Matthew Sachs  <msachs@apple.com>
9807         * MAINTAINERS: Added self to write-after-approval.
9809 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
9811         * configure.in: Check for srcdir/winsup rather than build directory
9812         winsup.
9813         * configure: Regenerate.
9815 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
9817         * configure.in: Don't build Cygwin native newlib if winsup
9818         directory is missing.  Emit warning instead.
9819         * configure: Regenerate.
9821 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
9823         * Makefile.tpl (touch-stage[+id+]): New.
9824         (restage[+prev+]): Depend on touch-stage[+id+].
9826         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9827         Use it throughout.
9829         * Makefile.def: Add profile and feedback bootstrap stages.
9830         Remove next field from bootstrap stages.
9831         * Makefile.tpl (LN, LN_S): Substitute.
9832         (stageN-start, stageN-end): Use double-colon rules, to
9833         provide a hook for additional setup commands.
9834         (distclean-stageN-gcc, restageN): Create dependencies from
9835         [+prev+], not from [+next+].
9836         (stageN-bubble): Add commands for successive stages from
9837         [+prev+], using double-colon rules.
9838         (all-stageN-gcc): Fix typo.
9839         (stagefeedback-start, profiledbootstrap): New.
9840         * Makefile.in: Regenerate.
9841         * configure.in: Call ACX_PROG_LN.
9842         * configure: Regenerate.
9844 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
9846         * MAINTAINERS (Write After Approval): Add myself.
9848 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
9850         * MAINTAINERS (Write After Approval): Add myself.
9852 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
9854         * configure.in: Fix --enable-bootstrap breakage introduced in trees
9855         without gcc.
9856         * configure: Regenerate.
9858 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9860         * Makefile.tpl: Fix typo.
9861         * Makefile.in: Regenerate.
9863 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9865         * configure.in: Remove new- prefix from toplevel
9866         bootstrap targets.
9867         * configure: Regenerate.
9869 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9871         * Makefile.tpl (all.normal): Rename to all.
9872         (all): Replace with a rule to pick the default
9873         target from configure.
9874         (all-gcc, configure-gcc): Use conditionals to
9875         do nothing when toplevel bootstrap is going on.
9876         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9877         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9878         * configure.in: Support --enable-bootstrap.
9880         * Makefile.def: Remove new- prefix from toplevel
9881         bootstrap targets.
9882         * Makefile.tpl: Likewise.
9884         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
9885         target.
9887         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9888         $(RECURSE_FLAGS) to recursive invocation of make.
9890         * Makefile.in: Regenerate.
9891         * configure: Regenerate.
9893 2004-05-30  Andreas Jaeger  <aj@suse.de>
9894             Jim Wilson  <wilson@specifixinc.com>
9896         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9897         like CC.
9899 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
9901         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9902         * configure: Regenerate.
9904 2004-05-25  Daniel Jacobowitz  <drow@false.org>
9906         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9907         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9908         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
9909         targets.
9910         * Makefile.in: Regenerate.
9912 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
9914         * configure.in: Test the ability to symlink directories.
9915         * configure: Regenerate.
9917         * Makefile.def (bootstrap-stage): New definitions.
9918         * Makefile.tpl (configure-stage1-gcc,
9919         configure-stage2-gcc, configure-stage3-gcc,
9920         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9921         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9922         new-restage3, compare): Autogenerate, see Makefile.in
9923         entry for behavioral changes.
9924         (distclean-stage1, new-stage1-start, new-stage1-end,
9925         new-stage1-bubble, distclean-stage2, new-stage2-start,
9926         new-stage2-end, new-stage2-bubble, distclean-stage3,
9927         new-stage3-start, new-stage3-end): New autogenerated targets.
9928         (objext, prebootstrap, BOOT_CFLAGS,
9929         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9930         targets.
9932         * Makefile.in: Regenerate.
9933         (distclean-stage1, new-stage1-start, new-stage1-end,
9934         new-stage1-bubble, distclean-stage2, new-stage2-start,
9935         new-stage2-end, new-stage2-bubble, distclean-stage3,
9936         new-stage3-start, new-stage3-end): New targets.
9937         (all-stage1-gcc): Move prebootstrap dependency from here...
9938         (configure-stage1-gcc): ...to here.
9939         (new-bootstrap): Use bubble targets.
9940         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9941         Use per-stage distclean targets.
9942         (configure-stage1-gcc, configure-stage2-gcc,
9943         configure-stage3-gcc, all-stage1-gcc,
9944         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9945         Use new-stageN-start to prepare the tree.
9947 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
9949         * Makefile.def (host_modules): add libcpp.
9950         * Makefile.tpl: Add dependencies on and for libcpp.
9951         * Makefile.in: Regenerate.
9952         * configure.in: Add libcpp host module.
9953         * configure: Regenerate.
9955 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
9957         * Makefile.tpl: Whenever a recursive target is defined, wrap
9958         it in a special @if/@endif block, and prepare its maybe
9959         dependency in the @if/@endif block
9960         * configure.in: Instead of writing maybe dependencies, remove
9961         the @if/@endif statements, and remove the @if/@endif blocks
9962         that remain.
9963         * configure: Regenerate.
9964         * Makefile.in: Regenerate.
9966 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
9968         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9970 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9972         PR bootstrap/15120
9973         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9974         * */configure: Rebuilt.
9976 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
9978         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9979         of libf2c.
9980         * configure, Makefile.in: Regenerate.
9982 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9984         * MAINTAINERS (Write After Approval): Add myself.
9986 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
9988         Merge from tree-ssa-20020619-branch.
9990         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9991         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9992         (HOST_GMPLIBS): Define.
9993         (HOST_GMPINC): Define.
9994         (TARGET_LIB_PATH): Add libmudflap.
9995         (GFORTRAN_FOR_TARGET): Define.
9996         (configure-build*): Export GFORTRAN.
9997         (configure-gcc): Export GMPLIBS and GMPINC.
9998         (all-gcc): Add maybe-all-libbanshee.
9999         (configure-target-libgfortran): Define.
10000         * Makefile.in: Regenerate.
10001         * configure.in (host_libs): Add libbanshee.
10002         (target_libraries): Add target-libmudflap and target-libgfortran.
10003         Add --with-libbanshee.
10004         Handle --disable-libmudflap.
10005         (*-*-freebsd*): Use with_gmp.
10006         Add $(libgcj) to noconfigdirs.
10007         * configure: Regenerate.
10008         * depcomp: New file.
10009         * MAINTAINERS: Add tree-ssa maintainers.
10011 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
10013         * MAINTAINERS (Various Maintainers): Add myself.
10015 2004-04-30  Brian Ford  <ford@vss.fsi.com>
10017         * MAINTAINERS (Write After Approval): Add myself.
10019 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
10021         * MAINTAINERS (Write After Approval): Add myself.
10023 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
10025         * config/acx.m4: Fix fastcompare support for new-bootstrap.
10026         * configure: Regenerate.
10028 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
10030         Revert:
10031         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10033         * Makefile.def (flags_to_pass): Remove *dir variables that
10034         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10035         as well as prefix and exec_prefix.
10036         * Makefile.in: Regenerate.
10038 2004-04-26  Robert Millan  <robertmh@gnu.org>
10040         Add patches from libtool CVS.
10041         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10042         * ltconfig: Likewise.
10043         * ltcf-c.sh: Likewise.
10044         * ltcf-cxx.sh: Likewise.
10045         * ltcf-gcj.sh: Likewise.
10047 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10049         * Makefile.def (host_modules): Mark with the bootstrap
10050         flag packages on which gcc depends.
10051         * Makefile.tpl (all-bootstrap): Use it.
10052         * Makefile.in: Regenerate.
10054 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10056         * Makefile.def (flags_to_pass): Remove *dir variables that
10057         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10058         as well as prefix and exec_prefix.
10059         * Makefile.in: Regenerate.
10061 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10063         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10064         * configure: Regenerate.
10065         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10066         * gcc/Makefile.tpl (compare): Use the result of the test.
10067         * gcc/Makefile.in: Regenerate.
10069 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
10071         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10072         Always relocate gcc and prev-gcc to the original names, even
10073         if the build fails.
10074         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10075         New targets.
10077 2004-04-23  Laurent GUERBY <laurent@guerby.net>
10079         * MAINTAINERS: Update my email address.
10081 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10083         * configure.in (mips*-*-irix5*): Enable ld.
10084         * configure: Regenerate.
10086 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10088         * configure: Regenerate.
10090 2004-04-15  James E Wilson  <wilson@specifixinc.com>
10092         * Makefile.tpl (configure-[+module+], configure-gcc,
10093         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10094         Set and export LDFLAGS.
10095         * Makefile.in: Regenerate.
10097 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
10099         * MAINTAINERS: Add myself to write-after-approval.
10101 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10103         PR bootstrap/14871
10104         * Makefile.tpl: If we don't have built-in-tree target tools,
10105         use the ones found by configure rather than hacking around with
10106         program_transform_name.
10107         * configure.in: Give Makefile.tpl the information necessary
10108         to do that.
10109         * Makefile.in: Regenerate.
10110         * configure: Regenerate.
10112 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
10114         PR bootstrap/14760
10115         * configure.in: When computing baseargs, strip *all* copies of
10116         offending options.  Also, don't match/substitute the trailing space,
10117         so that this actually works when two similar options are separated by
10118         only one space.
10119         * configure: Regenerate.
10121 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
10123         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10124         (rs6000-*-aix*): Same.
10125         * configure: Regenerate.
10127 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
10129         * MAINTAINERS: Add myself to write-after-approval.
10131 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
10133         * MAINTAINERS: Add myself to write-after-approval.
10135 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
10137         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10138         STRICT_WARN, WARN_CFLAGS flags passed down to make.
10139         * Makefile.in: Regenerate.
10141         * configure.in (top level bootstrap support): Rework --enable-werror
10142         to set @stage2_werror_flag@.
10143         * configure: Regenerate.
10144         * Makefile.tpl (top level bootstrap support): Pass
10145         @stage2_werror_flag@ down to configure in stages 2 and 3.
10146         * Makefile.in: Regenerate.
10148 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10150         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10151         for stages 2 and 3 as well as in make.  As a consequence, remove
10152         OUTPUT_OPTION (now detected by configure) from the flags passed down
10153         to make.
10154         * Makefile.in: Regenerate.
10156         * Makefile.tpl (new-bootstrap): Fix typo.
10157         * Makefile.in: Regenerate.
10159 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10161         * Makefile.tpl: Rearrange by moving recursive_targets rules
10162         into their proper sections.
10163         * Makefile.tpl (top level bootstrap support): Move disabling
10164         of coverage flags from 'make' to 'configure'; improve comments.
10165         * Makefile.in: Regenerate.
10167         * Makefile.tpl (experimental top level bootstrap) Move stage1
10168         language setting from all- target to configure- target; disable
10169         intermodule optimization in stage 1; prevent gratuitous rebuilds
10170         of stage 1.
10171         * Makefile.in: Regenerate.
10172         * configure.in: Comma-separate stage 1 language list for top
10173         level bootstrap.
10174         * configure: Regenerate.
10176         * Makefile.tpl: Clean up experimental top level bootstrap support:
10177         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10178         prev-gcc in configure- targets as well as all- targets.
10179         * Makefile.in: Regenerate.
10181 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
10183         * compile: New file imported from automake.
10185 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
10187         * configure.in: Remove symbolic link section.
10188         * configure: Regenerate.
10189         * Makefile.tpl (links): Remove.
10190         * Makefile.in: Regenerate.
10192 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
10193             Nathanael Nerode  <neroden@gcc.gnu.org>
10195         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10196         Set with AC_CHECK_PROGS.
10197         * configure.in: Fix comment typo from last patch.
10198         * configure: Regenerate.
10200 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
10202         * Makefile.tpl: Introduce experimental top level bootstrap support.
10203         * Makefile.in: Regenerate.
10204         * configure.in: Introduce support for top level bootstrap.
10205         * configure: Regenerate.
10207 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10208             Paolo Bonzini  <bonzini@gnu.org>
10210         PR bootstrap/14522
10211         * configure.in: Cope with shells that do not support unquoted ^
10212         * configure: Regenerate.
10214 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10215             Paolo Bonzini  <bonzini@gnu.org>
10217         PR bootstrap/14522
10218         * configure.in: Cope with shells that do not support nesting
10219         quotes inside quoted backquote substitutions.
10220         * configure: Regenerate.
10222 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
10224         PR bootstrap/14522
10225         * configure.in: Fix escaping of $.
10226         * configure: Regenerate.
10228 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10230         * configure: Regenerate, since I forgot to while committing Paolo's
10231         changes.
10233 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
10235         PR ada/14131
10236         Move language detection to the top level.
10237         * configure.in: Find default values for the tools as
10238         soon as possible.  Disable ada if GNAT is not found.
10239         Emit error message about missing languages.  Expand
10240         --enable-languages=all for the gcc subdirectory.
10242 2004-03-10  Ben Elliston  <bje@gnu.org>
10244         * MAINTAINERS: Update my email address.
10246 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
10248         * ltconfig: Disable building static libraries if building shared
10249         libraries on AIX 5L.
10251 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
10253         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10254         and disable libgcj.
10255         * configure: Regenerated.
10257 2004-03-01  Brian Booth  <bbooth@redhat.com>
10259         * MAINTAINERS: Add myself to write-after-approval.
10261 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
10263         * MAINTAINERS: Add myself to write-after-approval.
10265 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10267         PR bootstrap/7087
10268         * Makefile.tpl: Guard XFOO sed statements better.
10269         * Makefile.tpl: Add dependency for configure-target-libada.
10270         * Makefile.in: Regenerate (incidentally fixes broken
10271         commit when libada-branch was merged).
10273 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
10275         * MAINTAINERS: Add myself to write-after-approval.
10277 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
10279         * MAINTAINERS: Add Nicola Pero and myself as libobjc
10280         maintainers.
10282 2004-02-20  Andrew Cagney  <cagney@redhat.com>
10284         * config.guess: Update from version 2003-10-16 to 2004-02-16.
10285         * config.sub: Update from version 2003-11-03 to 2004-02-16.
10287 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10289         PR bootstrap/11932
10290         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10292 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
10294         * MAINTAINERS: Added myself to write-after-approval.
10296 2004-02-14  Michael Koch  <konqueror@gmx.de>
10298         * MAINTAINERS: Added myself to write-after-approval.
10300 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
10302         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
10303         some OS port maintainers to OS port maintainers section.
10305 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
10307         * MAINTAINERS: Add self.
10309 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
10311         * MAINTAINERS: Alphabetize.
10313 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
10315         * MAINTAINERS: Remove myself.
10317 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
10319         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10320         (rs6000-*-aix*): Same.
10321         * configure: Regenerate.
10323 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
10325         * configure.in (host): Add in missing $noconfigdirs to defines.
10326         * configure: Regenerate.
10328 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
10329             Nathanael Nerode  <neroden@gcc.gnu.org>
10331         PR ada/6637, PR ada/5911
10332         Merge with libada-branch:
10333         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10334         with appropriate dependencies. Add --enable-libada configure switch.
10335         * configure, Makefile.in: Regenerate.
10337 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
10339         * MAINTAINERS: Add myself to write-after-approval.
10341 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10343         * configure.in: Don't pass --with-stabs on IRIX 5 either.
10344         * configure: Regenerate.
10346 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
10348         Merge from upstream:
10350         * ltmain.in: When setting IFS to '~', be careful about user
10351         arguments that contain '~'.
10353         2004-02-04  Peter O'Gorman  <peter@pogma.com>
10355         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
10356         Also test $base_compile against $CC with escaped arguments. Bug
10357         reported by Geoff Keating <geoffk@apple.com>.
10359 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
10361         * MAINTAINERS: Remove i960 port.
10363 2004-01-23  DJ Delorie  <dj@redhat.com>
10365         * Makefile.def (target_modules) [libiberty]: Don't stage.
10366         * Makefile.in: Rebuilt.
10368 2004-01-20  Caroline Tice  <ctice@apple.com>
10370         * MAINTAINERS: Add myself to write-after-approval.
10372 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
10374         * MAINTAINERS: Update my email address.
10376 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
10378         * MAINTAINERS: Add myself to write-after-approval.
10380 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10382         * MAINTAINERS: Remove entries without email address.
10384 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
10386         * MAINTAINERS: Add myself to write-after-approval.
10388 2004-01-15  Steven Bosscher  <stevenb@suse.de>
10390         * MAINTAINERS: Update my email address.
10392 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
10394         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
10395         * Makefile.tpl (configure-target-[+module+]): Support stage.
10396         * Makefile.in: Rebuilt.
10398 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
10400         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
10402 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
10404         * MAINTAINERS: Add myself as a MIPS maintainer.
10406 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10408         * configure.in: Use ./config.cache, not config.cache.
10409         * configure: Regenerate.
10410         * Makefile.tpl: Special-casing not needed for GCC any more.
10411         * Makefile.in: Regenerate.
10413         * configure.in: Don't share a cache file for host dirs.
10414         * configure: Regenerate.
10416         * config-ml.in: Don't mess with the cache file.
10418 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10420         * MAINTAINERS: Move myself from 'Write After Approval' to
10421         'CPU Port Maintainers' section as SPARC maintainer.
10423 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10425         * Makefile.tpl: Make GCC use a separate config.cache.
10426         * Makefile.in: Regenerate.
10428         PR bootstrap/11932, PR bootstrap/11933
10429         (I don't know if it will fix either of them, but it relates
10430         to them.)
10431         * configure.in: Don't use shared config.cache for target
10432         directories.
10433         * configure: Regenerate.
10435 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
10437         * MAINTAINERS: Add myself to 'Write After Approval' section.
10439 2003-12-31  Roger Sayle  <roger@eyesopen.com>
10441         * configure.in (ia64*-*-hpux*): Disable building java libraries.
10442         * configure: Regenerated.
10444 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
10446         * MAINTAINERS: Remove the mn10200 maintainer.
10448 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
10450         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10451         * configure: Regenerated.
10453 2003-12-16  Jan Hubicka  <jh@suse.cz>
10455         * MAINTAINERS: Add myself as callgraph maintainer.
10457 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
10459         * configure.in (raw_libstdcxx_flags): Remove the leading space.
10460         * configure: Regenerate.
10462 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10464         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10465         'Write After Approval' section. Update email.
10467 2003-12-01  James Lemke  <jim@wasabisystems.com>
10469         * MAINTAINERS (Write After Approval): Add myself.
10471 2003-11-20  Matt Thomas  <matt@3am-software.com>
10473         * MAINTAINERS: Add myself as a vax port maintainer.
10475 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
10477         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10478         (configure-build-[+module+], configure-[+module+]): Likewise.
10479         (configure-target-[+module+], configure-gcc, config.status): Likewise.
10480         * Makefile.in: Regenerate.
10482 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
10484         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10485         shared/dylibed libraries.
10486         * ltmain.sh: Likewise.
10487         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10488         * ltcf-cxx.sh: Likewise.
10489         * ltcf-gcj.sh: Likewise.
10490         * ltconfig: Likewise.
10492 2003-11-17  Stan Cox  <scox@redhat.com>
10494         * MAINTAINERS: Add myself as iq2000 port maintainer.
10496 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
10498         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10499         * Makefile.in: Regenerate.
10501 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
10503         * config.sub: Update to 2003-11-03 version.
10505 2003-10-20  Phil Edwards  <phil@codesourcery.com>
10507         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
10508         * configure:  Regenerate.
10510 2003-10-20  Nicolas Pitre  <nico@cam.org>
10512         * MAINTAINERS: Add myself to 'Write After Approval' section.
10514 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
10516         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10518 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
10520         * MAINTAINERS: Update my email address.
10522 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10524         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10526 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
10528         * MAINTAINERS: Add myself to 'Write After Approval' section.
10530 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
10532         * config.guess: Update to 2003-10-16 version.
10533         * config.sub: Update to 2003-10-16 version.
10535 2003-10-15  David Daney  <ddaney@avtrex.com>
10537         * MAINTAINERS: Added myself to 'Write After Approval' section.
10539 2003-10-15  Falk Hueffner  <falk@debian.org>
10541         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10542         'Write After Approval' section. Update email.
10544 2003-10-14  Roger Sayle  <roger@eyesopen.com>
10546         * MAINTAINERS: Move myself from 'Write After Approval' to
10547         'Various Maintainers' section as middle-end maintainer.
10549 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10551         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10552         HOST_FLAGS_TO_PASS.
10553         * Makefile.in: Regenerate.
10555 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
10557         * config.guess: Update to 2003-10-07 version.
10558         * config.sub: Update to 2003-10-07 version.
10560 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10562         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10563         * ltconfig (irix5*, irix6*): Don't override version_type.
10565 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
10567         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10568         * configure: Rebuilt
10569         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10570         * Makefile.in: Rebuilt
10572 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10574         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10576 2003-09-30  Carlo Wood  <carlo@alinoe.com>
10578         * MAINTAINERS (Write After Approval): Add myself.
10580 2003-09-29  Paul Koning  <ni1d@arrl.net>
10582         * MAINTAINERS: Move myself from "Write After Approval"
10583         to CPU platform maintainers for pdp11 platform.
10585 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
10587         * MAINTAINERS: Move myself from 'Write After Approval' to
10588         'Various Maintainers' section as libffi testsuite maintainer.
10590 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
10592         * configure.in: Pass a computed --program-transform-name
10593         to subconfigures.
10594         * configure: Regenerated.
10596 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10598         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10599         * Makefile.in: Regenerate.
10601         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10602         * Makefile.in: Regenerate.
10604 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
10606         * MAINTAINERS: Move myself from 'Write After Approval'
10607         to 'Various Maintainers' (objective-c) section.
10609 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
10611         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10612         quoting.
10613         * configure: Regenerated.
10615 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
10617         * MAINTAINERS (Write After Approval): Add myself to write after
10618         approval list.
10620 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
10622         * MAINTAINERS (Write After Approval): Add myself.
10624 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
10626         * MAINTAINERS: Update my e-mail address.
10628 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
10630         * libtool.m4 (LD): Correct powerpc64 host match.
10632 2003-09-06  James E Wilson  <wilson@tuliptree.org>
10634         * MAINTAINTERS: Update my affiliation and email address.
10636 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10638         * MAINTAINERS (Write After Approval): Add myself.
10640 2003-09-04  DJ Delorie  <dj@redhat.com>
10642         * configure: Regenerate.
10644 2003-09-04  Robert Millan  <robertmh@gnu.org>
10646         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10648 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10650         * configure.in: Ensure arguments to sed are properly spaced.
10651         * configure: Regenerate.
10653 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
10655         * MAINTAINERS: Update my e-mail address.
10657 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
10659         * MAINTAINERS (Write After Approval): Add myself.
10661 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
10663         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10664         * configure: Regenerated.
10666 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10668         * MAINTAINERS: Update my email address.
10670 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
10672         * configure.in:  Use newline instead of semicolon when assuming
10673         shell arguments in a for loop.
10674         * configure:  Regenerated.
10676 2003-08-22  Jason Eckhardt  <jle@rice.edu>
10678         * MAINTAINERS: Resurrect the i860 maintainer.
10680 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
10682         PR 8180
10683         * configure.in: When testing with_libs and with_headers, treat
10684         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
10685         * configure: Regenerate.
10687         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10688         make, shell, etc.
10689         (baseargs): Likewise.
10690         * configure: Regenerate.
10692 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
10694         * MAINTAINERS (Write After Approval): Add myself.
10696 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
10698         * configure.in: Disable libgcj for darwin not on powerpc.
10699         * configure: Rebuild.
10701 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
10703         * config-ml.in, symlink-tree: Add license.
10705 2003-08-03  Richard Stallman  <rms@gnu.org>
10706             Eben Moglen  <moglen@columbia.edu>
10708         * README.SCO: New file.
10710 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
10712         * Makefile.tpl (check, check-c++): Express dependencies using
10713         dependencies rather than commands.
10714         * Makefile.in: Regenerate.
10716 2003-08-01  Andrew Cagney  <cagney@redhat.com>
10718         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10719         * configure: Ditto.
10721 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
10723         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10724         * Makefile.in: Update.
10726 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
10728         * configure.in: Enable libgcj for darwin.
10729         * configure: Rebuild.
10731 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
10733         * config-ml.in:  Use ac_configure_args directly instead of
10734         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
10735         actually seen.
10737 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10739         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10740         creating target and build subdirs to build all parent dirs as needed.
10741         * Makefile.in: Rebuild.
10742         * configure.in: Don't build dirs explicitly here.
10743         * configure: Rebuild.
10745 2003-07-26  Paul Brook  <paul@nowt.org>
10747         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10749 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
10751         * Makefile.tpl (all-make): Depend on intl.
10752         * Makefile.in: Rebuilt.
10754 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
10756         * install-sh:  Update to newer upstream versions (associated with
10757         aclocal 1.7).
10758         * mkinstalldirs:  Likewise.
10759         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
10761 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
10763         * MAINTAINERS: Move self from Bug database only accounts
10764         to write-after-approval.
10766 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
10768         * config.if: Remove unused libc_interface determination.
10770 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10772         * MAINTAINERS: Move self from write-after-approval to
10773         build machinery (*.in).
10775 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10777         PR bootstrap/11273
10778         PR bootstrap/11408
10779         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
10780         unused INSTALL_PROGRAM_ARGS.
10781         * configure.in: Use AC_PROG_INSTALL.
10782         * Makefile.in: Regenerate.
10783         * configure: Regenerate.
10785 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
10787         * MAINTAINERS: Alphabetize.
10789 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
10791         * configure: Rebuilt.
10792         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10793         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10794         newlib nor libgloss.
10795         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
10796         * configure.in (am33_2.0-*-linux*): Added.
10798 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
10800         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10801         * configure: Regenerate.
10803 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
10805         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10806         * Makefile.in: Regenerate.
10808 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10810         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10811         * Makefile.in: Regenerate.
10813 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
10815         * Makefile.tpl: Replace PWD with PWD_COMMAND.
10816         * Makefile.in: Regenerated.
10818         * config-ml.in: Replace PWD with PWD_COMMAND.
10820 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10822         * intl: New directory; see intl/ChangeLog for details.
10823         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10824         * Makefile.tpl: all-gcc depends on maybe-all-intl.
10825         * Makefile.in: Regenerate.
10827 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10829         * configure.in: Clean up config-lang.in handling.  Delete
10830         useless assignment to "subdirs".
10831         * configure: Regenerate.
10833 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10835         * configure.in: Rename 'target_libs' to 'target_libraries'.
10836         Remove useless reference to 'target_libs'.
10837         * configure: Regenerate.
10839 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
10841         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10842         * Makefile.in: Regenerate.
10844 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10846         * Makefile.def: Introduce flags_to_pass.
10847         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10848         * Makefile.in: Regenerate.
10850 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
10852         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10853         and target-libgloss.
10854         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10855         <h8300*-*-*>: Disable libf2c and ${libgcj}.
10856         * configure: Regenerate.
10858 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10860         * configure.in: Update testsuite_flags to new location.
10861         * configure. Regenerate.
10863 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10865         * Makefile.tpl: Remove BUILD_CC stuff.
10866         * Makefile.in: Regenerate.
10868 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10870         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10872 2003-06-16  Graeme Peterson  <gp@qnx.com>
10874         * MAINTAINERS (Write After Approval): Add myself.
10876 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
10878         * config.guess: Update to 2003-06-12 version.
10879         * config.sub: Update to 2003-06-13 version.
10881 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
10883         * config.guess: Update to 2003-06-06 version.
10884         * config.sub: Update to 2003-06-06 version.
10886 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10888         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10889         * configure. Regenerate.
10891 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10893         * configure.in: Disable serial configure by default.
10894         * configure: Regenerate.
10895         * Makefile.tpl: Abolish .NOTPARALLEL.
10896         * Makefile.in: Regenerate.
10898         * Makefile.tpl: Replace {build,host,target}_canonical by
10899         {build,host,target}.
10900         * Makefile.in: Regenerate.
10902         * Makefile.tpl: Fix stupid pasto.
10903         * Makefile.in: Regenerate.
10905 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10907         * Makefile.tpl: Remove bogus conditional.
10908         * Makefile.in: Regenerate.
10910 2003-06-05  Jan Hubicka  <jh@suse.cz>
10912         * Makefile.tpl (profiledbootstrap): New target.
10913         * Makefile.in (profiledbootstrap): New target.
10915 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
10917         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10918         Pinski. Remove user names from other bugzilla-only maintainers.
10920 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10922         * Makefile.tpl: Make 'recursive targets' using autogen rather
10923         than shell loop.  Remove duplicate 'clean' targets and false
10924         comments.
10925         * Makefile.def: Add systematic dependencies to 'recursive' targets.
10926         Add systematic method of specifying missing targets in subdirs.
10927         Add copyright boilerplate.
10928         * Makefile.in: Regenerate.
10929         * configure.in: Add 'recursive targets' to maybe list.
10930         * configure: Regenerate.
10932         * MAINTAINERS: "GNATS only" -> "Bug database only".
10934         * Makefile.tpl: Rename [+target+] to [+make_target+].
10935         * Makefile.def: Rename 'target' to 'make_target'.
10937 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
10939         * MAINTAINERS: Add self as options handling maintainer.
10941 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
10943         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10944         been too long since I touched those ports.
10946 2003-05-28  DJ Delorie  <dj@redhat.com>
10948         * Makefile.tpl: Make maybe-check-gcc .PHONY.
10949         * Makefile.in: Regenerate.
10951 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10953         * configure.in: Use curly braces in the definition of tooldir.
10954         * configure: Regenerate.
10956 2003-05-21  DJ Delorie  <dj@redhat.com>
10958         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10959         newlib or libgloss.
10960         * Makefile.in: Regenerate.
10962 2003-05-21  DJ Delorie  <dj@redhat.com>
10964         * Makefile.tpl: Add missing empty maybe-check-gcc target.
10965         * Makefile.in: Regenerate.
10967 2003-05-20  Ian Lance Taylor  <ian@airs.com>
10969         * MAINTAINERS: Update my e-mail address.
10971 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10973         * configure.in: Switch more things to use maybe dependencies.
10974         * Makefile.tpl: Switch more things to use maybe dependencies.
10975         Factor out common code from autogen IF statements.
10976         * configure: Regenerate.
10977         * Makefile.in: Regenerate.
10979 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10981         * configure.in: Accept i[3456789]86 for machine type.
10982         * configure: Regenerate.
10984 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10986         * configure.in: Switch more things to use maybe dependencies.
10987         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10988         * configure: Regenerate.
10989         * Makefile.tpl: Switch more things to use maybe dependencies.
10990         * Makefile.in: Regenerate.
10992 2003-05-16  Andreas Schwab  <schwab@suse.de>
10994         * Makefile.tpl (install-opcodes): Define.
10995         * Makefile.in: Rebuild.
10997 2003-05-13  Andreas Jaeger  <aj@suse.de>
10999         * config.guess: Update to 2003-05-09 version.
11000         * config.sub: Update to 2003-05-09 version.
11002 2003-05-13  Michael Eager  <eager@mvista.com>
11004         * configure.in: Correct sed script so that options in quotes are not
11005         deleted.
11006         * configure: Rebuild.
11008 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
11010         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11011         and $$s/newlib/libc/sys/cygwin32 include paths.
11012         * configure: Ditto.
11014 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
11016         * MAINTAINERS: Update my email addresses.
11018 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11020         * config-ml.in: Propagate INSTALL variables.
11022 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11024         * MAINTAINERS: Remove duplicate entries in Write After Approval.
11026 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
11028         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11029         * Makefile.in: Regenerate.
11031 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
11033         * MAINTAINERS (GNATS only): Add Falk Hueffner.
11035 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
11037         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11039 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
11041         * Makefile.tpl: Clean $(BUILD_SUBDIR).
11042         * Makefile.in: Regenerated.
11044 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
11046         * MAINTAINERS (Write After Approval): Upgrade myself from
11047         GNATS only to write-after-approval. Update my mail address.
11049 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
11051         (OS Port Maintainers: freebsd): Add myself.
11053 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11055         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11057 2003-04-22  Kean Johnston  <jkj@sco.com>
11059         * MAINTAINERS (SCO ports): Added myself.
11061 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11063         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11065 2003-04-19  Kean Johnston  <jkj@sco.com>
11067         * MAINTAINERS (Write After Approval): Add myself.
11069 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11071         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11072         * Makefile.in: Regenerate.
11074 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
11076         * configure.in (powerpc64*-*-linux*): Remove.
11077         * configure: Rebuilt.
11079 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
11081         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
11082         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11083         and restrap.
11084         * Makefile.in:  Regenerate.
11086 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
11088         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11089         * configure: Regenerated.
11091 2003-04-15  DJ Delorie  <dj@redhat.com>
11093         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11095 2003-04-13  Nick Clifton  <nickc@redhat.com>
11097         * config-ml.in: Remove support for --disable-aix removing
11098         call-aix multilibs.
11100 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
11102         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11103         * */configure: Rebuilt.
11105 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
11107         * MAINTAINERS: Add my email address.
11109 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
11111         * MAINTAINERS (Write After Approval): Add myself.
11113 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11115         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11116         * Makefile.in: Regenerate.
11118 2003-03-14  Michael Chastain  <mec@shout.net>
11120         * Makefile.in: Regenerate with correct Makefile.def.
11122 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11124         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
11125         Make macro.
11126         * Makefile.in: Regenerate.
11127         * configure.in: Clean up gxx_include_dir logic.
11128         * configure: Regenerate.
11130 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
11132         * MAINTAINERS (Write After Approval): Add myself.
11134 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
11136         * MAINTAINERS: Update my mail address.
11138 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11140         * configure.in (gxx_include_dir): Fix typo.
11141         * configure: Regenerated.
11143 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11145         * Makefile.tpl: Reindent.
11146         * Makefile.in: Regenerate.
11147         * configure.in: Reindent.  Don't set unused variables.
11148         * configure: Regenerate.
11150 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11152         * configure.in: Include $(build_tooldir)/sys-include in
11153         FLAGS_FOR_TARGET.
11154         * configure: Regenerated.
11156 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11158         * Makefile.tpl: Always pass down RANLIB.
11159         * Makefile.in: Regenerate.
11161         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11162         * Makefile.in: Regenerate.
11163         * configure.in: Remove unused logic relating to --enable-shared
11164         and --enable-threads.  Remove bogus comments.  Remove redundant
11165         noconfigdirs.
11166         * configure: Regenerate.
11168         * configure.in: Replace ${libstdcxx_version} by its value.
11169         Remove reference to mh-dgux.
11170         * configure: Regenerate.
11172 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
11174         * MAINTAINERS (Write After Approval): Add myself.
11176 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11178         * Makefile.tpl: Rearrange.
11179         * Makefile.in: Regenerate.
11181 2003-02-25  Uwe Stieber  <uwe@wwws.de>
11183         * configure.in: Add support for kaOS as cross build target system.
11184         * configure: Regenerated.
11186 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
11188         * MAINTAINERS (Write after approval): Add myself.
11190 2003-02-21  James E Wilson  <wilson@tuliptree.org>
11192         * MAINTAINERS: Update my email address.
11194 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
11196         * MAINTAINERS: Add self to blanket write privs. section.
11198 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
11200         * Makefile.tpl: Add definition of CPPFLAGS to pass into
11201         configure-target-* as some target builds may require additional
11202         flags for preprocessor tests.
11203         * Makefile.in: Regenerated.
11205 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
11207         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11208         * ltconfig: Handle it.
11209         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11210         auto-detecting it.
11212         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11213         it is used as argument to $CC.
11214         * ltcf-gcj.sh: Likewise.
11216         * configure.in: Introduce --enable-maintainer-mode.
11217         * configure: Rebuilt.
11218         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11219         for maintainer mode.
11220         * Makefile.in: Rebuilt.
11222 2003-02-18  Jason Merrill  <jason@redhat.com>
11224         * Makefile.tpl (check-c++): Allow parallelism.
11226 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11228         * MAINTAINERS: Remove John Carr (who never actually had access to
11229         gcc.gnu.org).
11231 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
11233         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11234         don't configure target-libobjc.
11235         * configure: Regenerate.
11237 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11239         * Makefile.tpl (RANLIB): Define.
11240         * Makefile.in: Regenerate.
11242 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
11244         * MAINTAINERS: Update my email.
11246 2003-02-06  Keith R Seitz  <keiths@redhat.com>
11248         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11249         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11250         * Makefile.in: Regenerated.
11251         * configure.in: Remove all traces of snavigator, db, and grep.
11252         * configure: Regenerated.
11254 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11256         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11257         After Approval.
11259 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11261         * MAINTAINERS (Write after approval): Add myself.
11263 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
11265         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11266         * Makefile.in: Regenerated.
11268 2003-01-30  Roger Sayle  <roger@eyesopen.com>
11270         * config.guess: Updated to 2003-01-30's version.
11271         * config.sub: Updated to 2003-01-28's version.
11273 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
11275         * config.if: If gcc_version is already set, just use it.  Don't set
11276         gcc_version_trigger if it's already set, otherwise set it to
11277         gcc/version.c, but only if the file exists.  If it is not set and
11278         gcc/version.c does not exist, try to extract the version number from
11279         $CC.
11281 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
11283         * MAINTAINERS: Add myself to write-after-approval list.
11285 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
11287         * configure.in:  Revert 24Jan change.
11288         * configure:  Regenerate.
11290 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11292         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
11293         entry of HJ Lu.
11295 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11297         * configure.in: Revert previous change.
11298         * configure: Regenerate.
11300 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11302         * configure.in: Make rda native-only.
11303         * configure: Regenerate.
11305 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11307         * MAINTAINERS: Move myself from GNATS-only-accounts to
11308         write-after-approval.
11310 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11312         * configure.in: Add missing \.
11313         * configure: Rebuilt.
11315 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
11317         * configure.in (baseargs): Avoid using \| in sed regular
11318         expressions.
11319         * configure: Rebuilt.
11321 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
11323         * configure.in (baseargs): Remove all supported forms of
11324         --cache-file, --srcdir, --host, --build and --target options
11325         from argument lists.
11326         * configure: Rebuilt.
11328 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
11330         * MAINTAINERS: Add myself to write-after-approval list.
11332 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
11334         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11335         * configure: Rebuilt.
11337 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11339         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11340         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11341         * Makefile.in: Regenerate.
11342         * configure: Regenerate.
11344 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
11346         * configure.in: Remove Makefile in build, host and target modules
11347         unless configure was run with --no-recursion.
11348         * configure: Rebuilt.
11350 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11352         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11353         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11354         * Makefile.in: Regenerate.
11356 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
11358         * config.guess: Update to 2003-01-03 version.
11359         * config.sub: Update to 2003-01-03 version.
11361 2003-01-07  Christopher Faylor  <cgf@redhat.com>
11363         * configure: Regenerate with proper autoconf 2.13.
11365 2003-01-07  Christopher Faylor  <cgf@redhat.com>
11367         * configure.in: Add AC_PREREQ for consistency.
11368         * configure: Regenerate.
11370 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
11372         * configure.in (GDB_TK): Add tcl directories conditional on
11373         gdb/gdbtk directory being present.
11374         * configure: Regenerate.
11376 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
11378         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
11379         used by gcc if LD is not defined and we are not doing a Canadian Cross.
11380         * configure: Rebuilt.
11382 2002-12-31  Tom Tromey  <tromey@redhat.com>
11384         * Makefile.in: Rebuilt.
11385         * Makefile.def (target_modules) [libffi]: Allow installation.
11387 2002-12-31  Andreas Schwab  <schwab@suse.de>
11389         * configure.in: Fix use of $program_transform_name.
11390         * configure: Regenerated.
11392 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
11394         * configure.in (baseargs): Don't remove first configure argument.
11395         * configure: Regenerated.
11397 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
11399         * Makefile.tpl (local-distclean): Don't remove...
11400         (multilib.ts): ... this.  Moved into...
11401         (multilib.out): ... this.  Don't use sub-make.
11402         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
11403         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
11404         (configure-build-[+module+], configure-[+module+],
11405         configure-target-[+module+], configure-gcc): ... these.  Test
11406         for Makefile existence.  Drop config.status from dependencies.
11407         * Makefile.in: Rebuilt.
11408         * configure.in: Move gcc-version-trigger to the end of
11409         ac_configure_args.  Add comments to maybedep.tmp and
11410         serdep.tmp.  Introduce --disable-serial-configure.  Remove
11411         nonopt from baseargs, matching and removing corresponding
11412         whitespace while at it.
11413         * configure: Rebuilt.
11415 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
11417         * configure.in (host_configargs): Replace reference to
11418         no-longer-defined buildopts with --build=${build_alias}.
11419         * configure: Rebuilt.
11421         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
11422         program_transform_name to standard idiom.
11423         (AUTOGEN, AUTOCONF): Define.
11424         (Makefile.in): Use $(AUTOGEN).
11425         (Makefile): Depend on config.status, and use autoconf-style rule to
11426         build it.  Move original commands to...
11427         (config.status): ... this new target.
11428         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
11429         $(AUTOCONF).
11430         * Makefile.in: Rebuilt.
11432 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11434         * Makefile.tpl: Fix dramatic bustage due to change in
11435         program_transform_name.
11436         * Makefile.in: Regenerate.
11438         * configure.in: Remove unnecessary PATH setting.
11439         * configure: Regnerate.
11441         * configure.in: Don't default to unprefixed tools unless
11442         the native tools will work.
11443         * configure: Regenerate.
11445         * configure.in: Convert to autoconf script.  Blow away lots
11446         of now-redundant Makefile fragments.
11447         * configure: Generate using Autoconf.
11448         * Makefile.tpl: Rewrite to reflect autoconfiscation.
11449         * Makefile.in: Regenerate.
11451 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11453         * configure: Fix stupid bug where RANLIB was mistakenly included.
11455         * configure.in: Rename (buildargs, hostargs, targargs) to
11456         (build_configargs, host_configargs, target_configargs).
11458         * configure.in: Move logic out of sed statement.
11460         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
11461         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11463 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
11465         * config.sub: Import from master repository
11466         * config.guess: Ditto
11468 2002-12-24  Andreas Schwab  <schwab@suse.de>
11470         * Makefile.tpl (multilib.out): Fix missing space.
11471         * Makefile.in: Regenerate.
11473 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11475         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
11476         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
11477         * Makefile.in: Regenerate.
11478         * configure.in: Remove unnecessary leftovers.
11480 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
11482         * configure.in (extra_ranlibflags_for_target): New variable.
11483         (*-*-darwin): Add -c to ranlib commands.
11484         * configure (tooldir): Handle extra_ranlibflags_for_target.
11486 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11488         * Makefile.tpl: Revert HJL's change.
11489         * Makefile.in: Regenerated.
11490         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11491         always.
11493 2002-12-19  Andreas Schwab  <schwab@suse.de>
11495         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11496         * Makefile.in: Regenerate.
11498 2002-12-18  H.J. Lu  <hjl@gnu.org>
11500         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11501         * Makefile.in: Regenerated.
11503         * configure.in (build_prefix): New. Substitute.
11505 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11507         * Makefile.tpl: Don't let real targets depend on phony targets.
11508         * Makefile.in: Regenerate.
11510         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11511         * Makefile.in: Regenerate.
11513 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
11515         * config.sub: Import from master repository
11516         * config.guess: Ditto
11518 2002-12-16  Jason Merrill  <jason@redhat.com>
11520         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11521         previous 'make bootstrap'.
11522         * Makefile.in: Regenerate.
11524 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
11526         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11528 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11530         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11531         * Makefile.in: Regenerate.
11533 2002-12-13  Jason Merrill  <jason@redhat.com>
11535         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
11536         library tests.
11537         (check-c++): Just depend on it and check-target-libstdc++-v3.
11538         * Makefile.in: Regenerate.
11540 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11542         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11543         * Makefile.in: Rebuilt.
11545 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11547         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11549 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11551         * configure: Fix bug put in by gremlins.
11553         * Makefile.tpl: Substitute more autoconfily.
11554         * configure: Substitute more autoconfily.
11555         * Makefile.in: Regenerate.
11557 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
11559         * config.sub: Import from master repository
11560         * config.guess: Ditto
11561         * MAINTAINERS: Added Svein Seldal under write after approval
11563 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
11565         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11566         * Makefile.in (all-sim): Ditto.
11568 2002-12-06  DJ Delorie  <dj@redhat.com>
11570         * Makefile.tpl: Change configure dependencies to not have real
11571         targets depend on phony targets.
11573 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
11575         * configure.in: Revert unintentional change.
11577         * Makefile.tpl: Change dependency for */multilib.out so that
11578         it works when gcc isn't in the tree.
11580         * configure.in: Substitute more.
11581         * configure: Run subconfigures from the Makefile.
11582         * Makefile.tpl: Run subconfigures from the Makefile; add a few
11583         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
11585 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11587         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11589 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11591         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11592         and corresponding dependencies.
11593         * Makefile.in: Regenerate.
11595         * configure.in (host_tools): Order binutils, gas and ld for
11596         convenience in running the testsuites.
11598         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11599         * Makefile.in: Regenerate.
11600         * configure.in: Introduce rules to serialize subconfigure runs.
11602         * configure.in: Introduce BASE_CC_FOR_TARGET.
11603         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
11604         Realize configure-build-* targets.  Realize configure-target-* targets.
11605         * Makefile.in: Regenerate.
11607 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11609         * configure: Move gcc_version_trigger stuff from here...
11610         * configure.in: ...to here.
11612         * configure.in: Separate subconfigure options added by this file from
11613         options given by the user.  Add machinery to put args for host
11614         subconfigures into the Makefile.
11616         * Makefile.tpl: Remove 'vault' targets.
11617         * Makefile.tpl: Reorder and comment dependencies.
11618         * Makefile.in: Regenerate.
11620 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11621         * configure.in: Fix my broken commit of previous patch. (sigh)
11623 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11625         * configure.in: Move host-specific darwin noconfigdirs into
11626         the host-specific section.
11628 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11630         * configure.in: Move host-specific darwin noconfigdirs into
11631         the host-specific section.
11633 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11635         * configure: Remove skip-this-dir support.
11636         * Makefile.tpl: Remove skip-this-dir support.
11638         * Makefile.tpl: Remove leftover support for non-autoconfiscated
11639         subdirectories.
11640         * Makefile.in: Regenerate.
11642         * Makefile.tpl: Strip out useless setting of 'dir'.
11643         * Makefile.in: Regenerate.
11645 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11647         * configure.in: Fix deeply stupid bug.
11649         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11650         shell code in CXX_FOR_TARGET
11651         * Makefile.def: Introduce raw_cxx.
11652         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11653         RAW_CXX_FOR_TARGET.
11654         * Makefile.in: Regenerate.
11656 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
11658         * Makefile.tpl: Remove unnecessary ifs.
11659         * Makefile.in: Regenerate.
11661         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
11662         dependencies.  Maybe-ize build-libiberty.  Create dummy install
11663         targets for 'no_install' modules.
11664         * configure: Move GDB_TK substitution to configure.in.  Move
11665         build_modules stuff to configure.in.
11666         * configure.in: Implement soft dependency machinery.  Maybe-ize
11667         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
11668         * Makefile.in: Regenerate.
11670 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11672         * Makefile.tpl: Make all-target, install-target behave similarly
11673         to all, install (only hitting configured targets).  Eliminate
11674         unused macro defintions.
11676         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11677         build != host.
11679         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11681         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11683         * configure.in: Produce lists of subdir targets we're actually
11684         configuring.  Remove references to "dosrel".
11685         * Makefile.tpl: Let configure set which subdir targets are hit.
11686         Remove install-cross; clean up install; remove ALL.  Remove
11687         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
11688         Autogenerate host module targets.  Remove empty dependency lines
11689         and redundant dependency; rearrange slightly.
11690         * Makefile.def: Add host-side libtermcap, utils.
11692         * Makefile.in: Regenerate.
11694 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11696         * ltconfig (osf[345]): Append $major to soname_spec.
11697         Reflect this in library_names_spec.
11698         * ltmain.sh (osf): Prefix $major with . for use as extension.
11700 2002-11-19  Andreas Jaeger  <aj@suse.de>
11702         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11703         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11704         and sparc64 GNU/Linux systems.
11706 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
11708         * MAINTAINERS: Update email.
11710 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11712         * MAINTAINERS: Complete James Dennett's entry.
11714 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11716         * MAINTAINERS (Write After Approval): Add myself.
11718 2002-11-13  Bruce Korb  <bkorb@gnu.org>
11720         * Makefile.tpl: syntactic cleanup
11722 2002-11-13  Stuart Hastings  <stuart@apple.com>
11724         * MAINTAINERS: Add myself to write-after-approval list.
11726 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11728         * Makefile.def: Add list of recursive targets to autogenerate.
11729         Add build_modules.
11730         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
11731         targets.  Autogenerate *-build-* targets.
11732         * Makefile.in: Regenerate.
11734 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11736         * configure: More autoconf-style substitutions.
11737         * Makefile.tpl: More autoconf-style substitutions.
11738         * Makefile.in: Regenerate.
11740 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11742         * configure: Substitute more variables in a more autoconf-friendly
11743         way.  Simplify slightly.
11744         * Makefile.tpl: Make more variables substitutable in an
11745         autoconf-friendly way.
11746         * Makefile.in: Regenerate.
11748 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
11750         * MAINTAINERS (Write After Approval): Add myself.
11752 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11754         * configure.in (v810*): Remove special setting of tools.
11756         * configure: Add support for extra required flags for ar or nm.
11757         * configure.in (aix4.3+): Use above support for target-specific
11758         issues, rather than using config/mt-aix43.
11760 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11762         * configure: Remove 'removing', which doesn't work.  Replace $subdir
11763         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
11764         with $srcdir.  Reformat indentation.  Substitute some variables
11765         formerly hard-coded in the Makefile for build=host.
11766         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11767         * Makefile.def: Autogenerate more.
11768         * Makefile.in: Regenerate.
11770 2002-11-04  Adam Nemet  <anemet@lnxw.com>
11772         * MAINTAINERS (Write After Approval): Add myself.
11774 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
11776         * Makefile.def (host_modules): Add rda.
11777         * Makefile.in: Regenerate.
11778         * configure.in (target_tool): Add target-rda to list.
11780 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11782         * MAINTAINERS: Remove "co-maintainer" note for web pages.
11784 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
11786         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
11787         and restrap targets to this rule.
11788         * Makefile.in:  Regenerate.
11790 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11792         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11793         GNATS only accounts.
11795 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
11797         * configure.in (i[3456]86-*-linux*): Add check to disable
11798         ${libgcj} for glibc1.
11800 2002-10-24  Denis Chertykov  <denisc@overta.ru>
11802         * MAINTAINERS: Add myself as ip2k port maintainer.
11804 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
11806         * configure.in: Add tic4x target.
11808 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11810         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11811         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11812         * Makefile.in: Regenerate.
11814         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11815         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11816         * Makefile.in: Regenerate.
11818 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
11820         * MAINTAINERS: Add myself as web pages co-maintainer.
11822 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11824         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11825         * Makefile.in: Regenerate.
11827 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
11829         * MAINTAINERS: Add myself and Nathan Sidwell
11830         <nathan@codesourcery.com> as VxWorks maintainers.
11832 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11834         * Makefile.def: Remove order dependency comments.
11835         * Makefile.tpl: Add explicit install-install dependencies.
11836         * Makefile.in: Regenerate.
11838         * Makefile.tpl: Remove material now in src-release.  (Finally!)
11839         * Makefile.in: Regenerate.
11841         * Makefile.tpl: Add configure-target (for src-release in src)
11842         * Makefile.in: Regenerate.
11844 2002-09-30  Nick Clifton  <nickc@redhat.com>
11846         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11848 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
11850         * configure.in (s390*-*-linux*): Enable libgcj.
11852 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11854         * configure: Revert accidentally applied changes.
11856         * Makefile.tpl: Make more autoconf-friendly.
11857         * Makefile.in: Regenerate.
11858         * configure: Make substitution more autoconf-like.
11860 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
11862         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11863         single entry to handle all these.
11864         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
11865         libjava on arm-*-elf.
11867 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
11869         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11870         things that depend on them.
11872 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11874         * Makefile.tpl: Make subsituted variables more autoconfy.
11875         * Makefile.in: Regenerate.
11876         * configure: Make seds more autoconfy.
11878 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11880         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11881         * Makefile.in: Regenerate.
11882         * configure.in: Rewrite sed statements to look autoconfy.
11884         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11885         all-target-foo on configure-target-foo.
11886         * Makefile.def: Ditto.
11887         * Makefile.in: Rebuild.
11889 2002-09-25  Andrew Haley  <aph@redhat.com>
11891         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11893 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11895         * Makefile.def: New file.
11896         * Makefile.tpl: New file.
11897         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11898         * contrib/gcc_update: Note that Makefile.in is a generated file.
11900         * configure.in: Minor rearrangement.  Simplify tests.
11902 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
11904         * configure.in (with_headers): Skip copy if value is "yes".
11905         (with_libs): Likewise.
11907 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11909         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11910         * configure.in (sh*-*-pe*): Ditto.
11911         * configure.in (mips*-*-pe*): Ditto.
11912         * configure.in (*arm-wince-pe): Ditto.
11914         * configure.in: Rearrange.
11916 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
11918         * MAINTAINERS: Update my email address.
11920 2002-08-30  Paul Koning  <pkoning@equallogic.com>
11922         * MAINTAINERS: (Write After Approval): Add myself.
11924 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
11926         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11928 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
11930         * MAINTAINERS: Change my mailing address.
11932 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
11934         * MAINTAINERS (Write After Approval): Remove myself.
11935         (Various Maintainers: c++ runtime libs): Add myself.
11937 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
11939         * MAINTAINERS (Write After Approval): Remove myself.
11940         (Various Maintainers: c++ runtime libs): Add myself.
11942 2002-08-15  Eric Christopher  <echristo@redhat.com>
11944         * config.sub: Import from master repository.
11945         * config.guess: Ditto.
11947 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
11949         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11950         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11951         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11953 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
11955         * MAINTAINERS: Add self to rs6000 vector extensions.
11957 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11959         * libiberty/configure: Reverted unintended yesterday's check in.
11961 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11963         * boehm-gc/configure, libf2c/configure: Rebuilt.
11964         * libffi/configure, libiberty/configure: Ditto.
11965         * libjava/configure, libobjc/configure: Ditto.
11966         * libstdc++-v3/configure, zlib/configure: Ditto.
11967         Merged from binutils:
11968         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11969         From Steve Ellcey <sje@cup.hp.com>:
11970         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11971         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11972         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11973         IA64.
11974         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11975         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11976         soname_spec, sys_lib_search_path_spec): Ditto.
11978 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11980         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11982 2002-08-04  H.J. Lu  (hjl@gnu.org)
11984         * configure.in (mips*-*-linux*): Don't skip target-libffi.
11986 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
11988         * MAINTAINERS (Write After Approval): Add myself.
11990 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
11992         * configure.in: Move generic linux case to end.  Copy generic
11993         linux noconfigdirs to mips*-*-linux* entry and new
11994         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11996 2002-07-19  Michael Matz  <matz@suse.de>
11998         * MAINTAINERS: Add myself as ra* maintainer.
12000 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
12002         * config.guess: Update to 2002-07-09 version.
12003         * config.sub: Update to 2002-07-03 version.
12005 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
12007         * MAINTAINERS: Fix typo in a maintainer email address.
12009 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12011         * configure.in: Remove two redundant tests.
12013 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12015         * configure.in (mips*-*-irix6*o32): Enable stabs.
12017 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
12019         * configure.in: Don't build grez.
12020         * Makefile.in: Ditto.
12022         * Makefile.in: Remove references to bsp, cygmon, libstub.
12023         * configure.in: Ditto.
12025         * configure.in: Remove leftover reference to gdbtest.
12027 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
12029         * configure.in (gxx_include_dir):  Change to match versioned
12030         C++ headers if --enable-version-specific-runtime-libs is used.
12032 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
12034         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12036 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12038         * configure.in: Make --without-x work.
12040 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12042         * configure.in: Rearrange target Makefile fragment collection.
12044         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12045         cvs[src].
12046         * configure.in: Ditto.
12048 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
12050         * MAINTAINERS (Write After Approval): Update my e-mail address.
12052 2002-06-24  Ben Elliston  <bje@redhat.com>
12054         * configure.in (host_tools): Remove cgen.
12056         * Makefile.in (all-cgen): Remove; runs from its source directory.
12057         (check-cgen, install-cgen, clean-cgen): Likewise.
12058         (all-opcodes): Do not depend on all-cgen.
12059         (all-sim): Likewise.
12061 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12063         * Makefile.in: Eliminate 'apache' targets.
12064         * configure.in: Eliminate 'apache' targets.
12066         * configure.in: Eliminate redundant tests.  Reorganize.
12068         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12070         * config-ml.in: Eliminate references to Cygnus configure.
12072         * Makefile.in: Eliminate references to building emacs.
12074 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
12076         * MAINTAINERS: Update my email address.
12078 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
12080         * config.if (libstdcxx_incdir): Version C++ headers.
12081         (cxx_incdir): Remove.
12083 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12085         * MAINTAINERS (Write After Approval): Add self.
12087 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
12089         * configure.in: Add support for ip2k.
12091 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
12093         * configure.in: Fix AIX configury bug.
12095 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
12097         * MAINTAINERS (Write After Approval): Add self.
12099 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12101         * configure.in: replace ${topsrcdir} with ${srcdir}
12103         * configure.in: Move definition of libstdcxx_flags
12104         right above usage, rather than waaay earlier.
12106         * configure.in: Pull definition of is_cross_compiler earlier.
12108         * configure.in: Rearrange a little.
12110         * configure.in: Remove references to librx.
12111         * Makefile.in: Remove references to librx.
12113 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
12115         * config.sub: Add support for avr target.
12116         Import from master sources, rev 1.255
12118 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
12120         * configure, .cvsignore:  Revert previous change...
12121         * Makefile:  ...delete.
12123 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12125         * configure.in: Eliminate ${gasdir} variable.
12127 2002-06-18  Dave Brolley  <brolley@redhat.com>
12129         * configure.in: Add support for frv.
12130         * config.sub: Add support for frv.
12132 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12134         * configure:  Remove garbage from previous commit.
12136 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12138         * configure:  For in-source builds, make a subdir and re-exec there.
12139         * Makefile:  New file.  Pass targets through to build directory.
12140         * .cvsignore:  No longer ignore "Makefile".
12142 2002-06-16  Douglas Rupp  <rupp@gnat.com>
12144         * MAINTAINERS (Write After Approval): Add self.
12146 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12148         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12150 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
12152         * configure.in (vax-*-netbsd*): Re-enable gas.
12154 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
12156         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12157         BUILD_PREFIX_1, to correct nomenclature.
12158         * configure: Likewise.
12160         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12161         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12163 2002-05-31  Olaf Hering  <olh@suse.de>
12165         * config-ml.in: Propogate DESTDIR also.
12167 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
12169         * configure.in (vax-*-netbsd*): Don't build gas for this
12170         platform.
12172 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12174         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12175         and libgcj for AVR.
12177 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
12179         * MAINTAINERS (Write After Approval): Add myself.
12181 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
12183         * config.guess: Update to 2002-05-22 version.
12184         * config.sub: Likewise.
12186 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12188         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12189         * config-ml.in: Likewise.
12190         * configure: Likewise.
12191         * configure.in: Likewise.
12193 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
12195         * MAINTAINERS: Update my email address.
12197 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
12199         * configure.in: Simplify makefile fragment collection.
12201         * configure.in: Remove code to build emacs.
12203         * configure.in : Remove --srcdir argument from targargs and buildargs
12204         (it's always overridden in the Makefile anyway).  Rearrange a bit.
12206         * configure: Move some logic to configure.in.
12207         * configure.in: Move some logic from configure.
12209 2002-05-11  Tom Tromey  <tromey@redhat.com>
12211         * MAINTAINERS: Reflect libgcj reality.
12213 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
12215         * Makefile.in: Honour DESTDIR.
12217 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
12219         * config.guess: Import 2002-03-20 version.
12220         * config.sub: Import 2002-04-26 version.
12222 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12224         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12226 2002-05-07  Tim Josling  <tej@melbpc.org.au>
12228         * MAINTAINERS: Add self.
12230 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
12232         * ltmain.sh: Detect and handle object name conflicts
12233         while piecewise linking a static library.
12235 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
12237         * configure.in (noconfigdirs): Don't disable libgcj on
12238         sparc64-*-solaris* and sparcv9-*-solaris*.
12240 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
12242         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12244 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
12246         * configure.in (FLAGS_FOR_TARGET): Do not add
12247         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12248         on i[3456]86-*-linux*.
12250 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
12252         * configure.in (noconfigdirs): Replace [ ] with test.
12254         * configure.in (noconfigdirs): Do not add target-newlib if
12255         target == i[3456]86-*-linux*, and host == target.
12257 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
12259         * configure.in: delete reference to absent file
12261         * configure.in: replace '[' with 'test'
12263         * configure.in: Eliminate references to gash.
12264         * Makefile.in: Eliminate references to gash.
12266         * configure.in: remove useless references to 'pic' makefile fragments.
12268         * configure.in: (*-*-windows*) Finish removing.
12270         * configure.in: Eliminate redundant test for libgui.
12272 2002-04-29  Roger Sayle  <roger@eyesopen.com>
12274         * MAINTAINERS: Add self and realphabetize.  Update entries
12275         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
12276         entry for a29k port maintainer.
12278 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
12280         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12281         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12283 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
12285         * configure.in: remove references to dead files
12287 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
12289         * MAINTAINERS: Add information about purpose of this file.
12291 2002-04-18  Tom Tromey  <tromey@redhat.com>
12293         * configure.in: Disallow configuring libgcj when it is already
12294         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
12295         Solaris 2.8 by default.  For PR libgcj/6158.
12297 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12299         * configure.in:  Move default CC setting out of config/mh-* fragments
12300         directly into here.
12302 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12304         * configure.in: don't even try to configure or make a subdirectory
12305         if there's no configure script for it.
12307 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
12309         * MAINTAINERS: Remove chill maintainers.
12310         * Makefile.in (CHILLFLAGS): Remove.
12311         (CHILL_LIB): Remove.
12312         (TARGET_CONFIGDIRS): Remove libchill.
12313         (CHILL_FOR_TARGET): Remove.
12314         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12315         CHILL_LIB.
12316         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12317         (CHECK_TARGET_MODULES): Likewise.
12318         (INSTALL_TARGET_MODULES): Likewise.
12319         (CLEAN_TARGET_MODULES): Likewise.
12320         (configure-target-libchill): Remove.
12321         (all-target-libchill): Remove.
12322         * configure.in (target_libs): Remove target-libchill.
12323         Do not compute CHILL_FOR_TARGET.
12324         * libchill: Remove directory.
12326 2002-04-11  DJ Delorie  <dj@redhat.com>
12328         * Makefile.in, configure.in: Sync with binutils, entries
12329         follow...
12331 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
12333         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
12334         (do-tar, do-bz2): New rules.
12335         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
12336         (gdb-tar): New rule.
12337         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
12338         (insight_dejagnu.tar): New rule.
12339         (insight.tar): New rule.
12340         (gdb+dejagnu.tar): New rule.
12341         (gdb.tar): New rule.
12343 2002-02-01  Mo DeJong  <supermo@bayarea.net>
12345         * Makefile.in: Add all-tix to deps for all-snavigator
12346         so that tix is built when building snavigator.
12348 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
12350         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12351         ld and gdb are not supported.
12353 2002-01-07  Mark Salter  <msalter@redhat.com>
12355         * configure.in: Remove target-bsp and target-cygmon from arm builds.
12356         Allow target-libgloss to be built for arm, strongarm, and xscale.
12358 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
12360         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
12361         options for i[3456]86-pc-linux* native builds.
12363 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
12365         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
12366         files from .po files for a distribution.
12368 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
12370         * configure.in: Enable libstdc++-v3 for h8300 targets.
12372 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
12374         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
12375         version from bfd/.
12377 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
12379         * Makefile.in (VER): When present, extract the version number from
12380         the file version.in.
12382 2001-05-24  Tom Rix  <trix@redhat.com>
12384         * configure.in : enable ld for aix
12386 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12388         * config.guess: Add linux target for S/390.
12390 2000-11-07  Philip Blundell  <pb@futuretv.com>
12392         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
12394 2000-11-03  Philip Blundell  <pb@futuretv.com>
12396         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
12397         files.
12399 2001-01-15  Ben Elliston  <bje@redhat.com>
12401         * configure.in (host_tools): Add sid.
12402         Always configure cgen.
12404 2000-11-24  Nick Clifton  <nickc@redhat.com>
12406         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
12408 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
12410         * Makefile.in (ALL_MODULES): Add all-cgen.
12411         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
12412         (all-cgen): New target.
12413         (all-opcodes,all-sim): Depend on all-cgen.
12414         * configure.in (host_tools): Add cgen.
12415         Only configure cgen if --enable-cgen-maint.
12417 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
12419         * configure.in: Add *-*-freebsd* configurations.
12421 2002-04-08  Tom Tromey  <tromey@redhat.com>
12423         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
12424         Fixes PR libgcj/6068.
12426 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
12428         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
12430 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12432         * configure.in (alpha*-dec-osf*): Enable libgcj.
12434 2003-03-27  Matthew Gingell  <gingell@gnat.com>
12436         * MAINTAINERS (Write After Approval): Add myself.
12438 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
12440         Fix for: PR bootstrap/3591, target/5676
12441         * configure.in (mcore-pe): Disable the configuration of
12442         libstdc++-v3 since exceptions are not supported.
12444 2002-03-20  Anthony Green  <green@redhat.com>
12446         * configure.in: Enable libgcj for xscale-elf target.
12448 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
12450         * MAINTAINERS:  Update my email address.
12452 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
12454         * ltmain.sh (relink_command): Fix typo in previous change.
12456 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
12458         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
12459         (relink_command): Added --tag flags.
12460         (mode=install): If relinking fails; error out.
12462 2002-03-12  Richard Henderson  <rth@redhat.com>
12464         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
12465         .NOTPARALLEL tag.
12466         (do-check): Rename from check.
12467         (check): Allow parallel check.
12469 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
12471         * MAINTAINERS: Add myself as maintainer for xtensa port.
12472         Fix alphabetical order in CPU port maintainer list.
12473         Remove myself from Write After Approval list.
12475 2002-03-11  Richard Henderson  <rth@redhat.com>
12477         * Makefile.in (.NOTPARALLEL): Add fake tag.
12479 2002-03-07  H.J. Lu  (hjl@gnu.org)
12481         * configure.in: Enable gprof for mips*-*-linux*.
12483 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
12485         * MAINTAINERS (Write After Approval): Add myself.
12487 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
12489         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12490         libjava.
12491         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
12493 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
12495         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12496         because its Makefile is there; test for the executable instead.
12498 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
12500         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12501         libstdc++-v3 and libjava.
12503 2002-02-11  Adam Megacz  <adam@xwt.org>
12505         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12506         boehm-gc
12508 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
12510         * config.guess: Updated to 2002-01-30's version.
12511         * config.sub: Updated to 2002-02-01's version.
12512         Contribute sh64-elf.
12513         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
12514         * configure.in: Added sh64-*-*.
12516 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
12518         * MAINTAINERS: Belatedly add myself to write after approval list.
12520 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
12522         * MAINTAINERS: Put self in as maintainer for x86-64 port.
12523         Remove self as Write After Approval.
12525 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
12527         * MAINTAINERS: Put self in as maintainer for contrib/regression
12528         directory.
12530 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
12532         * MAINTAINERS:  Update my email address.
12534 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
12536         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
12537         target-libiberty, and target-libgloss.  Skip Java-related
12538         libraries if not supported for NetBSD on target CPU.
12540 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
12542         * install-sh: Use _inst.$$_ for temp file name.
12544 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
12546         * MAINTAINERS (Write After Approval): Move my contact info
12547         from here...
12548         (OS Port Maintainers): ...to here (netbsd).
12550 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
12552         * MAINTAINERS (Write After Approval): Add myself.
12554 2002-01-17  H.J. Lu  <hjl@gnu.org>
12556         * Makefile.in (all-fastjar): Also depend on all-libiberty.
12557         (all-target-fastjar): Also depend on all-target-libiberty.
12559 2002-01-16  H.J. Lu  (hjl@gnu.org)
12561         * config.guess: Import from master sources, rev 1.225.
12562         * config.sub: Import from master sources, rev 1.238.
12564 2002-01-16  Kazu Hirata  <kazu@hxi.com>
12566         * MAINTAINERS (Write After Approval): Remove myself.
12568 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
12570         * MAINTAINERS (Write After Approval): Add myself.
12572 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12574         * MAINTAINERS: Add self as docs co-maintainer.
12576 2001-12-11  Matthias Klose  <doko@debian.org>
12578         * MAINTAINERS (Write After Approval): Add myself.
12580 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
12582         * MAINTAINERS: Update my email address.
12584 2001-12-07  Turly O'Connor  <turly@apple.com>
12585         * MAINTAINERS (Write After Approval): Add myself.
12586         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12587         (rs6000_initialize_trampoline): Call __trampoline_setup for
12588         ABI_DARWIN too.
12589         * darwin-tramp.asm: New file, implements __trampoline_setup.
12590         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12592 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
12594         * MAINTAINERS (Write After Approval): Add myself.
12596 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
12598         * configure, configure.in: Use temp file for long sed commands.
12600 2001-12-03  Laurent Guerby  <guerby@acm.org>
12602         * config.sub: Update to version 1.232 on subversion.
12604 2001-12-03  Ben Elliston  <bje@redhat.com>
12606         * MAINTAINERS: Update mail address for config.* patches.
12608 2001-11-27  DJ Delorie  <dj@redhat.com>
12609             Zack Weinberg  <zack@codesourcery.com>
12611         When build != host, create libiberty for the build machine.
12613         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12614         CONFIG_ARGUMENTS.
12615         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12616         New variables.
12617         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12618         and rules.
12619         (all.normal): Depend on ALL_BUILD_MODULES.
12620         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12621         (all-build-libiberty): Depend on configure-build-libiberty.
12623         * configure: Calculate and substitute proper value for
12624         ALL_BUILD_MODULES.
12625         * configure.in: Create the build subdirectory.
12626         Calculate and substitute TARGET_CONFIGARGS (formerly
12627         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12629 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
12631         * MAINTAINERS (write-after-approval): Add self.
12633 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12635         * MAINTAINERS (GNATS only accounts): Remove self.
12637 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
12639         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12640         libf2c.
12642 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12644         * MAINTAINERS (Write After Approval): Add self.
12646 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12648         * MAINTAINERS: mips and s390 are also CPU ports.
12650 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12652         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12654 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
12656         * MAINTAINERS: Alphabetize.
12658 2001-11-09  Kazu Hirata  <kazu@hxi.com>
12660         * MAINTAINERS (Various maintainers: h8 port): Add myself.
12662 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12664         * MAINTAINERS (Various maintainers: hppa port): Added myself.
12666 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
12668         * configure.in (--enable-languages): Be more permissive about
12669         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
12671 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12673         * config.sub: Import from master sources, rev. 1.230.
12674         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12676 2001-11-07  Laurent Guerby  <guerby@acm.org>
12678         * MAINTAINERS (Write After Approval): Add self.
12680 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
12682         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12684 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
12686         * config.sub: Import from master sources, rev 1.226.
12687         * config.guess: Import from master sources, rev 1.216.
12689 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
12691         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12692         * MAINTAINERS: Add self as maintainer of MMIX port.
12693         Remove old after-approval entry.
12695 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12697         * ChangeLog, configure: Fix spelling errors.
12699 2001-10-20  Brendan Kehoe  <brendan@zen.org>
12701         * MAINTAINERS: Tweak my address.
12703 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
12705         * MAINTAINERS: Update my email address.
12707 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
12709         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12710         * MAINTAINERS: Add self as maintainer of CRIS port.
12712 2001-10-10  Geert Bosch  <bosch@gnat.com>
12714         * MAINTAINERS (Various maintainers: Ada front end):
12715         Added Robert Dewar.
12717 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
12719         * MAINTAINERS (Write After Approval): Added self
12721 2001-10-02  Geert Bosch  <bosch@gnat.com>
12723         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12725 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12727         * configure: Handle temporary files securely using mkdir.
12729 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
12731         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12733 2001-09-26  Will Cohen  <wcohen@redhat.com>
12735         * configure.in (*-*-linux*): Disable configuration of target-newlib
12736         and target-libgloss.
12738 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12740         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12741         RANLIB.
12743 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
12745         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12746         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12747         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12748         avoid quotes nesting problems.
12749         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12750         (DO_X): Export only variables that are set.
12752 2001-09-19  Ben Elliston  <bje@redhat.com>
12754         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12755         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12756         semantics.  Use the shell built-in "type" command instead.
12758 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
12760         Merged from gcc-3_0-branch:
12761         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
12762         * ltcf-c.sh: Use $objext, not $ac_objext.
12763         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
12764         * ltcf-cxx.sh: Add support for GNU.
12765         2001-07-22  Timothy Wall  <twall@redhat.com>
12766         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
12767         default settings if using GNU tools with that configuration.
12768         * ltcf-cxx.sh: Ditto.
12769         * ltcf-gcj.sh: Ditto.
12770         2001-07-21  Michael Chastain  <chastain@redhat.com>
12771         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12772         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
12773         * ltmain.sh: Mark as gcc-local.
12775 2001-08-30  Eric Christopher  <echristo@redhat.com>
12776             Jason Eckhardt  <jle@redhat.com>
12778         * config.guess: Merge from master sources.
12779         * config.sub: Merge from master sources, add support for mipsisa32.
12781 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
12782         * config.sub: Merge from master sources, rev 1.219.
12783         * MAINTAINERS: Add self as contact for stormy16 port.
12785 2001-08-14  Zack Weinberg  <zackw@panix.com>
12787         * config.sub: Merge from master sources, rev 1.218.
12788         * config.guess: Merge from master sources, rev 1.209.
12790 2001-08-11  Graham Stott  <grahams@redhat.com>
12792         * Makefile.in (check-c++): Add missing semicolon.
12794 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
12796         * MAINTAINERS (Various maitainers: predict.def): Added myself.
12798 2001-07-30  Eric Christopher  <echristo@redhat.com>
12800         * MAINTAINERS (Various maintainers: mips port): Added myself.
12802 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
12804         * configure.in (sh-*-linux*): New.
12806 2001-07-27  Richard Henderson  <rth@redhat.com>
12808         * .cvsignore: Add LAST_UPDATED.
12810 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
12812         * MAINTAINERS (Various maintainers: s390 port): Added myself.
12814 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
12816         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12818 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
12820         * MAINTAINERS (Write After Approval): Added myself.
12822 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12824         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12825         and libgcj on m68hc11/m68hc12.
12827 2001-06-27  H.J. Lu  (hjl@gnu.org)
12829         * Makefile (CFLAGS_FOR_BUILD): New.
12830         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12832 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12834         * README: Remove version number.
12836 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12838         * INSTALL/README: Update wrt. to the installation instructions now
12839         residing in gcc/doc/install.texi.
12841 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12843         * README: Replace with a cut-down and updated version of gcc/README.
12845 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
12847         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12848         multilibs to be disabled.
12850 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
12852         * MAINTAINERS (Write After Approval): Add myself.
12854 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
12856         * config.guess: Import CVS version 1.195.
12857         * config.sub: Import CVS version 1.212.
12859 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
12861         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12862         gcc/xgcc is built, use -print-prog-name to find out the program
12863         name to use.
12865 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
12867         * config.guess:  Import CVS version 1.194.  All gcc-local changes
12868         appear to also be in the master copy.
12869         * config.sub:  Import CVS version 1.211.
12871 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
12873         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12874         with_gcc]: Use `gcc -shared' to build a shared library.
12876 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12878         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12879         archives.
12881 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12883         * MAINTAINERS (Write After Approval): Add myself.
12885 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
12887         * configure.in (libstdcxx_flags): Do not try to execute
12888         libstdc++-v3/testsuite_flags until it exists.
12890 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
12892         * MAINTAINERS: Update my email address.
12894 2001-05-31  Graham Stott  <grahams@redhat.com>
12896         * MAINTAINERS (Write After Approval): Add myself.
12898 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
12900         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
12901         libraries when using g++ with native linker.
12903 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
12905         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12907 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
12909         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12910         [aix4*|aix5*]: Prepend blank.
12912 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
12914         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12915         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
12916         of subdir/configure scripts to use the new libtool.m4.
12918 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
12920         * MAINTAINERS (Write After Approval): Add myself.
12922 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
12924         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12926 2001-05-11  Ben Elliston  <bje@redhat.com>
12928         * Makefile.in (all-sid): New target.
12929         (check-sid, clean-sid, install-sid): Likewise.
12931 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
12933         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12935 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12937         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12938         libgcj.
12940 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12942         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12943         gcc/xgcc is built, use -print-prog-name to find out the program
12944         name to use.
12946 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
12948         * configure.in (noconfigdirs): Don't reset it from scratch in the
12949         target case; only append to it.
12951         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12952         sparc-*-solaris2.8]: Disable ${libgcj}.
12954 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
12956         * configure.in (libgcj_saved): Copy from $libgcj.
12957         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12958         --disable-libgcj.
12960 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12962         * MAINTAINERS: Remove self as MIPS maintainer and
12963         C front end maintainer.
12965 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12967         * configure.in: Move *-chorusos target case to the proper switch.
12968         Disable libgcj.
12970 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12972         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12973         1.641.2.228.
12975 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12977         * Makefile.in (STAGE1_CFLAGS): Pass down.
12979 2001-04-13  Alan Modra  <amodra@one.net.au>
12981         * config.guess: Add hppa64-linux support.  Note for next import that
12982         this is already in the master file.
12983         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12985 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12987         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12988         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12990 2001-04-11  Stan Shebs  <shebs@apple.com>
12992         * MAINTAINERS: Add self as Darwin port maintainer.
12994 2001-04-11  Alan Modra  <amodra@one.net.au>
12996         * MAINTAINERS: Update my email address.
12998 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
13000         * ltcf-cxx.sh: Support creation of C++ shared libraries on
13001         recent versions of FreeBSD (release 3 or later).
13002         * ltconfig: On FreeBSD, -lc must not be provided when building
13003         a shared library or else the standard -pthread gcc option is
13004         rendered worthless to later users of the built library.
13006 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13008         * MAINTAINERS: Add self and RTH as C front end maintainers.
13010 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
13012         * config.sub: Make sure to match an already-canonicalized
13013         machine name (eg. mn10300-unknown-elf).
13015 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
13017         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13018         New macros.
13019         (bootstrap, cross): Use RECURSE_FLAGS.
13020         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13022 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
13024         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13026 2001-03-22  Colin Howell  <chowell@redhat.com>
13028         * Makefile.in (DO_X): Do not backslash single-quotes in
13029         backquotes (two places).
13031 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13033         Re-installed:
13034         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13035         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13036         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13037         * ltcf-cxx.sh: Likewise.
13038         * ltcf-gcj.sh: Likewise.
13040 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13042         * MAINTAINERS: Add myself as "documentation co-maintainer".
13044 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13046         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13047         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13049 2001-03-19  Tom Tromey  <tromey@redhat.com>
13051         * config-ml.in: Handle GCJ and GCJFLAGS.
13053 2001-03-21  Michael Chastain  <chastain@redhat.com>
13055         * Makefile.in: all-m4 depends on all-texinfo.
13057 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
13059         * MAINTAINERS: Add myself to write after approval list.
13061 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
13063         * Makefile.in (DO_X): Quote nested quotes.
13065 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
13067         * MAINTAINERS: Add myself to write after approval list.
13069 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
13071         * Makefile.in (DO_X): Use double quotes for quoting
13072         "RANLIB=$${RANLIB}".
13074 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
13076         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13078 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
13080         * configure.in: Only use `lang_requires' for languages athat are
13081         actually enabled.
13083 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
13085         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
13087 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
13089         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13091 2001-03-07  Tom Tromey  <tromey@redhat.com>
13093         * configure.in: Allow config-lang.in to set `lang_requires' to list
13094         of other required languages.
13096 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
13098         * Makefile.in: Remove RANLIB definition. Use RANLIB
13099         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13100         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13102 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
13103             Alexandre Oliva  <aoliva@redhat.com>
13105         * Makefile.in (check-c++): Use tabs, not spaces.
13107 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
13109         * MAINTAINERS: add myself to Write After Approval list.
13111 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
13113         * Makefile.in (check-c++): New rule.
13115         * configure.in (target_libs): Remove libg++.
13116         (noconfigdirs): Remove libg++.
13117         (noconfigdirs): Same.
13118         (noconfigdirs): Same.
13119         (noconfigdirs): Same.
13121         * config-ml.in: Remove libg++ references.
13123         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13124         (ALL_TARGET_MODULES): Same.
13125         (configure-target-libg++): Remove.
13126         (all-target-libg++): Remove.
13127         (configure-target-libio): Remove.
13128         (all-target-libio): Remove.
13129         (check-target-libio): Remove.
13130         (.PHONY): Remove.
13131         (libg++.tar.bz2): Remove.
13132         (all-target-cygmon): Remove libio.
13133         (all-target-libstdc++): Remove.
13134         (configure-target-libstdc++): Remove.
13135         (TARGET_LIB_PATH): Remove libstdc++.
13136         (ALL_GCC_CXX): Remove libstdc++.
13137         (all-target-gperf): Correct.
13139 2001-02-16  Nick Clifton  <nickc@redhat.com>
13141         * configure.in (noconfigdirs): Allow configuration of texinfo
13142         for Cygwin hosts.
13144 2001-02-15  Anthony Green  <green@redhat.com>
13146         * configure: Introduce GCJ_FOR_TARGET.
13147         * configure.in: Ditto.
13148         * Makefile.in: Ditto.
13150 2001-02-13  Andreas Schwab  <schwab@suse.de>
13152         * MAINTAINERS: Update mail address.
13154 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13156         * config.guess: Add linux target for S/390.
13157         * config.sub: Likewise.
13159 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
13161         * configure.in: for *-chorusos, don't config target-newlib and
13162         target-libgloss.
13164 2001-02-06  Ben Elliston  <bje@redhat.com>
13166         * configure: Output host type to stdout, not stderr.
13168 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
13170         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13171         * ltcf-cxx.sh: Likewise.
13173         * config.if: Assume enable_libstdcxx_v3 is defined.
13175 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
13177         Remove V2 C++ library.
13178         * configure.in: Remove --enable-libstdcxx_v3 support.
13180 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
13182         * include/demangle.h: Add prototype for java_demangle_v3.
13184 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
13186         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
13188 2001-01-27  Richard Henderson  <rth@redhat.com>
13190         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13192 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13194         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13195         Don't unset, it's non-portable and no longer necessary, set to empty
13196         instead.
13198 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13200         * ltconfig: Shell portability fix for the tagname validity check.
13202 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
13204         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13205         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13207 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13209         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13211 2001-01-26  Tom Tromey  <tromey@redhat.com>
13213         * configure.in: Allow libgcj to be built on Sparc Solaris.
13215 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
13217         * ltcf-c.sh: Add aix5 case.
13218         * ltcf-cxx.sh: Likewise.
13219         * ltconfig: Likewise.
13221 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
13223         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13224         keep at least one of build_libtool_libs or build_old_libs set to
13225         yes.
13227         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13228         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13230 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
13232         * configure.in: Enable libgcj on several additional platforms.
13234 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
13236         * configure.in: Enable libgcj for linux targets.
13238 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13240         * MAINTAINERS (Write After Approval): Add myself.
13242 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13244         * MAINTAINERS: Add myself as vax port maintainer.
13246 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
13248         * MAINTAINERS: Add myself as Mercury front-end maintainer.
13250 2001-01-09  Mike Stump  <mrs@wrs.com>
13252         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13253         failures of subdirectories.
13255 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13257         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13258         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13259         * ltcf-cxx.sh: Likewise.
13260         * ltcf-gcj.sh: Likewise.
13261         * ltconfig.sh: Fix typo.
13263 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13265         * configure: handle DOS-style absolute paths.
13267 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13269         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13271 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
13273         * MAINTAINERS: Add myself as avr port co-maintainer.
13275 2000-12-28  Ben Elliston  <bje@redhat.com>
13277         * MAINTAINERS: Add myself under ``Write After Approval''.
13279 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13281         * texinfo: Remove directory from GCC.
13283 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13285         * COPYING: Update to current
13286         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13287         to 19yy as example year in copyright notice).
13289 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
13291         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13292         (libstdcxx_incdir): Pass down.
13293         * config.if: Remove expired bits for cxx_interface, add stub.
13294         (libstdcxx_incdir): Add variable for g++ include directory.
13295         * configure.in (gxx_include_dir): Use it.
13297 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
13299         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
13300         with old-email address from ``Write After Approval''.
13302 2000-12-15  Andreas Jaeger  <aj@suse.de>
13304         * configure.in: Handle lang_dirs.
13306 2000-12-14  Tom Tromey  <tromey@redhat.com>
13308         * MAINTAINERS: Removed brads.
13310         * MAINTAINERS: Added gcj developers.
13312 2000-12-13  Anthony Green  <green@redhat.com>
13314         * configure.in: Disable libgcj for any target not specifically
13315         listed.  Disable libgcj for x86 and Alpha Linux until compatible
13316         with g++ abi.
13318 2000-12-13  Mike Stump  <mrs@wrs.com>
13320         * Makefile.in (local-distclean): Also remove fastjar.
13322 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
13324         * contrib/gcc_update: Add fastjar --touch entries.
13326 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
13328         * configure.in: Disable language-specific target libraries for
13329         languages that aren't enabled.
13331 2000-12-10  Anthony Green  <green@redhat.com>
13333         * configure.in: Define libgcj.  Disable libgcj target libraries for
13334         most targets.
13336 2000-12-10  Neil Booth  <neilb@earthling.net>
13338         * MAINTAINERS: Update mail address, remove from WAA list.
13340 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13342         * libjava: Imported from /cvs/java.
13343         * libffi: Likewise.
13344         * Boehm-gc: Likewise.
13346 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13348         * configure.in (target_libs): Revert 2000-12-08 patch.
13349         (noconfigdirs): Added target-libjava.
13351 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13353         * djunpack.bat: removed.
13355 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13357         * Makefile.in: handle DOS-style absolute paths.
13358         * config-ml.in: likewise.
13359         * symlink-tree: likewise.
13361 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13363         * fastjar: Imported.
13365 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13367         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
13368         libjava.
13369         * configure.in (target_libs): Removed `target-libjava'.
13371 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13373         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
13374         (ALL_MODULES): Added fastjar.
13375         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
13376         (all-target-libjava): all-fastjar replaces all-zip.
13377         (all-fastjar): Added.
13378         (configure-target-fastjar, all-target-fastjar): Likewise.
13379         * configure.in (host_tools): Added fastjar.
13381 2000-12-07  Mike Stump  <mrs@wrs.com>
13383         * Makefile.in (local-distclean): Remove leftover built files.
13385 2000-11-24  Nick Clifton  <nickc@redhat.com>
13387         * configure.in (xscale-elf): Add target.
13388         (xscale-coff): Add target.
13390 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
13392         * ltcf-cxx.sh: Support creation of C++ shared libraries on
13393         recent versions of FreeBSD (release 3 or later).
13394         * ltconfig: On FreeBSD, -lc must not be provided when building
13395         a shared library or else the standard -pthread gcc option is
13396         rendered worthless to later users of the built library.
13398 2000-11-16  Fred Fish  <fnf@be.com>
13400         * configure.in (enable_libstdcxx_v3): Fix typo,
13401         libstd++ -> libstdc++.
13403 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13405         * MAINTAINERS: Add self to Write After Approval list.
13407 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
13409         * MAINTAINERS: Update my email address.  Add myself to global write
13410         privs list.
13412 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
13414         * Makefile.in: Merge with src and libgcj.
13415         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
13416         configure-target-<library> when their configure scripts need the C
13417         or C++ library to have already been built to work properly.
13418         (do_proto_toplev): Set them to an empty string.
13420         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
13421         (REALLY_SET_LIB_PATH): Use them.
13423 2000-11-17  Stan Shebs  <shebs@apple.com>
13425         * MAINTAINERS: Add self to Write After Approval list.
13427 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13429         * configure: Provide the original toplevel configure arguments
13430         (including $0) to subprocesses in the environment rather than
13431         through gcc/configargs.h.
13433 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13435         * MAINTAINERS: Remove references to cccp. Change C9X reference to
13436         C99.  Alphabetise "Write After Approval" list.
13438 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
13440         * configure: Turn on libstdc++ V3 by default.
13442         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13443         if we've got GCC.
13445 2000-11-11  Philip Blundell  <philb@gnu.org>
13447         * MAINTAINERS: Add self to Write After Approval list.
13449 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
13451         * ltcf-c.sh (aix4): Improve shared library configuration; require
13452         exporting symbols.
13453         * ltcf-cxx.sh (aix4): Define.
13454         * ltconfig (aix4): Define library and soname specs appropriate for
13455         AIX.  Define command to create export symbols list.
13457 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
13459         * config.sub: Add support for Sun Chorus
13461 2000-10-31  Nick Clifton  <nickc@redhat.com>
13463         * MAINTAINERS: Rename <name>@cygnus.com addresses to
13464         <name>@redhat.com.  Also installed new email address for Clint
13465         Popetz.
13467 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
13469         * etc: Remove directory from GCC.
13471 2000-10-16  Michael Meissner  <meissner@redhat.com>
13473         * configure (gcc/configargs.h): Only create if there is a build GCC
13474         directory created.
13476 2000-10-16  Matthias Klose  <doko@debian.org>
13478         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
13479         when configured for libstdc++-v3.
13481 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
13483         * configure: Save configure arguments to gcc/configargs.h.
13485 2000-10-04  Philipp Thomas  <pthomas@suse.de>
13487         * config.guess: Import CVS version 1.157.
13488         * config.sub: Import CVS version 1.181.
13490 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
13492         * Makefile.in (bootstrap): avoid recursion if subdir missing
13493         (cross): ditto
13494         (do-proto-toplev): ditto
13496 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
13498         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13499         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13501         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13502         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
13503         all affected `configure' scripts.
13505 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
13507         * MAINTAINERS: Add self as cpplib co-maintainer.
13509 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
13511         * MAINTAINERS: Add self to Write After Approval list.
13513 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13515         * INSTALL/README: egcs -> GCC update.
13517 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
13519         * MAINTAINERS: Add myself to Write After Approval list.
13521 2000-09-15  Kazu Hirata  <kazu@hxi.com>
13523         * MAINTAINERS: Add myself to Write After Approval list.
13525 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
13527         * configure.in: Do not build byacc for hppa64.  Provide paths to the
13528         X11 libraries for hppa64.
13530 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13532         * MAINTAINERS: Add myself as 68hc11 port maintainer.
13534 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
13536         * Makefile.in (all-zlib): Added dummy target.
13538         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13539         ltcf-gcj.sh: Updated from libtool multi-language branch.
13541 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
13543         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13544         (bootstrap*): Depend on all-bootstrap.
13546 2000-09-05  Philipp Thomas  <pthomas@suse.de>
13548         * config.guess: Import CVS version 1.156.
13549         * config.sub: Import CVS version 1.179.
13551 2000-09-02  Anthony Green  <green@cygnus.com>
13553         * Makefile.in (all-gcc): Depend on all-zlib.
13554         (CLEAN_MODULES): Add clean-zlib.
13555         (ALL_MODULES): Add all-zlib.
13556         * configure.in (host_libs): Add zlib.
13558 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
13560         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13561         crosses, but add gcc/include to the header search path for them.
13563 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
13565         * MAINTAINERS: Add self to Write After Approval list.
13567 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13569         * config.guess: Import CVS version 1.152.
13570         * config.sub: Import CVS version 1.177.
13572 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
13574         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13575         $targargs to tell whether newlib is going to be built.
13577         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13578         $$r/TARGET_SUBDIR/libio for _G_config.h.
13580 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
13582         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13584 2000-08-22  DJ Delorie  <dj@redhat.com>
13586         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13588 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
13590         * config-ml.in (CC, CXX): Avoid trailing whitespace.
13591         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13592         sub-configures.
13594 2000-08-21  DJ Delorie  <dj@redhat.com>
13596         * MAINTAINERS: Add self as a libiberty maintainer
13598 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
13600         * configure.in (libstdcxx_flags): Use
13601         libstdc++-v3/src/libstdc++.INC.
13603 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
13605         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13607 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
13609         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13611         * configure: Make enable_threads and enable_shared defaults
13612         explicit.  Substitute enable_threads into generated Makefiles.
13613         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13614         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13616 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13618         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13620 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
13622         * config-ml.in (CC): Remove bogus duplicate quotation mark from
13623         previous delta.
13625 2000-08-11  Jason Merrill  <jason@redhat.com>
13627         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13628         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13629         (FLAGS_FOR_TARGET): Not here.
13630         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13632 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
13634         * config-ml.in (CC, CXX): Don't introduce a leading space.
13636 2000-08-07  DJ Delorie  <dj@delorie.com>
13638         * MAINTAINERS: Add self as a DJGPP maintainer
13640 2000-08-07  DJ Delorie  <dj@redhat.com>
13642         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13643         "if we're also building gcc, and it's a gcc that will run on the
13644         build machine, we want to use its includes instead of the system's
13645         default includes".
13647 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13649         * MAINTAINERS: Add self to Write After Approval list.
13651 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
13653         * configure.in (libstdcxx_flags): Don't use `"'.
13655         * config-ml.in: Adjust multilib search paths to the
13656         appropriate multilib tree.
13658 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
13660         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13661         commas in $LANGUAGES.
13663 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
13665         * configure.in: Re-enable all references to libg++ and librx.
13667 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
13669         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13670         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
13671         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13672         * ltcf-cxx.sh (need_lc): Set based on postdeps.
13674         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13676 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
13678         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13679         CXX_FOR_TARGET for sed.
13681 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
13683         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13684         Do not override if already set in the environment or in configure.
13685         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13686         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13688 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
13690         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13691         the libtool CVS tree multi-language branch.
13692         * ltconfig, ltmain.sh: Updated.
13694 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13696         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13697         (clean-target): Depend on it.
13699         * Makefile.in (FLAGS_FOR_TARGET): New macro.
13700         (GCC_FOR_TARGET): Use it.
13701         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13702         * configure.in: ... here.
13703         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
13704         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13706 2000-07-24  Eric Christopher  <echristo@cygnus.com>
13708         * MAINTAINERS: Add self to Write After Approval list.
13710 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
13712         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13713         (configure-target-libchill, configure-target-libobjc): Likewise.
13715         * configure.in: Use the same cache file for all target libs.
13716         * config-ml.in: But different cache files per multilib variant.
13718 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13720         * configure (topsrcdir): Don't use dirname.
13722 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13724         * MAINTAINERS: Add self to Write After Approval list.
13726 2000-07-20  Jason Merrill  <jason@redhat.com>
13728         * configure.in: Remove all references to libg++ and librx.
13730         * configure, configure.in, Makefile.in: Unify gcc and binutils.
13732 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
13734         * config.sub: Update to subversions version 2000-07-06.
13736 2000-07-12  Andrew Haley  <aph@cygnus.com>
13738         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13739         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13741 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
13743         * symlink-tree:  Check number of arguments.
13745 2000-07-05  Jim Wilson  <wilson@cygnus.com>
13747         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13748         search path for a g++ extracted from the build tree.  This
13749         will allow link tests run by configure scripts in
13750         subdirectories to succeed.
13752 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
13754         * ltconfig: Add support for mips-dde-sysv4.2MP
13756 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13758         * MAINTAINERS: Add myself as loop discovery maintainer.
13760 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
13762         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13763         `os2'. Force ac_cv_exeext to be ".exe" in that case.
13765 2000-06-19  Timothy Wall  <twall@cygnus.com>
13767         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13768         * config.sub: Add tic54x target.
13770 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13772         * MAINTAINERS: Add self as Fortran maintainer,
13773         remove Craig Burley.
13775 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13777         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13778         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13780 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
13782         * MAINTAINERS: Add self as i18n maintainer
13784 20000-05-21  H.J. Lu  (hjl@gnu.org)
13786         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13787         directory are used if they exist. Make sure
13788         $(build_tooldir)/include is searched for header files,
13789         $(build_tooldir)/lib/ for library files.
13790         (GCC_FOR_TARGET): Likewise.
13791         (CXX_FOR_TARGET): Likewise.
13793 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
13795         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13797 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
13799         * Makefile.in (configure-target-libiberty): Depend on
13800         configure-target-newlib.
13802 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
13804         * configure.in, Makefile.in: Merge all libffi-related
13805         configury stuff from the libgcj tree.
13807 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13809         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13810         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13812 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13814         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13815         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13816         current version information.  Add to proto-toplev directory.
13817         (gdb-taz): Build do-djunpack.
13819 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
13821         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13823 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13825         * MAINTAINERS: Add self to Write After Approval list.
13827 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13829         * ltmain.sh: Preserve in relink_command any environment
13830         variables that may affect the linker behavior.
13832 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
13834         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13836 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
13838         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13840 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13842         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13843         with the version name.
13845 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
13847         * MAINTAINERS: Add self as bb-reorder maintainer.
13849 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
13851         * config.if: Tweak.
13853 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
13855         * djunpack.bat: New file.
13857 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13859         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13860         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13861         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13862         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13864 2000-04-16  Dave Pitts  <dpitts@cozx.com>
13866         * config.sub (case $basic_machine): Change default for "ibm-*"
13867         to "openedition".
13869 2000-04-13  Andreas Jaeger  <aj@suse.de>
13871         * MAINTAINERS: Added myself.
13873 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13875         * Makefile.in (gdb-taz): New target.  GDB specific archive.
13876         (do-md5sum): New target.
13877         (MD5PROG): Define.
13878         (PACKAGE): Default to TOOL.
13879         (VER): Default to a shell script.
13880         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
13881         md5 checksum generation.
13882         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13883         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13884         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13885         insight.tar.bz2): Use gdb-taz to create archive.
13887 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13889         * configure (warn_cflags): Delete.
13891 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
13893         * MAINTAINERS: Added myself.
13895 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
13896             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
13898         * configure.in (enable_libstdcxx_v3): Add.
13899         (target_libs): Add bits here to switch between libstdc++-v2 and
13900         libstdc++-v3.
13901         * config.if: And this file too.
13902         * Makefile.in: Add libstdc++-v3 targets.
13904 2000-04-05  Michael Meissner  <meissner@redhat.com>
13906         * config.sub (d30v): Add d30v as a basic machine type.
13908 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
13910         * configure.in: -linux-gnu*, not -linux-gnu.
13912 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13914         * MAINTAINERS: Add self in write-after-approval section.
13916 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
13918         * MAINTAINERS: Add self as ia64 port maintainer.
13920 2000-03-08  Neil Booth  <NeilB@earthling.net>
13922         * MAINTAINERS: Add self in write-after-approval section.
13924 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13926         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13927         (do-tar-bz2): Replace TOOL with PACKAGE.
13928         (gdb.tar.bz2): Remove GDBTK from GDB package.
13929         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13930         dejagnu.tar.bz2): New packages.
13932 2000-02-27  Andreas Jaeger  <aj@suse.de>
13934         * configure.in: Add entry for mips*-*-linux*, move catch all
13935         *-*-*linux* entry below this one.
13937 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
13939         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13941 2000-02-24  Nick Clifton  <nickc@cygnus.com>
13943         * config.sub: Support an OS of "wince".
13945 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13947         * config.guess, config.sub: Updated to match config's 2000-02-15
13948         version.
13950 2000-02-23  Linas Vepstas  <linas@linas.org>
13952         * config.sub: Add support for Linux/IBM 370.
13953         * configure.in: Likewise.
13955 2000-02-22  Nick Clifton  <nickc@cygnus.com>
13957         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13959 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
13961         * config.guess: Guess "cygwin" rather than "cygwin32".
13963 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13965         * configure (gcc_version): When setting, narrow search to
13966         lines containing `version_string'.
13968 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13970         * config.sub: Add support for avr target.
13972 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13974         * MAINTAINERS: Add maintainers for MCore port.
13976 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13978         * config.sub: Add mmix-knuth-mmixware.
13980 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13982         * MAINTAINERS: Pair cccp with cpplib maintainership.
13984 2000-01-27  Christopher Faylor  <cgf@redhat.com>
13986         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13987         structure stuff to -L library search.
13988         (CXX_FOR_TARGET): Ditto.
13989         (CROSS_CHECK_MODULES): Fix spelling mistake.
13991 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13993         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13994         the C++ compiler.
13996 2000-01-12  Richard Henderson  <rth@cygnus.com>
13998         * configure.in: Don't build some bits for beos.
14000 2000-01-12  Joel Sherrill (joel@OARcorp.com)
14002         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14003         as include files.
14005 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
14007         * Add self as cpplib maintainer, as requested by Jason
14008         Merrill.  Correct my e-mail address.
14010 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
14012         * configure.in: Use mt-aix43 to handle *_TARGET defs,
14013         not mh-aix43.
14015 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
14017         * MAINTAINERS: Add myself to "write after approval" list.
14019 1999-12-14  Richard Henderson  <rth@cygnus.com>
14021         * config.guess (alpha-osf, alpha-linux): Detect ev67.
14022         * config.sub: Accept alphaev[78], alphaev8.
14024 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14026         * config.guess, config.sub: Update from autoconf.
14028 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
14030         * MAINTAINERS:  update my playtime e-address.
14032 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14034         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14035         necessary libraries are missing.
14037 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
14039         * MAINTAINERS: Add new 'write after approval' maintainer.
14041 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14043         * MAINTAINERS: Add new Java maintainer.
14045 1999-10-25  Andreas Schwab  <schwab@suse.de>
14047         * configure: Fix quoting inside arguments of eval.
14049 1999-10-21  Nick Clifton  <nickc@cygnus.com>
14051         * config-ml.in: Allow suppression of some ARM multilibs.
14053 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
14055         * config.guess: Add OS/390 match pattern.
14056         * config.sub: Add mvs, openedition targets.
14057         * configure.in (i370-ibm-opened*): New.
14059 1999-09-04  Steve Chamberlain  <sac@pobox.com>
14061         * config.sub: Add support for configuring for pj.
14063 1999-08-31  Nick Clifton  <nickc@cygnus.com>
14065         * config.sub (maybe_os): Add support for configuring for fr30.
14067 1999-08-25  Nick Clifton  <nickc@cygnus.com>
14069         * configure.in: Do not configure or build ld for AIX
14070         platforms.  ld is known to be broken on these platforms.
14072 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14074         * config-ml.in: Pass compiler flag corresponding to multidirs to
14075         subdir configures.
14077 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
14079         * Makefile.in (LDFLAGS): Define.
14081 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
14083         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14084         noconfigdirs.
14085         (*-*-cygwin*): Likewise.
14087 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
14089         * mkdep: New file.
14090         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14091         (BINUTILS_SUPPORT_DIRS): Add mkdep.
14093         From Eli Zaretskii <eliz@is.elta.co.il>:
14094         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14095         long file name when using DJGPP on MS-DOS.
14097 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
14099         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14101 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
14103         * Makefile.in (check-target-libio): Remove all-target-libstdc++
14104         dependency as this causes "make check" to globally "make all"
14106 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
14108         * configure.in (target_libs): Added target-zlib.
14109         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14110         (CONFIGURE_TARGET_MODULES): Likewise.
14111         (CHECK_TARGET_MODULES): Likewise.
14112         (INSTALL_TARGET_MODULES): Likewise.
14113         (CLEAN_TARGET_MODULES): Likewise.
14114         (configure-target-zlib): New target.
14115         (all-target-zlib): Likewise.
14116         (all-target-libjava): Depend on all-target-zlib.
14117         (configure-target-libjava): Depend on configure-target-zlib.
14119         * Makefile.in (configure-target-libjava): Depend on
14120         configure-target-newlib.
14121         (configure-target-boehm-gc): New target.
14122         (configure-target-qthreads): New target.
14124         * configure.in (target_libs): Added target-qthreads.
14125         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14126         (CONFIGURE_TARGET_MODULES): Likewise.
14127         (CHECK_TARGET_MODULES): Likewise.
14128         (INSTALL_TARGET_MODULES): Likewise.
14129         (CLEAN_TARGET_MODULES): Likewise.
14130         (all-target-qthreads): New target.
14131         (configure-target-libjava): Depend on configure-target-qthreads.
14132         (all-target-libjava): Depend on all-target-qthreads.
14134         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14135         (CONFIGURE_TARGET_MODULES): Likewise.
14136         (CHECK_TARGET_MODULES): Likewise.
14137         (INSTALL_TARGET_MODULES): Likewise.
14138         (CLEAN_TARGET_MODULES): Likewise.
14139         (all-target-libjava): New target.
14140         (all-target-boehm-gc): Likewise.
14141         * configure.in (target_libs): Added libjava, boehm-gc.
14143 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
14145         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14146         configure.bat in SUPPORT_FILES.
14147         (gas+binutils.tar.bz2): Likewise.
14149         * makeall.bat: Remove; obsolete.
14151 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
14153         From Mark Elbrecht:
14154         * configure.bat: Remove; obsolete.
14156 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
14158         * configure: Add -W -Wall to the default CFLAGS when compiling with
14159         gcc.
14161 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
14163         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14165 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
14167         * configure.in: Build ld on IRIX6.
14169 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
14171         * Makefile.in: Change distribution targets to use bzip2 instead of
14172         gzip.
14173         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14174         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14176 1999-06-04  Nick Clifton  <nickc@cygnus.com>
14178         * config.sub: Add mcore target.
14180 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
14182         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14184 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
14186         * config.guess (dummy): Changed to $dummy.
14188 1999-05-24  Nick Clifton  <nickc@cygnus.com>
14190         * config.sub: Tidied up case statements.
14192 1999-05-22  Ben Elliston  <bje@cygnus.com>
14194         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14195         <jiro@din.or.jp>.
14197         * config.guess: Merge with FSF version. Future changes will be
14198         more accurately recorded in this ChangeLog.
14199         * config.sub: Likewise.
14201 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
14203          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14205 1999-04-30  Tom Tromey  <tromey@cygnus.com>
14207         * ltmain.sh: [mode link] Always use CC given by ltconfig.
14209 1999-04-23  Tom Tromey  <tromey@cygnus.com>
14211         * ltconfig, ltmain.sh: Update to libtool 1.2f.
14213 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
14215         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14216         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14217         Bad merge removed these two changes.
14219 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
14220                           Martin Heller (Ing.-Buero_Heller@t-online.de)
14222         * config.guess (interix Alpha): Add.
14224 1999-04-11  Richard Henderson  <rth@cygnus.com>
14226         * configure.in (i?86-*-beos*): Do config gperf; don't config
14227         gdb, newlib, or libgloss.
14229 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
14231         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14232         link a trivial program with -mabi=64.  If it fails, remove mabi=64
14233         from multidirs.
14235 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
14237         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14239 1999-04-08  Nick Clifton  <nickc@cygnus.com>
14241         * config.sub: Add support for mcore targets.
14243 1999-04-07  Michael Meissner  <meissner@cygnus.com>
14245         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14246         not mt-ospace, in order to shut up assembler warning about using
14247         symbols that are named the same as registers.
14249 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
14251         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14252         dependency list for all-target-cygmon.
14254 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
14256         * config-ml.in: Check $host, not $target, for selective multilibs.
14257         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14258         thumb interworking, and underscore prefix multilibs.
14260 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
14262         * missing: Update to version from current automake.
14264 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
14266         * configure (gxx_include_dir): Removed.
14268         * configure.in (gxx_include_dir): Handle it.
14269         * Makefile.in: Likewise.
14271 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
14273         * config.sub (mips64vr4111,mips64vr4111el) Add.
14275 1999-03-21  Ben Elliston  <bje@cygnus.com>
14277         * config.guess: Correct typo for detecting ELF on FreeBSD.
14279 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
14281         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14282         config/mh-djgpp.
14284 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
14286         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14287         all-target-newlib to dependency list for all-target-bsp.
14289 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14291         * config.sub: Add i386-uwin support.
14292         * config.guess: Likewise.
14294 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14296         * configure.in: cleanup, add mh-*pic handling for arm, special
14297         case powerpc*-*-aix*
14299 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
14301         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14302         can be built.
14304 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
14306         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14307         targets.
14309 1999-03-02  Nick Clifton  <nickc@cygnus.com>
14311         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14313 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
14315         * config.sub: Check for "cygwin*" rather than "cygwin32*"
14317 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14319         * config.sub: Fix typo in arm recognition.
14321 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
14323         * configure.in (noconfigdirs): Changed target_configdirs to
14324         include target-bsp only for m68k-*-elf* and m68k-*-coff*
14325         rather than m68k-*-* since it is not known to work on
14326         m68k-aout. Ditto for arm-*-*oabi.
14328 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
14330         * configure.in (*-*-windows*): Remove, no longer used.
14332 1999-02-19  Ben Elliston <bje@cygnus.com>
14334         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14335         Smart and improved by Andrew Cagney.
14337 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
14339         * config.guess: Recognize openbsd-*-hppa.
14341 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
14343         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
14344         only if it is not empty.
14346 1999-02-17  Nick Clifton  <nickc@cygnus.com>
14348         Patch from: Scott Bambrough <scottb@corelcomputer.com>
14350         * config.guess: Modified to recognize uname's armv* syntax.
14352         * config.sub: Modified to recognize uname's armv* syntax.
14354 1999-02-17  Mark Salter  <msalter@cygnus.com>
14356         * configure.in: Added target-bsp for sparclite.
14358 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
14360         * config.sub: Recognize alphapca5[67] and up to alphaev8.
14362 1999-02-08  Nick Clifton  <nickc@cygnus.com>
14364         * configure.in: Add support for strongarm port.
14365         * config.sub: Add support for strongarm target.
14367 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14369         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
14370         the old name config/mh-cygwin32.
14371         Enable texinfo.
14373 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
14375         * configure.in: Do build ld for ix86 Solaris.
14377 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
14379         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
14380         $AR_FOR_TARGET.  Likewise for RANLIB.
14382 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
14384         * config.sub (oabi):  Recognize.
14385         * configure.in (arm-*-oabi):  Handle.
14387 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
14389         * config.guess: Improve detection of i686 on UnixWare 7.
14391 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14393         * config.guess: Add support for i386-pc-interix.
14394         * config.sub: Likewise.
14395         * configure.in: Likewise.
14397 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
14399         * Makefile.in: Remove unneeded all-target-libio from
14400         from all-target-winsup target since it is now unneeded.
14401         Add all-target-libtermcap in its place since it is now
14402         needed.
14404 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
14406         * configure.in: makefile stub for cygwin target is probably
14407         unnecessary.  Remove it for now.
14409 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
14411         * configure.in: libtermcap.a should be built when cygwin is the
14412         target as well as the host.
14413         * config.guess: Allow mixed case in cygwin uname output.
14414         * Makefile.in: Add libtermcap target.
14416 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
14418         * config.sub: Clean up handling of hppa2.0.
14420 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
14422         * config.guess: Use C code to identify more HP machines.
14424 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
14426         * config.sub: Handle hppa2.0.
14428 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
14430         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
14431         cygmon for all sparclite targets, regardless of object format.
14433 1998-12-15  Mark Salter  <msalter@cygnus.com>
14435         * configure.in: Added target-bsp for several target architectures.
14437         * Makefile.in: Added rules for bsp.
14439 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
14441         * config.guess: Improve detection of hppa2.0 processors.
14443 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
14445         * config.guess: Recognize FreeBSD using ELF automatically.
14447 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
14449         * configure (skip-this-dir): Add handling for new shell script, which
14450         might be created by a sub-directory's configure to indicate, this particular
14451         directory is "unwanted".
14452         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14454 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
14456         * ltconfig: import from libtool, after changing libtool to
14457         account for the cygwin name change.
14459 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
14461         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14462         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14464 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
14466         * configure.in: Add libtermcap to list of cygwin dependencies.
14468 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
14470         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14471         they include winsup/include when it's a cygwin target.
14473 1998-11-12  Tom Tromey  <tromey@cygnus.com>
14475         * configure.in (host_tools): Added zip.
14476         * Makefile.in (all-target-libjava): Depend on all-zip.
14477         (all-zip): New target.
14478         (ALL_MODULES): Added all-zip.
14479         (NATIVE_CHECK_MODULES): Added check-zip.
14480         (INSTALL_MODULES): Added install-zip.
14481         (CLEAN_MODULES): Added clean-zip.
14483 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
14485         * Makefile.in: lose "32" from comment about cygwin.
14487 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
14489         * configure.in: Use -Os to build target libraries for the fr30.
14491 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
14493         * config.sub: Add fr30.
14495 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
14497         * configure.in: drop "32" from config/mh-cygwin32.  Check
14498         cygwin* instead of cygwin32*.
14499         * config.sub: Check cygwin* instead of cygwin32*.
14501 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
14503         * config.guess: Match any version of Unixware7.
14505 1998-10-20  Syd Polk  <spolk@cygnus.com>
14507         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14508         if desired.
14510 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
14512         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14513         these if the appropriate directories and files to not exist.
14515 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
14517         * Makefile.in (DEVO_SUPPORT): Add config.if.
14519 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14521         * configure: Add pattern to replace "build_tooldir"'s
14522         definition in the generated Makefile with "tooldir"'s
14523         actual value.
14525 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
14527         * config.sub: Bring back lost sparcv9.
14529         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14531 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
14533         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14534         CC_FOR_TARGET and friends.
14536 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
14538         * Makefile.in (build_tooldir): New variable, same as tooldir.
14539         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14540         -B$(build_tooldir)/bin/.
14541         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14543 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14545         * README: Remove installation instructions and refer to the
14546         INSTALL directory instead.
14548 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
14550         * config.sub: Add support for i[34567]86-pc-udk.
14551         * configure.in: Likewise.
14553 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
14555         * Makefile.in: add bzip2 package building bits for user
14556         tools module
14557         * configure.in: ditto
14559 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
14561         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14562         (ALL_TARGET_MODULES): Add all-target-libobjc.
14563         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14564         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14565         (all-target-libchill): Add dependencies.
14566         * configure.in (target_libs): Add libchill.
14568 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
14570         * configure.in (target_subdir): Remove duplicate line.
14572 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
14574         * Makefile.in (all-automake): fix dependencies.
14576 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
14578         * configure.in: Minor cleanups for building in the $(target_alias)
14579         subdir.
14581 1998-09-22  Jim Wilson  <wilson@cygnus.com>
14583         * Makefile.in (bootstrap): Set r and s before make all.  Use
14584         BASE_FLAGS_TO_PASS in make all.
14585         (cross): Likewise.
14587 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
14589         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14591 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
14593         * config.sub: Fix typo in last change.
14595 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14597         * config.sub: Add support for C4x target.
14598         * configure.in: Likewise.
14600 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
14602         * config.sub: Recognize sparcv9 just like sparc64.
14604 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
14606         * config.guess: Match "Pent II" or "PentII" for OpenServer.
14608 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
14610         * config.guess: Correctly identify Pentium II sco boxes.
14612         * config.guess: Fix "tr" code.  From Weiwen Liu.
14614 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
14616         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14617         stabs.
14619 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
14621         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14622         (ALL_TARGET_MODULES): Add all-target-libchill.
14623         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14624         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14625         (all-target-libchill): Add dependencies.
14626         * configure.in (target_libs): Add libchill.
14628 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14630         * config.guess: Avoid assumptions about "tr" behaves when
14631         LANG is set to something other than English.
14633 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
14635         * configure (gxx_include_dir): Changed to
14636         '${prefix}/include/g++'-${libstdcxx_interface}.
14638         * config.if: New to determine the interfaces.
14640 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
14642         * config.guess: Detect and handle MPE/IX.
14643         * config.sub: Deal with MPE/IX.
14645 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
14647         * configure.in: Use mh-aix43.
14649 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
14651         * configure: Fix --without/--disable cases for gxx-include-dir.
14653 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
14655         * mdata-sh:  Imported.  Needed for automake support.
14657 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
14659         * Makefile.in (taz): Try "chmod -R og=u ." before
14660         "chmod og=u `find . -print`".
14662 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
14664         * configure.in: Add arm-elf and thumb-elf support.
14666 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
14668         * Makefile.in: Undo previous patch.
14670 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
14672         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14673         to here ...
14674         (install-no-fixedincludes): and here
14675         (INSTALL_MODULES): ... from here.
14677 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14679         * config.sub: Merge with FSF.
14681         * config.guess: Merge with FSF.
14683 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
14685         * configure (extraconfigdirs): New variable.
14686         (SUBDIRS): Add extraconfigdirs and recurse on them too.
14687         * Makefile.in (all): Move higher in file.
14688         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14689         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14690         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14691         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14692         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14694 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
14696         * Makefile.in (all-target-libjava): Depend on all-gcc and
14697         all-target-newlib.
14698         (configure-target-libjava): Depend on $(ALL_GCC).
14700 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
14702         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14703         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14705 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
14707         * INSTALL/README: Fix typo.
14709 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14711         * ylwrap: Change absolute path checks to check for DOS style path
14712         names.
14714         * ylwrap: Don't use a full path name if the source file is in the
14715         same directory.  From hjl@lucon.org (H.J. Lu).
14717         * config-ml.in: Default to being verbose, to match Feb 18 change to
14718         configure.
14720 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
14722         Brought over from egcs:
14724         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14726         * configure.in (target_subdir): Set to ${target_alias} instead
14727         of "libraries".
14729         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14731         * configure.in (target_subdir): Set to libraries if enable_multilib.
14733 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
14735         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14736         multilibs, force reconfiguration the first time we create
14737         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14739 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
14741         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14742         avoid confusion with --no-recursion.
14744 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
14746         * configure.in: Win32 hosts shouldn't use install -x
14747         * install-sh: remove -x option, and special .exe-handling
14748         hack.
14750 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
14752         * config.guess: Recognize i586-pc-beos.
14753         * configure.in: Don't build some bits for beos.
14755 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14757         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14758         CFLAGS default to -O2.
14760         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14761         when using GNU ld.
14763 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
14765         * ltmain.sh: Correct install when using a different shell.
14767 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14769         * ltconfig, ltmain.sh: Update to libtool 1.2b.
14771 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
14773         * makefile.vms: Update to build binutils/makefile.vms.  Add install
14774         target.
14776 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
14778         * ltconfig: Update to correct AIX handling.
14780 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14782         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14784         * configure.in (target_subdir): Set to ${target_alias} instead
14785         of "libraries".
14787 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
14789         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14790         (Makefile): Depend on $(gcc_version_trigger).
14792         * configure (gcc_version): Change default initializer to empty
14793         string.
14794         (gcc_version_trigger): New variable; pass this variable down
14795         to subdir configures to enable them checking gcc's version
14796         themselves. Emit make macros for both gcc_version vars.
14797         (topsrcdir): Initialize reliably.
14798         (recursion line): Remove --with-gcc-version=${gcc_version}.
14800 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14802         * configure (enable_version_specific_runtime_libs): Implement new flag
14803         --enable-version-specific-runtime-libs which installs C++ runtime stuff
14804         in $(libsubdir); emit definition in each generated Makefile.
14805         (gxx_include_dir): Initialize depending on
14806         $enable_version_specific_runtime_libs.
14808 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14810         * configure (gcc_version): Initialize properly depending on
14811         how and where configure is started.
14812         (recursion line): Pass a --with-gcc-version=${gcc_version}
14813         to configures in subdirs.
14815 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
14817         * configure.in (noconfigdirs): Add configure pattern for mips tx39
14818         cygmon
14820 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
14822         * configure.in: Add cygmon and libstub support for mn10200.
14824 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
14826         * configure (gcc_version): Add new variable describing the
14827         particular gcc version we're building.
14828         * Makefile.in (libsubdir): Add new macro for the directory
14829         in which the compiler finds executables, libraries, etc.
14830         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14831         and libsubdir.
14833 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14835         * Makefile.in (local-clean): Remove *.log.
14836         (warning.log): Built with warn_summary from build.log.
14837         (mail-report.log): Run test_summary.
14838         (mail-report-with-warnings.log): Run test_summary including
14839         warning.log in the report.
14841 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
14843         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14845 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
14847         * Makefile.in (grep): Grep no longer depends on libiberty.
14849 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
14851         * Makefile.in: all-snavigator needs all-libgui.
14853 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
14855         * configure.in: Add cygmon and libstub support for mn10300.
14857 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
14859         * missing: Update to version from automake 1.3.
14861         * ltmain.sh: On installation, don't get confused if the same name
14862         appears more than once in the list of library names.
14864 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14866         * config.sub: Accept m68060 and m5200 as CPU names.
14868 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
14870         * configure: Use && rather than using -a in test, because odd
14871         strings can confuse test.
14872         * configure.in: Likewise.
14874 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14876         * ltconfig, ltmain.sh: Bring in Visual C++ support.
14878 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14880         * Makefile.in (boostrap2-lean, bootstrap3-lean,
14881         bootstrap4-lean): New targets.
14883 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
14885         * mpw-* Delete.  Not used.
14887 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
14889         * COPYING.LIB: Update FSF address.
14891 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
14893         * ltconfig, ltmain.sh: Update to libtool 1.2a.
14895         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14896         GAS_SUPPORT_DIRS.
14898 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
14900         * ltconfig, ltmain.sh: Avoid producing a version number if
14901         -version-info was not used.
14903 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14905         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14906         building with newlib.
14908 1998-04-30  Paul Eggert  <eggert@twinsun.com>
14910         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14911         Solaris `make' causes it to continue to next definition.
14913 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14915         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14916         the right GUI libraries and files are installed along with GDB.
14918 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14920         * configure.in: Change alpha to alpha* in several places.
14922 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
14924         * config.sub: Recognize sparc86x.
14926 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
14928         * configure.in (--enable-target-optspace): Remove debug echo.
14930 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
14932         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14934 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14936         * ltconfig: Update cygwin32 support.
14938         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14939         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14940         (GDB_SUPPORT_DIRS): Likewise.
14942 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
14944         * configure.in (target_makefile_frag): If --enable-target-optspace,
14945         use -Os to compile target libraries rather than -O2.  Default to
14946         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14947         not used.
14948         * configure.in (target_cflags): Ditto for d30v.
14950 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
14952         * Makefile.in (all-bfd): Depend on all-intl.
14953         (all-binutils): Likewise.
14954         (all-gas): Likewise.
14955         (all-gprof): Likewise.
14956         (all-ld): Likewise.
14958 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14960         * configure.in (host_tools): Fix typo, lbtool -> libtool.
14962 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14964         * Makefile.in (all-bfd): Depend upon all-libiberty.
14966         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14968 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14970         * Makefile.in: Add libstub.
14972         * configure.in: Ditto. Build libstub for targets that have cygmon
14973         support.
14975 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14977         * configure.in: Don't set PICFLAG on ix86-cygwin32.
14979 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14981         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14982         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14984 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14986         * configure: Define DEFAULT_M4 by searching PATH.
14987         * Makfile.in: Use DEFAULT_M4.
14989 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14991         * ltconfig: Add cygwin32 support.
14993         * Makefile.in, configure.in: Add libtool as a native only directory
14994         to configure and build.
14996 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14998         * Makefile.in (INSTALL_MODULES): Remove texinfo.
15000 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
15002         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15004 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
15006         * Makefile.in: add ash make rules
15007         * configure.in: add ash to native_only and host_tools lists
15009 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
15011         * Makefile.in (all-gettext, all-intl): New targets.
15012         (ALL_MODULES): Added all-gettext, all-intl.
15013         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15014         (INSTALL_MODULES): Added install-gettext, install-intl.
15015         (CLEAN_MODULES): Added clean-gettext, clean-intl.
15017         * configure.in (host_tools): Added gettext.
15018         (native_only): Likewise.
15019         (noconfigdirs) [various cases]: Likewise.
15020         (host_libs): Added intl.
15022 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
15024         * configure: Do not disable building gdbtk for cygwin32 hosts.
15026 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
15028         * configure.in: Add thumb-coff target.
15029         * config.sub: Add thumb-coff target.
15031 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15033         * Makefile.in: Revert yesterday's change.
15034         (all-target-winsup):  all-target-librx stays out of here.
15036 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15038         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15039         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15040         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15041         Remove references to librx and libg++.
15043 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
15045         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15046         recursive makes
15048 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
15050         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15051         for newlib directory.
15052         (CXX_FOR_TARGET): Likewise.
15054 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
15056         * ltconfig: Update after libtool/ltconfig.in change for
15057         hpux11.
15059 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
15061         * ltconfig, ltmain.sh: Update to libtool 1.2.
15063 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15065         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15066         (install-gcc-cross): Instead, override LANGUAGES here.
15068 1998-03-18  Dave Love  <d.love@dl.ac.uk>
15070         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15071         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15073 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
15075         * configure.in: Add Thumb-pe target.
15077 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
15079         * Makefile.in - changed sn targets to snavigator
15080         * configure.in - changed sn targets to snavigator
15082 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15084         * config-ml.in: After building symlink tree call make distclean
15085         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15086         to be the case for libiberty.
15088 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
15090         * configure: When making link, also check the current
15091         directory. The configure scripts may create one.
15093 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
15095         * config.sub: Accept alphapca56 and alphaev6 properly.
15097 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15099         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15101 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15103         * config.sub (sco5): Fix typo.
15105 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
15107         * Makefile.in (INSTALL_MODULES): Move install-tcl before
15108         install-itcl.
15109         (install-itcl): Remove dependency on install-tcl.
15111 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
15113         * configure.in: Remove libgloss from noconfigdirs for MN10300.
15115 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
15117         * configure.in: Don't build libgui for a cygwin32 target when not on
15118         a cygwin32 host.
15120 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15122         * configure (redirect): Set to null, so default behavior of
15123         configure is now --verbose.
15125 1998-02-16  Dave Love  <d.love@dl.ac.uk>
15127         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15128         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15130 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
15132         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15133         this change to sync Makefile.in with its ChangeLog entries.
15135 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
15137         * ltmain.sh (mkdir): Check that the directory doesn't exist
15138         before we exit with error, so that we don't get races during
15139         parallel builds.
15141 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15143         * ltconfig, ltmain.sh: Update from libtool 1.0i.
15145 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15147         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15148         PICFLAG_FOR_TARGET.
15149         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15151         * configure: Emit a definition for the new macro enable_shared
15152         into each Makefile.
15154 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15156         * configure.in (host_tools, native_only): Add libtool.
15158 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
15160         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15161         Fix typo in ming config comment.
15163 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15165         * ltconfig, ltmain.sh: Update from libtool 1.0h.
15167 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
15169         * config.sub: Add tic30 cases, and map c30 to tic30.
15171 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
15173         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15174         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15175         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15176         (CLEAN_TARGET_MODULES): Similarly
15177         (all-target-libf2c): Add dependences.
15178         * configure.in (target_libs): Add libf2c.
15180 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
15182         * configure.in: Remove expect from noconfigdirs when target
15183         is cygwin32.  OK to build expect and dejagnu with Canadian
15184         Cross.
15186 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
15188         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15189         host.
15191         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15192         and mingw32.
15194 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15196         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15197         here as it is not defined in the toplevel Makefile.
15199 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15201         * configure (package_makefile_rules_frag): New variable, which names
15202         a file with generic rules, ...
15203         Change comment to mention we now have FIVE parts.
15204         * configure: Undo last change.
15206 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
15208         * config.guess: More accurate determination of HP processor types.
15209         * config.sub: More accurate determination of HP processor types.
15211 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15213         * configure (package_makefile_frag): Move inserting the
15214         ${package_makefile_frag} to where it should be according
15215         to the comment.
15217 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
15219         * config.guess: Add support for Linux/ARM.
15221 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
15223         * .cvsignore: Remove *-info and *-install since they match
15224         release-info and mpw-install, which we don't want to just ignore.
15226 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
15228         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15230 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
15232         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15233         local_prefix to sub-make invocations.
15235 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
15237         * configure.in: Check makefile fragments in the source
15238         directory.
15240 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15242         * configure.in: Check whether host and target makefile
15243         fragments exist before adding them to *_makefile_frag.
15245 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
15247         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15249 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
15251         * configure.in: Make sure we only replace RPATH_ENVVAR on
15252         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15253         regexp to sed.
15255         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15256         to sub-makes.
15258 1998-01-13  Lee Iverson   (leei@ai.sri.com)
15260         * config-ml.in (multi-do): LDFLAGS must include multilib
15261         designator.
15263 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
15265         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15267 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
15269         * config.sub: Add mingw32 support.
15270         * configure.in: Likewise.
15272 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15274         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15276 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
15278         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15279         * configure (gxx_include_dir): Provide a definition for subdirs
15280         which do not use autoconf.
15282 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
15284         * config.guess: Sync with egcs.  Picks up new alpha support,
15285         BeOS & some additional linux support.
15287 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
15289         * config.guess: HP 9000/803 is a PA1.1 machine.
15291 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
15293         * configure.in: It's alpha*-...
15295 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15297         * configure.in (host_makefile_frag, target_makefile_frag):
15298         Handle multiple config files.
15299         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15300         alpha-*-*.
15302 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
15304         * mkdep: New file.
15306 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
15308         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15310 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15312         * Makefile.in: Add libgui directory.
15313         (GDB_TK): Add all-libgui.
15314         * configure.in: Add libgui directory.
15315         * configure: Add all-libgui to GDB_TK.
15317 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
15319         * config-ml.in (multidirs): Add m32r to multilib list.
15321 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
15323         * Makefile.in (all-target-gperf): Change dependency to
15324         all-target-libstdc++.
15326 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
15328         * config.guess: Add BeOS support.
15330 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15332         Source directory cvs renamed to cvssrc:
15333         * configure.in (host_tools): Change cvs to cvssrc.
15334         (native_only): Likewise.
15335         (noconfigdirs) [various cases]: Likewise.
15336         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15337         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15338         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
15339         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15340         (all-cvssrc): Rename target from all-cvs.
15342 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
15344         * configure (gxx_include_dir): Fix thinko.
15346 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
15348         * Makefile.in (INSTALL_TARGET_CROSS): Define.
15349         (install-cross, install-gcc-cross): New targets.
15351 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
15353         * configure.in (noconfigdirs): Add support for Thumb target.
15355         * config.sub (maybe_os): Add support for Thumb target.
15357 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
15359         * Makefile.in: Add rules for cygmon.
15361         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
15363 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
15365         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15366         * configure (gxx_include_dir): Provide a definition for subdirs
15367         which do not use autoconf.
15369 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
15371         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
15372         11/18/97 build
15374 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
15376         * From Franz Sirl.
15377         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
15378         found on RedHat Linux systems.
15380 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
15382         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
15383         guesses.
15385 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
15387         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
15389 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
15391         * ltmain.sh: If mkdir fails, check whether the directory was created
15392         anyhow by some other process.
15394 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
15396         * configure.in (d30v-*-*): Configure all directories.
15398 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
15400         * configure.in (d30v-*-*): Configure newlib, libiberty directories
15401         for the D30V.
15403 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
15405         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
15407 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
15409         * include/libiberty.h: Add extern "C" { so it can be used with C++
15410         progrms.
15411         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
15412         programs.
15414 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
15416         * configure.in (d30v-*-*): Configure GCC now.
15418 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
15420         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
15421         is no longer needed.
15423 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
15425         * Makefile.in: check-target-libio depends on all-target-libstdc++.
15427 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
15429         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
15430         targets using "$@" to provide support for similar but not identical
15431         targets without having to duplicate code.
15433 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
15435         * makefile.vms: Fix to work with DEC C.
15437 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
15439         * config.sub: Add mips-tx39-elf to marketing names.
15441 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
15443         * ltmain.sh: Handle symlinks in generated script.
15445 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
15447         * configure: Handle autoconf style directory options: --bindir,
15448         --datadir, --includedir, --infodir, --libdir, --libexecdir,
15449         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
15450         --sysconfdir.
15451         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15452         (sharedstatedir, localstatedir, oldincludedir): New variables.
15453         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15454         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15455         sbindir, sharedstatedir, and sysconfdir.
15457 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15459         * Makefile.in (bootstrap-lean): New target.
15461 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
15463         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
15464         sn, and gnuserv from noconfigdirs.
15466 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
15468         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15470 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
15472         * Makefile.in (cross): New target.
15474 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
15475                           Jeff Law         <law@cygnus.com>
15477         * Makefile.in (bootstrap2, bootstrap3): New targets.
15478         (all-bootstrap): Remove outdated and confusing target.
15479         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15481 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15483         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15484         windows.  Consistent with gdb/configure.
15486 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
15488         * configure.in: Name Linux target fragment.
15490         * configure: Rewrite so that project Makefile fragment is inserted
15491         first and appears last in the resulting Makefile.
15493 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15495         * Makefile.in (install-itcl): Install tcl first.
15497 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
15499         * configure.in: remove bison from noconfigdirs for Cygwin32 host
15501 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15503         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15505         * configure.in (skipdirs): Add target-librx for Linux.
15506         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15508 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
15510         * Makefile.in (bootstrap): New target.
15512 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
15514         * config.sub: Accept 'amigados' for backward compatibility.
15516 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
15518         * config.guess: Merge with FSF.
15520 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
15522         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15524 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
15526         * config.sub: Add "marketing-names" patch.
15528 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
15530         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15532 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
15534         * config.sub: Handle v850-elf.
15536 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
15538         * .cvsignore (*-install): Remove.
15540 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
15542         * ltconfig: Set CONFIG_SHELL in libtool.
15543         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15545 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15547         * configure.in (target_subdir): Set to libraries if enable_multilib.
15549 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
15551         * config.guess: Update from gcc directory.
15553 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15555         * Makefile.in (all-sim): Depends on all-readline.
15557 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
15559         * Makefile.in (BISON, YACC): Use $$s.
15560         (all-bison): Depend on all-texinfo.
15562 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
15564         * Makefile.in (BISON): Add -L flag.
15565         (YACC): Likewise.
15567 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15569         * configure.in (noconfigdirs): Add support for v850e target.
15571         * config.sub (maybe_os): Add support for v850e target.
15573 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15575         * configure.in (noconfigdirs): Add support for v850ea target.
15577         * config.sub (maybe_os): Add support for v850ea target.
15579 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
15581         * config.sub: Add mipstx39.  Delete r3900.
15583 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15585         * Makefile.in (all-autoconf): Depends on all-texinfo.
15587 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
15589         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15590         eabi targets.
15592 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
15594         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15596         * configure: When handling a Canadian Cross, handle YACC as well as
15597         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
15598         * Makefile.in (all-bison): Depend upon all-texinfo.
15600 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
15602         * Makefile.in (BISON): bison, not byacc or bison -y.
15603         (YACC): bison -y or byacc or yacc.
15604         (various): Add *-bison as appropriate.
15605         (taz): No need to mess with BISON anymore.
15607 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
15609         * configure: If OSTYPE matches *win32*, try to find a good value for
15610         CONFIG_SHELL.
15612 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
15614         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15615         configure.in if it is present.
15617 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
15619         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15621 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
15623         * config.sub: Recognize `arc' cpu.
15624         * configure.in: Likewise.
15625         * config-ml.in: Likewise.
15627 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
15629         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15631 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
15633         * configure: Changed sed delimiter from ':' to '|' when
15634         attempting to substitute ${config_shell} for SHELL. On
15635         NT ${config_shell} may contain a ':' in it.
15637 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
15639         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15641 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
15643         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15645 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15647         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15649         * ylwrap: If the program is a relative path, force it to be
15650         absolute.
15652 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15654         * configure (tooldir): Set BISON to `bison -y' and not just bison.
15656 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15658         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15659         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15660         for libraries.
15662 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
15664         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15665         separated by spaces.
15667 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
15669         * ylwrap: New file.
15670         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15672         * ltmain.sh: Handle /bin/sh at start of install program.
15674         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15676         * ltconfig, ltmain.sh: New files, from libtool 1.0.
15677         * missing: New file, from automake 1.2.
15679 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
15681         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
15682         check-tk to CHECK_X11_MODULES.
15684 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15686         * config.sub: Merge with FSF.
15688 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15690         * config.guess: Merge with FSF.
15692 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15694         * configure: Treat msdosdjgpp like go32.
15695         * configure.in: Likewise.  Don't remove gprof for go32.
15697         * configure: Change Makefile.tem2 to Makefile.tm2.
15699 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
15701         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15703 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15705         * install-sh (chmodcmd): Set to null if the DST directory already
15706         exists.  Same as Nov 11th change.
15708 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
15710         * configure (GDB_TK): Needs itcl and tix.
15712 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
15714         * config.guess: Update from FSF.
15716 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
15718         * Makefile.in (GDB_TK): Depend on itcl and tix.
15720 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15722         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15723         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15724         (INSTALL_SCRIPT): New variable.
15725         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15726         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15727         to -x.
15728         * install-sh: Add support for -x option.
15730 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
15732         * configure.in, Makefile.in: Treat tix like itcl.
15734 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
15736         * Makefile.in (WINDRES): New variable.
15737         (WINDRES_FOR_TARGET): New variable.
15738         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15739         (EXTRA_HOST_FLAGS): Add WINDRES.
15740         (EXTRA_TARGET_FLAGS): Add WINDRES.
15741         (EXTRA_GCC_FLAGS): Add WINDRES.
15742         ($(DO_X)): Pass down WINDRES.
15743         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15744         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15745         DLLTOOL_FOR_TARGET.
15747 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
15749         * configure.in: configure sim before gdb for win32-x-ppc
15751 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15753         Move gperf into the toplevel, from libg++.
15754         * configure.in (target_tools): Add target-gperf.
15755         (native_only): Add target-gperf.
15756         * Makefile.in (all-target-gperf): New target, depend on
15757         all-target-libg++.
15758         (configure-target-gperf): Empty rule.
15759         (ALL_TARGET_MODULES): Add all-target-gperf.
15760         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15761         (CHECK_TARGET_MODULES): Add check-target-gperf.
15762         (INSTALL_TARGET_MODULES): Add install-target-gperf.
15763         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15765 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
15767         * config.sub (mn10200): Recognize new basic machine.
15769 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15771         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15772         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15774 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15776         * configure.in: If we're building mips-sgi-irix6* native, turn on
15777         ENABLE_MULTILIB and set TARGET_SUBDIR.
15779 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
15781         * Makefile.in (all-sn): Depend on all-grep.
15783 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
15785         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15787         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15788         Makefile.  From Jeff Makey <jeff@cts.com>.
15789         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15791         * Makefile.in (DISTBISONFILES): Remove.
15792         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
15793         $(DEFAULT_YACC).
15795         * configure.in: Build itl, db, sn, etc., when building for native
15796         cygwin32.
15798         * Makefile.in (LD): New variable.
15799         (EXTRA_HOST_FLAGS): Pass down LD.
15800         ($(DO_X)): Likewise.
15802 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
15804         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15806 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
15808         * configure.in (targargs): Strip out any supplied --build argument
15809         before adding our own. Always add --build.
15811 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
15813         * configure.in (targargs): Pass --build if we're doing
15814         a cross-compile.
15816 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
15818         * configure: Use '|' instead of ":" as the separator in
15819         sed. Otherwise sed chokes on NT path names with drive
15820         designators. Also look for "?:*" as the leading characters in an
15821         absolute pathname.
15823 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
15825         * config.sub: Support for r3900.
15827 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15829         * configure.in: Use install-sh, not install.sh.
15831 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15833         * Makefile.in (taz): Improve check for BISON so it doesn't try to
15834         apply it twice.
15836 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15838         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15839         install-binutils.
15841 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
15843         * Makefile.in: Add automake targets.
15844         * configure.in (host_tools): Add automake.
15846 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15848         * configure: Default CXX to c++, not gcc.
15849         * Makefile.in (CXX): Set to c++, not gcc.
15850         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15852 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
15854         * install-sh: try appending a .exe if source file doesn't
15855         exist
15857 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
15859         * configure.in: Turn on multilib by default.
15860         (cross_only): Remove target-libiberty.
15862         * Makefile.in (all-gcc): Don't depend on libiberty.
15864 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
15866         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15868 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15870         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15871         (DISTBISONFILES): Add ld/Makefile.in
15873 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
15875         * configure.in: if target is cygwin32 but host isn't cygwin32,
15876         don't configure gdb tcl tk expect, not just gdb.
15878 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
15880         * configure.in: Added gnuserv everywhere sn appears.
15882         * Makefile.in (ALL_MODULES): Added all-gnuserv.
15883         (CROSS_CHECK_MODULES): Added check-gnuserv.
15884         (INSTALL_MODULES): Added install-gnuserv.
15885         (CLEAN_MODULES): Added clean-gnuserv.
15886         (all-gnuserv): New target.
15888 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
15890         * config.guess: Fixes for MIPS OpenBSD systems.
15892 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15894         * Makefile.in (INSTALL_XFORM): Remove.
15895         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15897         * mkinstalldirs: New file, copied from automake.
15898         * Makefile.in (installdirs): Rename from install-dirs.  Use
15899         mkinstalldirs.  Change all users.
15900         (DEVO_SUPPORT): Add mkinstalldirs.
15902 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15904         * install-sh: Rename from install.sh.
15905         * Makefile.in (INSTALL): Change install.sh to install-sh.
15906         (DEVO_SUPPORT): Likewise.
15908         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
15909         Graichen <graichen@rzpd.de>.
15911 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
15913         * config.guess: Recognize OpenBSD systems correctly.
15915 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15917         * README, Makefile.in (ETC_SUPPORT): Remove references to
15918         cfg-paper*, configure.{texi,man,info*}._
15920 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
15922         * Makefile.in (all.normal): Ensure that gcc is built after all
15923         the x11 - ie gdb - targets.
15925 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
15927         * makefile.vms: Don't run conf-a-gas.
15929 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
15931         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15933 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
15935         * configure.in: Remove noconfigdirs case since gdb also
15936         configures and builds for tic80-coff.
15938 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15940         * configure: Set cache_file to config.cache.
15941         * Makefile.in (local-distclean): Remove config.cache.
15943 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15945         * COPYING: Update FSF address.
15947 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
15949         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15950         noconfigdirs.
15952 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15954         * Makefile.in (install-dirs): Don't crash if prefix, and hence
15955         MAKEDIRS, is empty.
15957 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15959         * config.sub: Tweak mn10300 entry.
15961 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15963         * configure.in (host_tools): Put sim before gdb, so gdb's
15964         configure.tgt can determine if the simulator was configured.
15966 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15968         * config.sub: Move BeOS $os case to be with other Cygnus
15969         local cases.
15971 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15973         * config.sub: Remove misplaced comment that broke Linux.
15975 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15977         * config.sub: Add BeOS support.
15979 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15981         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15983 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15985         * configure.in (noconfigdirs): Remove tcl and tk from
15986         noconfigdirs for cygwin32 builds.
15988 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15990         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15992 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15994         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15995         make-all.com, use makefile.vms instead.
15997 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15999         * config.sub: Accept -lnews*.
16001 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
16003         * configure.in (noconfigdirs): Disable target-newlib,
16004         target-examples and target-libiberty for d30v.
16006 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16008         * configure.in (noconfigdirs): Enable ld for d30v.
16010 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
16012         * configure.in (tic80-*-*): Build compiler.
16014 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
16016         * configure.in (d30v-*): Remove sim directory from list of
16017         unsupported d30v directories
16019 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16021         * config.sub, configure.in: Add d30v target cpu.
16023 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
16025         * makefile.vms: New file.
16026         * make-all.com: Remove.
16028 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
16030         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16032 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
16034         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16036 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
16038         * Makefile.in (ALL_MODULES): Added all-db.
16039         (CROSS_CHECK_MODULES): Addec check-db.
16040         (INSTALL_MODULES): Added install-db.
16041         (CLEAN_MODULES): Added clean-db.
16043 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
16045         * config.guess: Merge with latest FSF sources.
16047 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
16049         * Makefile.in (ALL_MODULES): Added all-itcl.
16050         (CROSS_CHECK_MODULES): Added check-itcl.
16051         (INSTALL_MODULES): Added install-itcl.
16052         (CLEAN_MODULES): Added clean-itcl.
16054 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
16056         * configure.in: build gdb for mn10200
16058 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
16060         * Makefile.in (all-target-winsup): Depend on all-target-libio.
16062 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
16064         * configure.in (tic80-*-*): Turn off most targets right now.
16066 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
16068         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16069         rather than the makeinfo program.
16070         (do-info): Depend upon all-texinfo.
16072 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16074         * configure.in: Remove uses of config/mh-linux.
16076         * config.sub, config.guess: Merge with latest FSF sources.
16078 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
16080         * config.sub (case $basic_machine): Add tic80 entries.
16082 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
16084         * config.sub, config.guess: Merge with latest FSF sources.
16086 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16088         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16089         * mpw-config.in: Test for NewFolderRecursive.
16090         * mpw-install: Use symbolic name for startup filename.
16091         * mpw-README: Add various additional details.
16093 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
16095         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16097 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
16099         * configure.in: Do build gcc and the target libraries for
16100         the mn10200.
16102 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
16104         * configure.in: don't avoid building gdb for mn10300 any more
16105         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16106         instead of single-quoting it.
16108 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
16110         * configure.in: Don't use --with-stabs on IRIX 6.
16112 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
16114         * configure.in (m32r): Build gdb, libg++ now.
16116 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16118         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
16119         directories from noconfigdirs.
16121 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
16123         * config.sub (basic_machine): added mips16 configuration
16125 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16127         * config.sub: Handle d10v-unknown.
16129 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
16131         * config.sub: Handle v850-unknown.
16133 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
16135         * Makefile.in: add findutils
16136         * configure.in: add findutils to list of host_tools
16138 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
16140         * config.sub: Handle mn10200 and mn10300.
16142 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16144         * configure.in (d10v-*): Do not build librx.
16146 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
16148         * configure.in (mn10300): Build everything except gdb & libgloss.
16150 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
16152         * config.guess:  Patch for Dansk Data Elektronik servers,
16153         from Niels Skou Olsen <nso@dde.dk>.
16155         For ncr, use /bin/uname rather than uname, since GNU uname does not
16156         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
16158         Patch for MIPS R4000 running System V,
16159         from Eric S. Raymond <esr@snark.thyrsus.com>.
16161         Fix thinko for nextstep.
16163         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16165         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
16166         * config.guess: Guess mips-dec-mach_bsd4.3.
16168         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
16169         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
16170         release numbers.
16171         * config.guess (mips-mips-riscos*):  Emit just enough of the
16172         release number.
16174         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
16175         * config.guess (sparc-auspex-sunos*):  Added.
16176         (f300-fujitsu-*): Added.
16178         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
16179         * config.guess:  Recognize a Tadpole as a sparc.
16181 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16183         * config.guess: Don't assume that NextStep version is either 2 or
16184         3.  NextStep 4 (aka OpenStep 4) has come out now.
16186 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16188         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16189         From Rik Faith <faith@cs.unc.edu>.
16191 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
16193         * config.sub: Contributions from bug-gnu-utils to:
16194         Support plain "hppa" (no version given) architecture, reported by
16195         OpenStep.
16196         OpenBSD like NetBSD.
16197         LynxOs is not a hardware supplier.
16199         * config.guess: Contributions from bug-gnu-utils to add support for:
16200         OpenBSD like NetBSD.
16201         Stratus systems.
16202         More Pyramid systems.
16203         i[n>4]86 Intel chips.
16204         M680[n>4]0 Motorola chips.
16205         Use unknown instead of lynx for hardware manufacturer.
16207 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16209         * install.sh (chmodcmd): Set to null if the DST directory already
16210         exists.
16212 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16214         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16215         not use mt-ppc target Makefile fragment any more.
16217 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16219         * configure.in (*-*-windows):  Exclude everything but those dirs
16220         needed to build windows.
16222 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
16224         * Makefile.in (all-target-winsup): Depend on all-target-librx.
16226 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16228         * configure.in:  Exclude mmalloc from i386-windows.
16230 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16232         * Undo my previous change.
16234 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
16236         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16237         unconditionally.
16238         (MAKEOVERRIDES): Define (revert this part of October 18 change).
16240 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16242         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
16243         host to add it's own flags.
16245 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
16247         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16249 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
16251         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16252         (CXX_FOR_TARGET): Likewise.
16253         (GCC_FOR_TARGET): Define.
16254         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16255         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16256         CC_FOR_TARGET was specified on the command line.
16257         (MAKEOVERRIDES): Don't define.
16259 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
16261         * configure.in (m32r): Fix spelling of libg++ libs.
16263 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
16265         * config.sub (-apple*): Remove, now redundant.
16267 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
16269         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16271         * configure: Rework yesterday's sed script patch.
16273         * config.sub: Merge with FSF.
16275 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
16277         * config.guess:  Merge from FSF.
16279         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
16280         * config.guess: Use pc instead of unknown, for pc clone systems.
16281         Change linux to linux-gnu.
16283         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16284         * config.guess: Avoid non-portable tr syntax.
16286 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
16288         * test-build.mk (HOLES): Add "xargs" for gdb.
16290         * configure: Avoid hpux10.20 sed bug.
16292 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
16294         * configure.in:  Add support for windows host
16295         (that is a build done under the Microsoft build environment).
16297 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
16299         * Makefile.in: Replace all uses of srcroot with s, to shrink
16300         command line lengths.
16302         Patches from Geoffrey Noer <noer@cygnus.com>:
16303         * configure.in: If configuring for newlib, pass --with-newlib to
16304         subdirectories.
16305         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16306         -Bnewlib/ and -Lwinsup to gcc.
16307         (CXX_FOR_TARGET): Likewise.
16309 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16311         * Makefile.in (ETC_SUPPORT): Add configure.
16313 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
16315         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16316         host configuration file.
16318 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
16320         * configure.in: Break mn10x00 support into separate
16321         mn10200 and mn10300 configurations.
16322         * config.sub: Likewise.
16324 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
16326         * configure.in: Add lots of stuff to noconfigdirs for
16327         the mn10x00 targets.
16329         * config.sub, configure.in: Add mn10x00 support.
16331 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
16333         * make-all.com: Call conf-a-gas, not config-a-gas.
16335 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
16337         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
16338         targets.
16340 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
16342         * mpw-README: Add much more detail for native PowerMac.
16343         * mpw-install: New file.
16344         * mpw-configure: Add --norecursion and --help options.
16345         * mpw-config.in: Translate readme and install files when
16346         copying to objdir.
16347         * mpw-build.in: Don't always depend on byacc and flex.
16348         (install-only-top): New action.
16350 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
16352         * configure.in:  You can now configure GDB for the v850.
16354 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
16356         * configure.in (noconfigdirs): Don't configure any C++ dirs
16357         if targeting D10V.
16359 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16361         * config.sub: Recognize mips64vr5000.
16363 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
16365         * configure.in: Use a single line for host_tools and native_only.
16367 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
16369         * config.sub, configure.in: Add entries for m32r.
16371 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
16373         * Makefile.in (inet-install): Don't run install-gzip.
16375 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
16377         * configure.in:  Don't config lots of things for *-*-windows*.
16379 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
16381         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
16382         (host_libs, host_tools): Copy from configure.in.
16383         * mpw-configure: Don't complain about directories not found.
16385 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16387         * configure.in (i[345]86): Recognize i686 for pentium pro.
16388         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
16389         file.
16391         * config.guess (i[345]86): Ditto.
16393 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16395         * configure.in (noconfigdirs): Removed gdb for D10V.
16397 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
16399         * configure.in: Remove ld, target-libio, target-libg++, and
16400         target-libstdc++ from noconfigdirs.
16402 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
16404         * configure: Fix three locations where shell scripts were
16405         being run directly rather than with config_shell.
16407 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
16409         * configure.in (v850-*-*): Set up initial $noconfigdirs.
16410         * config.sub (basic_machine): Recognize v850.
16412 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
16414         * mpw-configure: Handle multiple enable/disable options and
16415         pass them down recursively, handle -c and -s flags appropriately
16416         depending on choice of compiler, add escape mechanism for
16417         quoted arguments to gC.
16419 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16421         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
16422         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
16423         so that -mrelocatable-lib and -mno-eabi are used.
16425         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
16426         not support --print-multi-lib, don't abort.
16428 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
16430         * make-all.com: Run config-a-gas.
16431         * setup.com: Don't copy subdirectory files around.
16433 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
16435         * configure.in (*-*-ose): Remove exclusion of libgloss for this
16436         target, it now compiles correctly.
16438 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
16440         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
16442 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16444         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16446 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16448         * configure.in (native_only): Add prms.
16450 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
16452         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16453         (BINUTILS_SUPPORT_DIRS): Likewise.
16455 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16457         * configure.in (d10v-*-*): Don't configure ld or gdb until the
16458         d10v support is added.
16460 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16462         * configure.in (d10v-*-*): New target.
16464 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
16466         * config.guess (HP 9000/811): Recognize this as a PA1.1
16467         machine.
16469 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
16471         * Makefile.in (do-tar-gz): New target, split out from tail end of
16472         taz target.  Run each command separately, don't use pipes.
16473         (taz): Use it.
16475 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
16477         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
16478         * mpw-build.in: No builds should depend on building byacc or flex,
16479         they are assumed to be installed already.
16481 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16483         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16484         variable that CC_FOR_TARGET needs.
16486 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16488         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16489         options have changed since the last time the subdirectory was
16490         configured, and if it has, reconfigure.
16491         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16492         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16494 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
16496         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16497         CLEAN_MODULES): Add bash.
16498         (all-bash): New target.
16500 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
16502         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16504 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16506         * config.sub (basic_machine): Recognize d10v as a valid processor.
16508 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
16510         * mpw-configure: Add support for --bindir.
16511         * mpw-build.in: Use a GCC-specific build script for GCC actions.
16513 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
16515         * configure.in: add bash, time, gawk to list of hosttools and things
16516         to only build for native toolchains
16518 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16520         * Makefile.in (docdir): Remove.
16522 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16524         * Makefile.in (datadir): Set to $(prefix)/share.
16526 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
16528         * configure.in: build diff and patch for cygwin32-hosted
16529         toolchains.
16531 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
16533         * config.sub: Accept -rtems*.
16535 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
16537         * configure.in: enable dosrel for cygwin32-hosted builds,
16538                 remove diff from the list of things not buildable
16539                 via Canadian Cross
16541 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
16543         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16544         don't get ". ".
16546 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
16548         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16550 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
16552         * Makefile.in (taz): Handle case where tex3patch didn't even get
16553         checked out.  Also, if it was found, put the symlink in a new util
16554         subdirectory.
16556 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16558         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16560 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
16562         * config.sub: Recognize -openvms.
16563         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16564         * make-all.com, setup.com: New files.
16566 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16568         * Makefile.in (taz): tex3patch moved to texinfo/util.
16570 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
16572         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16573         * configure.in: remove make from disable-if-Can-Cross list
16574                 enable gdb if ${host} and ${target} are cygwin32
16576 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
16578         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
16579         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16581 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16583         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
16584         distinguish sysv/svr4/bsd variants.
16585         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16587 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
16589         * configure.in: Added copyright notice.
16590         * move-if-change: Added copyright notice.
16592 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16594         * configure.in (powerpcle-*-solaris*): Until we get shared
16595         libraries working, don't build gdb, sim, make, tcl, tk, or
16596         expect.
16598 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
16600         * config.guess:  Merge with FSF:
16602         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16603         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16605         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
16606         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16608         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
16609         * config.guess:  Combine two OSF1 rules.
16610         Also recognize field test versions.  From mjr@zk3.dec.com.
16611         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
16612         because GNU uname does not support -p.  From pmr@pajato.com.
16614 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
16616         * Makefile.in (MAKEDIRS): Removed $(tooldir).
16618 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
16620         * mpw-README: Document GCCIncludes.
16622 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
16624         * configure.in (alpha-*-linux*): Set enable_shared to yes.
16626 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16628         * mpw-configure: Handle --enable-FOO and --disable-FOO.
16630 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
16632         * configure.in (*-*-cygwin32): Configure make.
16634 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
16636         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16638 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
16640         * Makefile.in (all-inet): Depend on all-perl.
16642         * Makefile.in (inet-install): New target.
16644         * Makefile.in (all-inet): Depend on all-tcl.
16645         (all-inet): Depend on all-send-pr.
16647 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16649         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16650         temporarily.
16652 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
16654         * configure.in: Don't configure --with-gnu-ld on AIX.
16656 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16658         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16660 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
16662         * Makefile.in (ALL_MODULES): Added all-inet.
16663         (CROSS_CHECK_MODULES): Added check-inet.
16664         (INSTALL_MODULES): Added install-inet.
16665         (CLEAN_MODULES): Added clean-inet.
16666         (all-indent): New target.
16668         * configure.in (host_tools): Added inet.
16669         (native_only): Added inet.
16670         (noconfigdirs): Added inet.
16672 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
16674         * configure.in: Don't configure libgloss if we are not configuring
16675         newlib.
16677 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
16679         * configure.in: Don't configure libgloss for unsupported
16680         architectures.
16682 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16684         * Makefile.in (CLEAN_MODULES): Add clean-apache.
16686 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
16688         * Makefile.in (ALL_MODULES): Include all-apache.
16689         (CROSS_CHECK_MODULES): Include check-apache.
16690         (INSTALL_MODULES): Include install-apache.
16691         (all-apache): New target.
16693         * configure.in: Added apache everywhere perl is seen.
16695 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16697         * Makefile.in: Add support for clean-{module} and
16698         clean-target-{module} rules.
16700 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
16702         * configure.in (*-*-ose) do not build libgloss.
16704 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16706         * config.guess (prep*:SunOS:5.*:*): Turn into
16707         powerpele-unknown-solaris2.
16709 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
16711         * configure.in: Permit --enable-shared to specify a list of
16712         directories.
16714 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16716         * configure.in (host==solaris): Pass only the first word of $CC
16717         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16719 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16721         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16723 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
16725         * Makefile.in (ALL_MODULES): Include all-perl.
16726         (CROSS_CHECK_MODULES): Include check-perl.
16727         (INSTALL_MODULES): Include install-perl.
16728         (ALL_X11_MODULES): Include all-guile.
16729         (CHECK_X11_MODULES): Include check-guile.
16730         (INSTALL_X11_MODULES): Include install-guile.
16731         (all-perl): New target.
16732         (all-guile): New target.
16734         * configure.in (host_tools): Include perl and guile.
16735         (native_only): Include perl and guile.
16736         (noconfigdirs): Don't build guile and perl; no ports have been
16737         done.
16739 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
16741         * configure (--enable-*): Handle quoted option lists such as
16742         --enable-sim-cflags='-g0 -O' better.
16744 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16746         * Makefile.in ({,inst}all-target): New rule so we can make and
16747         install all of the target directories easily.
16749 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16751         * configure.in: Add missing global flag in sed substitution when
16752         deleting `target-' from ${configdirs}.
16754 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
16756         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16757         option.
16759         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16760         config/mh-necv4.
16762         * install.sh: Correct misspelling of transformbasename.
16764         * config.guess: Recognize mips-*-sysv*.
16766 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
16768         * config.sub: Recognize mon960.
16770 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
16772         * configure: Restore Canadian Cross handling of BISON and LEX,
16773         removed in Feb 20 change.
16775 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
16777         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16778         Mention make install.  Remove the old copyright date as well the
16779         clumsy and rather pointless copyright on the README file.
16781 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16783         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16784         Makefile after running symlink-tree, then run `make distclean' to
16785         avoid clobbering any generated files in srcdir.
16787 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
16789         * configure.in (m68k-*-netbsd*): Build everything now.
16791 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16793         * Makefile.in (taz): Fix quoting.
16795 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
16797         * configure.in (sparclet-*-*): Build everything now.
16799 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16801         * configure.in (m68k-*-linux*): New host.
16803 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
16805         * configure: Check for bison before byacc.
16807 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
16809         * Makefile.in configure:  Change the way LEX and BISON/YACC are
16810         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
16811         searching PATH.  These are used as fallbacks by Makefile.in if
16812         flex/bison/byacc aren't in objdir.
16814 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
16816         * Makefile.in: Make everything which depends upon all-bfd also
16817         depend upon all-opcodes, in case --with-commonbfdlib is used.
16819 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16821         * configure.in (host *-*-cygwin32): Don't build gdb if we are
16822         building NT native compilers on Unix.
16824 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
16826         * configure.in: Don't get CC from the host Makefile fragment if we
16827         can find gcc in PATH, or if this is a Canadian Cross.  Move the
16828         Solaris test for /usr/ucb/cc to the post target script, just after
16829         the compiler sanity test.
16831 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
16833         * config.sub: Merge with FSF.
16835 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
16837         * Makefile.in (RPATH_ENVVAR): New variable.
16838         (REALLY_SET_LIB_PATH): Use it.
16839         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16841 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
16843         * config.sub, configure.in: Recognize sparclet cpu.
16845 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16847         * config.guess:  Support m68k-cbm-sysv4.
16849 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16851         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16852         m68k-unknown-linuxaout from linker help string.  Put quotes around
16853         $ld_help_string.
16855 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
16857         * config.guess (powerpc-harris-powerunix): Add guess for port
16858         to new target.
16860 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16862         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16864 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
16866         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16867         $(REALLY_SET_LIB_PATH) in Makefile.
16868         * Makefile.in (SET_LIB_PATH): New variable.
16869         (REALLY_SET_LIB_PATH): New variable.
16870         ($(DO_X)): Use $(SET_LIB_PATH).
16871         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16872         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16873         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16874         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16875         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16876         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16877         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16878         (install-dosrel): Likewise.
16879         (all-opcodes): Depend upon all-libiberty.
16881 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16883         * config.guess (*:CYGWIN*): New
16885 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16887         * Makefile.in (all-target-winsup): All all-target-libiberty.
16889 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16891         * configure.in (noconfigdirs): Add missing # in front of comment.
16893 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
16895         * configure.in: add second pass to things added to noconfigdirs
16896         so *-gm-magic can exclude libgloss properly.
16898 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
16900         * mpw-configure (extralibs_name, rez_name): Set correctly
16901         for MWC68K compiler.
16903         * mpw-README: Add more info on the necessary build tools.
16905 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16907         * configure.in, config.sub: Recognize cygwin32.
16909 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
16911         * config.guess, config.sub: Recognize A/UX.
16913 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
16915         * config.sub: Merge with gcc/config.sub.
16917 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
16919         * mpw-build.in (do-binutils): Add build of stamps.
16921 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
16923         * config.sub: Add recognition for mips64vr4100*-* targets.
16925 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16927         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16928         Add creation of gconfigargs with `--enable-shared' turned on.
16929         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16930         ($(host)-stamp-stage3-configured): Likewise.
16931         (HOLES): Add chatr and ldd.
16932         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16934 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
16936         * configure: Pass --nfp to recursive configures.
16938 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16940         * Makefile.in (DLLTOOL): New.
16941         (DLLTOOL_FOR_TARGET): New.
16942         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16943         (EXTRA_TARGET_FLAGS): Ditto.
16944         (EXTRA_GCC_FLAGS): Ditto.
16945         (CONFIGURE_TARGET_MODULES): Ditto.
16946         (DO_X): Ditto.
16947         * configure: Add DLLTOOL.
16949 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
16951         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16952         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16953         mh-sco, since old workarounds no longer needed, and don't
16954         build ld, since libraries have weak symbols in COFF.
16956 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16958         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16960 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16962         * configure.in: Make sure that ${CC} can be used to compile an
16963         executable.
16965 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16967         * Makefile.in (all-gdb): Depend on $(GDB_TK).
16968         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16969         nothing depending on whether gdbtk is being built.
16971 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16973         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16975 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16977         * configure.in (noconfigdirs): Put ld or gas in this early, if the
16978         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16980 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16982         * config-ml.in: Add support for
16983         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16984         Simplify setting of multidirs from --disable-foo.
16986 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16988         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16989         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16990         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16991         non-empty, pass them on to the  GCC make.
16992         (all-bootstrap): New rule that is like all-gcc, except it executes
16993         the GCC bootstrap rule instead of the GCC all rule.
16995 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16997         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16999 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17001         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17002         DG/UX support.
17004 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
17006         * config.sub (i*86*) Change [345] to [3456]
17008 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17010         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17011         --with-gnu-ld=no.
17013 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17015         * config-ml.in (rs6000*, powerpc*): Add switches to control which
17016         AIX multilibs get built.
17018 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17020         * configure.in (i386-win32): Don't build expect if we're not
17021         building the tcl subdir.
17023 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
17025         * Makefile.in: (configure-target-examples, all-target-examples):
17026         New targets, configure and build example programs.
17028 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
17030         * mpw-configure: If an mpw-config.in generated a file mk.sed,
17031         use it as input to sedit the generated MPW makefile.
17032         * mpw-README: Add a suggestion about Gestalt.h.
17034 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
17036         * config.sub: Accept *-*-ieee*.
17038 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
17040         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
17041         Ronald F. Guilmette <rfg@monkeys.com>.
17043 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17045         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17046         for powerpc-pe native.
17047         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17048         (target==powerpc-pe): duplicate i386-win32 entry.
17050 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17052         * configure.in (noconfigdirs): Exclude target-newlib for all versions
17053         of vxworks, not just vxworks5.1.
17055 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
17057         * mpw-configure: Add support for exec-prefix.
17059 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17061         * config.guess: Recognize HP model 816 machines as having
17062         a PA1.1 processor.
17064 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17066         * configure: Ignore new autoconf configure options.
17068 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17070         * config.guess:  Recognize Pentium under SCO.
17071         From Robert Lipe <robertl@arnet.com>.
17073 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17075         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17077 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
17079         * configure.in: Don't configure gas for alpha-dec-osf*.
17081 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
17083         * configure.in: Default to --with-stabs for some targets for which
17084         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17085         i[345]86*-*-unixware*.
17087 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17089         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17090         rather than basing it on the target.  Simplify handling of options
17091         controlling which directories to configure.  Remove extraneous
17092         slash in multi-clean target.
17094 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
17096         * config-ml.in: Prefix more variables with ml_ so they don't collide
17097         with configure's.
17099 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
17101         * configure: Don't turn -v into --v.
17103 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
17105         * configure.in (targargs): Fix typo.
17107         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17109 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
17111         * configure.in: Strip --host and --target options from
17112         CONFIG_ARGUMENTS, and always configure for --host only.  Add
17113         --with-cross-host option when building with a cross-compiler.
17114         * configure: Canonicalize the arguments put into config.status by
17115         always using `=' for an option with an argument.  Pass a presumed
17116         --host or --target explicitly.
17118 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
17120         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17121         into general OS recognition case.
17123 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17125         * configure.in (target_configdirs): add target-winsup only
17126         for win32 target systems.
17128 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
17130         * Makefile.in (all-target-libgloss): Depend upon
17131         configure-target-newlib, since when libgloss is built it looks to
17132         see if the newlib directory exists.
17134 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
17136         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17137         cfg-ml-*.in.
17139 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
17141         * configure: Handle LD and LD_FOR_TARGET when configuring a
17142         Canadian Cross.
17144 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17146         * configure.in (target_libs): add target-winsup.
17147         (target==i386-win32): add patch diff flex make to $noconfigdirs.
17148         (target==ppcle-pe): remove ld from $noconfigdirs.
17150 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
17152         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17153         Preserve relative path names in $srcdir.  Build symlink tree if
17154         configuring cross target dir and srcdir=. (= no VPATH support).
17155         (configure-target-libg++): Depend on configure-target-librx.
17156         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17157         * config-ml.in: New file.
17158         * symlink-tree: New file.
17159         * configure: Ensure srcdir="." if that's what it is.
17161 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
17163         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17164         includes and FLEX_SKELETON setting.
17165         * mpw-configure (--with-gnu-ld): New option, controls whether
17166         to use PPCLink or ld with PowerMac GCC.
17167         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17168         * mpw-config.in: Configure grez if targeting Mac.
17170         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17171         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17172         just macos.
17173         * configure.in: Configure grez resource compiler if targeting Mac.
17174         * Makefile.in (all-grez, install-grez): New targets.
17176 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
17178         * configure: CXX defaults to gcc, not g++.  If we find
17179         gcc in the path, set CC to gcc -O2.
17181 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
17183         * configure: Default ${build} correctly.  Avoid picking up extra
17184         spaces when reading CC and CXX from Makefile.  When doing a
17185         Canadian Cross, use plausible default values for numerous
17186         variables.
17187         * configure.in: When doing a Canadian Cross, don't try to
17188         configure tools whose configure script can't handle it.
17190 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17192         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17194 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17196         * configure:  Remove dubious bug reporting address.
17198 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17200         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
17201         configure script, run that instead of this directory's configure.
17202         In either case, print a message that we're configuring the sub-dir.
17204 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17206         * configure.in: Before checking for the existence of various files,
17207         use sed to filter out "target-".
17209 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17211         * Makefile.in (DO_X): Split rule to decrease command line length
17212         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
17213         (Philippe De Muyter).
17215 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17217         * Makefile.in (all-patch): depend on all-libiberty.
17219 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
17221         * configure.in: If the only directory in target_configdirs which
17222         actually exists is libiberty, then set target_configdirs to empty,
17223         to avoid trying to build a target libiberty in a gas or gdb
17224         distribution.
17226 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
17228         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17229         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17230         systems.
17232 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17234         * configure.in (copy_dirs): Use sys-include instead of include
17235         for --with-headers option.
17237 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
17239         * Makefile.in, configure.in: Make winsup builds work with
17240         new scheme.
17242 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
17244         * configure.in: Build the linker on AIX.
17246 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17248         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
17249         where needed.
17251 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
17253         * Makefile.in (all-gcc): Fix typo.
17255 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17257         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
17259 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17261         * configure.in:  Rename libFOO to target-libFOO, and xiberty
17262         to target-xiberty, to provide more flexibility.
17263         (target_subdir):  Define.  Create if cross.
17264         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17265         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
17266         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17267         check-libFOO -> check-target-libFOO, etc.
17268         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17269         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17270         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17271         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
17272         allow ALL_GCC="" to only configure.
17273         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
17274         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
17275         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
17277 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
17279         * Makefile.in (taz): Build "info" in etc explicitly.
17281 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
17283         * configure.in:  Make sure that CC is undefined (as opposed to
17284         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
17285         problem with autoconf trying to configure on a host without GCC.
17287 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17289         * mpw-configure: Set host alias from choice of host compiler,
17290         only use generic MPW Makefile sed if present, edit a file
17291         named "hacked_Makefile.in" instead of "Makefile.in" if present.
17292         * mpw-README: Add problem notes about CW6 and CW7.
17294 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
17296         * Makefile.in (taz): Use ";" instead of ";;".
17298 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17300         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
17301         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17302         DISTDOCDIRS.
17303         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
17304         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
17306 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17308         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
17309         and gnats, because they are now subsumed by DISTSTUFFDIRS.
17310         Move bfd to DISTSTUFFDIRS.
17312 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17314         * Makefile.in (X11_LIB): Removed.
17315         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17317         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17319 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17321         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17322         names.
17324 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17326         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17328 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
17330         * configure.in (i[345]86-*-win32): Always build newlib.
17331         Don't configure cvs, autoconf or texinfo.
17332         * Makefile.in (LD_FOR_TARGET): New.
17333         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17334         Pass down LD_FOR_TARGET.
17336 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17338         * winsup: New directory.
17339         * Makefile.in: Build winsup.
17340         * configure.in: Winsup is configured when target is win32.
17341         Can only build win32 target GDB when native.
17343 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
17345         * config.guess: Recognize HP model 819 machines as having
17346         a PA 1.1 processor.
17348 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17350         * configure: Fix sed loop which substitutes for CC and CXX to
17351         avoid bug found in various sed implementations.
17353 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17355         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17356         simulator.  Use standard powerpc-*-eabi*.
17358 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17360         * configure.in: Stop putting gas and binutils in noconfigdirs for
17361         powerpc-*-aix* and rs6000-*-*.
17363 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
17365         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
17366         -mcall-aixdesc libraries.
17368 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
17370         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17372         * config.sub (arm | armel | armeb): Fix shell syntax.
17374 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17376         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
17377         -msoft-float and -mcpu=common support.
17378         (powerpc*-*-eabisim*): Add support for building -mcall-aix
17379         libraries.
17381 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17383         * configure.in: Allow configuration and build of emacs19 for the alpha.
17385 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17387         * configure.in (CC): Get ^CC, not just any old CC, from
17388         ${host_makefile_frag}.
17390 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17392         * configure.in (CC): Try to get CC from
17393         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
17395 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17397         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
17398         only if it exists in $(srcdir).
17400 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17402         * configure: If CC and CXX are not set in the environment, set
17403         them, based on either an existing Makefile or on searching for gcc
17404         in PATH.  Substitute for CC and CXX in Makefile.
17405         * configure.in: Remove libm from target_libs.  Separate
17406         target_configdirs from configdirs.  If CC is not set in
17407         environment, try to get it from a host Makefile fragment.  Rewrite
17408         changes of configdirs to use skipdirs instead.  A few minor
17409         tweaks.  Take directories out of target_configdirs as they are
17410         taken out of configdirs.  Remove existing Makefile files from
17411         subdirectories.  Substitute for TARGET_CONFIGDIRS and
17412         CONFIG_ARGUMENTS in Makefile.
17413         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
17414         by configure.in.
17415         (CONFIG_ARGUMENTS): Likewise.
17416         (CONFIGURE_TARGET_MODULES): New variable.
17417         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
17418         ($(CONFIGURE_TARGET_MODULES)): New target.
17419         (configure-libg++, configure-libio): New targets.
17420         (all-libg++): Depend upon configure-libg++.
17421         (all-libio): Depend upon configure-libio.
17422         (configure-libgloss, all-libgloss): New targets.
17423         (configure-libstdc++): New target.
17424         (all-libstdc++): Depend upon configure-libstdc++.
17425         (configure-librx, all-librx): New targets.
17426         (configure-newlib): New target.
17427         (all-newlib): Depend upon configure-newlib
17428         (configure-xiberty): New target.
17429         (all-xiberty): Depend upon configure-xiberty.
17431 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17433         * configure.in (host i[345]86-*-win32):  Expand the
17434         noconfigdirs again.
17436 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
17438         * mpw-configure: Fix sed command file name.
17440 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17442         * configure.in (host i[345]86-*-win32): Reduce the
17443         noconfigdirs again.
17445 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
17447         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17448         or powerpc*-*-pe*, since they are not yet supported.
17450 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17452         Add PowerMac support and many other enhancements.
17453         * mpw-configure: New option --cc to select compiler to use,
17454         paste options set according to --cc into the generated
17455         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17456         if mpw-make.sed is present.
17457         * mpw-config.in: Don't test for gC1, test for mpw-touch,
17458         add forward includes for PowerPC include files.
17459         * mpw-build.in: Build using Makefile.PPC if present.
17460         (do-byacc, etc): Remove separate version resource builds.
17461         (do-gas): Build "stamps" before "all".
17462         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
17463         * mpw-README: Update to reflect --cc option, PowerMac support,
17464         and recently-reported compatibility problems.
17466 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
17468         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
17469         embedded m68k systems (-aout, -coff, -elf, -vxworks).
17470         (--with-multilib-top): Pass to recursive invocations.
17472 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
17474         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17475         v810-*-*.
17477 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17479         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17480         gdb, ld and opcodes on v810-*-*.
17482 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17484         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17485         (local-maintainer-clean): New target.
17486         (maintainer-clean): New target.
17487         (realclean): Just depend upon maintainer-clean.
17489 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17491         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17493 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
17495         * configure.in: Build ld in mips*-*-bsd* case.
17497 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
17499         * config.sub: Accept -lites* OS.  From Ian Dall.
17501 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
17503         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17504         targets.
17506 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17508         * configure.in: treat i386-win32 canadian cross the same as
17509         i386-go32 canadian cross.
17511 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17513         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17514         running under the simulator to build a reduced set of libraries.
17515         (powerpc-*-eabiaix): Add fine grained multilib support added to
17516         other powerpc targets yesterday.
17518 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17520         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17521         -disable-softfloat, -disable-relocatable, -disable-aix, and
17522         -disable-sysv to control which multilib libraries get built.
17524 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17526         * configure: Add Makefile.tem to list of files to remove in trap
17527         handler.
17529 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17531         * config.guess (*Linux*):  Add missing "exit"s.
17532         Also, need specific check for alpha-unknown-linux (uses COFF).
17534 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17536         * config.guess:  Merge with FSF:
17538         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
17539         * config.guess (AIX4): More robust release numbering discovery.
17541         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
17542         * config.guess (i386-sequent-ptx): Properly get version number.
17544         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
17545         * config.guess (mips:*:4*:UMIPS): New case.
17547 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17549         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17550         (i386-win32 host): Likewise.  Don't build readline.
17552 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
17554         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
17555         SUPPORT_FILES to submakes.
17557 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
17559         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17560         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17561         mpw-configure.
17563 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
17565         * configure.in (appdirs): Use =, not ==, in test expression when
17566         trying to build the text to print in the warning message for
17567         Solaris users.
17569 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
17571         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17573 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17575         * config.guess: Recognize lynx-2.3.
17577 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
17579         * config.sub (z8ksim): Deleted
17580         (z8k-*-coff): New, this is the one true name of the target.
17582 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
17584         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17586 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
17588         * config.guess (*:Linux:*:*): First try asking the linker what the
17589         default object file format is (elf, aout, or coff).  Then if this
17590         fails, try previous methods.
17592 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17594         * configure.in: Don't build newlib for *-*-vxworks5.1.
17596 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17598         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17599         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17601 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
17603         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17605 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
17607         * cfg-ml-com.in: New file.
17608         * cfg-ml-pos.in: New file.
17610 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17612         * COPYING.NEWLIB: Add HP free copyright to list.
17614 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17616         * config.sub: Recognize -eabi* for the system, not just -eabi.
17618 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17620         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17621         * config.sub, configure.in (win32): New target and host.
17623 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17625         * configure.in: Add i386-pe configuration.
17627 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
17629         * mpw-build.in (install): Install GDB after LD.
17631 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
17633         * mpw-config.in (elf/mips.h): Always forward-include, needed
17634         for GDB to build.
17636 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17638         * testsuite: New directory for customer acceptance and whole tool
17639         chain tests.
17641 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17643         * configure: If per-host line isn't found, but AC_OUTPUT is found
17644         and a configure script exists, run it instead.
17646 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17648         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
17650 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17652         * configure: Set build_{cpu,vendor,os,alias} to host values when
17653         --build isn't specified.
17655 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17657         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17658         (FLAGS_TO_PASS): Pass them.
17659         (EXTRA_TARGET_FLAGS): Ditto.
17661 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17663         * Makefile.in (all-libg++): Depend on all-libstdc++.
17665 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17667         * configure.in (noconfigdirs): Enable all packages for
17668           i386-unknown-netbsd.
17670 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
17672         * configure.in (noconfigdirs): Don't configure tk for i386-go32
17673         hosted builds (DOS builds)
17675 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17677         Changes for ARM based on patches from Richard Earnshaw:
17678         * config.sub: Handle armeb and armel.
17679         * configure.in: Omit arm linker only for riscix.
17681 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17683         * config.guess:  Update from FSF.
17685 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
17687         * config.sub: Recognize powerpcle as the little endian variant of
17688         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
17689         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
17690         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
17691         temporarily.
17693 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
17695         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17697 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
17699         * config.sub: Accept -lites* as a basic system type.
17701 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
17703         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17704         installed, and if so return linuxoldld as the system name.
17706 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
17708         * config.guess: Add hppa1.1-hp-lites support.
17710 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17712         * configure.in: Don't build newlib for m68k-vxworks5.1.
17714 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17716         * configure.in (mips-sgi-irix6): Use mh-irix5.
17718 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
17720         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17722 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17724         * test-build.mk: Enable building of shared libraries on IRIX 5 and
17725         OSF/1.  Fix compiler flags.
17726         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
17728 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
17730         * configure.in: Recognize --with-newlib.
17731         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17733 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17735         * Makefile.in: move {all,check,install}-gdb from *_MODULES
17736         to *_X11_MODULES due to gdbtk needing X include files et al.
17738 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
17740         Merge in support for Mac MPW as a host.
17741         (Old change descriptions retained for informational value.)
17743         * mpw-config.in: Add generic include forwards for cpu-specific
17744         include files in aout and elf directories.
17746         * mpw-configure: Added copyright.
17747         * mpw-config.in: Check for presence of required build tools.
17748         (target_libs): Add newlib.
17749         (target_tools): Add examples.
17750         (Read Me): Generate as "Read Me for MPW" instead.
17751         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17752         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17753         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17755         * mpw-configure: Remove subdir-specific makefile hackery,
17756         delete mk.tmp after using it.
17758         * mpw-build.in (all): Display start and end times.
17760         * mpw-configure (host_canonical): Set.
17761         (target_cpu): Always add to makefiles.
17762         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17763         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17764         (mpw-mh-mpw): Look for in srcdir and srcroot.
17765         Use sed instead of mpw-edit-prefix to edit prefix definitions.
17767         * mpw-build.in: (install-only): New target.
17769         * mpw-configure (host_alias, target_alias): Rename from hostalias
17770         and targetalias, add into generated Makefile.
17771         (mk.tmp): If present, add into generated Makefile.
17772         * mpw-build.in (all-gas): Build config.h first before gas proper.
17774         * mpw-configure (config.status): Write only if changed.
17775         * mpw-config.in (readline): Configure it (not built, just used for
17776         definitions).
17778         * mpw-config.in (elf/mips.h): Add a forward include.
17780         * mpw-config.in: Forward-include most .h files in include into
17781         extra-include.
17782         (readline): Don't build.
17783         mpw-build.in (install): Install GDB.
17785         * mpw-configure (prefix, mpw_prefix): Handle it.
17786         * mpw-config.in (mmalloc, readline): Don't configure.
17787         * mpw-build.in (thisscript): Rename to ThisScript.
17788         Use mpw-build instead of BuildProgram everywhere.
17789         (mmalloc, readline): Don't build.
17790         * mpw-README: New file, basic documentation about the MPW port.
17792         * mpw-config.in: Use forward-include to create include files.
17794         * mpw-configure: Add more things to the top of each configured
17795         Makefile, including contents of config/mpw-mh-mpw.
17796         * mpw-config.in (extra-include): Create this directory and fill it
17797         with Posix-like include files when configuring.
17799         * config.sub (apple, mac, mpw): Add various aliases.
17801         * mpw-build.in: New file, top-level build script fragment for MPW.
17802         * mpw-configure: New file, configure script for MPW.
17803         * mpw-config.in: New file, config fragment for MPW.
17805 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17807         * configure.in (host_libs): Remove glob, since it is gone from the
17808         sources.
17810 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17812         * Makefile.in: define empty GDB_NLM_DEPS var.
17814         * configure.in(target_makefile_frag): use config/mt-netware
17815         for netware targets.
17817 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17819         * config.sub: Merge in recent FSF changes.  Remove linux special
17820         cases.
17822 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17824         Revert this change:
17826         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17828                 * build-all.mk: Use CC=cc -Xs on Solaris.
17830 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17832         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
17833         stop using it.
17834         * Makefile.in: Nuke all references to glob subdirectory.
17836 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17838         * configure.in: Fix --enable-shared logic in per-host.
17840 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17842         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17844 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17846         * configure.in (noconfigdirs): Don't build gas on AIX, for
17847         powerpc*-*-aix* as well as for rs6000*-*-aix*.
17849 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
17851         * configure: Fix --cache-file to work if the file argument is a
17852         relative path.
17854 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
17856         * configure: If the --cache-file is used, pass it down to
17857         configure in subdirectories.
17859 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
17861         * config.sub: add vxworks29k configuration.
17863 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17865         * Makefile.in (taz): Do "diststuff" part quietly.
17867 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17869         * config.sub: Mini-merge with gcc/config.sub.
17871 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17873         * config.guess (IRIX): Sed - to _.
17875 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17877         * Makefile.in (source-vault, binary-vault): New targets.
17879 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
17881         * config.sub: Recognize -eabi as a basic system type.
17883 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17885         * configure.in (enable_shared stuff): Fix typo.
17887 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
17889         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17891 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17893         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17895 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
17897         * configure.in (rs6000-*-*): Don't build gas.
17899 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
17901         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17902         reduce command line length.
17903         (AS_FOR_TARGET): Check for as.new, not Makefile.
17904         (NM_FOR_TARGET): Check for nm.new, not Makefile.
17906 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17908         * config.guess:  Merge from FSF.
17910 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17912         * configure: Don't use $ when handling program_suffix.
17914 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
17916         * configure.in:  Configure tk for hppa/hpux.
17918 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17920         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
17922 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17924         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
17925         to LIBCXXFLAGS.  Tests are better run without it.
17927 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
17929         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17931 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
17933         * configure.in (*-*-netware*): Don't configure xiberty.
17935 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
17937         * configure.in:  Remove tk from native_only list.
17939 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
17941         * build-all.mk: Add mips-ncd-elf target to sun4 targets
17942           for special NCD build.
17944 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17946         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17947         makeall.bat, they're only useful for binutils snapshots.
17948         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17949         makeall.bat to specified SUPPORT_FILES.
17951 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
17953         * build-all.mk: Add Ericsson targets to sun4 and solaris
17954           hosts.  Add  BNR's sun4 target to solaris host, so their
17955           build-from-source will be tested in-house first.
17957 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17959         * Makefile.in (LIBCFLAGS): New variable.
17960         (CFLAGS_FOR_TARGET): Ditto.
17961         (LIBCFLAGS_FOR_TARGET): Ditto.
17962         (LIBCXXFLAGS): Ditto.
17963         (CXXFLAGS_FOR_TARGET): Ditto.
17964         (LIBCXXFLAGS_FOR_TARGET): Ditto.
17965         (BASE_FLAGS_TO_PASS): Pass them.
17966         (EXTRA_TARGET_FLAGS): Ditto.
17968         * configure.in: Support --enable-shared.
17970 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17972         * configure.in (target_libs):  Include libstdc++ again.
17973         * config.guess:  Update from FSF (for FreeBSD).
17975 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17977         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17978         makeall.bat.
17979         (DISTDOCDIRS): Add `etc'.
17980         (ETC_SUPPORT_PFX): New variable.
17981         (taz): Include anything from etc starting with a word in
17982         ETC_SUPPORT_PFX.
17984 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17986         * config.sub: Update for recent FSF changes.  Remove obsolete
17987         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17988         spacing changes.
17990 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17992         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17994         * config.guess:  Merge with FSF.
17995         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17997 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17999         * configure: Since the "trap 0" handler will override the exit
18000         status on many systems, only use it for "exit 1", and make it set
18001         a non-zero exit status; reset it before "exit 0".  Also, check
18002         exit status of config.sub, and error out if it failed.
18004 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
18006         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18007         and install libgloss.
18009 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18011         * Makefile.in (all-binutils): Depend upon all-byacc.
18013         * configure.in: Don't build emacs on Irix 5.
18015 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18017         * configure.in (*-*-netware*): Add libio.
18019 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18021         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18022         (CHECK_TARGET_MODULES): Ditto.
18023         (INSTALL_TARGET_MODULES): Ditto.
18024         (TARGET_LIBS): Ditto.
18025         (all-libstdc++): Note dependencies.
18027 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18029         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18031 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18033         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18034         -fexternal-templates.
18036         * configure.in (target_libs): Add libstdc++.
18037         (noconfigdirs): Add libstdc++ as appropriate.
18039 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18041         * config.guess:  Update from FSF.
18043 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18045         * configure: Use ${config_shell} when running ${configsub}.
18047 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
18049         * config.sub: No longer recognize h8300h.
18051 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18053         * config.sub: Remove extraneous differences between config.sub and
18054         gcc/config.sub.
18056 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18058         * Makefile.in (DISTSTUFFDIRS): Add gas.
18060 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
18062         * COPYING.NEWLIB: New file.
18064 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18066         * config.guess (HP-UX):  Patch from Harlan Stenn
18067         <harlan@landmark.com> to also emit release level.
18069 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18071         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18073 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18075         * config.sub:  Merge nextstep cleanup from FSF.
18077 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18079         * configure.in (arm-*-*): Don't configure ld for this target.
18081 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18083         * configure.in (*-*-netware): don't configure libg++, libio,
18084           librx, or newlib.
18086 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18088         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
18089         configure ld--it works, but it doesn't support shared libraries.
18091 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18093         * config.guess (*-unknown-freebsd*):  Get rid of possible
18094         trailing "(Release)" in version string.
18095         Patch from Paul Richards <paul@isl.cf.ac.uk>.
18097 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18099         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18100         Fix type: *-next-neststep -> *-next-nextstep.
18102         * config.guess:  Merge from FSF:
18104         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
18106         * config.guess: Recognize powerpc-ibm-aix3.2.5.
18108         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
18110         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18111         instead of UNIX_SV for UnixWare 1.0).
18113 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
18115         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
18116         to make gdb/nlm/* build after the compiler and linker.
18118 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18120         * config.guess (netbsd, freebsd, linux):  Accept any machine,
18121         not just i[34]86.
18122         (m68k-atari-sysv4):  Relocate to match FSF version.
18124         * config.guess:  More merges from the FSF:
18126         Add a space before function call or macro invocation.
18128         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18130         * config.guess: Add trap cmd to remove dummy.c and dummy when
18131         interrupted.
18133         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18135         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18136         (dummy): Redirect stderr from compilation of dummy.c.
18138         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
18140         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18142 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
18144         * configure: Accept and ignore --cache*, for compatibility with
18145         new autoconf.
18147 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18149         * config.guess:  Merge from FSF:
18151         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18153         * config.guess (Pyramid*:OSx*:*:*): New case.
18154         (PATH): Add /.attbin at end for finding uname.
18155         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
18157         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
18159         * config.guess (M88*:DolphinOS:*:*): New case.
18161         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
18163         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18164         to select whether to use ELF or COFF.
18166         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18168         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18170         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
18172         * config.guess: Guess the OS version for HPUX.
18174         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
18176         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18178 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18180         * configure.in: Recognize --with-headers, --with-libs, and
18181         --without-newlib.
18182         * Makefile.in (all-xiberty): Depend upon all-ld.
18184 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18186         * configure.in: Change i[34]86 to i[345]86.
18188 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18190         * configure (version): A few more tweaks to help message.
18192 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18194         * Makefile.in:  Remove (for now) librx as a host library,
18195         now that we're building it for target.
18197 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18199         * configure: Fix up help message; from karl@owl.hq.ileaf.com
18200         (Karl Berry).
18202 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18204         * configure.in:  Also configure librx.
18206 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18208         * Makefile.in:  Update various rules to reflect that librx
18209         is now needed for libg++.
18211 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18213         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18215 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
18217         * configure.in: Configure the examples directory.
18219 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18221         * configure: Simplify Jun 2 1994 change.
18223 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18225         * change CC to /usr/latest/bin/gcc for lynx host builds, since
18226         /bin/gcc isn't good enough to build gcc.
18228 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
18230         * Makefile.in (GDB_SUPPORT_FILES): Remove
18231         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
18232         (gdb.tar.gz): Add new rule to use standard distribution building
18233         mechanism.
18235 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18237         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
18238         Bill Cox <bill@cygnus.com>.
18240 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18242         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
18244 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
18246         * configure:  Search current dir first in .gdbinit.
18248 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18250         * config.sub:  Recognize freebsd (merged from gcc config.sub).
18252 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18254         * config.sub:  Refer to NeXT's operating system as nextstep.
18256         * config.sub (case $basic_machine):  Re-order the cases, to match
18257         the order in the FSF version (which is mostly alphabethical).
18258         Merge in some additions and changes from the FSF.
18260 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
18262         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18263         * config.sub: Recognize cxux7.
18264         * configure.in: Use mh-cxux for m88k-harris-cxux*.
18266 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18268         * config.sub:  Fix typo powerpc -> powerpc-*.
18270 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
18272         * Makefile.in: `all-emacs19' depends on `all-byacc'.
18274         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18275         parallel with all-emacs and install-emacs).  Top-level command
18276         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18278 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18280         * test-build.mk ($(host)-stamp-stage2-installed): Remove
18281         $(relbindir)/make before doing ``make install'', and use
18282         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
18283         installing over running make binary.
18284         ($(host)-stamp-stage3-installed): Likewise.
18286 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18288         * config.guess: Recognize Mach.
18290 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18292         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18293         see whether --exec-prefix was used.
18295 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18297         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
18299 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18301         * Makefile.in: Add all-librx target similar to all-libproc.
18303 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
18305         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
18306         with post 1.2 uname bogosity.
18308 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18310         * configure: Remove temporary files on receipt of a signal.
18312 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
18314         * configure: If there is a package_makefile_frag, remove
18315         ${subdir}/Makefile.tem after copying it in.
18317 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18319         * build_all.mk: support rs6000 lynx identifies itself as
18320         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
18321         since /bin/gcc is too feeble to compile a modern gcc.
18323 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18325         * brought devo/test-build.mk update-to-date with progressive/
18326           test-build.mk. Add lynx targets and hppa flag info.
18328 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18330         * configure.in:  Use mh-ncrsvr43.  Patch from
18331         Tom McConnell <tmcconne@sedona.intel.com>.
18333 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18335         * config.guess (i386-unknown-bsdi):  No longer need to
18336         check #if defined(__bsdi__) && defined(__i386__).
18338 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18340         * configure: Set program_transform_nameoption correctly.
18342 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18344         * brought build-all.mk update-to-date with progressive build-all.mk,
18345           added new targets and hppa info.
18347 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18349         * configure: If config.guess result is a prefix of the user
18350         specified target, assume a native build and use the user specified
18351         target as the host alias.  Remove SunOS patch suffix removal hack.
18352         * configure.in: Remove SunOS patch suffix removal hack.
18354         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18355         in NATIVE_CHECK_MODULES.
18357 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
18359         * Makefile.in: Rename HOST_ONLY to NATIVE.
18360         * configure: Delete SunOs patch suffix from host_canonical
18361           and build_canonical variables that are prepended to Makefiles.
18362         * configure.in: Add comments for easier maintenance.
18364 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18366         * Makefile.in: Add all-libproc target similar to all-gui.
18368 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
18370         * Makefile.in (CHECK_MODULES): split into
18371         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
18373 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
18375         * config.guess (i386-unknown-bsdi): New system to guess.
18377 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18379         * Makefile.in: Add all-gui target (but not yet build by "all").
18381 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
18383         * config.sub: Move deletion of patch suffix from here...
18384         * configure.in: To here, at Ian's suggestion.  The top-
18385           level scripts might need to know of a patch level.
18387 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
18389         * config.sub: Strip off patch suffix so rtl is recognized
18390           as a sunos4.1.3 machine, even though it's been patched.
18392 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
18394         * Makefile.in (INSTALL_LAST): Delete.
18395         (INSTALL_DOSREL): New.
18397 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18399         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
18400         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
18401         whether we pass down --with-gnu-ld anyhow.
18403 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
18405         * Makefile.in (INSTALL_LAST): Change operation so it works
18406         on more flavors of make.
18407         * configure.in (go32): Don't build libg++ or libio.
18409 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
18411         * Makefile.in (Move HOST_PREFIX_1 and friends up so
18412         they can be overriden by templates.
18414 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
18416         * configure.in (target==go32): Don't build gdb.
18417         * dosrel: New directory.
18419 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
18421         * configure.in (host==go32): Configure dosrel too.
18422         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
18423         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
18424         be set by incoming names or templates.
18425         (INSTALL_LAST): New rule.
18427 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
18429         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
18431 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18433         * configure.in (appdirs): New variable.  Currently empty, but will
18434         be used in gas distribution.  If nonempty, lists a set of
18435         directories at least one of which must get configured, or top
18436         level configuration is considered to have failed.
18437         (rs6000-*-lynxos*): Use new file name.
18439 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18441         Eliminate XTRAFLAGS.
18442         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18443         newlib include files using -idirafter, and also use -nostdinc.
18444         (CXX_FOR_TARGET): Likewise.
18445         (XTRAFLAGS): Removed.
18446         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18447         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18448         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18449         ($(DO_X)): Don't pass down XTRAFLAGS.
18451 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18453         * configure.in (mips*-dec-bsd*): New target; do build linker.
18454         (mips*-*-bsd*): New target; don't build linker.
18456 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18458         * configure.in: support rs6000-*-lynxos* configuration.
18459         support sunos4 as a cross target.
18461         * config.sub: look for lynx*, not lynx since the OS version may
18462         legitimately be part of the name.
18464 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18466         * configure.in (i[34]86-*-sco*): Move to be with other i386
18467         targets.
18468         (romp-*-*): New target.  Skip various binary utilities.
18469         (vax-*-*): New target.  Don't build newlib.
18470         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
18472 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18474         * configure.in: Only set host_makefile_frag if config
18475         directory exists.
18477 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18479         * install.sh: If $dstdir exists, don't check whether each
18480         component does.
18482 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18484         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18486 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
18488         * configure.in (*-*-lynxos*): Don't configure newlib for either
18489         native or cross Lynx.
18491 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
18493         * config.sub (sparc64-elf): Fix os.
18494         (z8k): Remove duplicate.
18496 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18498         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18499         gcc/stmp-fixproto, to try to prevent fixproto from being run.
18501 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
18503         * configure: Make file links cleanly even if Lynx fails on
18504           an NFS symlink (at least fail cleanly).
18506 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18508         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18509         -XNh2000.
18511 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18513         * configure: Unknown options are fatal again.
18515 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
18517         * configure: Ignore --x-includes and --x-libraries, for Autoconf
18518         compatibility.
18520 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
18522         * build-all.mk: Add `clean' target.
18524 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18526         * config.guess:  Add SINIX support.
18527         * configure.in:  Add mips-*-sysv4* support.
18529 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
18531         * build-all.mk: Document all useful targets.
18532         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18533         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18535 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18537         * configure: Support --silent, --quiet.
18539 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18541         * configure: Support --disable-FEATURE.
18543 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18545         * config.guess: Recognize NCR running SVR4.3.
18547 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18549         * config.guess:  Make BSDI generate i386-unknown-bsd386.
18550         Patch from Paul Eggert <eggert@twinsun.com>.
18552 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18554         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18556 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18558         * configure: Make unrecognized options give nonfatal warnings
18559         instead of fatal errors, and pass them to any subdirectory
18560         configures in case they recognize them.
18561         Make --x equivalent to --with-x.
18563 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18565         * configure: Add --enable-* options.  Clean up usage message and
18566         some comments.
18568 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
18570         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18572 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18574         * configure.in (hppa*-*-*): Enable binutils.
18576 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18578         * config.sub: Recognize cisco.
18580 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
18582         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18584 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18586         * config.guess: about target *-hitachi-hiuxwe2, don't print more
18587         than one configuration name.  Add comment.
18589 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
18591         * config.guess: about target *-hitachi-hiuxwe2, fixed
18592         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
18593         macro is incorrect.]
18595 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18597         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18598         than the "make ls" stuff which used to be here.
18600 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18602         * config.guess:  Recognize i[34]86-unknown-freebsd.
18603         From Shawn M Carey <smcarey@rodan.syr.edu>.
18605 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18607         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18609 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
18611         * config.guess: Check for ptx.
18613 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
18615         * config.sub: Add os9k checking.
18617 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18619         * config.guess: Handle OSF1 running on HPPA processors
18621 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18623         * configure: If subdir configure fails, print out a message with
18624         subdirectory name, in case subdir's configure code didn't identify
18625         itself.
18627 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
18629         * configure.in: Remove embedded newlines from configdirs.
18630         Avoid mismatches of substrings.  Fix matching strings at end
18631         of configdirs.
18633 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
18635         * config.guess:  Add Lynx/rs6000 config support.
18637 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18639         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18641 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
18643         * configure.in (hppa*-*-osf*): Treat this just like most other
18644         PA configurations (eg no binutils or ld).
18645         (hppa*-*-*elf*): These configurations have binutils and ld.
18647 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18649         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
18651 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18653         * configure.in (rs6000-*-*): Build gas.
18655 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18657         * Makefile.in:  Avoid bug in losing hpux sed.
18659 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18661         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18662         for GDB and GDB has been fixed to not need it.
18664 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18666         * config.guess: Recognize vax hosts.
18668 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18670         * configure (while loop): Don't use "break 2" inside case
18671         statement -- the case statement isn't an enclosing loop.
18673 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18675         * config.guess:  Clean up NeXT support, to allow nextstep
18676         on Intel machines.  Make OS be nextstep.
18678 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
18680         * config.guess: Add alternate forms for Convex.
18682 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
18684         * configure:  Completely rewrite option processing.  Take
18685         advantage of pattern-matching to avoid invoking test frequently.
18686         Also clean up host and target defaulting logic.
18688 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18690         * Makefile.in: Replace all occurrances of "rootme" with "r" and
18691         "$${rootme}" with "$$r", to increase the likelihood that the do-*
18692         commands (plus user environment) will fit SCO limits.
18694 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18696         * configure.in: Don't issue warnings about directories which are
18697         not being configured if -norecursion is set.  Correct test for
18698         --with-gnu-as and --with-gnu-ld to not get confused by substring
18699         matches.
18701         * configure.in: Don't build gas for alpha-dec-osf1*.
18703 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
18705         * configure:  Back out Per's change of 12/19/1993.  It changes the
18706         behavior of configure in unexpected and confusing ways.
18708         Also, use different delim char when calculating
18709         program_transform_name so that the name can contain slashes.
18711 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
18713         * configure.in, config.sub: Add support for VSTa micro-kernel.
18715 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
18717         * configure.in: Nuke hacks which were used to get a special
18718         version of GAS for HPPA configurations.
18720 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18722         * configure:  If only ${target_alias} is given, use that
18723         as the default for ${host_alias}.
18724         * configure:  Add missing back-slashes before nested quotes.
18726 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18728         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18730 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
18732         * config.guess:  Recognize some Tektronix configurations.
18733         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18735 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18737         * config.sub: Match any flavor of SH.
18739 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
18741         * configure.in: Don't try to configure newlib for Alpha.
18743 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18745         * configure.in: Don't build ld for Irix 5.  Don't build gas,
18746         libg++ or libio for any Alpha target.
18748         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18750 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
18752         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18753         default arguments -- so it tried to compress itself.
18755 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18757         * configure.in (notsupp): ensure that a space is always at the end
18758           of the configdirs list, since the grep checks for an explicit space
18760 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18762         * configure.in (target i386-sysv4.2): don't build ld, since static
18763           versions of many libraries are not available.
18765 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18767         * config.guess: Recognize Apollos (using environment variables).
18768         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18770 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18772         * config.guess: Recognize Sony news mips running newsos.
18774 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
18776         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18777         "fi ; else" for bash.
18779 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
18781         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18783 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
18785         * config.sub: accept unixware as an alias for svr4.2.
18786         Fix some inconsistancies with the gcc version.
18788 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18790         * Makefile.in (DISTDOCDIRS):  Add gdb.
18792 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18794         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
18796 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18798         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18799         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18800         this now.
18802 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18804         * config.sub: Accept hiux* as an OS name.
18806         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18807         etc/make-stds.texi.  The underscore came from gcc, and dje now
18808         agrees that RUNTESTFLAGS is the correct name.
18810 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18812         * install.sh:  Remove 'set -e'.  It makes any conditionals
18813         in the script useless.
18815         * config.guess: Automatically recognize arm-acorn-riscix
18816         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18818 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
18820         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18822 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18824         * Makefile.in (DISTDOCDIRS): New variable.
18825         (taz): Edit local Makefile.in sooner, instead of proto-toplev
18826         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
18828 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18830         * configure.in (hppa target): check the source directory for the
18831           pagas sub-directory
18833 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
18835         * config.sub: Allow -aout* and -elf*.
18837 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18839         * configure.in: Don't build ld on i386-solaris2, same as for
18840         sparc-solaris2.
18842 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18844         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18846 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18848         * configure.in:  Configure gdb for alpha.
18850 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18852         * Makefile.in (CXXFLAGS): Add -O.
18854 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18856         * config.guess: added support for DG Aviion
18858 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18860         * configure.in: Produce warning message for subdirectories not
18861         configurable for this host/target combination.  Don't try to
18862         configure gdb for vms.
18864 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18866         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18867         appropriate files before making "diststuff".
18868         (DISTBISONFILES): New var: list of files to be edited.
18869         (DISTSTUFFDIRS): Add binutils.
18871 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18873         * config.sub: also handle mipsel and mips64el (for little endian mips)
18875 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18877         * configure.in: Add * to end of all OS names.
18879 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
18881         * configure.in: Build newlib for LynxOS native.
18883 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18885         * config.guess: Add support for delta 88k running SVR3.
18887         * configure.in: Add comment about HP compiler vs. emacs.
18889 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18891         * configure.in: don't build ld on solaris2 (not a viable option
18892           due to bugs in getpwnam & getpwuid)
18894 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18896         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18897         config.guess will produce a full version number.
18899 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18901         * configure.in: Build linker and binutils for alpha-dec-osf1.
18903 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18905         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18906         and gdb/testsuite/Makefile.in.
18908 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18910         * configure.in: recognize mips*- instead of mips-
18912 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18914         * config.sub: Accept linux*coff and linux*elf as operating
18915         systems.
18917 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18919         * config.sub: Recognize mips64, and mips3 as an alias for it.
18921 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18923         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18924         gdb knows how to handle OSF/1 shared libraries.
18926 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18928         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18929         * config.guess: Recognize Hitachi's HIUX.
18930         * config.sub: Recognize h3050r* and hppahitachi.
18931         Remove redundant cases for hp9k[23]*.
18933 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18935         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18936         if gas and ld are in the source tree and are in ${configdirs}.
18937         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18938         --with options (but still pass them down on the command line,
18939         if they were explicitly specified).
18941 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18943         * configure: substitute SHELL value in Makefile.in with
18944         ${CONFIG_SHELL}
18946 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18948         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18949         *-*-solaris2* targets.
18951 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18953         * Makefile.in: define M4, and pass it down to sub-makes;
18954         all-autoconf now depends on all-m4
18956 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18958         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18959         presence of {ar,ranlib} instead of a configured directory
18961 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18963         * config.guess: Accept 34?? as well as 33?? for NCR.
18965 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18967         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18968         of 'gas' in sed commands, since 'gash' is now in the tree as well.
18970 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18972         * configure: grab values for $(CC) and $(CXX) from the
18973         environment, so that someone can do "CC=gcc configure; make" and
18974         have it work right (matching the way that autoconf works now)
18976         * configure.in, Makefile.in: add support for gash, the tcl
18977         interface to Galaxy
18979         * config.guess: add NetBSD variants (hp300, x86)
18981 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18983         * install.sh: Support -d option (in the manner of SunOS 4 install,
18984         as it is more deterministic than that of GNU install)
18985         (chmodcmd): Set file to mode 755 by default (should also do default
18986         chgrp and chown, but I don't feel like dealing with that now)
18988 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18990         * config.sub: Remove h8300hhms alias.
18992 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18994         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18996 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18998         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18999         as stmp-fixinc
19001 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19003         * config.sub: recognize m88110-bug-coff.
19005 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19007         * Makefile.in (all-libio): all dependencies on the toolchain used
19008         to build this (gcc, gas, ld, etc)
19010 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19012         * config.guess: Deal with OSF/1 1.3 on alpha.
19014 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19016         * install.sh: add some 'else true' clauses for portability
19018         * configure.in: don't build libio for h8[35]00-*-* targets
19020 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19022         * Makefile.in:  Add support for new libio.
19024 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19026         * install.sh: If one command fails, don't try the rest.  Don't try
19027         to remove $dsttmp (via trap) unless we have already created it.
19028         If $src doesn't exist, detect it and exit with an error.
19030         * config.guess: Recognize BSD on hp300.
19032 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19034         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19035         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19037 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
19039         * Makefile.in (all-send-pr): depends on all-prms
19041 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19043         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19045 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19047         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19048         Added test for mips-mips-riscos5.
19050 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19052         * configure.in: use mh-hp300 for 68k HP hosts
19054 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19056         * configure: add support for CONFIG_SHELL, so that you can use
19057         some alternate shell for evaluating configure scripts
19059 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
19061         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
19062         in configure script to bug-gdb@prep.ai.mit.edu when building
19063         distribution archive.
19064         * Makefile.in (COMPRESS):  Remove def.
19065         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
19066         gdb.tar.Z and make-gdb.tar.Z respectively.
19067         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
19068         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
19069         to convergence with 'taz' target in Makefile.in.
19071 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19073         * install.sh (dsttmp): use trap to ensure that tmp files go
19074         away on error conditions
19076 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19078         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19080 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19082         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19083         its parent is '/' not ''.
19085         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19087 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
19089         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19090         that ${newsrcdir}/configure.in does.
19092 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19094         * test-build.mk: support for CONFIG_SHELL
19096 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
19098         * config.sub (netware):  Add as a basic system type.
19100 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19102         * Makefile.in (Makefile): depend on configure.in.  Also drop the
19103           $(srcdir)/ from the dependency on Makefile.in.
19105 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
19107         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19108         (h8300hhms is temporary until multi-libraries are implemented).
19109         * configure.in: Handle h8300h too.
19111 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19113         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19115 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
19117         * configure:  Remove extraneous output when guessing host type.
19118         * config.guess:  Remove extraneous output when guessing using C
19119         compiler rather than uname, or when guessing fails.
19121 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
19123         * Makefile.in: remove all.cross and install.cross targets
19125         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19126           definitions
19128 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
19130         * configure.in (target sh): Build gprof.
19132 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19134         * config.sub: change -solaris to -solaris2
19136 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19138         * configure.in: Use config/mh-riscos for mips-*-sysv*.
19140 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
19142         * configure: Correct error message for missing Makefile.in to
19143         print correct directory.
19145 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19147         * install.sh: kludge around 386BSD shell bug
19149 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
19151         * config.guess:  Recognize NeXT.
19152         * config.guess:  Recognize i486-ncr-sysv4.
19153         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
19155 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
19157         * Makefile.in (MAKEINFOFLAGS): New variable.
19158         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19159         * build-all.mk, test-build.mk: Pass down --no-split as
19160         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
19162 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
19164         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
19166 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
19168         * Makefile.in (libg++.tar.z):  New rule.
19169         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
19170         * Makefile.in (taz):  Only do a single chmod.
19172 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19174         * install.sh: don't use dirname anymore (replaced with sed usage)
19176 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
19178         * Makefile.in:  Change extension for gzip'd files from '.z' to
19179         '.gz' per new FSF standard usage.
19181 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19183         * configure: put quotes around the final value of program_transform_name
19185 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19187         * Makefile.in: new install.sh support; update install-info rules
19189 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
19191         * configure.in: Build diff for crosses, but not for go32 host.
19193         * configure.in: Build gprof only for native, and don't build it
19194         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19196 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
19198         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19200 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19202         * configure.in (host_tools): Add prms.
19204 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19206         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19207         with $(FLAGS_TO_PASS) on the command line
19209         * config.sub: Recognize lynx and lynxos
19211 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19213         * config.sub: Accept -ecoff*, not just -ecoff.
19215 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19217         * Makefile.in (taz): Use .gz suffix instead of .z.
19218         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19219         names.
19221 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19223         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19225 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19227         * Makefile.in (install-no-fixedincludes):  install gcc last, so
19228         that rebuilds that might happen during 'make install' don't get
19229         bogus gcc include files
19231 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19233         Change from Utah for HPPA support:
19234         * config.guess: Recognize hppa1.x-hp-bsd.
19236 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
19238         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
19239         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19241 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19243         * config.sub: Add support for rom68k and bug boot monitors.
19245 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
19247         * Makefile.in: Make all-opcodes depend on all-bfd.
19249 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19251         * config.guess: Added special check for i[34]86-univel-sysv4*.
19253 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
19255         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19256         the processor rather than assuming i486.
19258 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19260         * config.guess: Recognize SunOS6 as Solaris3.
19262 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
19264         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
19265         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19267 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
19269         * build-all.mk (all-cross): New target for Canadian Cross.
19270         Added Q2 go32 targets.
19271         * test-build.mk: Configure go32 cross sparclite-aout and
19272         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
19273         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19275 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19277         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19278         GO32 hosted toolchains
19280 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19282         * configure: change  so "-exec-prefix" gets passed down rather
19283         than "-exec_prefix" so autoconf generated Makefiles get the
19284         exec_prefix set right.
19286 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19288         * config.guess: get the Solaris2 minor version number
19290         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19292 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19294         * config.guess: Recognize some Sequent platforms.
19296 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19298         * Makefile.in: added the vault-install target
19300         * configure.in: actually use the Sun3 makefile fragment that's in
19301         config, also added the release dir to configdirs
19303 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19305         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19307 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19309         * configure.in: remove some program from Alpha targetted toolchains
19311 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
19313         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
19314         gprof.
19315         (taz): Run "make diststuff" in those directories instead of "make
19316         proto-dir".  Look for "VERSION=" only at start of line in subdir
19317         Makefile.  Use "gzip -9" for compression.
19318         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19319         (binutils.tar.z): New target.
19321 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19323         * Makefile.in (taz): Include gpl.texinfo.
19325 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19327         * Makefile.in (setup-dirs): Merged into "taz" target.
19328         (taz): Only do `proto-dir' stuff if a directory is actually needed
19329         for this target.
19331 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
19333         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19334         (FLAGS_TO_PASS): Pass down MUNCH_NM.
19335         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19336         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19337         (gcc-no-fixedincludes): Correct for current gcc Makefile.
19339 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
19341         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
19342         config.sub, and move-if-change to gdb testsuite distribution
19343         archive, so the testsuite can be extracted, configured, and
19344         run separately from the gdb distribution.  Blow away the Chill
19345         tests that require a Chill compiled executable, since GNU Chill
19346         is not yet publically available.
19348 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19350         * test-build.mk: set environment variables in a single command,
19351         instead of a list of assignments and exports
19353         * config.guess: recognize Alpha/OSF1 systems
19355 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19357         * configure: Change help message to prefer --options rather than
19358           -options.
19360 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19362         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
19363         zippy@ecst.csuchico.edu.
19364         * config.guess: Recognize miniframe.
19366 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19368         * Makefile.in: Use srcroot to find runtest rather than rootme.
19369         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
19371 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19373         * test-build.mk: Extensive additions to support building on a
19374         machine other than the host.
19376 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19378         * configure (tooldir): Fix for i386-aix again.
19380 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
19382         * configure, Makefile.in:  Change definition of $(tooldir)
19383         to match the FSF.
19385 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
19387         * config.guess:  Recognize i[34]86/SVR4.
19389 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19391         * Makefile.in (all-gdb): gdb depends on sim.
19393 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
19395         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
19396         at the same time we make the prototype gdb directory.
19397         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
19398         files at the same time as the gdb base release distribution.
19400 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
19402         * Makefile.in (check): Use individual check targets rather than
19403         DO_X rule.
19404         (check-gcc): Added.
19406 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
19408         * config.sub: Use sysv3.2 not sysv32 for canonical OS
19409         for System V release 3.2.
19411 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19413         * config.sub: Recognize hppaosf.
19414         * configure.in: Do configure ld/binutils/gas for it.
19416 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19418         * configure (tooldir): Alter syntax used to set this, for systems
19419         where "\$" isn't handled right, like i386-aix.
19421 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19423         * configure: Pass program-transform-name, not
19424         program_transform_name, to recursive configures.
19426 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
19428         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
19429         of gas+ld+binutils.
19431 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
19433         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
19435 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19437         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19439 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19441         * Makefile.in (PRMS): Set back to all-prms.
19443 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19445         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19446         targets, rather than for MIPS hosts.
19448 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19450         * configure.in: add comment for --with-x default values
19452         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19454         * Makefile.in: add check-* targets for each of the directories in
19455         the tree.  Add a definition of RUNTEST that will use the one we
19456         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
19458 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
19460         * configure.in: Removed obsolete references to bfd_target and
19461         target_makefile_frag.
19463         * build-all.mk: Set assorted targets for Q2.
19464         * config.sub: Recognize z8k-sim and h8300-hms.
19465         * test-build.mk: Really don't pass host to configure.
19466         (HOLES): Added uname.
19468 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
19470         * configure: Handle an empty program-prefix, program-suffix or
19471         program-transform-name correctly.
19473 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19475         * build-all.mk: -G 8 no longer required for MIPS targets.
19476         * test-build.mk: Don't pass host argument to configure; make it
19477         guess.
19479 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
19481         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
19482         * Makefile.in (COMPRESS):  New macro, like GZIP.
19484 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19486         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19488         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19489         with gas currently defaults to -G 0.
19491 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
19493         * Makefile.in (all-flex): flex depends on byacc.
19495         * build-all.mk: If host not specified, use config.guess.  Pass TAG
19496         to test-build.mk as RELEASE_TAG.
19497         * test-build.mk (configargs): New variable containing arguments to
19498         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
19499         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19501         * config.guess: Use /bin/uname when checking -X argument on SCO,
19502         to avoid invoking GNU uname which doesn't understand -X.
19504         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19506         * configure.in: Build gas for mips-*-*.
19508 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19510         * Makefile.in (all.normal): insert missing backslash.
19512 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19514         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19516         * Makefile.in: Complete overhaul to merge many almost identical
19517         targets.
19519 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19521         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19522         (gdb.tar.Z): Adjusted.
19524         * Makefile.in (setup-dirs, taz): New targets; should be general
19525         enough to adapt for gdb sometime.  Build only .z file.
19526         (gas.tar.z): New target.
19528 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19530         * build-all.mk: Use CC=cc -Xs on Solaris.
19532 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
19534         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
19535         for handling BISON for FSF releases.
19537 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19539         * configure: Actually implement the change zoo just documented.
19541 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
19543         * configure: when using config.guess, only set target_alias when
19544         it's not already been set (ie, on the command line)
19546 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19548         * Makefile.in: add installcheck target, set PRMS to install-prms
19550 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19552         * configure: add support for package_makefile_fragment, handle the
19553         case where a directory has a configure.in file but no Makefile.in
19554         more gracefully (with an actual understandable error message, even);
19555         add support for --without (and add this to the usage message); also
19556         explicitly add a --host=${host_alias} to the command line when
19557         config.guess is used
19559 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19561         * configure: Must use both --host and --target in recursive calls.
19563 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19565         * Makefile.in: Change deja-gnu to dejagnu.
19567 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19569         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19571 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19573         * configure.in: canonicalize all instances to *-*-solaris2*,
19574         also strip out a number of tools to not build for go32 host
19576 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19578         * config.guess: add GPL.
19580         * Makefile.in, config.guess, config.sub, configure: bump
19581           copyrights to 93.
19583 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
19585         * Makefile.in (do-info): Removed obsolete check for existence of
19586         localenv file.
19588         * Makefile.in (MAKEOVERRIDES): Define to be empty.
19590 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19592         * Makefile.in: a couple of 'else true' for decstation,
19593         support for TclX
19595         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19597 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
19599         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19601 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
19603         * config.guess: Recognize i386-ibm-aix (PS/2).
19604         * configure.in: Use config/mh-aix386 file for it.
19606 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
19608         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19609         CC_FOR_TARGET instead.
19610         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19612 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
19614         * Makefile.in: Add sim to list of directories sent with gdb
19616 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19618         * configure.in: Put back mips-dec-bsd* case.
19620 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
19622         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19623         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
19624         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19626 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19628         * configure.in: remove no-op mips-dec-bsd* in "case $target"
19630         * Makefile.in (dir.info): only run gen-info-dir if it exists,
19631         (install-info): install dir.info only if it exists,
19632         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19634 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
19636         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
19637         gas for mips-dec-bsd.
19639 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
19641         * configure (makesrcdir): If ${srcdir} is relative and not ".",
19642         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19644 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19646         * configure.in: Added "dejagnu" to hosttools list.
19648 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
19650         * config.sub, configure.in, config.guess:  Add support
19651         for Bosx, an AIX variant from Bull.
19652         Patches from F.Pierresteguy@frcl.bull.fr.
19654 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19656         * devo/dejagnu: Initial creation of devo/dejagnu.
19657         Migrated dejagnu testcases and support files for testing software
19658         tools to reside as subdirectories, currently called "testsuite",
19659         within the directory of the software tool.  Migrated all programs,
19660         support libraries, etc. beloging to dejagnu proper from
19661         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
19662         with no modifications.  The changes to these files which will
19663         allow them to configure, build, and execute properly will be made
19664         in a future update.
19666 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19668         * Makefile.in: Change send_pr to send-pr.
19669         * configure.in: Likewise.
19670         * send_pr: Renamed directory to send-pr.
19672 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
19674         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
19676 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
19678         * README:  Update for gdb-4.8 release.
19679         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
19680         gdb-xxx.tar.z (gzip'd) file also.
19682 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19684         * Makefile.in: make all-diff depend on all-libiberty
19686 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
19688         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19690 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19692         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19694 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
19696         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
19697         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
19698         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
19700 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19702         * Makefile.in:  makeinfo binary is in a new location
19704 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
19706         * config.sub: Accept -ecoff as an OS.
19708         * Makefile.in: Various changes to eliminate a level of make
19709         recursion and reduce the required command line length.
19710         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19711         sub-makes.
19712         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19713         variables holding settings for specific sub-makes.
19714         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19715         in terms of BASE_FLAGS_TO_PASS.
19716         (TARGET_LIBS): New variable listing directories which use
19717         TARGET_FLAGS_TO_PASS.
19718         (subdir_do): Eliminated.
19719         (do-*): New set of targets to replace subdir_do.
19720         (various): All targets which used subdir_do now depend on do-*.
19721         (local-clean): Renamed from do_clean.
19722         (local-distclean): New target, dependency of distclean and
19723         realclean.
19724         (install-info): Don't create directories.  Depend on dir.info
19725         rather than calling make recursively.
19726         (install-dir.info): Eliminated.
19727         (install-info-dirs): Create all info directories here.
19728         (dir.info): Depend upon do-install-info.
19730         * test-build.mk (HOLES): Added false.
19732 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
19734         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
19736 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19738         * Makefile.in (info): remove dependency on all-texinfo.  The
19739         problem was really in texinfo/C, not at this level.
19741 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19743         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19745 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
19747         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
19748         GDB releases.
19750 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19752         * configure: Include srcdir in message about target of link not
19753         being found.  Don't convert `-' to `_' in `with' options being
19754         passed to subdirs.
19756 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19758         * configure.in: add uudecode to host_tools
19760         * Makefile.in: added {all,install}-uudecode targets, added them to
19761         the appropriate lists
19763 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
19765         * Makefile.in (all-gcc): Added dependency on all-gas.
19767         * configure.in (mips-*-*): Build ld and binutils.
19769 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19771         * configure: check return code from mkdir, print error message and
19772           exit on failure.
19774 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
19776         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
19778 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19780         * test-build.mk (HOLES): Added tar, cpio and uudecode.
19782 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19784         * config.sub (h8500):  Recognize this as a cpu type.
19786 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19788         * configure: source directory missing is no longer a warning
19790         * configure.in: recognize irix[34]* instead of irix[34]
19792         * Makefile.in: define and pass down X11_LIB
19794 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
19796         * guess-systype: Renamed to ...
19797         * config.guess:  ... by popular request.
19798         * configure.in, Makefile.in:  Update accordingly.
19800 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
19802         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
19803         + Add Convex, Cray/Unicos, and Encore/Multimax support.
19804         + Execute ./dummy instead of assuming . is in PATH.
19806 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
19808         * guess-systype:  New shell script.  Attempts to guess the
19809         canonical host name of the executing host.
19810         Only a few hosts are supported so far.
19811         * configure:  Call guess-systype if no host is specified.
19813 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19815         * Makefile.in (gcc-no-fixedincludes): Made to work with current
19816         gcc Makefile.
19818 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
19820         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19821         (all-gcc, install-gcc, subdir_do): Use it.
19823 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19825         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19827 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
19829         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19830           set exclusively by configure, using configure.in .
19832 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19834         * test-build.mk: set $PATH for all builds
19836         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19838 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
19840         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
19841         the one used in gcc/Makefile.in, so that a null expansion doesn't
19842         override the one needed to build gcc with a native cc.
19844 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19846         * configure: Accept -with arguments.
19848 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19850         * Makefile.in: added h8300sim
19852 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
19854         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19855         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
19856         (all-cygnus, native, build-cygnus): Make
19857         $(canonhost)-stamp-3stage-done, not $(host)....
19858         * test-build.mk (stamp-3stage-compared): Use tail +10c for
19859         i386-sco3.2v4.  Added else true to if command.
19861 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
19863         * config.sub: (from FSF) Sequent uses a BSD-like OS.
19865 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
19867         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19869 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19871         * configure.in: don't remove binutils from Solaris builds
19873 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
19875         * Makefile.in: get rid of earlier definitions for *clean,
19876         also handle the recursive info rule better
19878 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
19880         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
19881         do more-or-less the right thing.
19883 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
19885         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19886         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19888 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19890         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19891         $(host_canonical).
19893         * configure.in: split the configdirs list into 4 categories (native
19894         v. cross, library v. tool) and handle the cross-only and native-
19895         only in more reasonable (and correct!) way.
19897 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
19899         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
19900         configdirs anymore.
19902 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19904         * Makefile.in: extensive cleanup::  removed all of the explicit
19905         clean-* targets, collapsed many wrappers around subdir_do into
19906         one, added additional targets to satisfy standards.texi, deleted
19907         some old targets, some changes for consistency
19909 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19911         * configure.in: handle some programs as cross-only, and others as
19912         native only
19914         * test-build.mk: handle partial holes in a more generic manner
19916         * Makefile.in: m4 depends on libiberty
19918 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19920         * configure.in: add m4, textutils, fileutils, sed, shellutils,
19921         time, wdiff, and find to configdirs
19923         * Makefile.in: all, clean, and install rules for the new programs
19924         added to configure.in
19926 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19928         * configure.in: use mh-sun for all *-sun-* hosts
19930 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19932         * Makefile.in: define flags for X11 include files and library file
19933         locations, pass them down to the programs that need this info
19935         * build-all.mk: added a 'native' target, to 3stage the native toolchain
19937 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19939         * configure.in: start building libg++ for HP-UX targets
19941 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
19943         * README:  Update references to files moved into etc/.
19945 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
19947         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
19948         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
19950 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19952         * configure: accept dash as well as underscore in long option
19953         names for FSF compatibility.
19955 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
19957         * config.sub: added -sco3.2v4 support from FSF.
19959 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19961         * configure.in: expand the section that adds or removes
19962         directories from the list of programs to build, to handle native
19963         vs. cross in addition to host v. native
19965 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19967         * Makefile.in:  Replace C++ in macro names with CXX.
19968         This is less likely to break ...
19970 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19972         * test-build.mk: add -w to GNU_MAKE
19974 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19976         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19977         add 'sparc' to list of recognized cpus.  This needed to make
19978         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19979         Delete some redundant ose68 variants.  Recognize -wrs as an os,
19980         then changes that into $CPU-wrs-vxworks.
19982         * configure.in: remove most references to gdbtest, regularize
19983         target based program removal
19985         * test-build.mk: import from p3 tree (many fixes and changes)
19987 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19989         * Makefile.in: added rules to handle tcl, tk, and expect
19991         * configure.in: handle those directories if they exist
19993 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19995         * config.sub: removed bogus hppabsd and hppahpux names, since
19996         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19998 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20000         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
20001         depends upon all-xiberty
20003         * Makefile.in: changes from p3, including:
20005         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
20007         * Makefile.in (XTRAFLAGS): include newlib directories if
20008         newlib/Makefile exists, rather than if host != target.
20010         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
20012         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20013         from the same source tree and not building a cross-compiler.  This
20014         matters for the libg++ configuration if reconfiguring a tree that
20015         has already been installed.
20017         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
20019         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20020         pick up the machine and system specific header files.
20022         * Makefile.in: added AS_FOR_TARGET, passed down in
20023         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20024         the C compiler to use to create programs which are run in the
20025         build environment, set it to default to $(CC), and passed it down
20026         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20028         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
20030         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20031         We need them for unusual native builds, like systems without
20032         ranlib.
20034         * configure: also define $(host_canonical) and
20035         $(target_canonical), which are the full, canonical names for the
20036         given host and target
20038 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
20040         * Makefile.in:  Added separate definitions for C++.
20042 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
20044         * configure.in (configdirs):  Add deja-gnu.
20046 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
20048         * README:  Update for configure.texi and gdb-4.7 release.
20050 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
20052         * Makefile.in:  Move "all" target to top of file.
20053         Previously, first target was ".PHONY" which caused BSD4.4 make
20054         to build .PHONY when make was run without arguments.
20056 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
20058         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
20059         Library-copylefted code in libiberty.
20061 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
20063         * config.sub:  Replace m68kmote with plain old m68k.
20065 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
20067         * Makefile.in:  Remove space from blank line, avoid Make complaints.
20069 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
20071         * config.sub: Complain if no argument is given.  Added support for
20072         386bsd as OS and target alias.
20074 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
20076         * Makefile.in (XTRAFLAGS): include newlib directories if
20077         newlib/Makefile exists, rather than if host != target.
20079 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
20081         * config.sub: recognize sparclite-wrs-vxworks.
20083         * Makefile.in (install-xiberty): added *-xiberty make rules (from
20084         p3.) Added clean-xiberty to clean.
20086 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20088         * configure.in: use *-*-* instead of nested cases for host and target
20090 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
20092         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20093         from the same source tree and not building a cross-compiler.  This
20094         matters for the libg++ configuration if reconfiguring a tree that
20095         has already been installed.
20097 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
20099         * config.sub (i486v/i486v4):  Merge in from FSF version.
20101 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
20103         * configure: only set PWD if it is already set.
20105 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
20107         * configure: just set PWD=`pwd` at the top, since Ultrix sh
20108         doesn't have unset and all success paths (and most error paths)
20109         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20110         to just ${PWD} to avoid confusion.)
20112 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
20114         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20115         even for a native compilation.
20117 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
20119         Changes to make the gdb.tar.Z rule work better.
20121         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
20122         (DEVO_SUPPORT):  Add configure.texi.
20123         (bfd-ilrt.tar.Z):  Remove ancient rule.
20125 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
20127         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20128         pick up the machine and system specific header files.
20130         * configure.in, config.sub: added new target m68010-adobe-scout,
20131         with alias of adobe68k.  Changed configure.in to check for
20132         -scout before -sco* to avoid a false match.
20134         * Makefile.in: added AS_FOR_TARGET, passed down in
20135         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20136         the C compiler to use to create programs which are run in the
20137         build environment, set it to default to $(CC), and passed it down
20138         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20140 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20142         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20143         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
20144         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20145         FOR_TARGET variants, to newlib and libg++.
20147 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20149         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20150         first.
20152 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
20154         * config.sub:  Accept `elf' as an environment.
20156 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20158         * Makefile.in (all-opcodes):  cd into the right directory
20160 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
20162         * configure: added -program_transform_name option, used as
20163         argument to sed when installing programs.
20164         configure.texi: added documentation for -program_prefix,
20165         -program_suffix and -program_transform_name.
20167 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
20169         * config.sub:  Accept i486 where i386 ok.
20171 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
20173         * config.sub: accept we32k
20175 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
20177         * config.sub, configure.in: accept OSE68000 and OSE68k.
20179         * Makefile.in: don't create all directories for ``make install'';
20180         let the subdirectories create the ones they need.
20182 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20184         * COPYING: new file, GPL v2
20186 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20188         * Makefile.in: use the new gen-info-dir, which needs a template
20189         argument (which also lives in texinfo)
20191         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20193 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
20195         * config.sub (ncr3000):  Change i386 to i486.
20197 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20199         * Makefile.in: add install-rcs, install-grep to
20200         install-no-fixedincludes, removed install-bison and install-libgcc
20202 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
20204         * configure.in: grab the HPUX makefile fragment if on HPUX
20206 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20208         * Makefile.in: eradicate bison spoor (ditto libgcc).
20209          configure.in: recognise m68{k,000}-ericsson-OSE.
20210          es1800 is alias for m68k-ericsson-OSE
20212 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20214         * configure.in: rearrange the parts that remove programs from
20215         configdirs, based now on HOST==TARGET or by canonical triple.
20217 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20219         * test-build.mk: recurse explicitly with -f test-build.mk when
20220           appropriate.  predicate stage3 and comparison on the existence
20221           of gcc.  That is, if gcc isn't around, we aren't three-staging.
20222           On very clean, also remove ...stamp-co.  Build in-place before
20223           doing other builds.
20225 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20227         * Makefile.in, configure.in: add tgas
20229 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20231         * Makefile.in: a number of changes merged in from progressive.
20233         * configure.in: add libm.
20235         * .cvsignore: ignore some stuff that comes from test-build.mk.
20237 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
20239         * config.sub:  Add es1800 (m68k-ericsson-es1800).
20241 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20243         * configure: Add program_suffix (parallel to program_prefix)
20244         * Makefile.in: adjust directory-creating script for losing decstation
20246 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
20248         * configure:  Minor $subdir-related fixes.
20250 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20252         * configure: fix various problems with propogating
20253         makefile_target_frag in subdirs.
20254         * configure.in: config libgcc if its there
20256 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
20258         * config.sub:  HPPA merge.
20260 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
20262         * Makefile.in:  Replace all-bison with all-byacc in all
20263         dependency lines for other tools (which now use byacc).
20265 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
20267         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
20269 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
20271         * Makefile.in: make gprof rules similar to byacc rules (instead of
20272         vestigal $(unsubdir) that didn't work...)
20274 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
20276         * config.sub:  Add support for Linux.
20277         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
20278         (at least for libg++).
20280 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
20282         * configure.texi: fix doc for the -nfp option to configure
20284 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
20286         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20288 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
20290         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20291         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20292         * configure.in: added solaris* host_makefile_frag hook.
20294 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20296         * config.sub: changed recognition of m68000 so that various
20297         m68k types can be specified via m680[01234]0
20299 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20301         * config.sub (basic_machine): fix sed so that '-foo' isn't
20302         completely substituted out while .+'-foo' loses the '-foo'
20304 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20306         * config.sub ($os): Add -aout.
20308 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
20310         * configure:  If host_makefile_frag is absolute, don't
20311         prefix ${invsubdir} (relevant to libg++ auto-configure).
20313 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20315         * Makefile.in (tooldir): Define it.
20316         (all-ld): Depend on all-flex.
20318 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
20320         * Makefile.in (check):  Fix libg++ special case.
20322 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
20324         * configure: do not bury `pwd` into config.status, thus do fewer
20325           pwd's.
20327         * configure: print the "Building in" message only when building in
20328           other than "." AND verbose.
20330         * configure: remove -s, rework -v to better accommodate guested
20331           configures.
20333         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20335 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
20337         * Makefile.in: macroize flags passed on recursion.  remove
20338           fileutils.
20340 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
20342         * configure: get makesrcdir right for subdirs deeper than 1.
20344         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
20345           install.
20347 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
20349         * Makefile.in: don't print subdir_do or recursion lines.
20351 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
20353         * standards.texi: added menu item.
20355         * Makefile.in: build and install standards.info.
20357         * standards.texi: new file.
20359 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20361         * configure: test for and move config.status pieces from
20362           ${subdir}/.
20364 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
20366         * configure:  Test for existance of files before trying to mv
20367         them, to avoid numerous non-existance messages.
20369 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
20371         * configure: correct final line of config.status.
20373         * configure: patch from eggert.  Avoids a protection problem if
20374           the original Makefile.in is read only.
20376         * configure: use move-if-change from gcc to create config.status.
20377           Some makefiles depend on config.status to tell if a directory
20378           has been reconfigured for a different host.  This change
20379           prevents those directories from remaking everything in the case
20380           where the reconfig was only intended to rebuild a Makefile.
20382         * configure: test for config.sub with "config.sub sun4" rather
20383           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
20384           host alias from a missing config.sub.
20386 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20388         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
20389           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
20391 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
20393         * configure: mkdir ${subdir} as needed.
20395 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
20397         * Makefile.in,configure.in: added autoconf.
20399 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20401         * Makefile.in: no longer pass against on recursion.
20403         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
20404           definitions are not inherited.
20406         * configure: correct makesrcdir when subdir is .
20408 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
20410         * configure:  Add support for 'subdirs' variable, which is
20411         like 'configdirs', except that configure doesn't re-invoke
20412         itself for subdirs, it just creates a Makefile for each subdir.
20413         * configure.texi:  Document subdirs.
20415 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20417         * configure.in: added flex to configdirs
20419 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
20421         * Makefile.in: remove clean-stamps from clean.
20423 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
20425         * configure.in:  Add gdbtest to configdirs.
20427 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
20429         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
20430         to recursive makes.
20431         * configure.in:  Recognize new ncr3000 config.
20433 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
20435         * Makefile.in, configure.in: removed references to gdbm.
20437 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
20439         * config.sub:  Don't canonicalize os value
20440         newsos* to bsd (readline needs to check for newsos).
20441         (This fix was earlier made Jan 31, but got re-broken.)
20443 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
20445         * configure.in:  sco is an os, not a vendor!
20447         * configure:  Quote $( better.  Keep various shells happy.
20449 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
20451         * Makefile.in: eliminate stamp-files.
20453 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
20455         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
20456           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20458 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
20460         * config.sub:  fix iris/iris3.
20462 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
20464         * configure: re-add -rm.
20466 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
20468         * Maskefile.in: add .stmp-rcs to all.
20470         * configure.in: remove gas from rs6000 build, use aix host fragment.
20472 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
20474         * configure: pass down site_option during recursion.
20476 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
20478         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
20480 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
20482         * configure: Change exec_prefix so that it really defaults to prefix.
20484 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
20486         * Makefile.in, configure.in:  Add support for mmalloc library.
20488 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
20490         * Makefile.in: add stmp dependencies for a few more things.
20492 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
20494         * configure: adjusted error message on objdir/srcdir configure
20495           collision, per john's suggestion.
20497         * Makefile.in: add libiberty stmp to all and all.cross.
20499 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
20501         * Makefile.in: remove force dependencies, add grep to all.
20503 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
20505         * Makefile.in: drop flex.  make stamp files work.
20507         * configure: added test for conflicting configuration in srcdir,
20508           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
20509           gets cranky.  use relative paths for configure and srcdir
20510           whenever possible.  Send some error messages to stderr that were
20511           going to stdout.
20513 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
20515         * Makefile.in:  Fix libg++ rule to check for gcc directory
20516         before using gcc/gcc.  Also pass XTRAFLAGS.
20518 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
20520         * Makefile.in: added stmp-files so that directories aren't polled
20521           when they are already built.
20523         * configure.texi: fixed a node pointer problem.
20525 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
20527         * config.sub configure.in gdb/configure.in
20528         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20529         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20530         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
20532 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20534         * configure: -recurring becomes -silent.  corrected help message
20535           for -site= option.
20537         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20539 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20541         * configure: when building Makefile for crosses, replace
20542           tooldir and program_prefix.  default srcdir from location of
20543           config.sub.  remove "for host in hosts" and "for target in
20544           targets" loops.
20546 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20548         * Makefile.in: Do not pass bindir or mandir to cvs.
20550 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
20552         * Makefile.in, configure.in: removed traces of namesubdir,
20553           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
20554           copyrights to '92, changed some from Cygnus to FSF.
20556         * configure.texi: remove most references to multiple hosts,
20557           multiple targets, subdirs, etc.
20559         * configure.man: removed rcsid. reference config.sub not
20560           config.subr.
20562         * Makefile.in: mkdir $(infodir) on install-info.
20564 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
20566         * configure.texi:  Explain better about .gdbinit and about
20567         the environment that configure.in sections run in.
20569 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
20571         * configure.in:  Ultrix is only a decstation if it's a MIPS.
20573 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
20575         * README:  DOC.configure => cfg-paper.texi.
20577 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
20579         * config.sub (near case $os):  Don't convert newsos* to bsd!
20581 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
20583         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
20584         the number of copies of COPYING that go into the GDB tar file.
20586 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
20588         * bfd/configure.in, gdb/config/mh-i386sco,
20589         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20590         Fix SCO configuration stuff.
20592 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
20594         * Makefile.in:  For libg++, make sure the -I pointing
20595         to the gcc directory goes *after* all the libg++-local -I flags.
20596         Also, move just-gcc dependency from just-libg++ to all-libg++.
20598 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
20600         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
20602 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
20604         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
20606 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
20608         * config.sub:  Add stratus configuration frags.  Also
20609         submitted to FSF.
20611 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
20613         * Makefile.in (DEV_SUPPORT):  add configure.man.
20615         * config.sub(Decode manufacturer-specific):  add -none*.
20617 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
20619         * Makefile.in:  remove form feeds to make Sun's make happy.
20620         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
20622 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
20624         * Makefile.in (AR_FLAGS):  Make quieter.
20626 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
20628         * configure.in:  Add libg++.
20629         * configure:  When verbose, don't output the command line at each
20630         level; it will be unremarkably the same as the previous version,
20631         which will be the same as what the user typed.
20633 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
20635         * configure.in, Makefile.in: fix clean-info, add flex.  add
20636           fileutils.
20638         * configure: be less sensitive to spaces in Makefile.in.  Do not
20639           look for sources in "..".  Doing so breaks subdirectories that
20640           might have their own configure.  If a subdir has it's own
20641           configure script, use it.
20643 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
20645         * cfg-paper.texi: some changes suggested by rms.
20647 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
20649         * config.sub:  Merge in some small additions from the FSF version,
20650         taken from the gcc distribution, to bring the Cygnus and FSF
20651         versions into closer sync.
20653 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
20655         * configure.in:  Changed svr4 references to sysv4.
20657 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
20659         * configure: added -V for version number option.
20661 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
20663         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20664           renamed from DOC.configure to cfg-paper.texi.
20666 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20668         * configure, config.subr, config.sub: config.subr is now
20669           config.sub again.
20671 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
20673         * configure.texi: new file, in progress.
20675         * Makefile.in: build info file and install the man page for
20676           configure.
20678         * configure.man: new file, first cut.
20680         * configure: find config.subr again now that configuration "none"
20681           has gone.  removed all traces of the -ansi option.  removed all
20682           traces of the -languages option.
20684         * config.subr: resync from rms.
20686 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20688         * configure, config.sub, config.subr: merge config.sub into
20689           config.subr, call the result config.subr, remove config.sub, use
20690           config.subr.
20692         * Makefile.in: revised install for dir.info.
20694 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20696         * configure.in: add decstation host makefile frag.
20698         * Makefile.in: BISON now bison -y again.  also install-gcc on
20699           install.  clean-gdbm on clean.  infodir belongs in datadir.
20700           Make directories for info install.  Build dir.info here then
20701           install it.
20703 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20705         * Makefile.in: fix for bad directory tests.
20707 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20709         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
20710           regexp.  -srcdir relative was being handled incorrectly.
20712         * Makefile.in: unwrapped some for loops so that parallel makes
20713           work again and so one can focus one's attention on a particular
20714           package.
20716 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20718         * configure: added PWD as a stand in for `pwd` (for speed). use
20719           elif wherever possible.  make -srcdir work without -objdir.
20720           -objdir= commented out.
20722 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20724         * configure: +options become --options.  -subdirs commented out.
20725           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
20726           Makefile now at top of generated Makefile.  Removed cvs log
20727           entries.  added -srcdir.  create .gdbinit only if there is one
20728           in ${srcdir}.
20730         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
20731           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
20732           and mandir now keyed off datadir by default.
20734 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20736         * Freshly created ChangeLog.
20739 Local Variables:
20740 mode: change-log
20741 left-margin: 8
20742 fill-column: 76
20743 version-control: never
20744 End: