re PR c++/89522 (ICE: trying to capture 'f' in instantiation of generic lambda)
[official-gcc.git] / ChangeLog
blob9b30fc35dd4ed19247a72ab143366710f77ab396
1 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
3         * MAINTAINERS (Write After Approval): Add myself.
5 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
7         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
8         (Write After Approval): Remove myself and Julian.
10 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
12         * MAINTAINERS (Write After Approval): Add myself.
14 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
16         * MAINTAINERS (Write After Approval): Add myself.
18 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
20         * ChangeLog: Replace space with tab.
21         * MAINTAINERS: Delete 1 tab to keep alignment.
23 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
25         * MAINTAINERS (Write After Approval): Add myself.
27 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
29         * MAINTAINERS (Write After Approval): Add myself.
31 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
32             Kwok Cheung Yeung  <kcy@codesourcery.com>
33             Julian Brown  <julian@codesourcery.com>
34             Tom de Vries  <tom@codesourcery.com>
35             Jan Hubicka  <hubicka@ucw.cz>
36             Martin Jambor  <mjambor@suse.cz>
38         * configure.ac: Likewise.
39         * configure: Regenerate.
40         * contrib/config-list.mk: Add amdgcn-amdhsa.
42 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
44         * MAINTAINERS (Write After Approval): Add myself.
46 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
48         * MAINTAINERS (Write After Approval): Add myself.
50 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
52         PR target/88535
53         * config.guess: Import upstream version 2019-01-03.
54         * config.sub: Import upstream version 2019-01-01.
56 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
58         * MAINTAINERS (Write After Approval): Update my maintainer address.
60 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
62         * MAINTAINERS (Write After Approval): Add myself.
64 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
66         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
68 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
70         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
71         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
72         (GCC_TARGET_TOOL): Likewise.
73         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
74         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
75         OTOOL, OTOOL_FOR_TARGET: New substitutions.
76         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
77         * configure: Regenerate.
78         * Makefile.in: Likewise.
80 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
82         * MAINTAINERS (Write After Approval): Add myself.
84 2018-11-13  Martin Liska  <mliska@suse.cz>
86         * gcc.target/i386/pr87930.c: Move to ...
87         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
89 2018-11-10  Stafford Horne  <shorne@gmail.com>
91         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
92         (Write After Approval): Remove myself.
94 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
96         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
97         Append $INCICONV to it.
99 2018-11-04  Stafford Horne  <shorne@gmail.com>
101         * MAINTAINERS (Write After Approval): Add myself.
103 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
105         PR bootstrap/82856
106         * multilib.am: New file.  From automake.
108         Merge from binutils-gdb:
109         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
111         * libtool.m4: Use AC_LANG_SOURCE.
112         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
113         * ar-lib: New file.
114         * test-driver: New file.
115         * configure: Re-generate.
117 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
119         * MAINTAINERS (Write After Approval): Add myself.
121 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
123         PR bootstrap/87788
124         PR d/87799
125         * configure: Rebuild.
126         * configure.ac: Disable D on systems where it is known not to work.
128 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
130         * Makefile.def (target_modules): Add libphobos.
131         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
132         GDCFLAGS_FOR_TARGET.
133         (dependencies): Make libphobos depend on libatomic, libbacktrace
134         configure, and zlib configure.
135         (language): Add language d.
136         * Makefile.in: Rebuild.
137         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
138         (HOST_EXPORTS): Add GDC.
139         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
140         (BASE_TARGET_EXPORTS): Add GDC.
141         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
142         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
143         (EXTRA_HOST_FLAGS): Add GDC.
144         (STAGE1_FLAGS_TO_PASS): Add GDC.
145         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
146         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
147         environment variables.
148         * configure: Rebuild.
149         * configure.ac: Add target-libphobos to target_libraries.  Set and
150         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
152 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
154         * MAINTAINERS (Write After Approval): Add myself.
156 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
158         * MAINTAINERS (Write After Approval): Remove myself.
160 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
162         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
164 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
166         * MAINTAINERS: Update my email address.
168 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
170         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
171         maintainer.
173 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
175         * MAINTAINERS (Write After Approval): Add self.
177 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
179         * MAINTAINERS (write after approval): Add myself.
181 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
183         * MAINTAINERS: Update my email address.
185 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
187         * MAINTAINERS (write after approval): Add myself.
189 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
191         * MAINTAINERS: Add self to global reviewers list.
193 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
195         MAINTAINERS: Add c-sky port maintainers.
197 2018-08-10  Martin Liska  <mliska@suse.cz>
199         * MAINTAINERS: Revert change in previous commit and
200         join lines.
202 2018-08-10  Martin Liska  <mliska@suse.cz>
204         * MAINTAINERS: Remove extra line.
206 2018-08-06  Naveen H.S  <naveenh@marvell.com>
208         * MAINTAINERS: Update my email address.
210 2018-07-19  DJ Delorie  <dj@redhat.com>
212         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
213         as maintainer.
215 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
217         * MAINTAINERS: Adjust email address for me and my colleague Robin
218         Dapp.
220 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
221             Sunil K Pandey  <sunil.k.pandey@intel.com>
223         PR target/84413
224         * config/i386/i386.c (m_CORE_AVX512): New.
225         (m_CORE_AVX2): Likewise.
226         (m_CORE_ALL): Add m_CORE_AVX2.
227         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
228         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
229         and remove the rest of m_SKYLAKE_AVX512.
231 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
233         * config.sub: Sync with upstream version 2018-07-03.
235 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
237         * config.guess: Sync with upstream version 2018-06-26.
238         * config.sub: Sync with upstream version 2018-07-02.
240 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
242         * libtool.m4: Sort output of 'find' to enable deterministic builds.
243         * ltmain.sh: Likewise.
245 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
247         * contrib/config-list.mk: Remove powerpc-linux_paired.
249 2018-06-29  Alexandre Oliva <oliva@adacore.com>
251         * configure.ac: Introduce support for @unless/@endunless.
252         * Makefile.tpl (dep-kind): Rewrite with cond; return
253         postbootstrap in some cases.
254         (make-postboot-dep, postboot-targets): New.
255         (dependencies): Do not output postbootstrap dependencies at
256         first.  Output non-target ones changed for configure to depend
257         on stage_last @if gcc-bootstrap, and the original deps @unless
258         gcc-bootstrap.
259         * configure.in, Makefile.in: Rebuilt.
261 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
263         * MAINTAINERS (write after approval): Add myself.
265 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
267         * MAINTAINERS (write after approval): Add myself.
269 2018-06-19  Nick Clifton  <nickc@redhat.com>
271         * zlib/configure.ac: Restore old behaviour of only enabling
272         multilibs when a target subdirectory is defined.  This allows
273         building with srcdir == builddir.
274         * zlib/configure: Regenerate.
276 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
278         * Makefile.def (fortran): Add check-target-libgomp-fortran.
279         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
280         * Makefile.in: Regenerate.
282 2018-06-16  Ben Elliston  <bje@gnu.org>
284         * config.guess: Import latest version.
285         * config.sub: Likewise.
287 2018-06-08  Martin Liska  <mliska@suse.cz>
289         * MAINTAINERS: Remove MPX-related entries.
290         * Makefile.def: Remove libmpx support.
291         * Makefile.in: Regenerate.
292         * configure.ac: Remove removed files.
293         * configure: Regenerate.
294         * libmpx/ChangeLog: Remove.
295         * libmpx/Makefile.am: Remove.
296         * libmpx/Makefile.in: Remove.
297         * libmpx/acinclude.m4: Remove.
298         * libmpx/aclocal.m4: Remove.
299         * libmpx/config.h.in: Remove.
300         * libmpx/configure: Remove.
301         * libmpx/configure.ac: Remove.
302         * libmpx/configure.tgt: Remove.
303         * libmpx/libmpx.spec.in: Remove.
304         * libmpx/mpxrt/Makefile.am: Remove.
305         * libmpx/mpxrt/Makefile.in: Remove.
306         * libmpx/mpxrt/libmpx.map: Remove.
307         * libmpx/mpxrt/libtool-version: Remove.
308         * libmpx/mpxrt/mpxrt-utils.c: Remove.
309         * libmpx/mpxrt/mpxrt-utils.h: Remove.
310         * libmpx/mpxrt/mpxrt.c: Remove.
311         * libmpx/mpxrt/mpxrt.h: Remove.
312         * libmpx/mpxwrap/Makefile.am: Remove.
313         * libmpx/mpxwrap/Makefile.in: Remove.
314         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
315         * libmpx/mpxwrap/libtool-version: Remove.
316         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
318 2018-06-04  Martin Liska  <mliska@suse.cz>
320         * MAINTAINERS: Add myself as gcov maintainer.
322 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
324         * MAINTAINERS: Update my email address.
326 2018-06-04  Tom de Vries  <tdevries@suse.de>
328         * MAINTAINERS: Remove write-after-approval entries for component
329         maintainers.
331 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
333         * MAINTAINERS (write after approval): Add myself.
335 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
337         * MAINTAINERS: Update my email address.
339 2018-06-01  Tom de Vries  <tdevries@suse.de>
341         * MAINTAINERS: Update my email address.
343 2018-05-22  Bin Cheng <bin.cheng@arm.com>
345         * MAINTAINERS (loop-optimizer): Add myself.
347 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
349         * configure.ac: Added "nfp" target.
350         * configure: Regenerate.
352 2018-04-30  Richard Biener  <rguenther@suse.de>
354         PR bootstrap/85571
355         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
356         (STAGE3_TFLAGS): Likewise.
357         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
358         (STAGEtrain_TFLAGS): Likewise.
359         * Makefile.in: Regenerate.
361 2018-04-26  Richard Biener  <rguenther@suse.de>
363         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
364         (STAGE2_CFLAGS): Likewise.
365         (STAGE2_TFLAGS): Likewise.
366         (STAGE3_CFLAGS): Add -fchecking.
367         (STAGE3_TFLAGS): Likewise.
368         (STAGEtrain_CFLAGS): Filter out -fchecking.
369         (STAGEtrain_TFLAGS): Likewise.
370         * Makefile.in: Re-generate.
372 2018-04-25  Catherine Moore <clm@codesourcery.com>
374         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
376 2018-04-18  Paul Clarke  <pc@us.ibm.com>
378         * MAINTAINERS (write after approval): Add myself.
380 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
382         * MAINTAINERS: Update my email address.
384 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
386         * MAINTAINERS: Remove redundant Write-After-Approval entry.
388 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
390         * MAINTAINERS: Update my email address and disambiguate myself
391         a bit from Will Schmidt.
393 2018-03-21  Nathan Sidwell  <nathan@acm.org>
395         * MAINTAINERS: Move maintainers of now-removed picochip and score
396         ports to write after approval.
398 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
400         * MAINTAINERS: Add entry for SVE maintainership.
402 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
404         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
405         * configure: Regenerate.
407 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
409         * MAINTAINERS (write after approval): Add myself.
411 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
413         * MAINTAINERS (write after approval): Add myself.
415 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
417         * MAINTAINERS (write after approval): Add myself.
419 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
421         Update copyright years.
423 2018-01-03  Ben Elliston  <bje@gnu.org>
425         * config.guess: Import latest version.
426         * config.sub: Likewise.
428 2017-12-12  Stafford Horne  <shorne@gmail.com>
430         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
431         * configure: Regenerate.
433 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
435         * MAINTAINERS (Write After Approval): Add myself.
437 2017-11-28  Julia Koval  <julia.koval@intel.com>
438             Sebastian Peryt  <sebastian.peryt@intel.com>
440         * Makefile.def (target_modules): Remove libcilkrts.
441         * Makefile.in: Ditto.
442         * configure: Ditto.
443         * configure.ac: Ditto.
445 2017-11-28  Julia Koval  <julia.koval@intel.com>
447         * MAINTAINERS (Write After Approval): Add myself.
449 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
451         * MAINTAINERS (Write After Approval): Add myself.
453 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
455         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
456         Use my SiFive email address.
458 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
460         * MAINTAINERS (write after approval): Add myself.
462 2017-10-27  Martin Liska  <mliska@suse.cz>
464         * Makefile.tpl: Use proper name of folder as it was renamed
465         during transition to 4 stages.
466         * Makefile.in: Regenerate.
468 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
470         * MAINTAINERS (write after approval): Add myself.
472 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
474         * MAINTAINERS: Add a note that maintainership also includes web
475         pages, docs, and testsuite related to that area.
477 2017-09-25  Tom de Vries  <tom@codesourcery.com>
479         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
481 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
483         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
485 2017-09-15  Nathan Sidwell  <nathan@acm.org>
487         * MAINTAINERS: Remove myself as a vxworks maintainer.
489 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
491         * MAINTAINERS: Remove email address of Jim Norris.
493 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
495         * MAINTAINERS (Reviewers): Move myself from here...
496         (CPU Port Maintainers): ... to here.
498 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
500         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
502 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
504         * MAINTAINERS (write after approval): Add myself.
506 2017-07-28  Tony Reix  <tony.reix@atos.net>
508         * configure.ac (target-libffi): Don't disable for AIX.
509         (go): Don't add to unsupported_languages on AIX.
510         (target-libgo): Don't disable for AIX.
511         * configure: Regenerate.
513 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
515         * MAINTAINERS: Add myself.
517 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
519         * MAINTAINERS: Update my email address.
521 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
523         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
524         arm-specific auto-generated header files.
526 2017-07-03  Nathan Sidwell  <nathan@acm.org>
528         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
529         * configure: Rebuilt.
531 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
533         * MAINTAINERS: Readd myself for c6x.
535 2017-06-28  Martin Liska  <mliska@suse.cz>
537         PR bootstrap/81217
538         * Makefile.def: Remove superfluous bootstrap_target from
539         bootstrap_stage.
540         * Makefile.in: Re-generate the file.
542 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
544         * MAINTAINERS: Add myself to Write After Approval
546 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
548         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
550 2017-06-19  Martin Liska  <mliska@suse.cz>
552         * Makefile.def: Define 4 stages PGO bootstrap.
553         * Makefile.tpl: Define FLAGS.
554         * Makefile.in: Regenerate.
556 2017-06-14  Ian Lance Taylor  <iant@golang.org>
558         * Makefile.def: Add check-gotools to go check targets.
559         * Makefile.in: Rebuild.
561 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
563         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
565 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
567         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
568         * configure: Regenerate.
570 2017-05-31  Martin Liska  <mliska@suse.cz>
572         * configure.ac: Add handling of stage2_werror_flags to
573         action-if-given and to action-if-not-given.
574         * configure: Regenerate.
576 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
578         * MAINTAINERS: Add self to Write After Approval
580 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
582         * MAINTAINERS: Update my email address, and remove myself as
583         maintainer in some areas.
585 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
587         * MAINTAINERS: Add self to Write After Approval
589 2017-05-25  Nathan Sidwell  <nathan@acm.org>
591         * configure.ac: Add --enable-languages=default to mean default and
592         make --enable-languages=all mean all supported languages.
593         * configure: Regenerated.
595 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
597         * config.gcc (powerpc*-*-*spe*): New.
598         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
599         (powerpc-*-rtems*spe*): New.
600         (powerpc*-*-linux*spe*): New.
601         (powerpc-wrs-vxworksspe): New.
602         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
603         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
604         * config.host (powerpc*-*-*spe*): New.
606 2017-05-19  Martin Liska  <mliska@suse.cz>
608         * configure.ac: Add --enable-werror-always just for
609         bootstrap-debug (or none build config) and do not add it
610         when we are on a release branch.
611         * configure: Regenerated.
613 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
615         * MAINTAINERS: Add self to Write After Approval
617 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
619         * MAINTAINERS: Move myself to Write After Approval section.
621 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
623         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
624         ACCH registers.
625         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
626         available.
627         (umulsidi3): Likewise.
628         (mulsidi3_700): Disable this pattern when we have advanced mpy
629         instructions.
630         (umulsidi3_700): Likewise.
631         (maddsidi4): New pattern.
632         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
633         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
634         (mpydu_imm_arcv2hs): Likewise.
635         * config/arc/predicates.md (accl_operand): New predicate.
637 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
638             Andrew Burgess <andrew.burgess@embecosm.com>
640         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
641         case.
642         (ARC_AUTOFP_IRQ_P): Likewise.
643         (ARC_AUTO_IRQ_P): Likewise.
644         (rgf_banked_register_count): New variable.
645         (parse_mrgf_banked_regs_option): New function.
646         (arc_override_options): Handle rgf_banked_regs option.
647         (arc_handle_interrupt_attribute): Add firq option.
648         (arc_compute_function_type): Return fast irq type when required.
649         (arc_must_save_register): Handle fast interrupts.
650         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
651         (arc_return_address_regs): Update.
652         * config/arc/arc.h (arc_return_address_regs): Update.
653         (arc_function_type): Add fast interrupt type.
654         (ARC_INTERRUPT_P): Update.
655         (RC_FAST_INTERRUPT_P): Define.
656         * config/arc/arc.md (simple_return): Update for fast interrupts.
657         (p_return_i): Likewise.
658         * config/arc/arc.opt (mrgf-banked-regs): New option.
659         * doc/invoke.texi (mrgf-banked-regs): Document.
661 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
663         * config/arc/arc.c (irq_ctrl_saved): New variable.
664         (ARC_AUTOBLINK_IRQ_P): Define.
665         (ARC_AUTOFP_IRQ_P): Likewise.
666         (ARC_AUTO_IRQ_P): Likewise.
667         (irq_range): New function.
668         (arc_must_save_register): Likewise.
669         (arc_must_save_return_addr): Likewise.
670         (arc_dwarf_emit_irq_save_regs): Likewise.
671         (arc_override_options): Handle deferred options.
672         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
673         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
674         arc_must_save_return_addr.
675         (arc_compute_frame_size): Handle automated save and restore of
676         registers.
677         (arc_expand_prologue): Likewise.
678         (arc_expand_epilogue): Likewise.
679         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
680         * config/arc/arc.opt (mirq-ctrl-saved): New option.
681         * doc/invoke.texi (mirq-ctrl-saved): Document option.
683 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
684         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
686         PR bootstrap/77661
687         * Makefile.def: Don't pass --enable-maintainer-mode on to an
688         in-tree build MPC.
689         * Makefile.in: Regenerate.
691 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
693         * configure.ac: Enable LTO by default on darwin >= 9.
694         * configure: Regenerate.
696 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
698         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
699         and Andrew Waterman as the RISC-V maintainers.
701 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
703         * MAINTAINERS: Add self to Write After Approval
705 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
707         * config.guess: Import latest from upstream.
709 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
711         * MAINTAINERS (Write After Approval): Remove entries that are
712         already covered under Reviewers.
714 2017-03-08  Mark Wielaard  <mark@klomp.org>
716         PR demangler/70909
717         PR demangler/67264
718         * include/demangle.h: Add d_printing to struct demangle_component
719         and pass struct demangle_component as non const.
721 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
723         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
725 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
727         * Makefile.tpl: Remove HOST_ISLVER.
728         (HOST_EXPORTS): Remove ISLVER.
729         * Makefile.in: Regenerate.
731 2017-02-13  Richard Biener  <rguenther@suse.de>
733         * configure: Re-generate.
735 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
737         * MAINTAINERS: Adjust bug reporting URL.
739 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
741         * MAINTAINERS (Write After Approval): Remove redundant entry
742         for Andrew Burgess.
744 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
746         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
747         32-bit hppa*-*-hpux*.
748         * configure: Regenerate.
750 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
752         * configure.ac: Moved the white list of enabling BRIG FE to
753         libhsail-rt/configure.tgt.
754         * configure: Regenerated.
755         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
757 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
758             Martin Jambor  <mjambor@suse.cz>
760         * Makefile.def (target_modules): Added libhsail-rt.
761         (languages): Added language brig.
762         * Makefile.in: Regenerated.
763         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
764         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
765         * configure: Regenerated.
767 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
769         PR other/79046
770         * configure: Regenerated.
772 2017-01-04  Alan Modra  <amodra@gmail.com>
774         * configure: Regenerate.
776 2016-12-29  Ben Elliston  <bje@gnu.org>
778         * config.sub: Import latest version.
780 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
782         * MAINTAINERS (Write After Approval): Add myself.
784 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
786         * configure.ac: Don't bootstrap libmpx unless --with-build-config
787         includes bootstrap-mpx.
788         * configure: Regenerated.
790 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
792         * MAINTAINERS (Write After Approval): Add myself.
794 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
796         * configure: Regenerate.
798 2016-12-01  Matthias Klose  <doko@ubuntu.com>
800         * configure.ac: Don't use pkg-config to check for bdw-gc.
801         * configure: Regenerate.
803 2016-11-30  Matthias Klose  <doko@ubuntu.com>
805         * Makefile.def: Remove reference to boehm-gc target module.
806         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
807         options and for the bdw-gc pkg-config module.
808         * configure: Regenerate.
809         * Makefile.in: Regenerate.
811 2016-11-28  Nathan Sidwell  <nathan@acm.org>
813         * MAINTAINERS (nvptx): Remove self.
815 2016-11-25  Ben Elliston  <bje@gnu.org>
817         * config.guess: Import latest version.
818         * config.sub: Likewise.
820 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
822         * MAINTAINERS (Write After Approval): Add myself.
824 2016-11-15  Matthias Klose  <doko@ubuntu.com>
826         * Makefile.def: Remove references to GCJ.
827         * Makefile.tpl: Likewise.
828         * Makefile.in: Regenerate.
830 2016-11-15  Matthias Klose  <doko@ubuntu.com>
832         * config-ml.in: Remove references to GCJ.
833         * configure.ac: Likewise.
834         * configure: Regenerate.
836 2016-11-01  Josh Conner  <joshconner@google.com>
838         * MAINTAINERS (Write After Approval): Update email address,
840 2016-10-27  Carl Love  <cel@us.ibm.com>
842         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
843         Approval list to make it alphabetical.
845 2016-10-27  Carl Love  <cel@us.ibm.com>
847         * MAINTAINERS (Write After Approval): Add myself.
849 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
851         * MAINTAINERS (Reviewers): Add myself.
852         (Write After Approval): Add myself.
854 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
855             Ulrich Weigand  <uweigand@de.ibm.com>
857         * MAINTAINERS: Update email address.
859 2016-10-10  Nathan Sidwell  <nathan@acm.org>
861         * MAINTAINERS: Update email address.
863 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
865         * configure.ac: Add aarch64-*-freebsd*.
866         * configure: Regenerate.
868 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
870         * MAINTAINERS: Update email address after it got reverted.
872 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
874         * configure.ac (target_libraries): Readd target-boehm-gc.
875         Restore --enable-objc-gc handling.
876         * configure: Regenerate.
878 2015-10-03  Jeff Law  <law@redhat.com>
880         * MAINTAINERS: Move several inactive maintainers to the
881         write-after-approval section.
883 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
885         * configure.ac: Add target-libffi to target_libraries.
886         Readd libgcj target disablings, modified to only target-libffi.
887         Readd target addition of go to unsupported languages.
888         * configure: Regenerated.
890 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
892         * MAINTAINERS: Update email address.
894 2016-09-30  Andrew Haley  <aph@redhat.com>
896         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
897         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
898         libgcj.
900 2016-09-30  Andrew Haley  <aph@redhat.com>
902         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
903         write-after approval after GCJ deletion.
905 2016-09-30  Andrew Haley  <aph@redhat.com>
907         * Makefile.def: Remove libjava.
908         * Makefile.tpl: Likewise.
909         * Makefile.in: Regenerate.
910         * configure.ac: Likewise.
911         * configure: Likewise.
912         * gcc/java: Remove.
913         * libjava: Likewise.
915 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
917         * MAINTAINERS (Reviewers): Add myself.
919 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
921         * configure.ac: Disable "sim" directory for arc*-*-*.
922         * configure: Regenerated.
924 2016-09-23  Tamar Christina <tamar.christina@arm.com>
926         * MAINTAINERS (Write After Approval): Add myself.
928 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
930         * configure.ac: Check for the minimum in-tree MPFR version
931         handled.
932         * configure: Regenerate.
934 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
936         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
937         * configure: Regenerated.
939 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
941         * MAINTAINERS (Write After Approval): Add myself.
943 2016-06-23  Andi Kleen  <ak@linux.intel.com>
945         * Makefile.def: Add autoprofiledbootstrap.
946         * Makefile.tpl: Dito.
947         * Makefile.in: Regenerate.
949 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
951     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
952     * configure: Regenerate.
954 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
956         * configure: Regenerate.
957         * configure.ac: Remove support for avr-rtems.
959 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
961         * MAINTAINERS (Write After Approval): Add myself.
963 2016-06-16  Michael Collison  <michael.collison@arm.com>
965         * MAINTAINERS (Write After Approval): Add myself.
967 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
969         * MAINTAINERS (Write After Approval): Update e-mail address.
971 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
973         * MAINTAINERS (Write After Approval): Add myself.
975 2016-05-28  Alan Modra  <amodra@gmail.com>
977         * Makefile.tpl (configure): Depend on m4 files included.
978         * Makefile.in: Regenerate.
980 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
982         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
983         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
985 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
987         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
988         special case builtin.
989         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
990         support for ALTIVEC_BUILTIN_VEC_ADDEC.
991         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
992         for __builtin_vec_addec.
994 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
996         * config.guess: Import version 2016-04-02 (newest).
997         * config.sub: Import version 2016-05-10 (newest).
999 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
1001         * configure.ac: Add ARC support to libgloss.
1002         * configure: Regenerate
1004 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
1006         * MAINTAINERS (Write After Approval): Add myself.
1008 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1010         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
1011         * configure: Regenerated.
1012         * Makefile.def (gmp): Explicitly disable assembler.
1013         (mpfr): Adjust lib_path.
1014         (mpc): Likewise.
1015         * Makefile.in: Regenerated.
1017 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
1019         PR bootstrap/70704
1020         * configure.ac (--enable-stage1-checking): Add missing
1021         --enable-checking=.
1022         * configure: Regenerated.
1024 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1026         * config.guess: Revert r235676.
1027         * config.sub: Revert r235676.
1029 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1031         * config.guess: Remove SH5 support.
1032         * config.sub: Likewise.
1033         * configure: Likewise.
1034         * configure.ac: Likewise.
1036 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
1038         PR bootstrap/70704
1039         * configure.ac (--enable-stage1-checking): For --disable-checking or
1040         implicit --enable-checking, make sure extra flag matches in between
1041         stage1 and later checking.
1042         * configure: Regenerated.
1044 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1046         * .gitattributes: New file.
1048 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
1050         * MAINTAINERS (rs6000/powerpc port): Add myself.
1052 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
1054         PR bootstrap/70173
1055         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1056         and gotools directories.  Delete the stage_final file.
1057         * Makefile.in: Regenerate.
1059 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
1061         * MAINTAINERS (Write After Approval): Add myself.
1063 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
1065         * MAINTAINERS (Fortran maintainer): Remove myself.
1067 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
1069         * MAINTAINERS (Write After Approval): Add myself.
1071 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
1073         * MAINTAINERS (Write After Approval): Add myself.
1075 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1077         Sync with binutils-gdb:
1079         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1081         * configure.ac: Add mips and s390 to the gold target check.
1082         * configure: Regenerate.
1084 2016-03-01  DJ Delorie  <dj@redhat.com>
1086         * MAINTAINERS (mep): Remove myself as MeP maintainer.
1088 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
1090         * MAINTAINERS (libcpp): Add myself.
1091         (diagnostic messages): Likewise.
1093 2016-02-20  Tom de Vries  <tom@codesourcery.com>
1095         * MAINTAINERS: Fix whitespace.
1097 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
1099         * MAINTAINERS (Write After Approval): Add myself.
1101 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
1103         * config/isl.m4: Add comments about isl-0.16.
1104         * configure: Regenerate.
1106 2016-01-29  Martin Jambor  <mjambor@suse.cz>
1108         * MAINTAINERS (hsa maintainers): Add myself.
1110 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
1112         * MAINTAINERS: (Write After Approval): Add myself.
1114 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
1115             Sebastian Pop  <s.pop@samsung.com>
1117         * Makefile.in: Regenerate.
1118         * Makefile.tpl: Export ISLVER.
1119         * configure: Regenerate.
1120         * config/isl.m4: Detect isl-0.15.
1122 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
1124         PR bootstrap/69329
1125         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1126         * Makefile.in: Regenerate.
1128 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
1130         * configure.ac: Enable LTO for DJGPP
1131         * configure: Regenerate
1133 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1135         Sync with binutils-gdb:
1136         2015-10-21  Nick Clifton  <nickc@redhat.com>
1138         PR gas/19109
1139         * configure.ac: Note the 'none' is an acceptable argument to
1140         --enable-compressed-debug-sections.
1141         * configure: Regenerate.
1143 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1145         PR bootstrap/69134
1146         * Makefile.def (mpfr): Disable assembler.
1147         * Makefile.in: Regenerate.
1149 2016-01-01  Ben Elliston  <bje@gnu.org>
1151         * config.guess: Import version 2016-01-01.
1152         * config.sub: Likewise.
1154 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
1156         * MAINTAINERS (Write After Approval): Add myself.
1158 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
1160         * Makefile.in: Replace ISL with isl.
1161         * Makefile.tpl: Same.
1162         * config/isl.m4: Same.
1163         * configure.ac: Same.
1164         * contrib/download_prerequisites: Same.
1165         * configure: Regenerate.
1167 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
1169         * MAINTAINERS (Write After Approval): Add Myself.
1171 2015-12-17  Nathan Sidwell  <nathan@acm.org>
1173         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1174         * configure: Regenerate.
1176 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
1177             Sebastian Pop  <s.pop@samsung.com>
1179         * config/isl.m4 (ISL_CHECK_VERSION): Check for
1180         isl_ctx_get_max_operations.
1181         * configure: Regenerate.
1183 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
1185         * MAINTAINERS (Write After Approval): Add myself.
1187 2015-12-02  Ian Lance Taylor  <iant@google.com>
1189         PR go/66147
1190         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1191         * Makefile.in: Regenerate.
1193 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
1195         PR libffi/65726
1196         * Makefile.def (lang_env_dependencies): Make libffi depend
1197         on cxx.
1198         * Makefile.in: Regenerate.
1200 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
1202         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1203         symbols.
1205 2015-11-20  Tristan Gingold  <gingold@adacore.com>
1207         Sync with binutils-gdb:
1208         2015-11-20  Tristan Gingold  <gingold@adacore.com>
1210         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1211         * configure: Regenerate.
1213 2015-11-19  Martin Liska  <mliska@suse.cz>
1215         * .gitignore: Add .clang-format to ignored files.
1216         * Makefile.in: Add clang-format.
1217         * Makefile.tpl: Likewise.
1219 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
1221         * configure.ac: Enable libmpx by default.
1222         * configure: Regenerated.
1224 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
1226         * MAINTAINERS: Update email address.
1228 2015-10-23  Paulo Matos  <pmatos@linki.tools>
1230         * MAINTAINERS: Update email address.
1232 2015-10-23  Alan Hayward <alan.hayward@arm.com>
1234         * MAINTAINERS  (Write After Approval): Add myself.
1236 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1238         Sync with binutils-gdb:
1239         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1241         PR gas/19109
1242         * configure.ac: Add
1243         --enable-compressed-debug-sections={all,gas,gold,ld}.
1244         * configure: Regenerated.
1246 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
1248         * MAINTAINERS: Update list of Ada maintainers and email addresses.
1250 2015-10-09  Martin Liska  <mliska@suse.cz>
1252         * MAINTAINERS (Write After Approval): Add myself.
1254 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
1256         * MAINTAINERS (Write After Approval): Add myself.
1258 2015-10-02  Florian Weimer  <fweimer@redhat.com>
1260         * MAINTAINERS: Update email address.
1262 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
1264         * MAINTAINERS  (Write After Approval): Add myself.
1266 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
1268         * MAINTAINERS: Update email.
1270 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
1272         * MAINTAINERS: Update my email address.
1274 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
1276         * MAINTAINERS (ft32 port): Add myself.
1278 2015-08-28  David Sherwood  <david.sherwood@arm.com>
1280         * MAINTAINERS: Add myself.
1282 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
1284         * MAINTAINERS (Write After Approval): Add myself.
1286 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1288         PR libfortran/54572
1289         * Makefile.def: Make libgfortran depend on libbacktrace.
1290         * Makefile.in: Regenerate.
1292 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
1294         * MAINTAINERS (Write After Approval): Add myself.
1296 2015-08-12  Tom de Vries  <tom@codesourcery.com>
1298         PR other/67092
1299         * configure.ac: Remove --with_host_libstdcxx support.
1300         * configure: Regenerate.
1302 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
1303             Jakub Jelinek  <jakub@redhat.com>
1305         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1306         nvptx*-*-*.
1307         * configure: Regenerate.
1309 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
1311         * Makefile.def (libiconv): Define bootstrap=true.
1312         Mark pdf/html/info as missing.
1313         (configure-gcc): Depend on all-libiconv.
1314         (all-gcc): Ditto.
1315         (configure-libcpp): Ditto.
1316         (all-libcpp): Ditto.
1317         (configure-intl): Ditto.
1318         (all-intl): Ditto.
1319         * Makefile.in: Regenerate.
1321 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
1323         * MAINTAINERS (loop ivopts): Add the entry and myself.
1325 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1327         * MAINTAINERS (nvptx): Add self.
1329 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
1331         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1332         128-bit vector modes.
1334 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
1336         * MAINTAINERS (Write After Approval): Add myself.
1338 2015-07-28  Ben Elliston  <bje@gnu.org>
1340         * config.sub, config.guess: Import from upstream.
1342 2015-07-24  Michael Darling  <darlingm@gmail.com>
1344         PR other/66259
1345         * config-ml.in: Reflects renaming of configure.in to configure.ac
1346         * configure: Likewise
1347         * configure.ac: Likewise
1349 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
1351         * MAINTAINERS: Update my email address.
1353 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1355         Sync with binutils-gdb:
1356         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1358         * configure.ac (target_configdirs): Exclude target-zlib if
1359         target-libjava isn't built.
1360         * configure: Regenerated.
1362 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1364         Sync with binutils-gdb:
1365         2015-05-13  John David Anglin  <dave.anglin@bell.net>
1367         * configure.ac: Disable configuration of GDB for HPUX targets.
1368         * configure: Regenerate.
1370         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1372         * configure.ac: Add --with-system-zlib.
1373         * configure: Regenerated.
1375         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
1377         * configure.ac: Add FT32 support.
1378         * configure: Regenerate.
1380         2015-01-12  Anthony Green  <green@moxielogic.com>
1382         * configure.ac: Don't disable gprof for moxie.
1383         * configure: Rebuild.
1385 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1387         Sync with binutils-gdb:
1388         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1390         PR ld/18355
1391         * Makefile.def: Add extra_configure_flags to host zlib.
1392         * configure.ac (extra_host_zlib_configure_flags): New.  Set
1393         to --enable-host-shared When bfd is to be built as shared
1394         library.  AC_SUBST.
1395         * Makefile.in: Regenerated.
1397 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
1399         Sync with src:
1400         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1401         * Makefile.def (dependencies): Add all-zlib to all-bfd.
1402         * Makefile.in: Regenerated.
1404 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1406         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1407         target.
1408         * configure: Regenerate.
1410 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
1412         * MAINTAINERS (Write After Approval): Add myself.
1414 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
1416         * MAINTAINERS (OS Port Maintainers): Add myself.
1417         (Various Maintainers): Remove myself from libffi testsuite.
1419 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
1421         * MAINTAINERS (gen* on machine desc): Add self.
1423 2015-06-02  Jason Merrill  <jason@redhat.com>
1425         PR bootstrap/66319
1426         * configure.ac: Use -std=gnu++98.
1428 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1430         * MAINTAINERS (Write After Approval): Add myself.
1432 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
1434         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1435         * configure: Regenerate.
1437 2015-05-26  Jason Merrill  <jason@redhat.com>
1439         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1440         * configure: Regenerate.
1442 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
1444         * configure.ac: FT32 target added.
1445         * configure: Regenerated.
1447 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1449         * MAINTAINERS (Write After Approval): Add myself.
1451 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1453         * MAINTAINERS (Write After Approval): Add myself.
1455 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1457         * configure.ac: Fix typo.
1458         * configure: Regenerate.
1460 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
1462         * MAINTAINERS (Write After Approval): Add myself.
1464 2015-05-03  Matthias Klose  <doko@ubuntu.com>
1466         * configure.ac: Match $host configured with triplets.
1467         * configure: Regenerate.
1469 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1471         * Makefile.tpl: Remove surplus whitespace throughout.
1472         * Makefile.in: Regenerate.
1474 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
1476         * MAINTAINERS (Various Maintainers): Add myself as instruction
1477         combiner maintainer.
1479 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
1481         PR bootstrap/62077
1482         * configure.ac (--enable-stage1-checking): Default to
1483         release,misc,gimple,rtlflag,tree,types if --disable-checking
1484         or --enable-checking is not specified and DEV-PHASE is not
1485         experimental.
1486         * configure: Regenerated.
1488 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
1490         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1491         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1492         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1493         * Makefile.in: Regenerate.
1495 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
1497         * MAINTAINERS: Update my email address.
1499 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
1501         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1503 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1505         * MAINTAINERS: Add myself as an arm port reviewer.
1507 2015-03-25  Martin Liska  <mliska@suse.cz>
1508             Yury Gribov  <y.gribov@samsung.com>
1510         * Makefile.in: Fix ln source location for vimrc file.
1511         * Makefile.tpl: Likewise.
1513 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
1515         PR bootstrap/25672
1516         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1517         cross-compiling.  Similarly for CXX_FOR_TARGET.
1518         * configure: Regenerate.
1520 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
1522         * Makefile.def: Add libmpx.
1523         * configure.ac: Add libmpx.
1524         * Makefile.in: Regenerate.
1525         * configure: Regenerate.
1527 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
1529         * MAINTAINERS (CPU Port Maintainers): Add myself
1530         i386 vector ISA extns mantainer.
1532 2015-03-13  Jeff Law  <law@redhat.com>
1534         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1535         maintainer.
1536         Remove Richard Henderson as a maintainer for the x86 port.
1538 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
1540         * MAINTAINERS (CPU Port Maintainers): Update my email address.
1542 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1544         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1545         pointer bounds checker and i386 MPX maintainer.
1547 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1549         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1551 2015-02-26  Martin Sebor  <msebor@redhat.com>
1553         * MAINTAINERS (Various Maintainers): Add self.
1555 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1557         * configure.ac [--enable-as-accelerator-for] (enable_languages):
1558         Make sure it contains lto.
1559         * configure: Regenerate.
1561 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1563         * configure: Regenerate.
1565 2015-02-06  Diego Novillo  <dnovillo@google.com>
1567         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1568         middle-end, docstring): Remove myself.
1569         (Write After Approval): Add myself.
1571 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1573         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1574         (Write After Approval): Update address.
1576 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
1578         PR jit/64780
1579         * configure.ac: Require the user to explicitly specify
1580         --enable-host-shared if the jit is enabled.
1581         * configure: Regenerate.
1583 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
1585         * MAINTAINERS (Write After Approval): Add myself.
1587 2015-01-25  Tom de Vries  <tom@codesourcery.com>
1589         * MAINTAINERS: Make whitespace consistent.
1591 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
1593         * MAINTAINERS (Write After Approval): Add myself.
1595 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
1597         * MAINTAINERS: (Write After Approval): Add myself.
1599 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
1601         * MAINTAINERS: (Write After Approval): Add myself.
1603 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
1605         * MAINTAINERS: (Write After Approval): Add myself.
1607 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
1609         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1610         objective-c/c++ front end maintainer.
1612 2015-01-13  Marek Polacek  <polacek@redhat.com>
1614         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1616 2015-01-12  Jeff Law  <law@redhat.com>
1618         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1619         a very long time.
1621 2015-01-09  Ian Lance Taylor  <iant@google.com>
1623         * configure.ac (host_tools): Add gotools.
1624         * Makefile.def (host_modules): Add gotools.
1625         (dependencies): Add dependency of all-gotools on all-target-libgo.
1627 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
1629         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1630         * configure: Regenerate.
1632 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
1634         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1635         all-target-libgomp.
1636         * Makefile.in: Regenerate.
1638 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1640         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1642 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1644         * configure.ac: Add Visium support.
1645         * configure: Regenerate.
1647 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1649         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1650         * configure: Regenerate.
1652 2015-01-03  Andrew Pinski  <apinski@cavium.com>
1654         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1655         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1656         (BASE_TARGET_EXPORTS): Add OBJCOPY.
1657         (OBJCOPY_FOR_TARGET): New variable.
1658         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1659         * Makefile.in: Regenerate.
1660         * configure.ac: Check for already installed target objcopy.
1661         Also GCC_TARGET_TOOL on objcopy.
1662         * configure: Regenerate.
1664 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
1666         * config.sub: Update from upstream, to 2015-01-01 version.
1667         * config.guess: Ditto.
1669 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1671         * MAINTAINERS (RTEMS Ports): Add myself.
1673 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
1675         * MAINTAINERS (Write After Approval): Add myself.
1677 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1679         * MAINTAINERS (Write After Approval): Add myself.
1681 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
1683         * configure.ac (--enable-as-accelerator-for): Don't set
1684         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
1685         * configure: Regenerate.
1687 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
1689         PR bootstrap/64023
1690         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1691         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1692         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1693         to CXX.
1694         * Makefile.in: Regenerated.
1696 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1697             Yury Gribov  <y.gribov@samsung.com>
1699         * .gitignore: Added .local.vimrc and .lvimrc.
1700         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1701         * Makefile.in: Regenerate.
1703 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1705         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1706         * configure: Regenerated.
1708 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
1710         * MAINTAINERS (nvptx port): New entry.
1712 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
1714         * configure: Regenerate.
1716 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1718         * configure.ac: Merge with Binutils.
1720 2014-11-26  Tobias Burnus  <burnus@net-b.de>
1722         * Makefile.def: Make more dependent on mpfr, mpc and isl.
1723         * Makefile.in: Regenerate.
1725 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1727         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1728         missing flex.
1729         * Makefile.in: Regenerated.
1731 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
1733         * Makefile.in: Regenerate.
1735 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
1737         PR bootstrap/63784
1738         * libtool.m4: Add $pic_flag with -shared.
1740 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
1742         * MAINTAINERS (Write After Approval): Added myself.
1744 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
1746         * MAINTAINERS (write-after-approval): Add myself.
1748 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1750         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1751         from 2 years ago.
1753 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1755         Revert:
1756         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1758         * MAINTAINERS (Write After Approval): Added myself as line map
1759         maintainer.
1761 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1763         Revert:
1764         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1766         * MAINTAINERS (Write After Approval): Added myself.
1768 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1770         * MAINTAINERS (Write After Approval): Added myself.
1772 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1774         * MAINTAINERS (Write After Approval): Added myself as line map
1775         maintainer.
1777 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
1779         * MAINTAINERS (Various Maintainers): Added myself as line map
1780         maintainer.
1782 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1784         * move-if-change: Sync from upstream gnulib.
1786 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1788         * compile: Sync with upstream Automake.
1789         * depcomp: Ditto.
1790         * install-sh: Ditto.
1791         * missing: Ditto.
1792         * mkinstalldirs: Ditto.
1793         * ylwrap: Ditto.
1795 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1797         * config.sub: Update from upstream config repo.
1798         * config.guess: Ditto.
1800 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
1802         * Makefile.def: Add liboffloadmic to target_modules.  Make
1803         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1804         * Makefile.in: Regenerate.
1805         * configure: Regenerate.
1806         * configure.ac: Add liboffloadmic to target binaries.
1807         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1808         Add liboffloadmic to noconfig list when C++ is not supported.
1810 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
1811             Thomas Schwinge  <thomas@codesourcery.com>
1812             Ilya Verbin  <ilya.verbin@intel.com>
1813             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1815         * configure: Regenerate.
1816         * configure.ac (--enable-as-accelerator-for)
1817         (--enable-offload-targets): New configure options.
1819 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1821         * Makefile.def: Make all-gcc depend on all-isl.
1822         * Makefile.in: Regenerate.
1824 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
1826         * ChangeLog.jit: New.
1827         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1829 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1831         PR target/63610
1832         * libtool.m4: Fix globbing of darwin versions.
1833         * configure: Regenerate.
1835 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1837         * Makefile.def: Remove CLooG.
1838         * Makefile.tpl: Ditto.
1839         * configure.ac: Ditto.
1840         * configure: Regenerate.
1841         * Makefile.in: Ditto.
1843 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
1845         * configure.ac: Handle nvptx-*-*.
1846         * configure: Regenerate.
1848 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
1850         * MAINTAINERS (Write After Approval): Add myself.
1852 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
1854         * Makefile.def (libcc1): Remove bootstrap=true;.
1855         * Makefile.in: Regenerated.
1857 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1859         * configure.ac: Update comment.
1860         * configure: Regenerate.
1862 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
1864         * MAINTAINERS (Write After Approval): Add myself.
1866 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
1868         * configure.ac (extra_host_libiberty_configure_flags): Add
1869         --enable-shared also for libcc1's benefit.
1870         * configure: Regenerate.
1872 2014-10-29  Tristan Gingold  <gingold@adacore.com>
1874         * MAINTAINERS: Change my email address.
1876 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1877             Tom Tromey  <tromey@redhat.com>
1879         * Makefile.def: Add libcc1 to host_modules.
1880         * configure.ac (host_tools): Add libcc1.
1881         * Makefile.in, configure: Rebuild.
1883 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1885         * configure.ac (build_configargs): Don't share config.cache between
1886         build subdirs.
1887         * configure: Regenerate.
1889 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1891         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1892         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1893         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1894         leon3v7 as leon3.
1895         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1896         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1897         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1898         * config/sparc/sparc.md (cpu): Add leon3v7.
1899         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1901 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1903         * MAINTAINERS (write-after-approval): Add myself.
1905 2014-10-23  Ian Lance Taylor  <iant@google.com>
1907         * configure.ac: Disable the Go frontend on systems where it is known
1908         to not work.
1909         * configure: Regenerate.
1911 2014-10-23  Richard Biener  <rguenther@suse.de>
1913         * Makefile.def: Add libcpp build module and dependencies.
1914         * configure.ac: Add libcpp build module.
1915         * Makefile.in: Regenerate.
1916         * configure: Likewise.
1918 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1920         * MAINTAINERS (write-after-approval): Add myself.
1922 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1924         * INSTALL/README: Do not mention CVS.
1926 2014-10-03  Jing Yu  <jingyu@google.com>
1928         * configure.ac: Add aarch64 to list of targets that support gold.
1929         * configure: Regenerate.
1931 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1933         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
1935 2014-09-29  Catherine Moore  <clm@codesourcery.com>
1937         * MAINTAINERS:  Add myself as MIPS maintainer.
1939 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
1941         * MAINTAINERS: Move myself to MIPS maintainers.
1943 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1945         * MAINTAINERS: Put all email addresses between '<' and '>'.
1947 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1949         * MAINTAINERS: Move myself to reviewers (Fortran).
1951 2014-09-01  Andi Kleen  <ak@linux.intel.com>
1953         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1954         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
1955         * Makefile.in: Regenerate.
1957 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1959         * rtx-classes-status.txt: Delete
1961 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1963         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1965 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
1967         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1968         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1969         of checking for version number.
1970         * configure: Regenerated.
1971         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1973 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1975         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1976         is done; begin phase 6 (use extra rtx_def subclasses).
1978 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1980         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1981         done; begin phase 5 (additional rtx_def subclasses).
1983 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1985         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1987 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1989         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1990         SET_BB_HEADER are done.
1992 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1994         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1995         done.
1997 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1999         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
2001 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
2003         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
2005 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
2007         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
2009 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
2011         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
2013 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
2015         * rtx-classes-status.txt: Phase 3 (per-file commits within
2016         "config" subdirs) is done; begin phase 4 (removal of
2017         "scaffolding").
2019 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
2021         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
2022         dir) is done; begin phase 3 (per-file commits within "config"
2023         subdirs).
2025 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
2027         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2028         phase 2 (per-file commits in main source dir).
2030 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
2032         * configure: Regenerated.
2034 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2036         * rtx-classes-status.txt (TODO): Add SET_BND_TO
2038 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2040         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2042 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2044         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2046 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2048         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2050 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2052         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2054 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
2056         * MAINTAINERS (Write After Approval): Add myself.
2058 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
2060         * MAINTAINERS: Remove myself
2062 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2064         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2066 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
2068         * MAINTAINERS (Write After Approval): Add myself.
2070 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2072         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2073         SET_BB_HEADER, SET_BB_FOOTER
2075 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2077         * rtx-classes-status.txt: New file
2079 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
2081         * configure.ac: Eliminate ClooG installation dependency.
2082         * configure: Regenerate.
2083         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2084         * Makefile.in: Regenerate.
2086 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
2088         * MAINTAINERS (Write After Approval): Add myself.
2090 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
2092         * MAINTAINERS (Write After Approval): Add myself.
2094 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
2096         * MAINTAINERS (Write After Approval): Add myself.
2098 2014-07-28  Anthony Green  <green@moxielogic.com>
2100         Import from savannah.gnu.org:
2101         * config.sub: Update to 2014-07-28 version.
2103 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
2105         * MAINTAINERS: Remove my MIPS maintainer entry.
2107 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
2109         PR target/47230
2110         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2111         * configure: Regenerate.
2113 2014-07-24  James Norris  <jnorris@codesourcery.com>
2115         * MAINTAINERS (Write After Approval): Add myself.
2117 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
2119         * configure.ac: Accept only CLooG 0.18.1.
2120         * configure: Regenerate.
2122 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
2124         * configure.ac: Don't accept isl 0.11.
2125         * configure: Regenerate.
2127 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2129         * MAINTAINERS (Write After Approval): Add myself.
2131 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2133         * configure.ac: Don't accept isl 0.10.
2134         * configure: Regenerate.
2136 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2138         Fix include path for in-tree cloog.
2139         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2140         * configure: Regenerate.
2142 2014-06-18  Richard Henderson  <rth@redhat.com>
2144         * .gitignore: Import gcc_update output.
2146 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2148         * config-ml.in: Robustify ac_configure_args parsing.
2150         * configure.ac (--enable-linker-plugin-configure-flags)
2151         (--enable-linker-plugin-flags): New flags.
2152         (configdirs): Conditionally add libiberty-linker-plugin.
2153         * configure: Regenerate.
2154         * Makefile.def (host_modules): Add libiberty-linker-plugin.
2155         (host_modules) <lto-plugin>: Pay attention to
2156         @extra_linker_plugin_flags@ and
2157         @extra_linker_plugin_configure_flags@.
2158         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2159         * Makefile.in: Regenerate.
2161         * Makefile.tpl (configure-[+prefix+][+module+])
2162         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2163         "module_srcdir" instead of "module" for locating a module's srcdir.
2164         * Makefile.in: Regenerate.
2166 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
2168         * MAINTAINERS (Write After Approval): Add myself.
2170 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
2172         * MAINTAINERS: Update my email address.
2174 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2176         * MAINTAINERS (Write After Approval): Add myself.
2178 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
2180         * MAINTAINERS (Write After Approval): Add myself.
2182 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
2184         PR libstdc++/61011
2185         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2186         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2187         * configure: Regenerate.
2189 2014-05-28  Pedro Alves  <palves@redhat.com>
2191         * MAINTAINERS (Write After Approval): Add myself.
2193 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2195         * MAINTAINERS: Update my affiliation/email.
2197 2014-05-19  Mike Stump  <mikestump@comcast.net>
2199         * MAINTAINERS: Add wide-int reviewers.
2201 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
2203         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2204         * configure: Regenerated.
2206 2014-05-15  Torvald Riegel  <triegel@redhat.com>
2208         * MAINTAINERS (libitm): Add myself as maintainer.
2210 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
2212         * MAINTAINERS (Write After Approval): Add myself.
2214 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
2216         * config.sub, config.guess: Import from upstream.
2218 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2220         * MAINTAINERS (Write After Approval): Put myself in correct order.
2222 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2224         * MAINTAINERS (Write After Approval): Add myself.
2226 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2228         * MAINTAINERS: Move myself from Reviewers to Write After Approval
2229         section.
2231 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2233         * MAINTAINERS (Write After Approval): Delete myself.
2235 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
2237         PR sanitizer/56781
2238         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2239         and -B* options with -Xcompiler.
2241 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
2243         PR bootstrap/60620
2244         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2245         * Makefile.in: Regenerate.
2247 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2249         * Makefile.def (dependencies): Make all-ld depend on all-binutils
2250         for WINDRES_FOR_TARGET in default-manifest.o rule.
2251         * Makefile.in: Regenerate.
2253 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
2255         * MAINTAINERS (Write After Approval): Add myself.
2257 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
2259         PR sanitizer/56781
2260         * Makefile.def: Set bootstrap=true; for host fixincludes.
2261         * configure.ac: Don't bootstrap host fixincludes unless
2262         --with-build-config=bootstrap-{a,ub}san.
2263         * Makefile.in: Regenerated.
2264         * configure: Regenerated.
2266 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
2268         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
2269         --enable-vtable-verify option parsing.  Don't add
2270         target-libsanitizer to bootstrap_target_libs unless
2271         --with-build-config=bootstrap-asan or
2272         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
2273         to bootstrap_target_libs unless --enable-vtable-verify.
2274         * configure: Regenerated.
2276 2014-03-10  Anatoly Sokolov <aesok@post.ru>
2278         * MAINTAINERS (Write After Approval): Add myself.
2280 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
2282         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2284 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
2286         PR bootstrap/58572
2287         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2288         -I for libstdc++-v3 includes if $(LEAN).
2289         * Makefile.in: Regenerated.
2291 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
2293         * MAINTAINERS: Update my email address.
2295 2014-02-24  Walter Lee  <walt@tilera.com>
2297         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2298         (tilegx-*-*): Change to tilegx*-*-*.
2299         * configure: Regenerate.
2301 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
2303         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2305 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
2307         * MAINTAINERS (Write After Approval): Add myself.
2309 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2311         PR target/59788
2312         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2313         *solaris2*.
2315 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
2317         * MAINTAINERS: Update my email address.
2319 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2321         * MAINTAINERS: Convert to UTF-8.
2322         Properly sort Xinliang David Li's entry.
2324 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2325             Sandra Loosemore  <sandra@codesourcery.com>
2327         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2328         nios2 port maintainers.
2330 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
2332         * MAINTAINERS (Write After Approval): Add myself.
2334 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2336         * configure.ac: Add user-friendly check for native x86_64-linux
2337         multilibs.
2338         * configure: Regenerate.
2340 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
2342         * MAINTAINERS: Add myself as sh maintainer.
2344 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2346         * MAINTAINERS: Add self as SLSR maintainer.
2348 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
2350         * MAINTAINERS: Update my email address.
2352 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
2354         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2356 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
2358         * Makefile.in: Regenerate.
2360         * Makefile.tpl: Fix typo.
2361         * Makefile.in: Regenerate partially.
2363 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2365         * configure.ac: Added libcilkrts to noconfig list when C++ is not
2366         supported.
2367         * configure: Regenerated.
2369 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
2371         * MAINTAINERS (Write After Approval): Add myself.
2373 2013-10-30  Jason Merrill  <jason@redhat.com>
2375         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2376         --disable-build-format-warnings.
2378 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2380         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
2381         depend on libstdc++ and libgcc.
2382         * configure: Regenerate.
2383         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
2384         libcilkrts for POSIX and i*86, and x86_64 architectures.
2385         * Makefile.in: Added libcilkrts related fields to support building it.
2387 2013-10-26  Jeff Law  <law@redhat.com>
2389         * Makefile.def (target_modules): Remove libmudflap
2390         (languages): Remove check-target-libmudflap).
2391         * Makefile.in: Rebuilt.
2392         * Makefile.tpl (check-target-libmudflap-c++): Remove.
2393         * configure.ac (target_libraries): Remove target-libmudflap.
2394         Remove checks which disabled libmudflap on some systems.
2395         * configure: Rebuilt.
2396         * libmudflap: Directory removed.
2398 2013-10-21  Cong Hou  <congh@google.com>
2400         * MAINTAINERS (Write After Approval): Add myself.
2402 2013-10-16  Mike Stump  <mikestump@comcast.net>
2404         * .dir-locals.el: Add.
2406 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
2408         * configure.ac: Add --enable-host-shared
2409         * configure: Regenerate.
2411 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2413         Import from savannah.gnu.org:
2414         * config.guess: Update to 2013-06-10 version.
2415         * config.sub: Update to 2013-10-01 version.
2417 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
2419         Changes to build configuration to allow big endian ARC ELF toolchain
2420         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2421         * configure: Regenerate.
2423 2013-09-20  Alan Modra  <amodra@gmail.com>
2425         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2426         ppc host match.  Support little-endian powerpc linux hosts.
2428 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
2430         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2431         maintainer.
2433 2013-09-12  DJ Delorie  <dj@redhat.com>
2435         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2436         maintainers.
2438 2013-09-03  Richard Biener  <rguenther@suse.de>
2440         * configure.ac: Also allow ISL 0.12.
2441         * configure: Regenerated.
2443 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2445         * MAINTAINERS (Write After Approval): Add myself.
2447 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
2449         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2451 2013-08-26  Caroline Tice  <cmtice@google.com>
2453         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
2454         "Various Reviewers" to libvtv "Various Maintainers".
2456 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
2458         * MAINTAINERS: Add myself as RTL optimizers reviewer.
2460 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
2462         * MAINTAINERS: Update name, email.
2464 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
2466         * MAINTAINERS (Write After Approval): Add myself.
2468 2013-08-12  Caroline Tice  <cmtice@google.com>
2470         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2471         address in the Write After Approval section.
2473 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
2475         * MAINTAINERS (Write After Approval): Update email.
2477 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
2479         * configure.ac: Adjust to check VTV_SUPPORTED.
2480         * configure: Regenerated.
2482 2013-08-02  Caroline Tice  <cmtice@google.com>
2484         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2485         on non-linux systems; add target-libvtv to noconfigdirs; add
2486         libsupc++/.libs to C++ library search paths.
2487         * configure: Regenerated.
2488         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2489         libstdc++ and libgcc.
2490         * Makefile.in: Regenerated.
2492 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
2494         * MAINTAINERS (Write After Approval): Add myself.
2496 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
2497             Shiva Chen  <shiva0217@gmail.com>
2499         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2500         nds32 port maintainers.
2502 2013-07-17  Tim Shen  <timshen91@gmail.com>
2504         * MAINTAINERS (Write After Approval): Add myself.
2506 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2508         * configure.ac: Sync from binutils.
2509         * configure: Regenerate.
2511 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
2513         * MAINTAINERS (Write After Approval): Add myself.
2515 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
2517         * MAINTAINERS (Write After Approval): Add myself.
2519 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
2521         * MAINTAINERS (Write After Approval): Add myself.
2523 2013-04-30  Brooks Moses  <bmoses@google.com>
2525         * MAINTAINERS: Update my email; move myself from Fortran
2526         reviewer to Write After Approval.
2528 2013-04-16  Andreas Schwab  <schwab@suse.de>
2530         * configure.ac (aarch64-*-*): Don't disable java.
2531         * configure: Regenerate.
2533 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
2535         * MAINTAINERS (Write After Approval): Add myself.
2537 2013-03-30  Matthias Klose  <doko@ubuntu.com>
2539         * Makefile.def (target_modules): Don't install libffi.
2540         * Makefile.in: Regenerate.
2542 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2544         * MAINTAINERS (Write After Approval): Add myself.
2546 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2548         * MAINTAINERS (Write After Approval): Add myself.
2550 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2552         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2553         * configure: Regenerated.
2555 2013-02-05  Ian Lance Taylor  <iant@google.com>
2557         PR go/55969
2558         * configure.ac: Disable libgo on some systems where it does not
2559         work.
2561 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2563         * MAINTAINERS: Explicitly add myself as AIX maintainer.
2564         Remove Geoff Keating as rs6000 port maintainer, at his request.
2566 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2568         * MAINTAINERS: Update my email.
2570 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2572         * configure: Re-generate.
2574 2013-01-15  Richard Biener  <rguenther@suse.de>
2576         PR other/55973
2577         * configure: Re-generate.
2579 2013-01-14  Matthias Klose  <doko@ubuntu.com>
2581         * Makefile.def (install-target-libsanitizer): Depend on
2582         install-target-libstdc++-v3.
2583         * Makefile.in: Regenerate.
2585 2013-01-14  Richard Biener  <rguenther@suse.de>
2587         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2588         * configure: Re-generate
2590 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2592         * config.sub: Update from config repo.
2594 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2596         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2597         * Makefile.in: Regenerate.
2599 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2601         * MAINTAINERS (arc): Add new port maintainership for myself.
2603 2013-01-09  Jason Merrill  <jason@redhat.com>
2605         * .gitignore: Import from gdb repository.
2607 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2609         * Makefile.def (configure-gcc): Depend on all-gmp.
2610         (all-gcc): Remove dependency on all-gmp.
2611         * Makefile.in: Regenerated.
2613 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2615         * config.sub: Merge from config repo.
2616         * config.guess: Ditto.
2618 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2620         * Makefile.def: Merge from binutils.
2621         * Makefile.in: Ditto.
2623 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
2625         * MAINTAINERS: Update my email.
2627 2012-12-29  Ben Elliston  <bje@gnu.org>
2629         * config.guess: Update to 2012-12-29 version.
2630         * config.sub: Likewise.
2632 2012-12-20  Matthias Klose  <doko@ubuntu.com>
2634         * Makefile.def (install-target-libgfortran): Depend on
2635         install-target-libquadmath, install-target-libgcc.
2636         (install-target-libsanitizer): Depend on install-target-libgcc.
2637         (install-target-libjava): Depend on install-target-libgcc.
2638         (install-target-libitm): Depend on install-target-libgcc.
2639         (install-target-libobjc): Depend on install-target-libgcc.
2640         (install-target-libstdc++-v3): Depend on install-target-libgcc.
2641         * Makefile.in: Regenerate.
2643 2012-12-19  Matthias Klose  <doko@ubuntu.com>
2645         * Makefile.def (install-target-libgo): Depend on
2646         install-target-libatomic.
2647         * Makefile.in: Regenerate.
2649 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
2651         PR go/55201
2652         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2653         * Makefile.in: Regenerate.
2655 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
2657         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2658         * configure: Regenerate.
2660 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2662         * config.sub: Merge from config repo.
2664 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
2666         * Makefile.def (target_modules): Add bootstrap=true and
2667         raw_cxx=true to libsanitizer.
2668         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2669         * Makefile.in: Regenerated.
2670         * configure: Likewise.
2672 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
2674         * MAINTAINERS: Remove self as RTL optimization maintainer.
2676 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2678         * MAINTAINERS (Write After Approval): Add myself.
2680 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2682         * Makefile.def (target_modules): Remove bootstrap=true and
2683         raw_cxx=true from libsanitizer.
2684         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2685         * Makefile.in: Regenerated.
2686         * configure: Likewise.
2688 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2690         * Makefile.def (target_modules): Add bootstrap=true and
2691         raw_cxx=true to libsanitizer.
2692         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2693         * Makefile.in: Regenerated.
2694         * configure: Likewise.
2696 2012-11-28  Andrew Pinski  <apinski@cavium.com>
2698         PR bootstrap/54279
2699         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2700         * configure: Regenerate.
2701         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2702         * Makefile.in: Regenerate.
2704 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2706         * configure.ac: Disable libsanitizer if we're not building C++.
2707         * configure: Regenerate.
2709 2012-11-15  Roland McGrath  <roland@hack.frob.com>
2711         * MAINTAINERS (Write After Approval): Add myself.
2713 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
2715         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2716         Kostya Serebryany (kcc@google.com) and
2717         Jakub Jelinek (jakub@redhat.com).
2718         Rename area for Dodji Seketeli (dodji@redhat.com).
2720 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
2722         * MAINTAINERS: (asan.c, related): Add myself.
2724 2012-11-14  Roland McGrath  <mcgrathr@google.com>
2726         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2727         * configure: Regenerate.
2729 2012-11-13  Richard Henderson  <rth@redhat.com>
2731         * configure.ac: Move libsanitizer logic to subdirectory.
2732         * configure: Regenerate.
2734 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
2736         * configure.ac: Enable libsanitizer just on x86 linux for now.
2737         * configure: Re-generate.
2739 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
2741         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2742         sections.
2743         * configure: Regenerate.
2745 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
2747         * configure.ac: Add section for configdirs for libsanitizer.
2748         Disable for cris-*-* and mmix-*-*.
2749         * configure: Regenerate.
2751 2012-11-12  Wei Mi <wmi@google.com>
2753         * configure.ac: Add libsanitizer to target_libraries.
2754         * Makefile.def: Ditto.
2755         * configure: Regenerate.
2756         * Makefile.in: Regenerate.
2757         * libsanitizer: New directory for asan runtime.  Contains an empty
2758         tsan directory.
2760 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
2762         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2763         against Mingw64 w32api.
2764         * configure: Regenerate.
2766 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2768         * configure: Regenerated.
2770 2012-11-03  Robert Mason  <rbmj@verizon.net>
2772         * configure.ac: add --disable-libstdcxx configure option
2773         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2775 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2777         * MAINTAINERS (Write After Approval): Add myself.
2779 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
2781         * MAINTAINERS (Write After Approval): Add myself.
2783 2012-10-24  Sharad Singhai  <singhai@google.com>
2785         * MAINTAINERS (Write After Approval): Add myself.
2787 2012-10-24  Eric Christopher  <echristo@gmail.com>
2789         * MAINTAINERS: Update email address.
2791 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
2793         PR bootstrap/54820
2794         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2795         * configure: Regenerate.
2797 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
2799         * MAINTAINERS (aarch64): Add Marcus and myself.
2801 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
2803         PR bootstrap/54820
2804         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2805         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2806         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2807         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2808         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2809         * Makefile.in: Regenerate.
2810         * configure.ac (have_static_libs): New variable and associated check.
2811         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2812         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2813         * configure: Regenerate.
2815 2012-10-10  Richard Biener  <rguenther@suse.de>
2817         * MAINTAINERS: Adjust for changed surname.
2819 2012-10-04  Lawrence Crowl  <crowl@google.com>
2821         * MAINTAINERS (Write After Approval): Add myself.
2823 2012-10-01  Cary Coutant  <ccoutant@google.com>
2825         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2827 2012-09-28  Ian Lance Taylor  <iant@google.com>
2829         * Makefile.def: Make all-target-libgo depend on
2830         all-target-libbacktrace.
2831         * Makefile.in: Rebuild.
2833 2012-09-26  Ian Lance Taylor  <iant@google.com>
2835         * Makefile.def: Make all-gcc depend on all-libbacktrace.
2836         * Makefile.in: Rebuild.
2838 2012-09-20  Walter Lee  <walt@tilera.com>
2840         * configure.ac: Add tilegx to list of targets that support gold.
2841         * configure: Regenerate.
2843 2012-09-20  Marek Polacek  <polacek@redhat.com>
2845         * MAINTAINERS (Write After Approval): Add myself.
2847 2012-09-19  Steve Ellcey  <sellcey@mips.com>
2849         * configure.ac: Add mips*-mti-elf* target.
2850         * configure: Regenerate.
2852 2012-09-17  Ian Lance Taylor  <iant@google.com>
2854         * MAINTAINERS (Various Maintainers): Add libbacktrace.
2855         * configure.ac (host_libs): Add libbacktrace.
2856         (target_libraries): Add libbacktrace.
2857         * Makefile.def (host_modules): Add libbacktrace.
2858         (target_modules): Likewise.
2859         * configure, Makefile.in: Rebuild.
2861 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
2863         PR target/38607
2864         Merge upstream change.
2865         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2867         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2868         Add libgomp*.o to compare_exclusions for AIX.
2869         * configure: Regenerate.
2871 2012-09-06  Diego Novillo  <dnovillo@google.com>
2873         * configure.ac: Bump minimum GMP version to 4.2.3.
2874         * configure: Re-generate.
2876 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2878         PR target/54461
2879         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2880         target-libgloss if not configured --with-avrlibc=no.
2881         * configure: Regenerate.
2883 2012-09-04  Jason Merrill  <jason@redhat.com>
2885         * configure.ac: Fix --enable-languages=all.
2887 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2889         * MAINTAINERS (Write After Approval): Add myself.
2891 2012-09-03  Richard Guenther  <rguenther@suse.de>
2893         PR bootstrap/54138
2894         * configure.ac: Re-organize ISL / CLOOG checks to allow
2895         disabling with either --without-isl or --without-cloog.
2896         * configure: Regenerated.
2898 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2900         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2901         * configure: Regenerate.
2903 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
2905         * MAINTAINERS: Fix my email address.
2907 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2909         PR binutils/4970
2910         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2911         and opcodes.
2912         * Makefile.in: Regenerated.
2914 2012-08-26  Art Haas <ahaas@impactweather.com>
2916         * configure: Regenerate.
2918 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2920         * INSTALL/README: Also refer to the online installation
2921         instructions.
2923 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2925         * MAINTAINERS (Write After Approval): Add myself.
2926         (Picochip port): Remove myself.
2928 2012-08-14   Diego Novillo  <dnovillo@google.com>
2930         Merge from cxx-conversion branch.
2932         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2933         POSTSTAGE1_CONFIGURE_FLAGS.
2934         * Makefile.in: Regenerate.
2935         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
2936         Force C++ when bootstrapping.
2937         * configure: Regenerate.
2939 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2941         * MAINTAINERS (Write After Approval): Add myself.
2943 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
2945         * README: Document use of ranges of years in copyright notices.
2947 2012-07-06  Richard Guenther  <rguenther@suse.de>
2949         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2950         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2951         --with-gmp=system.
2952         * Makefile.in: Regenerated.
2953         * configure: Likewise.
2955 2012-07-06  Richard Guenther  <rguenther@suse.de>
2957         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2958         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2959         supply V=1 as extra_make_flags.
2960         * configure: Regenerated.
2961         * Makefile.in: Likewise.
2963 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2965         * configure: Regenerate.
2967 2012-07-03  Richard Guenther  <rguenther@suse.de>
2969         * Makfile.def (isl): Remove not necessary extra_exports and
2970         extra_make_flags.
2971         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2972         * Makefile.in: Regenerated.
2974 2012-07-03  Richard Guenther  <rguenther@suse.de>
2976         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2977         * configure.ac: If either the ISL or the CLooG check failed
2978         do not try to build in-tree versions.
2979         * Makefile.in: Regenerated.
2980         * configure: Regenerated.
2982 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2984         * configure: Regenerate.
2986 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2988         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2989         maintainer.
2991 2012-07-02  Richard Guenther  <rguenther@suse.de>
2993         * configure: Regenerated.
2995 2012-07-02  Richard Guenther  <rguenther@suse.de>
2996         Michael Matz  <matz@suse.de>
2997         Tobias Grosser <tobias@grosser.es>
2998         Sebastian Pop <sebpop@gmail.com>
3000         * Makefile.def: Add ISL host module, remove PPL host module.
3001         Adjust ClooG host module to use the proper ISL.
3002         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
3003         * configure.ac: Include config/isl.m4.  Add ISL host library,
3004         remove PPL.  Remove PPL configury, add ISL configury, adjust
3005         ClooG configury.
3006         * Makefile.in: Regenerated.
3007         * configure: Likewise.
3009 2012-07-02  Richard Guenther  <rguenther@suse.de>
3011         Merge from graphite branch
3012         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3014         * configure: Regenerated.
3015         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
3016         both cloog.org and legacy versions. The only supported version will
3017         be CLooG with the isl backend.
3019         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3021         * configure: Regenerated.
3022         * configure.ac: Require cloog isl 0.17.0
3024         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3026         * configure: Regenerated.
3027         * config/cloog.m4: Do not define CLOOG_ORG
3029 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
3031         * configure.ac: Skip C if explicitly selected.
3032         * configure: Regenerate.
3034 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
3036         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3037         they contain -O2.
3038         * configure: Regenerate.
3040 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
3042         PR debug/53740
3043         * df.h, df-problems.c, dce.c: Revert last patch.
3045 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
3047         * MAINTAINERS (Write After Approval): Update my email address.
3049 2012-06-21  Meador Inge  <meadori@codesourcery.com>
3051         * MAINTAINERS (Write After Approval): Add myself.
3053 2012-06-20  Jason Merrill  <jason@redhat.com>
3055         * Makefile.tpl (check-target-libgomp-c++): New.
3056         (check-target-libitm-c++): New.
3057         * Makefile.def (c++): Add them.
3058         * Makefile.in: Regenerate.
3060 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
3062         * MAINTAINERS (Write After Approval): Add myself.
3064 2012-05-16  Olivier Hainque  <hainque@adacore.com>
3066         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3067         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3068         (install-no-fixedincludes): Adjust accordingly.
3069         * Makefile.in: Regenerate.
3071 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
3073         Merge upstream change
3074         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3076 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
3078         * MAINTAINERS (Write After Approval): Add myself.
3080 2012-05-09  Nick Clifton  <nickc@redhat.com>
3081             Paul Smith  <psmith@gnu.org>
3083         PR bootstrap/50461
3084         * configure.ac (mpfr-dir): When using in-tree MPFR sources
3085         allow for the fact that from release v3.1.0 of MPFR the source
3086         files were moved into a src sub-directory.
3087         * configure: Regenerate.
3089 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
3091         * configure.ac: Bump minimum MPFR version to 2.4.0.
3092         * configure: Regenerated.
3094 2012-05-01  Richard Henderson  <rth@redhat.com>
3096         * Makefile.def (libatomic): New target_module.
3097         * configure.ac (target_libraries): Add libatomic.
3098         (noconfigdirs): Check if libatomic is supported.
3099         * Makefile.in, configure: Rebuild.
3101 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
3103         * MAINTAINERS (Write After Approval): Add myself.
3105 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
3107         * config.sub: Update to 2012-04-18 version from official repo.
3109 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
3111         * MAINTAINERS (Write After Approval): Add myself.
3113 2012-04-11  Steve Ellcey  <sellcey@mips.com>
3115         * MAINTAINERS: Changed email address.
3117 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
3119         PR target/52737
3120         * contrib/gcc_update (files_and_dependencies):
3121         Remove gcc/config/avr/t-multilib from touch data.
3123 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3125         * MAINTAINERS (OS Port Maintainers): Remove irix.
3126         * configure.ac (enable_libgomp): Remove *-*-irix6*.
3127         (unsupported_languages): Remove mips-sgi-irix6.*.
3128         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3129         (with_stabs): Remove.
3130         * configure: Regenerate.
3132 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3134         * MAINTAINERS (OS Port Maintainers): Remove osf.
3135         * configure.ac (enable_libgomp): Remove *-*-osf*.
3136         (with_stabs): Remove alpha*-*-osf*.
3137         * configure: Regenerate.
3139 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3141         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3142         * configure: Regenerate.
3144 2012-02-17  Walter Lee  <walt@tilera.com>
3146         * MAINTAINERS: (Write After Approval): Delete myself.
3148 2012-02-14  Walter Lee  <walt@tilera.com>
3150         * MAINTAINERS (tilegx port): Add myself.
3151         (tilepro port): Add myself.
3152         (Write After Approval): Add myself.
3154 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
3156         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3157         and Joseph Myers as docstring relicensing maintainers.
3159 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
3161         * MAINTAINERS (write-after-approval): Add myself.
3163 2012-02-08  Ira Rosen <irar@il.ibm.com>
3165         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3166         maintainer.
3168 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3170         * MAINTAINERS (Write After Approval): Move myself to
3171         maintain alphabetical order.
3173 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3175         * MAINTAINERS (Write After Approval): Add myself.
3177 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
3179         * MAINTAINERS (Write After Approval): Add myself.
3181 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3182             Jayant R Sonar <jayant.sonar@kpitcummins.com>
3184         * configure.ac (cr16-*-*): Remove nonconfigdirs.
3185         * configure: Regenerate.
3187 2012-01-23  Harshit Chopra  <harshit@google.com>
3189         * MAINTAINERS (Write After Approval): Add myself.
3191 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
3193         * configure.ac: Remove reference to mh-interix.
3194         * configure: Regenerate.
3196 2012-01-05  Richard Henderson  <rth@redhat.com>
3198         PR bootstrap/51072
3199         * configure.ac: Disable libitm if c++ is not enabled.
3200         * configure: Rebuild.
3202         * configure.ac: Fix regexp for same.
3203         * configure: Rebuild.
3205 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
3207         * MAINTAINERS (Write After Approval): Add myself.
3209 2012-01-02  Richard Guenther  <rguenther@suse.de>
3211         PR bootstrap/51686
3212         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3213         * Makefile.in: Regenerate.
3215 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
3217         * MAINTAINERS (Write After Approval): Add myself.
3219 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
3221         * configure: Regenerate.
3223 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
3225         * MAINTAINERS (picochip): Changed email address.
3227 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3229         * MAINTAINERS (write-after-approval): Add self.
3231 2011-11-29  DJ Delorie  <dj@redhat.com>
3233         * configure.ac (rl78-*-*) New case.
3234         * configure: Regenerate.
3235         * MAINTAINERS: Add myself as RL78 maintainer.
3237 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3239         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3241 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
3243         * libtool.m4: Additional FreeBSD 10 fixes.
3245 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
3247         * MAINTAINERS: Move myself from Write After Approval to CPU Port
3248         Maintainers section, as Epiphany maintainer.
3250 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
3252         PR target/49992
3253         * configure.ac: Remove ranlib special-casing for Darwin.
3254         * configure: Regenerate.
3256 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
3258         * MAINTAINERS (Reviewers): Keep the list sorted.
3260 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
3262         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3264 2011-11-09  Roland McGrath  <mcgrathr@google.com>
3266         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3267         * configure: Rebuild.
3268         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3269         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3270         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3271         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3272         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3273         Add READELF.
3274         * Makefile.in: Rebuild.
3276 2011-11-09  Jason Merrill  <jason@redhat.com>
3278         * Makefile.def (language=c++): Remove check-c++0x.
3279         * Makefile.in (check-gcc-c++): Regenerate.
3281 2011-11-08  Richard Henderson  <rth@redhat.com>
3283         * configure.ac: Test for libitm directory present first.
3285         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3287         * configure.ac: Test libitm/configure.tgt to disable libitm.
3288         * configure: Rebuild.
3290 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
3291             Richard Henderson  <rth@redhat.com>
3293         Merged from transactional-memory.
3295         * Makefile.def (lang_env_dependencies): libitm is c++.
3296         Add libitm target module.
3297         * configure.ac: Likewise.
3298         * config/mmap.m4: New file.
3299         * contrib/gcc_update: Add libitm to touch data.
3300         * Makefile.in, configure: Rebuild.
3302 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3304         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3305         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3306         * Makefile.in: Regenerate.
3308 2011-11-01  DJ Delorie  <dj@redhat.com>
3310         * config.sub: Update to version 2011-10-29 (added rl78)
3312 2011-10-27  Nick Clifton  <nickc@redhat.com>
3314         * config.sub: Import these changes from the config project:
3316         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3317             Ben Elliston  <bje@gnu.org>
3319         * config.sub (epiphany): New.
3321         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
3322             Ben Elliston  <bje@gnu.org>
3324         * config.sub (hexagon, hexagon-*): New.
3326         2011-08-23  Roland McGrath  <mcgrathr@google.com>
3328         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3329         64eb to be64.
3331         2011-08-16  Roland McGrath  <mcgrathr@google.com>
3333         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3334         (nacl): Grok as alias for 32el-unknown-nacl.
3336 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
3338         * MAINTAINERS (Write After Approval): Add myself.
3340 2011-10-24  Teresa Johnson  <tejohnson@google.com>
3342         * MAINTAINERS (Write After Approval): Add myself.
3344 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
3346         * MAINTAINERS (sparc port): Remove myself.
3348 2011-09-14  Tom de Vries  <tom@codesourcery.com>
3350         * MAINTAINERS (Write After Approval): Add myself.
3352 2011-08-14  Yao Qi  <yao@codesourcery.com>
3354         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3355         * configure: Regenerate.
3357 2011-07-26  Ian Lance Taylor  <iant@google.com>
3359         * configure.ac: Set have_compiler based on whether gcc directory
3360         exists, rather than on whether gcc is in configdirs.
3361         * configure: Rebuild.
3363 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
3365         * MAINTAINERS (Global Reviewers): Add self.
3367 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
3369         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3370         link directories.
3371         * Makefile.in: Rebuild.
3373 2011-07-20  Ian Lance Taylor  <iant@google.com>
3375         PR bootstrap/49787
3376         * configure.ac: Move --enable-bootstrap handling earlier in file.
3377         If --enable-bootstrap and either --enable-build-with-cxx or
3378         --enable-build-poststage1-with-cxx, enable C++ automatically.
3379         * configure: Rebuild.
3381 2011-07-19  Ian Lance Taylor  <iant@google.com>
3383         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
3384         make C++ a boot_language.  Set and substitute
3385         POSTSTAGE1_CONFIGURE_FLAGS.
3386         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3387         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3388         * configure, Makefile.in: Rebuild.
3390 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
3392         * MAINTAINERS (Register Allocation): Move myself from reviewers to
3393         maintainers.
3395 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
3397         * MAINTAINERS (Global Reviewers): Add myself.
3399 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3401         * configure: Regenerate.
3403 2011-07-16  Jason Merrill  <jason@redhat.com>
3405         * Makefile.def (language=c++): Add check-c++0x and
3406         check-target-libmudflap-c++.
3407         * Makefile.tpl (check-target-libmudflap-c++): New.
3408         * Makefile.in: Regenerate.
3410 2011-07-16  Matthias Klose  <doko@ubuntu.com>
3412         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3413         * Makefile.def (target_modules/libjava): Pass
3414         $(EXTRA_CONFIGARGS_LIBJAVA).
3415         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3416         if not configured with --enable-static-libjava.
3417         * Makefile.in: Regenerate.
3418         * configure: Likewise.
3420 2011-07-15  Jason Merrill  <jason@redhat.com>
3422         * Makefile.in (check-c++): Move check-gcc-c++0x after
3423         check-target-libstdc++-v3.
3425 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3427         * MAINTAINERS (c6x port): New entry.
3429 2011-07-13  Jason Merrill  <jason@redhat.com>
3431         * Makefile.in (check-gcc-c++0x): New.
3432         (check-c++): Depend on it.
3434 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3436         PR target/39150
3437         * configure.ac (i[3456789]86-*-solaris2*): Also accept
3438         x86_64-*-solaris2.1[0-9]*.
3439         * configure: Regenerate.
3441 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
3443         * MAINTAINERS (RTL optimizers): Add self.
3445 2011-06-27  Gabriel Charette  <gchare@google.com>
3447         * MAINTAINERS (Write After Approval): Add myself.
3449 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
3451         PR regression/47836
3452         PR bootstrap/23656
3453         PR other/47733
3454         PR bootstrap/49247
3455         PR c/48825
3456         * configure.ac (target_libraries): Remove target-libiberty.
3457         Remove case-statement setting skipdirs=target-libiberty for
3458         multiple targets.  Remove checking target_configdirs and
3459         removing target-libiberty but keeping target-libgcc if
3460         otherwise empty.
3461         * Makefile.def (target_modules): Don't add libiberty.
3462         (dependencies): Remove all traces of target-libiberty.
3463         * configure, Makefile.in: Regenerate.
3465 2011-06-13  Walter Lee <walt@tilera.com>
3467         * configure.ac (tilepro-*-*) New case.
3468         (tilegx-*-*): Likewise.
3469         * configure: Regenerate.
3471 2011-06-06  Jing Yu  <jingyu@google.com>
3473         * configure.ac: Skip target-libiberty for
3474         arm*-*-linux-androideabi.
3475         * configure: Regenerated.
3477 2011-06-06  Nick Clifton  <nickc@redhat.com>
3479         * config.sub: Sync from upstream.
3481 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
3483         * MAINTAINERS (Write After Approval): Add myself.
3485 2011-06-01  Daniel Jacobowitz  <drow@false.org>
3487         * MAINTAINERS: Update my email address.
3489 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
3491         * MAINTAINERS (Write After Approval): Update my email address.
3493 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
3495         * MAINTAINERS (Write After Approval): Add myself.
3497 2011-05-08  Doug Kwan  <dougkwan@google.com>
3499         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3500         * configure: Regenerated.
3501         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3502         value from configure.
3503         * Makefile.in: Regenerated.
3505 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
3507         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3508         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3509         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3510         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3511         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3512         *-*-vxworks*): Disable newlib and libgloss in separate case
3513         statement.
3514         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3515         to separate case statement.
3516         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3517         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3518         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3519         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3520         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3521         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3522         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3523         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3524         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3525         i[[3456789]]86-*-rdos*, m32r-*-*,
3526         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3527         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3528         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3529         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3530         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3531         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3532         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3533         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3534         and libgloss in main case over targets.  Remove most empty cases
3535         in main case over targets.
3536         * configure: Regenerate.
3538 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
3540         * MAINTAINERS (Write After Approval): Add myself.
3542 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3544         * configure.ac: Remove code setting special library locations for
3545         hppa*64*-*-hpux11*.  Remove code setting compiler for
3546         sparc-sun-solaris2*.
3547         * configure: Regenerate.
3549 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3551         * configure.ac: Separate libgloss_dir settings from general case
3552         over targets.
3553         * configure: Regenerate.
3555 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3557         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3558         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3559         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3560         cases in libgcj-disabling case statement.
3561         (hppa*64*-*-linux*): Set unsupported_languages instead of
3562         disabling target-zlib.
3563         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3564         to hppa*64*-*-hpux*.
3565         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3566         hppa*-*-hpux*.
3567         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3568         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3569         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3570         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3571         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3572         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3573         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3574         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3575         libgcj-disabling case statement.
3576         * configure: Regenerate.
3578 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3580         * configure.ac: Disable Java for targets not supporting libffi.
3581         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3582         Remove cases in Java-disabling statement.
3583         (*arm-wince-pe): Change to arm-wince-pe.
3584         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3585         cases in Java-disabling statement.
3586         (bfin-*-*): Don't disable Java again.
3587         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3588         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3589         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3590         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3591         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3592         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3593         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3594         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3595         Java-disabling statement.
3596         (mmix-*-*): Don't disable Java again.
3597         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3598         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3599         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3600         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3601         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3602         statement.
3603         * configure: Regenerate.
3605 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3607         * configure.ac: Separate cases disabling Java and Java libraries
3608         from general case over targets.
3609         * configure: Regenerate.
3611 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
3613         * MAINTAINERS: Update my email address.
3615 2011-04-20  Easwaran Raman  <eraman@google.com>
3617         * MAINTAINERS (Write After Approval): Add myself.
3619 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
3621         PR lto/48086
3622         * configure.ac: Re-enable LTO on *-apple-darwin9*.
3623         * configure: Regenerate.
3625 2011-04-16  Jim Meyering  <meyering@redhat.com>
3627         * MAINTAINERS (Write After Approval): Add myself.
3629 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
3631         * MAINTAINERS: Update my email address.
3633 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
3635         * MAINTAINERS (Write After Approval): Add myself.
3637 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
3639         * MAINTAINERS (Write After Approval): Add myself.
3641 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
3643         * MAINTAINERS (Write After Approval): Add myself.
3645 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
3647         * configure.ac (build_tools): Remove build-byacc.
3648         (host_libs): Remove mmalloc.
3649         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3650         autoconf automake libtool diff rcs fileutils shellutils time
3651         textutils wdiff find uudecode hello tar gzip indent recode release
3652         sed perl gawk findutils gettext zip.
3653         (libgcj): Remove target-qthreads.
3654         (target_tools): Remove target-examples target-gperf.
3655         (YACC): Don't handle building byacc.
3656         * configure: Regenerate.
3657         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3658         dosutils, examples, fileutils, find, findutils, gawk, gettext,
3659         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3660         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3661         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3662         handle building components.
3663         * Makefile.in: Regenerate.
3665 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
3667         * MAINTAINERS: Update my email address as Xtensa maintainer.
3669 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3671         * config.sub: Sync from upstream.
3673 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3675         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3676         (microblaze*): Don't disable libssp.
3677         * configure: Regenerate.
3679 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3681         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3682         moveifchange.
3683         * configure: Regenerate.
3684         * Makefile.tpl: Use @SHELL@ not @config_shell@.
3685         * Makefile.in: Regenerate.
3687 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3689         * configure.ac (*-*-sysv4*): Don't enable libgomp.
3690         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3691         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3692         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3693         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3694         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3695         md_exec_prefix cases.
3696         * configure: Regenerate.
3698 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3700         * configure.ac: Separate cases disabling target-libssp,
3701         target-libiberty, target-libstdc++-v3 and Fortran from general
3702         case over targets.
3703         * configure: Regenerate.
3705 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3707         * configure.ac (*-*-chorusos): Don't disable libgcj.
3708         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3709         Remove case.
3710         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3711         (arm-*-coff): Don't disable libgcj.
3712         (arm*-*-linux-gnueabi): Remove useless assignment.
3713         (arm-*-riscix*): Don't disable libgcj.
3714         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3715         configuration.
3716         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3717         (c54x*-*-*): Remove case.
3718         (tic54x-*-*): Don't disable GCC or GCC libraries.
3719         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
3720         to *.
3721         (d10v-*-*): Don't disable GCC libraries.
3722         (d30v-*-*): Don't disable libgcj.
3723         (h8500-*-*): Don't disable GCC libraries.
3724         (i960-*-*): Don't disable libgcj.
3725         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3726         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3727         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3728         libgcj.
3729         (m68k-*-coff*): Remove case.
3730         (mmix-*-*): Don't disable libgloss on host.
3731         (mn10200-*-*, mn10300-*-*): Remove cases.
3732         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3733         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3734         Don't disable libgcj.
3735         (romp-*-*): Remove case.
3736         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3737         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3738         case.
3739         (v810-*-*): Don't disable GCC libraries.
3740         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3741         (ip2k-*-*): Don't disable GCC libraries.
3742         * configure: Regenerate.
3744 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
3746         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3747         libffi on host.
3748         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3749         on host.
3750         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3751         * configure: Regenerate.
3753 2011-03-26  John Marino  <binutils@marino.st>
3755         * configure.ac: Add support for *-*-dragonfly*
3756         * configure: Regenerate.
3758 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3760         * configure.ac (native_only): Remove.
3761         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3762         send-pr uudecode guile gnuserv on host.
3763         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3764         send-pr rcs guile perl texinfo libtool on host.
3765         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3766         automake send-pr rcs guile perl texinfo libtool on host.
3767         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3768         (*-*-kaos*): Don't disable target-examples target-gperf on target.
3769         (alpha*-dec-osf*): Don't disable fileutils on target.
3770         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3771         texinfo send-pr expect dejagnu on target.
3772         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3773         target-qthreads on target.
3774         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3775         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3776         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3777         x86_64-*-mingw*): Don't disable expect on target.
3778         (*-*-cygwin*): Don't disable target-gperf on target.
3779         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3780         gnuserv on target.
3781         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3782         target.
3783         * configure: Regenerate.
3785 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3787         * configure.ac (target_tools): Remove target-groff.
3788         (native_only): Remove target-groff.
3789         (hppa*64*-*-*): Don't disable byacc.
3790         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3791         setting.
3792         (*-*-kaos*): Don't skip target-librx and target-groff.
3793         (*-*-netware*): Don't skip target-libmudflap.
3794         (*-*-tpf*): Don't skip target-libmudflap.
3795         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3796         directories on the host.
3797         (ia64*-*-*vms*): Don't skip tix.
3798         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3799         host.
3800         * configure: Regenerate.
3802 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
3804         * configure.ac: Remove references to mt-mep, mt-netware,
3805         mt-wince.
3806         * Makefile.def: Add all-utils soft dependencies.
3807         * Makefile.tpl: Remove GDB_NLM_DEPS.
3808         * configure: Regenerate.
3809         * Makefile.in: Regenerate.
3811 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3813         * configure.ac: Do not include mh-x86omitfp.
3814         * configure: Regenerate.
3816 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3818         * configure.ac: Remove empty cases.
3819         * configure: Regenerate.
3821 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3823         * Makefile.def: Add dependency from termcap to gdb.
3824         * Makefile.in: Regenerate.
3826 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3828         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3829         * configure: Regenerate.
3830         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3831         * Makefile.tpl: Likewise.
3832         * Makefile.in: Regenerate.
3834 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3836         * configure.ac: Remove all mentions of tentative_cc.
3837         * configure: Regenerate.
3839 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3841         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3842         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3843         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3844         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3845         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3846         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3847         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3848         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3849         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3850         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3851         *-*-rhapsody*): Remove host cases.
3852         * configure: Regenerate.
3854 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3856         * configure.ac (ppc*-*-pe): Remove host case.
3857         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3858         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3859         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3860         cases.
3861         * configure: Regenerate.
3863 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3865         * config.sub: Update to version 2011-03-23.
3867 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3869         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3870         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3871         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3872         * configure: Regenerate.
3874 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3876         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3877         to Write After Approval.
3878         * config-ml.in: Don't handle arc-*-elf*.
3879         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3880         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3881         handle GCC libraries.
3882         * configure: Regenerate.
3884 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3886         PR bootstrap/48120:
3887         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3888         Add -lstdc++ -lm to LIBS.
3889         * configure: Regenerate.
3891 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3893         * config.guess: Update to version 2011-02-02
3894         * config.sub: Update to version 2011-02-24
3896 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3898         PR lto/48086
3899         * configure.ac: Re-enable LTO on *-apple-darwin9.
3900         * configure: Regenerate.
3902 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3904         PR lto/48086
3905         * configure.ac: Disable LTO on darwin due to an assembler change in
3906         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3907         under 256.
3908         * configure: Regenerate.
3910 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3912         * MAINTAINERS: Update myself as score backend maintainer,
3913         update my e-mail address.
3915 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3917         * MAINTAINERS: Update my e-mail address.
3919 2011-03-06  Joey Ye  <joey.ye@arm.com>
3921         * MAINTAINERS: Update my e-mail address.
3923 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3925         * configure.ac: Adjust test of with_ppl.
3926         * configure: Regenerated.
3928 2011-03-02  Kai Tietz  <ktietz@redhat.com>
3930         * MAINTAINERS: Adjust my e-mail address.
3932 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3934         * configure.ac: Add -lpwl to ppllibs.
3935         * configure: Regenerated.
3937 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3939         * config/cloog.m4: Add -lisl to clooglibs.
3940         * configure: Regenerated.
3942 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3944         * MAINTAINERS (CPU Port maintainers): Add self.
3946 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3948         * MAINTAINERS: Add myself as testsuite maintainer.
3950 2011-02-15  Mike Stump  <mikestump@comcast.net>
3952         * MAINTAINERS: Add myself as testsuite maintainer.
3954 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3956         Import from Libtool and gnulib:
3958         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
3960         Prepare for supporting FreeBSD 10.
3961         * config.rpath: Remove handling of freebsd1* which soon would
3962         match FreeBSD 10.0.
3964         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
3966         Remove support for FreeBSD 1.x.
3967         * libtool.m4 (_LT_LINKER_SHLIBS)
3968         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3969         soon would incorrectly match FreeBSD 10.0.
3971 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3973         PR binutils/12283
3974         * move-if-change: Import version from gnulib.
3976 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3978         PR lto/47225
3979         * Makefile.def (lto-plugin): Double dash for enable-shared.
3980         (configure-gcc): Depend on all-lto-plugin.
3981         * Makefile.in: Rebuilt.
3983 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3985         * configure.ac: Remove extra bracket.
3986         * configure: Regenerate.
3988 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3990         * MAINTAINERS: Add myself as libquadmath maintainer.
3992 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3994         * MAINTAINERS: Update my email address.
3996 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3998         * MAINTAINERS (option handling): Add self.
4000 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
4002         PR lto/47225
4003         * Makefile.def: Add dependency for install-gcc
4004         on install-lto-plugin.
4005         * Makfile.in: Regenerated
4007 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
4009         * MAINTAINERS (CPU Port Maintainers): Add myself.
4011 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
4013         PR libgcj/44341
4014         * configure.ac: Discard --with-* flags for host when configuring
4015         target libraries for cross build.
4016         * configure: Rebuilt.
4018 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4020         * MAINTAINERS (linear loop transforms): Removed.
4022 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
4024         * configure.ac: If with_ppl is no, move setting with_cloog=no
4025         after CLOOG_REQUESTED check.
4026         * configure: Regenerated.
4028 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4030         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4031         CLooG has been requested.
4032         * configure: Regenerated.
4034 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4036         * configure: Regenerated.
4037         * configure.ac: Check for version 0.11 (or later revision) of PPL.
4039 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
4041         * configure: Regenerated.
4042         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4044 2011-01-21  Andreas Schwab  <schwab@redhat.com>
4046         * configure.ac: Use AS_HELP_STRING throughout.
4047         * configure: Regenerate.
4049 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
4051         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4052         * configure: Regenerate.
4054 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4056         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
4058 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
4060         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4061         for ia64-hpux.
4062         * configure: Regenerate.
4064 2011-01-07  Jan Hubicka  <jh@suse.cz>
4066         PR lto/47225
4067         * Makefile.in: Regenerate.
4068         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4069         configure.
4071 2011-01-07  Jan Hubicka  <jh@suse.cz>
4073         * Makefile.in: Regenerate.
4074         * Makefile.def (gcc host module) and soft dependency on lto-plugin
4075         and configure dependency on lto-plugin configure.
4076         (lto-plugin module): Remove dependency on GCC; add dependency on
4077         liniberty.
4079 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
4081         * MAINTAINERS (Write After Approval): Add myself.
4083 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
4085         * configure: Regenerate.
4087 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
4089         * configure.ac: (picochip): Disable libiberty.
4091 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
4093         * MAINTAINERS (Write After Approval): Add myself.
4095 2010-12-10  Ian Lance Taylor  <iant@google.com>
4097         PR bootstrap/46819
4098         * configure.ac: For --disable-libgcj clear libgcj_saved.
4099         * configure: Rebuild.
4101 2010-12-10  Tobias Burnus  <burnus@net-b.de>
4103         PR fortran/46540
4104         * configure.ac: Add --disable-libquadmath and
4105         --disable-libquadmath-support.
4106         * configure: Regenerate.
4108 2010-12-03  Ian Lance Taylor  <iant@google.com>
4110         * MAINTAINERS: Add myself as libgo maintainer.
4112 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
4114         PR libffi/46792
4115         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4116         * configure: Regenerate.
4118 2010-12-02  Ian Lance Taylor  <iant@google.com>
4120         * configure.ac: Always set default for poststage1_ldflags to
4121         -static-libstdc++ -static-libgcc.
4123 2010-11-29  Andreas Schwab  <schwab@redhat.com>
4125         * configure.ac: Move comment to remove extra space in last argument
4126         of GCC_TARGET_TOOL.
4128 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
4130         PR other/46026
4131         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4132         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4133         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4134         (BASE_FLAGS_TO_PASS): Use it.
4135         * configure: Rebuilt.
4136         * Makefile.in: Rebuilt.
4138 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
4140         PR binutils/12258
4141         * configure.ac: Correct comments for --enable-gold/--enable-ld.
4142         Properly check default linker.
4143         * configure: Regnerated.
4145 2010-11-23  Matthias Klose  <doko@ubuntu.com>
4147         * configure.ac: For --enable-gold, handle value `default' instead of
4148         `both*'.  New configure option --{en,dis}able-ld.
4149         * configure: Regenerate.
4151 2010-11-20  Ian Lance Taylor  <iant@google.com>
4153         * configure.ac: Only disable a language library if no language needs
4154         it.  Don't let --disable-libgcj uncondtionally disable libffi.
4155         * configure: Rebuild.
4157 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4159         * Makefile.in: Regenerate.
4161         PR other/46202
4162         * configure.ac: Fix just-built in-tree STRIP name to be
4163         binutils/strip-new.
4164         * configure: Regenerate.
4165         * Makefile.def (install-strip-gcc, install-strip-binutils)
4166         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4167         (install-strip-sid): Mirror dependencies on non-strip variants
4168         of these targets on the respective -strip prerequisites.
4169         * Makefile.tpl (install-strip, install-strip-host)
4170         (install-strip-target): New targets.
4171         (install-strip-[+module+], install-strip-target-[+module+]):
4172         New targets.
4173         * Makefile.in: Regenerate.
4175 2010-11-19  Ian Lance Taylor  <iant@google.com>
4176             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4178         * configure.ac: Add target-libgo to target_libraries.  Set
4179         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4180         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4181         (HOST_EXPORTS): Add GOC.
4182         (BASE_TARGET_EXPORTS): Add GOC.
4183         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4184         (GOCFLAGS_FOR_TARGET): New variable.
4185         (EXTRA_HOST_FLAGS): Add GOC.
4186         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4187         * Makefile.def (target_modules): Add libgo.
4188         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4189         (dependencies): Add dependency from configure-target-libgo to
4190         configure-target-libffi and all-target-libstdc++-v3.  Add
4191         dependencies from all-target-libgo to all-target-libffi.
4192         (languages): Add go.
4193         * configure: Rebuild.
4194         * Makefile.in: Rebuild.
4196 2010-11-19  Ian Lance Taylor  <iant@google.com>
4198         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4199         compiler/flag environment variables.
4201 2010-11-18  Ian Lance Taylor  <iant@google.com>
4203         * configure.ac: Check for lang_requires_boot_languages in
4204         config-lang.in files.
4205         * configure: Rebuild.
4207 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4208             Tobias Burnus  <burnus@net-b.de>
4210         PR fortran/32049
4211         * Makefile.def: Add libquadmath; build it with language=fortran.
4212         * configure.ac: Add libquadmath.
4213         * Makefile.tpl: Handle multiple libs in check-[+language+].
4214         * Makefile.in: Regenerate.
4215         * configure: Regenerate.
4217 2010-11-16  Tom Tromey  <tromey@redhat.com>
4219         * MAINTAINERS: Moved myself to reviewers section.
4221 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
4223         * MAINTAINERS: Moved myself to reviewers section.
4225 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4227         * MAINTAINERS (Various Maintainers): Add self for build machinery.
4228         (Write After Approval): Remove self.
4230 2010-11-15  Andreas Schwab  <schwab@redhat.com>
4232         * configure.ac: Fix spelling in option names.
4233         * configure: Regenerated.
4235 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
4237         PR bootstrap/39622
4238         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4239         * configure: Regenerated.
4241 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
4243         * MAINTAINERS: Update my email address.
4245 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4247         * configure: Regenerate.
4249 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4251         * configure: Regenerate.
4253 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4255         * configure: Regenerate.
4257 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4259         * configure: Regenerate.
4261 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4263         * configure.ac: Support official CLooG.org versions.
4264         * configure: Regenerate.
4265         * config/cloog.m4: New.
4267 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
4269         * MAINTAINERS (Write After Approval): Add myself.
4271 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
4273         * MAINTAINERS: Update my email address.
4275 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
4277         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4278         * configure: Regenerate.
4280 2010-11-03  Ian Lance Taylor  <iant@google.com>
4281             Dave Korn  <dave.korn.cygwin@gmail.com>
4283         PR lto/46273
4284         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
4285         and on other supported platforms whenever LTO is enabled.
4286         * configure: Rebuild.
4288 2010-11-02  Alan Modra  <amodra@gmail.com>
4290         PR binutils/12110
4291         * configure.ac: Error when source path contains spaces.
4292         * configure: Regenerate.
4294 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
4296         * MAINTAINERS: Update my email address.
4298 2010-10-20  Ian Lance Taylor  <iant@google.com>
4300         * Makefile.def (target_modules): Set lib_path to src/.libs for
4301         libstdc++-v3 module.
4302         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4303         * Makefile.in: Rebuild.
4305 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4307         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4308         (Write After Approval): Remove myself.
4310 2010-10-15  Tristan Gingold  <gingold@adacore.com>
4312         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4314 2010-10-14  Douglas Rupp  <rupp@gnat.com>
4316         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4318 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4320         * configure.ac (build_lto_plugin): New shell variable.
4321         (--enable-lto): Turn on by default for all non-ELF platforms that
4322         have had LTO support added so far.  Set build_lto_plugin appropriately
4323         for both ELF and non-ELF.
4324         (configdirs): Add lto-plugin or not based on build_lto_plugin.
4325         * configure: Regenerate.
4327 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4329         Sync from src:
4330         * configure.ac (v850 support): Remove target-libgloss from
4331         noconfigdirs.
4332         * configure: Regenerate.
4334 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4336         PR bootstrap/45326
4337         PR bootstrap/45174
4338         * configure.ac: Honor initial values of $build_configargs,
4339         $host_configargs, $target_configargs.  Mark the precious, so
4340         environment settings get recorded.
4341         * configure: Regenerate.
4343 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4345         PR bootstrap/45796
4346         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4347         Depend on all-build-libiberty.
4348         * Makefile.in: Regenerate.
4350 2010-09-30  Michael Eager  <eager@eagercon.com>
4352         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4353         * configure: Regenerate.
4355 2010-09-28  Michael Eager  <eager@eagercon.com>
4357         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4359 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4361         PR bootstrap/44621
4362         * configure.ac: Fix unportable shell quoting.
4363         * configure: Regenerate.
4365 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
4367         * configure.ac (enable-lto): Add Darwin to the list of supported lto
4368         targets and amend comment.
4369         * configure: Regenerate.
4371 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
4373         * MAINTAINERS (Write After Approval): Add myself.
4375 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
4377         * configure.ac: Enable LTO by default on Darwin.
4378         * configure: Regenerate.
4380 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4382         * MAINTAINERS (Write After Approval): Add myself.
4384 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
4386         * MAINTAINERS (Write After Approval): Add myself.
4388 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
4390         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4391         ports
4393 2010-07-28  David Yuste  <david.yuste@gmail.com>
4395         * MAINTAINERS (Write After Approval): Add myself.
4397 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
4399         * configure.ac: Support all v850 targets.
4400         * configure: Regenerate.
4402 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
4404         PR bootstrap/44455
4405         * configure.ac (extra_mpfr_configure_flags): Copy from
4406         extra_mpc_gmp_configure_flags.
4407         * configure: Re-generated.
4409 2010-07-22  Andi Kleen  <ak@linux.intel.com>
4411         * MAINTAINERS (Write After Approval): Add myself.
4413 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
4415         * MAINTAINERS (Write After Approval): Add myself.
4417 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
4419         * MAINTAINERS (Write After Approval): Add myself.
4421 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
4423         PR target/44862
4424         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4425         Provide -B option to allow for link spec %s substitutions for
4426         libstdc++.a on darwin.
4427         * Makefile.in: Regenerate.
4429 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
4431         * MAINTAINERS (Reviewers): Update my e-mail address
4433 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
4435         * Makefile.def (configure-gcc): Depend on all-libelf.
4436         * Makefile.in: Rebuild.
4438 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
4440         * MAINTAINERS (Write After Approval): Add myself in the right place.
4442 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
4444         * MAINTAINERS (Write After Approval): Add myself.
4446 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
4448         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4450 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
4452         * config.sub: Update to version 2010-05-21.
4453         * config.guess: Update to version 2010-04-03.
4455 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
4457         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4458         * configure: Regenerate.
4460 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
4462         * MAINTAINERS (Write After Approval): Add myself.
4464 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4466         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4467         a platform that supports LTO.
4468         * configure: Regenerate.
4470 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
4472         * configure.ac: Allow all the versions greater than 0.10 of PPL.
4473         * configure: Regenerated.
4475 2010-04-27  Roland McGrath  <roland@redhat.com>
4476             H.J. Lu  <hongjiu.lu@intel.com>
4478         * configure.ac (--enable-gold): Support both, both/gold and
4479         both/bfd to add gold to configdirs without removing ld.
4480         * configure: Regenerated.
4482         * Makefile.def: Add install-gold dependency to install-ld.
4483         * Makefile.in: Regenerated.
4485 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
4487         PR lto/42776
4488         * configure.ac (--enable-lto): Refactor handling so libelf tests
4489         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4490         and allow LTO to be explicitly enabled on non-ELF platforms that
4491         are known to support it inside else-clause.
4492         * configure: Regenerate.
4494 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
4496         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4497         * configure: Regenerate.
4499 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
4501         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4502         * configure: Regenerate.
4504 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4506         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4507         separately.
4508         * configure: Regenerate.
4510 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
4512         * MAINTAINERS (Write After Approval): Add myself.
4514 2010-04-14  Tristan Gingold  <gingold@adacore.com>
4516         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4517         * configure: Regenerate.
4519 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
4521         * configure: Regenerate after change to elf.m4.
4523 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
4525         * MAINTAINERS (Write After Approval): Add myself.
4527 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4529         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4530         * configure: Regenerated.
4532 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4534         * configure.ac: Print "buggy but acceptable" when CLooG
4535         revision is less than 9.
4536         * configure: Regenerated.
4538 2010-04-01  Diego Novillo  <dnovillo@google.com>
4540         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4542 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4544         PR bootstrap/43615
4545         PR bootstrap/43328
4547         Revert:
4549         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4551         * configure.ac: Do not pass --enable-multilib nor
4552         --disable-multilib in baseargs.  Accept explicitly passed
4553         --enable_multilib.
4554         * configure: Regenerate.
4556 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4558         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4560 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
4562         * MAINTAINERS: Remove myself.
4564 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4566         PR bootstrap/43328
4567         * configure.ac: Do not pass --enable-multilib nor
4568         --disable-multilib in baseargs.  Accept explicitly passed
4569         --enable_multilib.
4570         * configure: Regenerate.
4572 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
4574         * MAINTAINERS (spu port): Remove me.
4576 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4578         * configure.ac (tic6x-*-*): New case.
4579         * configure: Regenerate.
4581 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4583         * config.sub: Update to version 2010-03-22.
4584         * config.guess: Update to version 2009-12-30.
4586 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
4588         PR ada/42554
4589         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4590         * configure: Regenerate.
4592 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4594         * MAINTAINERS: Update my email address.
4596 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
4598         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4599         (ghassan.shobaki@amd.com): Removed.
4601 2010-03-17  Alan Modra  <amodra@gmail.com>
4603         * MAINTAINERS: Update my email address.
4605 2010-03-16  Diego Novillo  <dnovillo@google.com>
4607         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4608         Matthews.
4610 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4612         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4613         Gutson, Jeffrey D. Oldham and Mark Shinwell.
4615 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4617         * MAINTAINERS: Update my email address.
4619 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4621         * MAINTAINERS: Update my email address.
4623 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
4625         * MAINTAINERS: Update my email address.
4627 2010-03-09  Jie Zhang  <jie@codesourcery.com>
4629         * MAINTAINERS: Update my email address.
4631 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4633         PR libstdc++/32499
4634         * configure.ac (RANLIB): Default to true.
4635         (STRIP): Likewise.
4636         (RANLIB_FOR_TARGET): Remove superfluous : argument.
4637         * configure: Regenerate.
4639 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
4641         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4642         (Write After Approval): Update my email address.
4644 2010-02-17  Nick Clifton  <nickc@redhat.com>
4646         PR 11238
4647         * Makefile.tpl (local-distclean): Also remove config.cache files in
4648         sub-directories as there may not be Makefiles present in the
4649         sub-directories.
4650         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4651         the config.cache files found by the find command.
4653         * Makefile.in: Regenerate.
4654         * configure.ac: Revert previous delta.
4655         * configure: Regenerate.
4657 2010-02-15  Nick Clifton  <nickc@redhat.com>
4659         PR 11238
4660         * configure.ac: Delete config.cache files in sub-directories when
4661         deleting Makefiles.
4662         * configure: Regenerate.
4664 2010-02-12  Ben Elliston  <bje@gnu.org>
4666         * MAINTAINERS: Update my email address.
4668 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
4670         * MAINTAINERS (spu port): Update my email address.
4672 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
4674         * MAINTAINERS: Add myself as a maintainer for the bfin port.
4676 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4678         * configure.ac: Add "recommended" version checks for GMP/MPC.
4679         Update recommended GMP/MPFR/MPC versions.
4680         * configure: Regenerate.
4682 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
4684         * MAINTAINERS: Move my Embecosm email address into the
4685         write-after-approval section.
4687 2010-01-26  Ian Lance Taylor  <iant@google.com>
4689         * MAINTAINERS: Add myself as Go frontend maintainer.
4691 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
4693         PR libstdc++/36101, PR libstdc++/42813
4694         * configure.ac (bootstrap_target_libs): Make inclusion of
4695         target-libgomp conditional on libgomb being in target_configdirs.
4696         * configure: Regenerate.
4698 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4700         PR libstdc++/36101, PR libstdc++/42813
4701         * configure.ac (bootstrap_target_libs): Include target-libgomp.
4702         * configure: Regenerate.
4704 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4706         PR libstdc++/36101, PR libstdc++/42813
4707         * configure.ac (target_configdirs): Substitute.
4708         * Makefile.def: Bootstrap target module libgomp.
4709         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4710         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4711         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4712         * configure, Makefile.in: Regenerate.
4714 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4716         * MAINTAINERS: Adjust my details.
4718 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
4720         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4722 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
4724         * MAINTAINERS: reindented my entry with tabs instead of spaces.
4726 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
4728         * MAINTAINERS (Write After Approval): Add myself.
4730 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4732         * MAINTAINERS (Write After Approval): Add myself.
4734 2010-01-11  Richard Guenther  <rguenther@suse.de>
4736         PR lto/41569
4737         * Makefile.def (all-lto-plugin): Depend on all-gcc.
4738         * Makefile.in: Regenerated.
4740 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
4742         * configure.ac: Enable libjava build on x86_64-*freebsd*.
4743         * configure: Regenerate.
4745 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4746             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4748         PR bootstrap/42424
4749         * configure.ac: Include libtool m4 files.
4750         (_LT_CHECK_OBJDIR): Call it.
4751         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4752         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4754         * configure: Regenerate.
4756 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4758         PR bootstrap/41818
4759         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4760         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
4761         * Makefile.in: Regenerate.
4763 2010-01-02  Richard Guenther  <rguenther@suse.de>
4765         PR lto/41529
4766         * configure.ac: Include config/elf.m4.  Disable LTO if not
4767         builting for an elf target.
4768         * configure: Regenerate.
4770 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
4772         * MAINTAINERS: Change my email address.
4774 2009-12-18  Ben Elliston  <bje@au.ibm.com>
4776         * config.sub, config.guess: Update from upstream sources.
4778 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
4780         * MAINTAINERS (Write After Approval): Add myself.
4782 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4784         PR middle-end/30447
4785         PR middle-end/30789
4786         PR other/40302
4788         * configure.ac: Require MPC.
4789         * configure: Regenerate.
4791 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4793         PR target/38384
4794         PR bootstrap/40972
4795         * libtool.m4: Sync from git Libtool.
4796         * ltoptions.m4: Likewise.
4797         * ltversion.m4: Likewise.
4798         * lt~obsolete.m4: Likewise.
4799         * ltmain.sh: Likewise.
4801 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4803         * configure.ac: Update minimum MPC version to 0.8.
4804         * configure: Regenerate.
4806 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
4808         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4809         * configure: Regenerated.
4811 2009-11-21  Ian Lance Taylor  <iant@google.com>
4813         * configure.ac: Change default of poststage1_ldflags to be empty if
4814         poststage1_libs is set.  When poststage1_libs is empty, and
4815         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4816         * configure: Rebuild.
4818 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
4820         * MAINTAINERS (Write After Approval): Update my email address.
4822 2009-11-20  Ben Elliston  <bje@au.ibm.com>
4824         * config.guess: Update from upstream sources.
4826 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4828         * Makefile.def: Restore host and target settings for gmp.
4829         * Makefile.in: Rebuild.
4831 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4833         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
4834         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
4835         Fix portability of test of C++ as bootstrap language.  Add
4836         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4837         * configure: Rebuild.
4838         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4839         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
4840         in-tree building.
4841         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4842         (POSTSTAGE1_HOST_EXPORTS): Use it.
4843         (STAGE[+id+]_CXXFLAGS): New.
4844         (BASE_FLAGS_TO_PASS): Pass it down.
4845         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
4846         extra_exports.
4847         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4848         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4849         extra_exports.
4850         * Makefile.in: Rebuild.
4852 2009-11-17  Ben Elliston  <bje@au.ibm.com>
4854         * config.sub, config.guess: Update from upstream sources.
4856 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4858         * MAINTAINERS (Write After Approval): Add myself.
4860 2009-11-09  Jon Beniston  <jon@beniston.com>
4862         * MAINTAINERS (Write After Approval): Add myself.
4864 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
4866         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
4867         paths for *-w64-mingw* and x86_64-*mingw*.
4868         * configure: Regenerated.
4870 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
4872         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4874 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
4876         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4877         Phil Edwards to Write-After Approval.
4879 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4881         * configure.ac: Disable target-winsup & co for
4882         x86_64-*-mingw* and *-w64-mingw* targets.
4883         * configure: Regenerated.
4885 2009-10-16  Nick Clifton  <nickc@redhat.com>
4887         * MAINTAINERS: Add myself as a maintainer for the RX port.
4889 2009-10-26  Johannes Singler  <singler@kit.edu>
4891         * MAINTAINERS (Write After Approval): Update my e-mail address.
4893 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4895         * configure.ac (CLooG test): Use = with test.
4896         * configure: Regenerate.
4898 2009-10-22  Richard Guenther  <rguenther@suse.de>
4900         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4901         cloog if the ppl version check failed.  Move flags saving
4902         before setting in libelf check.
4903         * configure: Regenerate.
4905 2009-10-21  Richard Guenther  <rguenther@suse.de>
4907         * configure.ac: Adjust the ppl and cloog configure to work as
4908         documented.  Disable cloog if ppl was disabled.  Omit the version
4909         checks if they were disabled.
4910         * configure: Re-generate.
4912 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4914         * configure.ac: Add 'lto' to enable_languages, not
4915         new_enable_languages, and only if not already present.
4916         * configure: Regenerate.
4918 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4920         * README: Refer to the various COPYING* files instead of just
4921         COPYING.
4922         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4924 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4926         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4928 2009-10-07  Richard Guenther  <rguenther@suse.de>
4930         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4931         and Richard Guenther as reviewers.
4932         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4933         as reviewers.
4935 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
4937         * config.sub: Update from upstream sources.
4939 2009-10-06  Ian Lance Taylor  <iant@google.com>
4941         * Makefile.def: check-gold depends upon all-gas.
4942         * Makefile.in: Rebuild.
4944 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
4946         * MAINTAINERS (Write After Approval): Add myself.
4948 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
4950         * Makefile.def: all-lto-plugin depends on all-libiberty.
4951         set bootstrap=true for lto-plugin.
4952         Add lto-plugin.
4953         * Makefile.in: Regenerate.
4954         * configure.ac (host_libs): Add lto-plugin.
4955         * configure: Regenerate.
4957 2009-10-03  Diego Novillo  <dnovillo@google.com>
4959         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4960         (HOST_LIBELFLIBS): Define.
4961         (HOST_LIBELFINC): Define.
4962         * Makefile.in: Regenerate.
4963         * configure.ac: Add --enable-lto.
4964         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4965         If --enable-lto is used, add 'lto' to new_enable_languages.
4966         If --enable-lto is used and gold is enabled, add
4967         lto-plugin to configdirs.
4968         * configure: Regenerate.
4970 2009-10-03  Simon Baldwin  <simonb@google.com>
4972         * configure.ac: If --with-system-zlib, suppress local zlib and
4973         pass --with-system-zlib to subdir configure scripts.
4974         * configure: Regenerate.
4976 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4977             Paolo Bonzini  <bonzini@gnu.org>
4979         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4980         $(srcdir).
4981         * Makefile.in: Rebuilt.
4983 2009-09-26  Gary Funck  <gary@intrepid.com>
4985         * MAINTAINERS (Write After Approval): Add myself.
4987 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4989         * configure.ac: Update minimum MPC version to 0.7.
4990         * configure: Regenerate.
4992 2009-09-25  Nick Clifton  <nickc@redhat.com>
4994         * configure.ac: Pass any --cache-file=/dev/null option on to
4995         subconfigures.
4996         * configure: Regenerate.
4998 2009-09-23  Nick Clifton  <nickc@redhat.com>
5000         * config.sub, config.guess: Update from upstream sources.
5002 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
5004         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
5005         * Makefile.in: Rebuilt.
5007 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5009         PR bootstrap/32272
5010         * configure.ac: Error out if $srcdir isn't '.' but contains
5011         host-${host_noncanonical}.
5012         * configure: Regenerate.
5014 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5016         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5017         maintainer.
5019 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5021         * configure.ac: If bootstrapping a combined tree with
5022         --enable-gold, require c++ in stage1_languages.
5023         * configure: Regenerate.
5025         * configure.ac: Also add target_libs of stage1_languages to
5026         bootstrap_target_libs.
5027         * configure: Regenerate.
5029         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
5030         with --enable-languages not containing c++.
5031         * configure: Regenerate.
5033 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
5035         * configure.ac: Disable java and boehm-gc for bfin-*-*.
5036         * configure: Regenerate.
5038 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
5040         * MAINTAINERS (Write After Approval): Update my e-mail address,
5041         and move from from here...
5042         (Waiting for paperwork): To here.
5044 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
5046         * MAINTAINERS (Reviewers): Add self as driver reviewer.
5048 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5050         * configure.ac: Do not use $extrasub for replacing @if/@endif
5051         parts in Makefile; instead, use additional arguments to
5052         AC_CONFIG_COMMANDS to do the replacement manually, with several
5053         sed invocations, to avoid HP-UX sed command limits.
5054         * configure: Regenerate.
5056 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
5058         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5059         blank before -L.
5061 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
5063         * configure.ac (with-build-config): Document.  Handle without.
5064         Handle missing argument.
5065         * configure: Rebuilt.
5067 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
5069         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
5070         Default to bootstrap-debug only if compare-debug works.
5071         * configure: Rebuilt.
5072         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5073         * Makefile.in: Rebuilt.
5075 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5077         * MAINTAINERS (OS Port Maintainers): Update my email address.
5079 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
5081         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5082         * Makefile.in: Rebuilt.
5084 2009-09-01  Chris Demetriou  <cgd@google.com>
5086         * MAINTAINERS (Write After Approval): Add myself.
5088 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
5090         PR debug/30161
5091         * include/dwarf2.h (enum dwarf_tag): Added
5092         DW_TAG_GNU_template_template_param
5093         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5095 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5097         * Makefile.tpl (AWK): Fix typo.
5098         * Makefile.in: Regenerate.
5100 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5102         * configure.ac: Detect awk and sed.
5103         * Makefile.def (flags_to_pass): Add AWK and SED.
5104         * Makefile.tpl (AWK, SED): New.
5105         (BASE_FLAGS_TO_PASS): Add AWK and SED.
5106         * configure: Regenerate.
5107         * Makefile.in: Regenerate.
5109 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
5111         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5112         (collapseslashes): Likewise.
5114 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5116         * configure.ac (AC_PREREQ): Bump to 2.64.
5118 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5120         * configure.ac: Remove --with-datarootdir, --with-docdir,
5121         --with-pdfdir, --with-htmldir switches.
5122         * configure: Regenerate.
5124         * configure: Regenerate.
5126         * compile: Sync from Automake 1.11.
5127         * depcomp: Likewise.
5128         * install-sh: Likewise.
5129         * missing: Likewise.
5130         * mkinstalldirs: Likewise.
5131         * ylwrap: Likewise.
5133 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
5135         * ltmain.sh (func_normal_abspath): New function.
5136         (func_relative_path): Likewise.
5137         (func_mode_help): Document new -bindir option for link mode.
5138         (func_mode_link): Add new -bindir option, and use it to place
5139         output DLL if specified.
5141 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5143         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5144         (baseargs): Add --disable-option-checking.
5145         * configure: Regenerate.
5147         * Makefile.def (configure-target-libiberty): Depend on
5148         all-binutils and all-ld.
5149         (configure-target-newlib): Likewise.
5150         * Makefile.in: Regenerate.
5152 2009-08-17  Ben Elliston  <bje@au.ibm.com>
5154         * config.sub, config.guess: Update from upstream sources.
5156 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5158         Sync from src, merge:
5160         2009-07-02  Tristan Gingold  <gingold@adacore.com>
5162         * configure.ac: Do not exclude gas for i386-*-darwin.
5163         Add a case for x86_64-*-darwin.
5164         * configure: Regenerate.
5166 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
5168         * MAINTAINERS: Add my name to Write After Approval list.
5170 2009-08-06  Michael Eager  <eager@eagercon.com>
5172         * configure.ac: Add Microblaze target.
5173         * configure: Regenerate.
5175 2009-07-31  Christian Bruel  <christian.bruel@st.com>
5177         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5178         * configure: Regenerate.
5180 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
5182         * MAINTAINERS (Write After Approval): Update my e-mail address.
5184 2009-07-06  Ian Lance Taylor  <iant@google.com>
5186         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5187         * configure: Rebuild.
5189 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
5191         * MAINTAINERS: Move myself to the Graphite Reviewers.
5193 2009-06-30  Wei Guozhi  <carrot@google.com>
5195         * MAINTAINERS: Add my name to Write After Approval list.
5197 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
5199         PR bootstrap/40338
5200         * configure.ac (comparestring): Create new variable.
5201         * Makefile.tpl (comparestring): Use to skip some comparisions.
5202         * configure: Regenerate.
5203         * Makefile.in: Regenerate.
5205 2009-06-26  Doug Evans  <dje@sebabeach.org>
5207         * Makefile.def (host_modules): Add cgen.
5208         * Makefile.in: Regenerate.
5209         * configure.ac (host_tools): Add cgen.
5210         * configure: Regenerate.
5212 2009-06-23  DJ Delorie  <dj@redhat.com>
5214         * MAINTAINERS: Add myself as mep maintainer.
5216 2009-06-23  Ian Lance Taylor  <iant@google.com>
5218         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
5219         boot_languages.  Only bootstrap target libraries listed in
5220         target_libs for some boot language.  Add --with-stage1-ldflags,
5221         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
5222         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
5223         if not building with C++.
5224         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5225         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5226         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5227         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5228         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
5229         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5230         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5231         * configure, Makefile.in: Rebuild.
5233 2009-06-23  Li Feng  <nemokingdom@gmail.com>
5235         * MAINTAINERS: Added my name to write-after-approval list.
5237 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
5239         * configure.ac: Define is_elf for QNX Neutrino targets.
5240         * configure: Regenerate.
5242 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
5244         * MAINTAINERS: Added my name to the write-after-approval list
5246 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5248         * configure.ac: Detect MPC in default directory.
5249         * configure: Regenerate.
5251 2009-06-03  Jerome Guitton  <guitton@adacore.com>
5252             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5254         * Makefile.tpl (all): Avoid a trailing backslash.
5255         * Makefile.in: Regenerate.
5257 2009-06-03  Ben Elliston  <bje@au.ibm.com>
5259         * config.sub, config.guess: Update from upstream sources.
5261 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
5263         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5264         to noconfdirs.
5265         * configure: Regenerate.
5267 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
5269         * Makefile.tpl ([+compare-target+]): Compare all stage
5270         directories, rather than just gcc.
5271         * Makefile.in: Rebuilt.
5273 2009-06-01  Doug Kwan  <dougkwan@google.com>
5275         * configure.ac: Support gold for target arm*-*-*.
5276         * configure: Regenerate.
5278 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5280         * Makefile.def: Add MPC support and dependencies.
5281         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
5283         * Makefile.in, configure: Regenerate.
5285 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
5287         * Makefile.tpl (all): Avoid harmless warning in make all when
5288         gcc-bootstrap is enabled but stage_last does not exist.
5289         * Makefile.in: Rebuilt.
5291 2009-05-24  Nicolas Roche  <roche@adacore.com>
5293         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5294         * Makefile.in: Regenerate.
5296 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
5298         * MAINTAINERS: Update my e-mail address.
5300 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5302         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
5303         * configure:  Regenerate.
5305 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5307         PR other/40159
5308         * Makefile.tpl (all): Don't assume gcc-bootstrap and
5309         gcc-no-bootstrap are mutually exclusive.
5310         * Makefile.in: Rebuilt.
5312 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5314         PR other/40159
5315         * Makefile.tpl (all): Don't end with unconditional success.
5316         * Makefile.in: Rebuilt.
5318 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
5320         PR target/37137
5321         * Makefile.def (flags_to_pass): Remove redundant and incomplete
5322         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5323         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5324         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
5325         stage_configureflags, stage_cflags and stage_libcflags into
5326         explicit Makefile macros.
5327         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5328         GFORTRAN.
5329         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5330         CC.  Set CC_FOR_BUILD from CC.
5331         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5332         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5333         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5334         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
5335         and GFORTRAN.
5336         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5337         (_LIBCFLAGS): Renamed to _TFLAGS.
5338         (do-compare-debug, do-compare3-debug): Drop.
5339         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5340         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5341         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5342         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5343         (XGCC_FLAGS_FOR_TARGET): New.
5344         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5345         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5346         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5347         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5348         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
5349         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
5350         TFLAGS.
5351         (BUILD_CONFIG): Include if requested.
5352         (all): Set TFLAGS on bootstrap.
5353         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5354         (all-stageid-prefixmodule): Likewise.
5355         (do-clean, distclean-stageid): Set TFLAGS.
5356         (restrap): Fix whitespace.
5357         * Makefile.in: Rebuilt.
5359 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
5361         * config.guess: Sync with src.
5363 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5365         * configure.ac ($with_ppl):  Default to no if not supplied.
5366         ($with_cloog):  Likewise.
5367         configure:  Regenerate.
5369 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
5371         * MAINTAINERS: Update my e-mail address.
5373 2009-04-27  Nick Clifton  <nickc@redhat.com>
5375         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5377 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
5379         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5380         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5381         * Makefile.in: Regenerate.
5383 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5385         PR bootstrap/39739
5386         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5387         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5389         * configure, Makefile.in: Regenerate.
5391 2009-04-21  Taras Glek  <tglek@mozilla.com>
5393         * include/hashtab.h: Update GTY annotations to new syntax
5394         * include/splay-tree.h: Likewise
5396 2009-04-17  Ben Elliston  <bje@au.ibm.com>
5398         * config.sub, config.guess: Update from upstream sources.
5400 2009-04-15  Anthony Green  <green@moxielogic.com>
5402         * configure.ac: Add moxie support.
5403         * configure: Rebuilt.
5405 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
5407         * configure.ac: Change copyright header to refer to version
5408         3 of the GNU General Public License and to point readers at the
5409         COPYING3 file and the FSF's license web page.
5410         * Makefile.def: Likewise.
5411         * Makefile.tpl: Likewise.
5412         * Makefile.in: Regenerate.
5414 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
5416         * configure.ac: Restore match for darwin9 or later. Use double
5417         brackets since regeneration eats one pair.
5418         * configure: Regenerate.
5420 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5422         PR gas/10039
5423         * configure.ac: Require texinfo 4.7.
5424         * configure: Regenerated.
5426 2009-04-09  Nick Clifton  <nickc@redhat.com>
5428         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5429         the GCC Runtime Library Exception.
5431 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5433         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5434         * configure: Regenerate.
5436 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
5438         * Makefil.def (languages): New entries.
5439         * Makefile.tpl (check-gcc-*): New generic target.
5440         * Makefile.in: Regenerate.
5442 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
5444         * MAINTAINERS:  Update my email address.
5446 2009-03-18  Tom Tromey  <tromey@redhat.com>
5448         * configure: Rebuild.
5449         * configure.ac (host_libs): Add libiconv.
5450         * Makefile.in: Rebuild.
5451         * Makefile.def (host_modules): Add libiconv.
5452         (configure-gdb, all-gdb): Depend on libiconv.
5454 2009-03-16  Tristan Gingold  <gingold@adacore.com>
5456         * configure.ac: Treat gdb as supported on x86_64-darwin.
5457         * configure: Regenerate.
5459 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
5461         * configure.ac (--with-host-libstdcxx): New option.
5462         * configure: Regenerate.
5464 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
5466         * MAINTAINERS:  Move myself into the write after approval list.
5468 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
5470         * MAINTAINERS: Update e-mail address.
5472 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
5474         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5476 2009-03-10  Ira Rosen  <irar@il.ibm.com>
5478         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5480 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5482         Backport from git Libtool:
5484         2009-01-19  Robert Millan  <rmh@aybabtu.com>
5485         Support GNU/kOpenSolaris.
5486         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5487         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5488         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5489         GNU/kOpenSolaris.
5491 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
5493         * MAINTAINERS: Update e-mail address.
5495 2009-02-24  Michael Eager  <eager@eagercon.com>
5497         * MAINTAINERS (Write After Approval): Add self.
5499 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
5501         * MAINTAINERS (Write After Approval): Add myself.
5503 2009-02-05  Andreas Schwab  <schwab@suse.de>
5505         * Makefile.tpl (stage_last): Define $r and $s before using
5506         $(RECURSE_FLAGS_TO_PASS).
5507         * Makefile.in: Regenerate
5509 2009-01-30  Ian Lance Taylor  <iant@google.com>
5511         * MAINTAINERS: Move myself to the Global Reviewers list.
5513 2009-01-29  Robert Millan  <rmh@aybabtu.com>
5515         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5516         * configure: Regenerate.
5518 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
5520         * MAINTAINERS: Make whitespace consistent.
5521         Remove Robert Millan from Write After Approval.
5523 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
5525         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5526         (all-opcodes): Depend on all-libiberty.
5527         * Makefile.in: Regenerate.
5529 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
5531         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5532         * configure: Regenerate.
5534 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
5536         * MAINTAINERS (Write After Approval): Add myself.
5538 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
5540         * MAINTAINERS: Add myself to reviewers (Fortran).
5542 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5544         PR tree-optimization/38515
5545         * configure.ac (cloog-polylib): Removed.
5546         (with_ppl, with_cloog): Test for "no".
5547         * configure: Regenerated.
5549 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5551         * MAINTAINERS: Moved myself to reviewers (Fortran).
5553 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5555         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5556         (Write After Approval): Remove myself.
5558 2009-01-03  Diego Novillo  <dnovillo@google.com>
5560         * MAINTAINERS: Remove myself from alias maintainership.
5562 2009-01-02  David Ayers  <ayers@fsfe.org>
5564         * MAINTAINERS: Update e-mail address.
5566 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5568         * MAINTAINERS: Make whitespace consistent.
5570 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5572         Backport from upstream Libtool:
5573         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5574         Add cache variables to tests that require the linker to work.
5575         For shlibpath_overrides_runpath, this also changes the semantics
5576         to let the result from the C compiler take precedence.
5578 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5580         * config.sub, config.guess: Update from upstream sources.
5582 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
5584         * configure.ac (ppllibs): Add by default the lib flags.
5585         * configure: Regenerate.
5587 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
5589         * MAINTAINERS:  Add myself to the write after approval list.
5591 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
5593         * configure.ac: Add double brackets on darwin[912].
5594         * configure: Regenerate.
5596 2008-12-03  Daniel Kraft  <d@domob.eu>
5598         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
5599         Approval to Reviewer section (for Fortran front-end).
5601 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
5603         * configure.ac: Expand to darwin10 and later.
5604         * configure: Regenerate.
5606 2008-12-02  Andreas Schwab  <schwab@suse.de>
5608         * Makefile.def: configure-target-boehm-gc depends on
5609         all-target-libstdc++-v3.
5610         * Makefile.in: Regenerate.
5612 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
5614         * MAINTAINERS:  Add myself as mingw maintainer.
5616 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5618         * config.sub, config.guess: Update from upstream sources.
5620 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
5622         * README.SCO: Remove.
5624 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
5626         * MAINTAINERS:  Add myself to the write after approval list.
5628 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
5630         * MAINTAINERS:  Update my email address in WAA section.
5632 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
5634         * MAINTAINERS: Update e-mail address.
5636 2008-11-27  Toon Moene  <toon@moene.org>
5638         * MAINTAINERS: Change e-mail address.
5640 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5642         * configure.ac: Build gdb for i?86-*-darwin*
5643         * configure: Regenerated.
5645 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
5647         * MAINTAINERS: Added my full name.
5649 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5651         PR bootstrap/38014
5652         PR bootstrap/37923
5654         Revert:
5656         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5658         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5659         * Makefile.in: Regenerated.
5661         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5663         PR gdb/921
5664         PR gdb/1646
5665         PR gdb/2175
5666         PR gdb/2176
5668         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5669         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5670         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5671         (HOST_EXPORTS): Pass CPPFLAGS.
5672         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5673         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5674         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5675         * Makefile.in, configure: Regenerated.
5676         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5677         and CPPFLAGS_FOR_BUILD.
5679 2008-11-06  Jeff Law  <law@redhat.com>
5681         * MAINTAINERS: Add myself as middle end maintainer.
5683 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
5685         * MAINTAINERS (Write after approval): Add myself.
5687 2008-11-05  Diego Novillo  <dnovillo@google.com>
5689         * MAINTAINERS (Global Reviewers): Add myself.
5690         (Non-Algorithmic Maintainers): Remove myself.
5692 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
5694         * MAINTAINERS (Write after approval): Add myself.
5696 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
5698         * MAINTAINERS (Write after approval): Add myself.
5700 2008-10-31  Ben Elliston  <bje@au.ibm.com>
5702         * configure.ac (spu-*-*): Remove special case.
5703         * configure: Regenerate.
5705 2008-10-30  Catherine Moore  <clm@codesourcery.com>
5707         * MAINTAINERS (Write after approval): Update my email address.
5709 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
5711         * configure.ac [spu-*-*]: Do not set skipdirs.
5712         * configure: Re-generate.
5714 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
5716         * MAINTAINERS (Various Maintainers): Add myself to reload.
5718 2008-10-25  Richard Guenther  <rguenther@suse.de>
5720         * MAINTAINERS (Various Maintainers): Add myself as middle-end
5721         maintainer.  Remove myself as libgcc-math maintainer.
5722         (Non-Algorithmic Maintainers): Remove myself.
5724 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5726         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5727         * Makefile.in: Regenerated.
5729 2008-10-23  Cary Coutant  <ccoutant@google.com>
5731         * MAINTAINERS (Write after approval): Add myself.
5733 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5735         PR gdb/921
5736         PR gdb/1646
5737         PR gdb/2175
5738         PR gdb/2176
5740         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5741         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5742         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5743         (HOST_EXPORTS): Pass CPPFLAGS.
5744         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5745         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5746         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5747         * Makefile.in, configure: Regenerated.
5748         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5749         and CPPFLAGS_FOR_BUILD.
5751 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
5753         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5754         Sebastian Pop.
5756 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
5758         * MAINTAINERS (Write After Approval): Added myself.
5760 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5762         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5763         recommended version to 2.3.2.
5765         * configure: Regenerate.
5767 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
5769         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5771 2008-09-29  David Daney <david.daney@caviumnetworks.com>
5773         * MAINTAINERS (Write After Approval): Update e-mail address.
5775 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
5777         * libtool.m4: Update to libtool 2.2.6.
5778         * lt~obsolete.m4: Update to libtool 2.2.6.
5779         * ltmain.sh: Update to libtool 2.2.6.
5780         * ltsugar.m4: Update to libtool 2.2.6.
5781         * ltversion.m4: Update to libtool 2.2.6.
5782         * ltoptions.m4: Update to libtool 2.2.6.
5783         * ltgcc.m4: Update to match changes from libtool 2.2.6.
5785 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
5787         * MAINTAINERS (Write After Approval): Add myself.
5789 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5791         * MAINTAINERS (Write After Approval): Update my name.
5793 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
5795         * MAINTAINERS: Add myself in "Write After Approval".
5797 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
5799         * MAINTAINERS: Add myself as ia64 maintainer.
5801 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
5803         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5804         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5805         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5806         and Michael Tiemann from Write After Approval since they do not
5807         actually have access.
5809 2008-09-05  Richard Guenther  <rguenther@suse.de>
5811         * configure.ac: Initialize clooglibs to -lcloog.
5812         * configure: Re-generate.
5814 2008-09-04  Le-Chun Wu  <lcwu@google.com>
5816         * MAINTAINERS (Write After Approval): Add myself.
5818 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
5820         * configure.ac (--with-cloog-polylib): New.
5821         (--disable-cloog-version-check): New.
5822         (--disable-ppl-version-check): New.
5823         * configure: Re-generate.
5825 2008-09-03  Richard Guenther  <rguenther@suse.de>
5827         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5828         cloog test.
5829         * configure: Re-generate.
5831 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
5833         Add picoChip port.
5834         * MAINTAINERS: Add picoChip maintainers.
5836 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
5837             Tobias Grosser  <grosser@fim.uni-passau.de>
5838             Jan Sjodin  <jan.sjodin@amd.com>
5839             Harsha Jagasia  <harsha.jagasia@amd.com>
5840             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5841             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5842             Adrien Eliche  <aeliche@isty.uvsq.fr>
5844         Merge from graphite branch.
5845         * configure: Regenerate.
5846         * Makefile.in: Regenerate.
5847         * configure.ac (host_libs): Add ppl and cloog.
5848         Add checks for PPL and CLooG.
5849         * Makefile.def (ppl, cloog): Added modules and dependences.
5850         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5851         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5853 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5855         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5856         (GCC_SHLIB_SUBDIR): New.
5857         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5858         * configure: Regenerate.
5859         * Makefile.in: Regenerate.
5861 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5863         * MAINTAINERS: Consistently use tabs to separate columns.
5865 2008-08-29  Tristan Gingold  <gingold@adacore.com>
5867         * MAINTAINERS (Write after Approval): Add myself.
5869 2008-08-28  Tristan Gingold  <gingold@adacore.com>
5871         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5872         Enable bfd, binutils and opcodes.
5873         * configure: Regenerate.
5875 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5877         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5879 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5881         * MAINTAINERS:  Use correct Umlaut for last name.
5883 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5885         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5887 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
5889         * MAINTAINERS: Update my email address.
5891 2008-08-16  Nicolas Roche  <roche@adacore.com>
5893         * Makefile.tpl: Add BOOT_ADAFLAGS.
5894         * Makefile.in: Regenerate.
5896 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5898         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5899         * configure: Regenerate.
5901 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5903         * configure.ac: Add makefile fragments for hpux.
5904         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5905         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5906         * configure: Regenerate.
5907         * Makefile.in: Regenerate.
5909 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5911         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5913 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5915         * MAINTAINERS (Write after Approval): Add myself.
5917 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5919         * MAINTAINERS (Write After Approval):  Add myself.
5921 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5923         * MAINTAINERS (Write After Approval):  Add myself.
5925 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5927         * MAINTAINERS: Update my email address.
5929 2008-06-25  Joey Ye  <joey.ye@intel.com>
5931         * MAINTAINERS (Write After Approval):  Add myself.
5933 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5935         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5936         * Makefile.in: Regenerate.
5937         * configure: Regenerate.
5939 2008-06-17  Daniel Kraft  <d@domob.eu>
5941         * MAINTAINERS (Write After Approval):  Add myself.
5943 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5945         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5946         "$@" is still intact with both Autoconf 2.59 and 2.62.
5947         * configure: Regenerate.
5949 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5951         * Makefile.tpl: Fix comment errors.
5952         * Makefile.in: Regenerate.
5954 2008-06-12  David S. Miller  <davem@davemloft.net>
5955             David Edelsohn  <edelsohn@gnu.org>
5957         * configure.ac: Add powerpc*-*-* to gold supported targets.
5958         * configure: Regenerate.
5960 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
5962         PR tree-optimization/36218
5963         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5964         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5965         (all prefix="build-"): Pass them to build-system sub-makes.
5966         * Makefile.in: Regenerate.
5968 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
5970         * MAINTAINERS (mt port): Remove.
5971         (sco5, unixware, sco udk): Remove.
5972         (Kean Johnston): Add to Write After Approval.
5974 2008-05-30  Julian Brown  <julian@codesourcery.com>
5976         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5977         of libobjc for ARM EABI Linux.
5978         * configure: Regenerate.
5980 2008-05-18  Xinliang David Li   <davidxl@google.com>
5982         * ChangeLog: Remove wrong ChangeLog entry.
5984 2008-05-17  Xinliang David Li   <davidxl@google.com>
5986         * MAINTAINERS (Write After Approval): Add myself.
5988 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5990         * MAINTAINERS (Write After Approval): Add myself.
5992 2008-05-14  Rafael Espíndola  <espindola@google.com>
5994         * config-ml.in: don't handle --enable-shared and --enable-static.
5996 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5998         * MAINTAINERS: Update my email address.
6000 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
6002         * MAINTAINERS: Update my email address.
6004 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
6006         * MAINTAINERS (Write After Approval): Add myself.
6008 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
6010         * MAINTAINERS (Write After Approval): Add myself.
6012 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
6014         * MAINTAINERS (crx): Add myself.
6016 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6018         Sync with src:
6019         2008-04-14  David S. Miller  <davem@davemloft.net>
6021         * configure.ac: Add sparc*-*-* to gold supported targets.
6022         * configure: Regenerate.
6024 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6026         PR bootstrap/35457
6027         * configure.ac: Include override.m4.
6028         * configure: Regenerate.
6030 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6032         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
6033         * Makefile.in: Regenerate.
6035 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
6037         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6038         as nonconfigurable directories list.
6039         * configure: Regenerate.
6041 2008-04-14  Ben Elliston  <bje@au.ibm.com>
6043         * config.sub, config.guess: Update from upstream sources.
6045 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
6047         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6048         * Makefile.in: Regenerate.
6050 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
6052         * configure.ac: Do not build libssp for the AVR.
6053         * configure: Regenerate.
6055 2008-04-07  Ian Lance Taylor  <iant@google.com>
6057         * Makefile.def: check-gold depends upon all-binutils.
6058         * Makefile.in: Regenerate.
6060 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
6062         * MAINTAINERS (Write After Approval): Add myself.
6064 2008-04-04  Nick Clifton  <nickc@redhat.com>
6066         PR binutils/4334
6067         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6068         builds.
6069         * configure: Regenerate.
6071 2008-04-04  NightStrike  <NightStrike@gmail.com>
6073         PR other/35151
6074         * configure.ac: Combine rules for mingw32 and mingw64.
6075         * configure: Regenerate.
6077 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
6079         * MAINTAINERS (Write After Approval): Add myself.
6081 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
6083         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6084         * Makefile.in (.NOTPARALLEL): Ditto.
6086 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
6088         * MAINTAINERS (Write After Approval): Add myself.
6090 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
6092         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6093         * Makefile.in (.NOTPARALLEL): Regenerate.
6095 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
6097         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6098         * Makefile.in: Regenerate.
6100 2008-03-26  Jakub Staszak  <kuba@et.pl>
6102         * MAINTAINERS (Write After Approval): Add myself.
6104 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6106         * MAINTAINERS:  Update e-mail address.
6108 2008-03-20  Ian Lance Taylor  <iant@google.com>
6110         * configure.ac: Add support for --enable-gold.
6111         * Makefile.def: Add gold as a directory like ld.
6112         * configure, Makefile.in: Regenerate.
6114 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6116         * configure.ac: m4_include config/proginstall.m4.
6117         * configure: Regenerate.
6119         Backport from upstream Libtool:
6121         2007-10-12  Eric Blake  <ebb9@byu.net>
6123         Deal with Autoconf 2.62's semantic change in m4_append.
6124         * ltsugar.m4 (lt_append): Replace broken versions of
6125         m4_append.
6126         (lt_if_append_uniq): Don't require separator to be overquoted,
6127         and avoid broken m4_append.
6128         (lt_dict_add): Fix typo.
6129         * libtool.m4 (_LT_DECL): Don't overquote separator.
6131 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
6133         * config.rpath: Add AIX 6 support.
6135 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
6137         * Makefile.def (stageprofile).  Remove -fprofile-generate
6138         from stage_libcflags.
6139         * Makefile.in: Regenerate.
6141 2008-03-13  Ben Elliston  <bje@au.ibm.com>
6143         * config.sub, config.guess: Update from upstream sources.
6145 2008-03-06  Tom Tromey  <tromey@redhat.com>
6147         * MAINTAINERS: Update for treelang deletion.
6149 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
6151         * MAINTAINERS: Update my email address.
6153 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
6155         * MAINTAINERS (darwin port): Add myself as a maintainer.
6156         (objective-c/c++): Add myself as a maintainer.
6158 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
6160         * MAINTAINERS (Write After Approval): Update my email address.
6162 2008-02-25  Tomas Bily  <tbily@suse.cz>
6164         * MAINTAINERS (Write After Approval): Add myself.
6166 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
6168         * MAINTAINERS (OpenMP): Add myself.
6170 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
6172         PR bootstrap/32009
6173         PR bootstrap/32161
6175         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6176         * configure: Regenerate.
6178         * Makefile.def: Define stage_libcflags for all bootstrap stages.
6179         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6180         STAGE4_LIBCFLAGS): New.
6181         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6182         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6183         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6184         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6185         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6186         for target modules.  Don't export LIBCFLAGS.
6187         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6188         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6189         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6190         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6191         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6192         * Makefile.in: Regenerate.
6194 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6196         PR libgcj/33085
6197         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6198         Do not use -DDLL_EXPORT.  Backport from upstream.
6200 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6202         * MAINTAINERS (Write After Approval): Add myself.
6204 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
6206         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6207         * configure: Regenerate.
6209 2008-01-31  Marc Gauthier  <marc@tensilica.com>
6211         * configure.ac (xtensa*-*-*): Recognize processor variants.
6212         * configure: Regenerate.
6214 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6216         PR bootstrap/34922
6217         * configure.ac (PARSE_ARGS): Push suitable setting of
6218         ac_subdirs_all, for `./configure --help=recursive'.
6219         Handle `+' in generic toplevel directory disabling.
6220         * configure: Regenerate.
6222 2008-01-28  Nick Clifton  <nickc@redhat.com>
6224         * MAINTAINERS (xstormy16): Take over maintainership.
6226 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
6228         * MAINTAINERS (c4x port): Remove.
6230 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
6232         * libtool.m4: Backport AIX 6 support from ToT Libtool.
6234 2008-01-23  Ben Elliston  <bje@au.ibm.com>
6236         * config.sub, config.guess: Update from upstream sources.
6238 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
6240         * MAINTAINERS (Write After Approval): Add myself.
6242 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
6244         * MAINTAINERS: Update my email address.
6246 2008-01-09  Raksit Ashok  <raksit@google.com>
6248         * MAINTAINERS (Write After Approval): Add myself.
6250 2008-01-09  Raksit Ashok  <raksit@google.com>
6252         * MAINTAINERS (Write After Approval): Add myself.
6254 2008-01-08  Ben Elliston  <bje@au.ibm.com>
6256         * config.sub, config.guess: Update from upstream sources.
6258 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6260         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6261         Change recommended MPFR from 2.2.1 -> 2.3.0.
6262         * configure: Regenerate.
6264 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
6266         * MAINTAINERS: Update my email address.
6268 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
6270         * MAINTAINERS: Update my email address.
6272 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
6274         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6275         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6276         * Makefile.in: Regenerate.
6278 2007-12-10  Mark Heffernan  <meheff@google.com>
6280         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6281         misplaced entries.
6283 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6285         * configure.ac: Enable libjava for x86_64-*-darwin9.
6286         * configure: Regenerate.
6288 2007-12-07  Bill Maddox  <maddox@google.com>
6290         * MAINTAINERS (Write After Approval): Add myself.
6292 2007-12-05  Ben Elliston  <bje@au.ibm.com>
6294         * config.sub, config.guess: Update from upstream sources.
6296 2007-12-02  Matthias Klose  <doko@ubuntu.com>
6298         * config-ml.in: Remove 64bit configure tests.
6300 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6302         * config-ml.in: Robustify against white space in absolute file
6303         names.
6305         * config-ml.in (multi-clean): Substitute ${Makefile}.
6306         Remove superfluous ${Makefile} in list.
6308 2007-11-19  Thiemo Seufer  <ths@mips.com>
6310         * config-ml.in: Don't hardcode the Makefile name.
6312 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
6314         * MAINTAINERS (Write After Approval): Add myself.
6316 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
6318         * MAINTAINERS (Write After Approval): Add myself.
6320 2007-11-06  Doug Kwan  <dougkwan@google.com>
6322         * MAINTAINERS (Write After Approval): Add myself.
6324 2007-10-25  Ben Elliston  <bje@au.ibm.com>
6326         * MAINTAINERS (mercury): Remove entry.
6327         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6329 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
6331         * Makefile.def (dependencies): Make configure-gdb depend on
6332         all-intl.
6333         * Makefile.in: Regenerated.
6335 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
6337         * MAINTAINERS (Fortran maintainer): Remove myself.
6339 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
6341         * Makefile.def: To avoid problems running with parallel makes,
6342         build newlib before libgloss so that target specific header
6343         files are availble.
6344         * Makefile.in: Regenerate
6346 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6348         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6349         * Makefile.in: Regenerate.
6351 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
6353         * MAINTAINERS (Register allocation reviewer): Add myself.
6355 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
6357         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6358         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6359         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
6360         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6361         * configure: Regenerate.
6363 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
6365         * MAINTAINERS (Register allocation reviewer): Add myself.
6367 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
6369         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6370         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6371         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6372         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6373         * configure.ac: Default them to host tools for $host = $build.
6374         Subst them.
6376         * configure: Regenerate.
6377         * Makefile.in: Regenerate.
6379 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
6381         * MAINTAINERS (Register allocation reviewer): Add myself.
6383 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
6385         * MAINTAINERS (Register allocation reviewer): Add myself.
6387 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
6389         * MAINTAINERS (Write After Approval): Fix typo.
6391 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
6393         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6394         * configure: Regenerate.
6396 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
6398         PR bootstrap/31906
6399         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6400         they're already prefixed.
6402 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
6404         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6405         libstdc++.
6406         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6407         * configure: Regenerate.
6408         * Makefile.in: Regenerate.
6410 2007-09-17  Andreas Schwab  <schwab@suse.de>
6412         * configure.ac: Raise minimum makeinfo version to 4.6.
6413         * configure: Regenerate.
6415 2007-09-17  Johannes Singler  <singler@ira.uka.de>
6417         * MAINTAINERS (write-after-approval) add myself
6419 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
6421         * configure.ac: Correct makeinfo version check.
6422         * configure: Regenerate.
6424 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
6426         * MAINTAINERS: Update my email address.
6428 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
6430         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
6431         to $skipdirs and only disable gprof for newlib.  Use the normal
6432         mips*-elf* handling in other respects.
6433         * configure: Regnerate.
6435 2007-09-12  David Daney  <ddaney@avtrex.com>
6437         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6438         enabling libgcj.
6439         * configure: Regenerate.
6441 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6443         PR other/32154
6444         * configure.ac: For libgloss targets, point the linker to the linker
6445         script, startup code and simulator library.
6446         * configure: Regenerate.
6448 2007-09-07  Andrew Haley  <aph@redhat.com>
6450         * configure.ac (noconfigdirs): Remove target-libffi and
6451         target-libjava.
6452         * configure: Regenerate.
6454 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6456         PR target/33281
6457         * configure.ac: Use config/mh-mingw on mingw.
6458         * configure: Regenerate.
6460 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
6462         * MAINTAINERS (Write After Approval): Add myself.
6464 2007-09-05  Richard Guenther  <rguenther@suse.de>
6466         * configure.ac (--enable-stage1-checking): If neither --enable-checking
6467         nor --disable-checking is provided also turn on yes and types
6468         checking for stage1.
6469         * configure: Re-generate.
6471 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
6473         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6474         (Write After Approval): Remove myself.
6476 2007-08-29  Nick Clifton  <nickc@redhat.com>
6478         * config.sub, config.guess: Update from upstream sources.
6480 2007-08-22  Bud Davis  <jmdavis@link.com>
6482         * MAINTAINERS (Write After Approval): Added myself.
6483         * MAINTAINERS (Reviewers): Removed myself.
6485 2007-08-18  Paul Brook  <paul@codesourcery.com>
6486             Joseph Myers  <joseph@codesourcery.com>
6488         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6489         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6490         * Makefile.in: Regenerate.
6491         * configure.ac (--with-debug-prefix-map): New.
6492         * configure: Regenerate.
6494 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
6495             Nigel Stephens  <nigel@mips.com>
6497         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
6498         as target_makefile_frag.
6499         * configure: Regenerate.
6501 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
6503         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6504         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
6505         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6506         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6507         (do-compare, do-compare3, do-compare-debug): New.
6508         ([+compare-target+]): Use them.
6510 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
6512         * MAINTAINERS (Write After Approval): Change my email address.
6514 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6515             Ben Elliston  <bje@au.ibm.com>
6517         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6518         --silent if $silent.
6519         * configure: Regenerate.
6521 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
6523         * MAINTAINERS (Various Maintainers): Add myself as
6524         loop infrastructure maintainer.  Update my e-mail
6525         address.
6527 2007-07-31  Diego Novillo  <dnovillo@google.com>
6529         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6530         Adjust description.
6532 2007-07-26  Richard Guenther  <rguenther@suse.de>
6534         * configure.ac: Add types checking to stage1 checking flags.
6535         * configure: Regenerate.
6537 2007-07-17  Nick Clifton  <nickc@redhat.com>
6539         * COPYING3: New file.  Contains version 3 of the GNU General
6540         Public License.
6541         * COPYING3.LIB: New file.  Contains version 3 of the GNU
6542         Lesser General Public License.
6544 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6546         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6548 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6550         * MAINTAINERS (S/390 co-maintainer): Add myself.
6551         (Write After Approval): Remove myself.
6553 2007-07-13  Dan Hipschman  <dsh@google.com>
6555         * MAINTAINERS (Write After Approval): Add myself.
6557 2007-07-11  Nick Clifton  <nickc@redhat.com>
6559         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6560         WINDRES export.
6561         * Makefile.in: Regenerate.
6563 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6565         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6566         maintainer.
6568 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6570         * lt~obsolete.m4: New. Import from 20070318 libtool.
6572 2007-07-03  Julian Brown  <julian@codesourcery.com>
6574         * MAINTAINERS (Write After Approval): Add myself.
6576 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6578         * configure.ac: Rewrite 'configure --help' strings to look nicer.
6579         * configure: Regenerate.
6581 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6583         * configure.ac: Add some missing m4 quotation.
6584         * configure: Regenerate.
6586 2007-07-02  Simon Baldwin  <simonb@google.com>
6588         * MAINTAINERS (Write After Approval): Add myself.
6590 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
6592         * configure: Regenerate.
6594 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
6596         * Makefile.def: Add windmc tool to build.
6597         * Makefile.tpl: Likewise.
6598         * configure.ac: Likewise.
6599         * Makefile.in: Regenerate.
6600         * configure: Regenerate.
6602 2007-06-28  DJ Delorie  <dj@redhat.com>
6604         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6605         not building newlib.
6606         * configure: Regenerated.
6608 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
6610         * MAINTAINERS (Write After Approval): Add myself.
6612 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
6614         * MAINTAINERS (Write After Approval): Add myself.
6616 2007-06-19  Chris Matthews  <chrismatthews@google.com>
6618         * MAINTAINERS (Write After Approval): Add myself.
6620 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6622         * MAINTAINERS (Write After Approval): Add myself.
6624 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6626         * Makefile.def: Add dependency from configure-gdb to all-bfd.
6627         * Makefile.in: Regenerated.
6629 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6631         * configure.ac: Don't add target-libmudflap to noconfigdirs for
6632         bfin*-*-uclinux* targets.
6633         * configure: Regenerate.
6635 2007-06-14  Ian Lance Taylor  <iant@google.com>
6637         * MAINTAINERS: Add myself as non-algorithmic global write
6638         maintainer.
6640 2007-06-14  Diego Novillo  <dnovillo@google.com>
6642         * MAINTAINERS: Add self as middle-end maintainer and
6643         non-algorithmic global write maintainer.
6645 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6647         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6648         Move all Fortran maintainers except Paul Brook into the
6649         Non-Autopoiesis section.
6651 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
6653         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6654         (distclean-stage[+id+]): Possibly delete stage_last.
6655         * Makefile.in: Regenerate.
6657 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
6659         * MAINTAINERS (Various Maintainer): Fix typo.
6661 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
6663         * MAINTAINERS (Various Maintainer): Add myself as
6664         dataflow maintainer.
6666 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6668         * config.sub, config.guess: Update from upstream sources.
6670 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6672         * Makefile.tpl: Fix spelling error.
6673         * Makefile.in: Regenerate.
6675 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
6677         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6678         lt_cv_sys_max_cmd_len.
6680 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
6682         * MAINTAINERS (Various Maintainers): Add myself as
6683         auto-vectorizer maintainer.
6685 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
6687         PR libjava/32098
6688         * libtool.m4: Revert previous change.
6689         * ltgcc.m4: Put it here.
6691 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6693         * MAINTAINERS (Various Maintainers): Add myself as
6694         auto-vectorizer maintainer.
6696 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6698         PR libjava/32098
6699         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6701 2007-05-30  Richard Guenther  <rguenther@suse.de>
6703         * MAINTAINERS (Various Maintainers): Add myself as
6704         auto-vectorizer maintainer.
6706 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
6708         PR bootstrap/29382
6709         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6710         * configure: Rebuilt.
6712 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
6714         * MAINTAINERS (Write After Approval): Removed my name.
6716 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
6718         * MAINTAINERS (Write After Approval): Remove myself.
6720 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
6722         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6724 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
6726         * ltmain.sh: Update from ToT Libtool.
6727         * libtool.m4: Update from ToT Libtool.
6728         * ltsugar.m4: New. Update from ToT Libtool.
6729         * ltversion.m4: New. Update from ToT Libtool.
6730         * ltoptions.m4: New. Update from ToT Libtool.
6731         * ltconfig: Remove.
6732         * ltcf-c.sh: Remove.
6733         * ltcf-cxx.sh: Remove.
6734         * ltcf-gcj.sh: Remove.
6736 2007-05-22  Ollie Wild  <aaw@google.com>
6738         * MAINTAINERS (Write After Approval): Add myself.
6740 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
6742         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6743         stage_cflags.
6744         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6745         Remove CFLAGS/LIBCFLAGS.
6746         (configure-stage[+id+]-[+prefix+][+module+],
6747         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6748         * Makefile.in: Regenerate.
6750 2007-05-15  Diego Novillo  <dnovillo@google.com>
6752         * MAINTAINERS: Update e-mail address.
6754 2007-05-15  Revital Eres  <eres@il.ibm.com>
6756         * MAINTAINERS (Write After Approval): Add myself.
6758 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
6760         * MAINTAINERS (Write After Approval): Updated my address.
6762 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
6764         * MAINTAINERS (Write After Approval): Add myself.
6766 2007-05-11  Silvius Rus  <rus@google.com>
6768         * MAINTAINERS (Write After Approval): Add myself.
6770 2007-04-23  Tom Tromey  <tromey@redhat.com>
6772         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6774 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
6776         * MAINTAINERS (cpplib): Rename to ...
6777         (libcpp): ... this.  Add C/C++ front end maintainers.
6779 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
6781         * config-ml.in: Pass ${ml_config_env} to configure calls.
6783 2007-04-04  Christian Bruel  <christian.bruel@st.com>
6785         * MAINTAINERS (Write After Approval): Add myself.
6787 2007-04-02  Dave Korn  <dave.korn@artimi.com>
6789         * MAINTAINERS (Write After Approval): Add myself.
6791 2007-03-31  Tobias Burnus  <burnus@net-b.de>
6793         * MAINTAINERS (fortran 95 front end): Add myself.
6795 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6797         * MAINTAINERS (Write After Approval): Add myself.
6799 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
6801         * MAINTAINERS (Modulo Scheduler): Add myself.
6803 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
6805         * MAINTAINERS (fortran 95 front end): Add myself.
6806         (c++ front end): whitespace fix.
6808 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
6810         * MAINTAINERS (Write After Approval): Add myself.
6812 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
6814         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6815         of glob.  Quote arguments with single quotes too.
6816         * configure: Regenerate.
6818 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
6820         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6821         * Makefile.in: Regenerate
6823 2007-03-07  Andreas Schwab  <schwab@suse.de>
6825         * configure: Regenerate.
6827 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
6829         * configure.ac: Add "--with-pdfdir" configure option,
6830         which defines pdfdir variable.
6831         * Makefile.def (target=fixincludes): Add install-pdf to
6832         missing targets.
6833         (recursive_targets): Add install-pdf target.
6834         (flags_to_pass): Add pdfdir.
6835         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6836         target.
6837         * configure: Regenerate
6838         * Makefile.in: Regenerate
6840 2007-02-28  Eric Christopher  <echristo@apple.com>
6842         Revert:
6843         2006-12-07  Mike Stump  <mrs@apple.com>
6845         * Makefile.def (dependencies): Add dependency for
6846         install-target-libssp and install-target-libgomp on
6847         install-gcc.
6848         * Makefile.in: Regenerate.
6850 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
6852         * configure: Regenerate.
6853         * configure.ac: Move statements after variable declarations.
6855 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
6857         * MAINTAINERS: Add myself as sh maintainer.
6859 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
6861         * configure.ac: Adjust for loop syntax.
6862         * configure: Regenerate.
6864 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6866         * configure: Rebuilt.
6868 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6870         * configure.ac: Drop multiple occurrences of --enable-languages,
6871         and fix its quoting.
6872         * configure: Rebuilt.
6874 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
6875             Nathan Sidwell  <nathan@codesourcery.com>
6876             Vladimir Prus  <vladimir@codesourcery.com>
6877             Joseph Myers  <joseph@codesourcery.com>
6879         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6880         * configure: Regenerate.
6882 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6884         * ltconfig (freebsd*): Default to elf.
6886 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6888         * configure.ac (target_libraries): Move libgcc before libiberty.
6889         * configure: Regenerated.
6891 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6892             Paolo Bonzini  <bonzini@gnu.org>
6894         PR bootstrap/30753
6895         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6896         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6897         * configure: Regenerated.
6899 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6901         * MAINTAINERS (Language Front End Maintainers): Update my mail
6902         address.
6904 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6906         PR bootstrap/30748
6907         * configure.ac: Correct syntax for Solaris ksh.
6908         * configure: Regenerated.
6910 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6912         * configure.ac: Sync with src.
6913         * configure: Regenerate.
6915 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6917         * Makefile.in: Regenerate.
6919 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6921         * config.sub: Sync with src.
6923 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6925         * Makefile.tpl (build_alias, host_alias, target_alias): Use
6926         noncanonical equivalents.
6927         * configure.in: Rename to...
6928         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6929         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6930         target_noncanonical.  Use them.  Rewrite removal of configure
6931         arguments for autoconf 2.59.  Discard variable settings.  Force
6932         program_transform_name for native tools.
6934         * Makefile.in: Regenerated.
6935         * configure: Regenerated with autoconf 2.59.
6937 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
6939         * MAINTAINERS (Write After Approval): Add myself.
6941 2007-01-31  Andreas Schwab  <schwab@suse.de>
6943         * Makefile.tpl (LDFLAGS): Substitute it.
6944         * Makefile.in: Regenerate.
6946 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
6948         * MAINTAINERS (Write After Approval): Add myself.
6950 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6952         * MAINTAINERS (spu port): Add myself.
6954 2007-01-23  Richard Guenther  <rguenther@suse.de>
6956         PR bootstrap/30541
6957         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6958         * Makefile.tpl (GNATBIND): Substitute it.
6959         (GNATMAKE): Likewise.
6960         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6961         of STAGE_PREFIX.
6962         * Makefile.in: Regenerate.
6963         * configure: Regenerate.
6965 2007-01-18  Mike Stump  <mrs@apple.com>
6967         * configure.in: Re-enable -Werror for gcc builds.
6969 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
6971         * MAINTAINERS (Write After Approval): Add myself.
6973 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6975         * configure.in: Change == to = in test command.
6976         * configure: Regenerate.
6978 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6979             Nick Clifton  <nickc@redhat.com>
6980             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6982         * configure.in (build_configargs, host_configargs, target_configargs):
6983         Remove build/host/target parameters.
6984         (host_libs): Add gmp and mpfr.
6985         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6986         * Makefile.def (gmp, mpfr): New.
6987         (gcc): Remove target.
6988         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6989         target_os, target_vendor): New.
6990         (configure): Add host_alias/target_alias arguments; adjust invocations.
6991         * configure: Regenerate.
6992         * Makefile.in: Regenerate.
6994 2007-01-11  Matt Fago  <fago@earthlink.net>
6996         * configure.in: Try to link to functions only in mpfr 2.2.x
6997         to improve robustness of configure tests.
6998         * configure: Regenerate.
7000 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
7002         * MAINTAINERS: Add myself as i386 maintainer.
7004 2007-01-08  Jan Hubicka  <jh@suse.cz>
7006         * MAINTAINERS: Add myself as i386 maintainer.
7008 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
7010         * configure.in: Add support for an x86_64-mingw* target.
7011         * configure: Regenerate.
7013 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
7015         * Makefile.tpl (all-target): Correct @if conditional for target
7016         modules.
7017         * configure.in: Omit libiberty if building only target libgcc.
7018         * configure, Makefile.in: Regenerated.
7020 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
7022         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
7023         * configure: Regenerate.
7025 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7027         * Makefile.def (target_modules): Add libgcc.
7028         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
7029         * Makefile.tpl (clean-target-libgcc): Delete.
7030         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
7031         on gcc even for bootstrapped modules.  Rewrite handling of
7032         lang_env_dependencies to loop over target_modules.
7033         * configure.in (target_libraries): Add target-libgcc.
7034         * Makefile.in, configure: Regenerated.
7036 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7038         * configure.in: Reorganize recognition of languages.  Add
7039         --enable-stage1-languages.  Show supported languages for the chosen
7040         target rather than all recognized languages.
7041         * configure: Regenerate.
7043 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7045         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7046         * Makefile.in: Regenerate.
7048 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7050         * configure.in: Warn that MPFR 2.2.0 is buggy.
7051         * configure: Regenerate.
7053 2006-12-27  Ian Lance Taylor  <iant@google.com>
7055         * configure.in: When removing Makefiles to force a reconfigure, also
7056         remove prev-DIR*/Makefile.
7057         * configure: Regenerate.
7059 2006-12-22  Andreas Schwab  <schwab@suse.de>
7061         * configure: Regenerate with correct autoconf version.
7063 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
7065         * configure.in: add AC_SUBST for *_FOR_TARGET.
7066         * configure: Regenerate.
7068 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7070         * configure.in: Simplify logic for rejecting languages that cannot
7071         be built.  Separate the case when a language is unsupported,
7072         from the case when the user chooses not to build a language.
7074 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7076         * configure.in: Remove "$build" case for powerpc-*-darwin* since
7077         it only affects bootstrap and could be tested on "$host" as well.
7078         * configure: Regenerate.
7079         * config/mh-ppc-darwin: Add to the stage1 cflags here.
7081 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7083         PR bootstrap/29544
7084         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7085         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7086         move here comment from Makefile.tpl.
7087         * Makefile.tpl: Move some definitions higher in the file.
7088         (STAGE1_CHECKING): New.
7089         * configure.in: Add --enable-stage1-checking.
7090         * configure: Regenerate.
7091         * Makefile.in: Regenerate.
7093 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7095         * MAINTAINERS: Add myself as build system maintainer.
7097 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
7099         * MAINTAINERS (Write After Approval): Add myself.
7101 2006-12-13  Eric Christopher  <echristo@apple.com>
7103         * MAINTAINERS: Add myself as darwin maintainer.
7105 2006-12-11  Ian Lance Taylor  <ian@airs.com>
7107         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7109 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
7111         MAINTAINERS: Update my entry.
7113 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
7115         * configure.in:  Handle spu makefile frag.
7116         * Makefile.tpl (MAINT): Define
7117         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7118         * configure: Regenerate.
7119         * Makefile.in: Regenerate.
7121 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7123         * config.guess: Import latest version.
7124         * config.sub: Likewise.
7126 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7128         * configure.in (spu-*-*): Don't skip target-libiberty.
7129         * configure: Regenerate.
7131 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7133         PR bootstrap/30134
7134         * configure.in: Correct x86 darwin support for libjava to powerpc
7135         and i?86 only.
7136         * configure: Regenerate.
7138 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
7140         * configure.in: Add x86 darwin support for libjava.
7141         * configure: Regenerate.
7143 2006-12-07  Mike Stump  <mrs@apple.com>
7145         * Makefile.def (dependencies): Add dependency for
7146         install-target-libssp and install-target-libgomp on
7147         install-gcc.
7148         * Makefile.in: Regenerate.
7150 2006-12-04  Richard Guenther  <rguenther@suse.de>
7152         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7153         (Non-Algorithmic Maintainers): Move over non-algorithmic
7154         loop optimizer maintainers, add myself as a non-algorithmic
7155         middle-end maintainer.
7157 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
7159         * MAINTAINERS (Write After Approval): Add myself.
7161 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7163         * configure.in: Update error message for missing GMP/MPFR.
7165         * configure: Regenerate.
7167 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7169         * configure.in: Update MPFR version in error message.
7171         * configure: Regenerate.
7173 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7175         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7176         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7177         --with-gmp-lib): New flags.
7179         * configure: Regenerate.
7181 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
7183         * MAINTAINERS (Write After Approval): Change my email address.
7185 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7187         * MAINTAINERS (Write After Approval): Add myself.
7189 2006-11-22  Philipp Thomas  <pth@suse.de>
7191         * MAINTAINERS (i18n): Update e-mail address.
7193 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7195         * MAINTAINERS (spu port): Add myself as maintainer.
7196         (Write After Approval): Remove myself.
7198 2006-11-22  Ben Elliston  <bje@au.ibm.com>
7200         * configure.in (skipdirs): Don't build libssp for SPU.
7201         * configure: Regenerate.
7203 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7205         * MAINTAINERS (spu port): Add myself as maintainer.
7206         (libobjc): Update my email address.
7208 2006-11-21  Andrea Bona  <andrea.bona@st.com>
7210         * MAINTAINERS (Write After Approval): Add myself.
7212 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7214         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7215         * configure : Rebuilt.
7217 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7219         * MAINTAINERS (Write After Approval): Add myself.
7221 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
7223         * MAINTAINERS (Write After Approval): Add myself.
7225 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7227         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7228         libmpfr.a.
7229         * configure: Regenerate.
7231 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
7233         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7234         (unstage): Test for stage_last presence.
7236         PR bootstrap/29802
7237         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7238         STAGE_PREFIX.
7239         * Makefile.in: Regenerate.
7241 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
7243         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7244         maintainers.
7246 2006-11-14  Erven Rohou  <erven.rohou@st.com>
7248         * MAINTAINERS (Write After Approval): Add myself.
7250 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
7252         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7253         and stageN-package/Makefile.
7254         * Makefile.in: Regenerated.
7256 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
7258         * configure.in: Remove target-libgloss from noconfigdirs for
7259         bfin-*-*.
7260         * configure: Regenerated.
7262 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7264         * configure.in (have_gmp): Only error if the gcc directory exists.
7266         * configure: Regenerate.
7268 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7270         * configure.in: Robustify error message for missing GMP/MPFR.
7272         * configure: Regenerate.
7274 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
7276         * MAINTAINERS (Write After Approval): Add myself.
7278 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
7280         * MAINTAINERS: Change email address.
7282 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
7284         * MAINTAINERS (Write After Approval): Add myself.
7286 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
7288         * MAINTAINERS (Write After Approval): Add myself.
7290 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
7292         * MAINTAINERS (Write After Approval): Move myself to
7293         Write After Approval section.
7295 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7297         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
7298         need_gmp anymore.
7299         * configure: Regenerate.
7301 2006-10-16  Tobias Burnus  <burnus@net-b.de>
7303         * MAINTAINERS (Write After Approval): Add myself.
7305 2006-10-16  Ben Elliston  <bje@au.ibm.com>
7307         * config.guess: Import latest version.
7308         * config.sub: Likewise.
7310 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
7312         * Makefile.def: Added pdf target handling.
7313         * Makefile.tpl: Added pdf target handling.
7314         * Makefile.in: Regenerated.
7316 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
7318         * MAINTAINERS: Add self as score port maintainer.
7320 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
7322         * MAINTAINERS (Write After Approval): Add myself.
7324 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
7326         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
7327         or newer.
7328         * configure: Regenerated.
7330 2006-09-27  Dave Brolley  <brolley@redhat.com>
7332         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7333         using $s instead of $r.
7334         * configure: Regenerated.
7336 2006-09-26  Thiemo Seufer  <ths@mips.com>
7338         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7339         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7340         * configure: Regenerate.
7342 2006-09-24  Graeme Peterson  <gridly@gmail.com>
7344         * MAINTAINERS (Write After Approval): Remove myself.
7346 2006-09-22  Chao-ying Fu  <fu@mips.com>
7348         * MAINTAINERS (Write After Approval): Add myself.
7350 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
7352         * MAINTAINERS: Add self as soft-fp maintainer.
7354 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
7356         * MAINTAINERS: Add myself as avr maintainer.
7357         Remove Marek Michalkiewicz as avr maintainer.
7359 2006-09-07  Roberto Costa  <roberto.costa@st.com>
7361         * MAINTAINERS (Write After Approval): Add myself.
7363 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
7365         * configure.in: Never build newlib for a Mingw host.
7366         Never build newlib as Mingw target library.
7367         Test the existence of winsup/cygwin for building a Cygwin newlib,
7368         rather than just winsup.
7369         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7370         building a Mingw target.
7371         * configure: Regenerate.
7373 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7375         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7377 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
7379         * config.guess: Import from src (was more updated).
7380         * config.sub: Likewise.
7382 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
7384         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7385         * configure: Regenerated.
7387 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
7389         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7390         for stages after the first.
7392 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
7394         * Makefile.def: Add dependencies for configure-opcodes
7395         on configure-intl and all-opcodes on all-intl.
7396         * Makefile.in: Regenerated.
7398 2006-07-13  Ben Elliston  <bje@au.ibm.com>
7400         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7402 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7404         Port to hosts whose 'sort' and 'tail' implementations
7405         treat operands with leading '+' as file names, as POSIX
7406         has required since 2001.  However, make sure the code still
7407         works on pre-POSIX hosts.
7408         * ltmain.sh: Don't assume "sort +2" is equivalent to
7409         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7411 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
7413         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7415 2006-07-04  Peter O'Gorman  <peter@pogma.com>
7417         * ltconfig: chmod 644 before ranlib during install.
7419 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7421         PR bootstrap/18058
7422         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7423         if the bootstrap compiler is a GCC version that supports it.
7424         * configure: Regenerate.
7426 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7428         * configure.in: Fix thinkos in previous check-in.
7429         * configure: Regenerate.
7431 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7433         PR other/27063
7434         * configure.in: Test subdir_requires and give an appropriate
7435         error message.
7436         * configure: Regenerate.
7438 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
7440         * MAINTAINERS (Write After Approval): Add myself.
7442 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
7444         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7446 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
7448         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7450 2006-06-20  David Ayers  <d.ayers@inode.at>
7452         PR bootstrap/28072
7453         * configure.in: Add target-boehm-gc to noconfigdirs depending on
7454         whether target-libjava is being configured instead of whether the
7455         java front end is enabled.
7456         * configure: Regenerate.
7458 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7460         PR target/27540
7461         * configure.in: Only enable libgomp on IRIX 6.
7462         * configure: Regenerate.
7464 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
7466         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7467         too.
7468         * Makefile.in: Regenerate.
7470 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
7472         * config-ml.in: Alter CCASFLAGS to include special
7473         multilib options the same as is done for CFLAGS.
7475 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7477         * configure.in: Don't enable libgomp on hpux10.
7478         * configure: Rebuilt.
7480 2006-06-12  David Ayers  <d.ayers@inode.at>
7482         PR bootstrap/27963
7483         PR target/19970
7484         * configure.in: Remove target-boehm-gc from noconfigdirs where
7485         ${libgcj} is specified.
7486         * configure: Regenerate.
7488 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
7490         Sync from src:
7492         * configure.in: Sync.
7493         * configure: Regenerated.
7495         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
7497         * Makefile.def: Added dependencies from sim and gdb on intl, and
7498         added configure dependencies to everything with an all dependency
7499         on intl.
7500         * Makefile.in: Regenerated.
7502 2006-06-06  David Ayers  <d.ayers@inode.at>
7504         PR libobjc/13946
7505         * Makefile.def: Add dependencies for libobjc which boehm-gc.
7506         * Makefile.in: Regenerate.
7507         * configure.in: Add --enable-objc-gc at toplevel and have it
7508         enable boehm-gc for Objective-C.
7509         Remove target-boehm-gc from libgcj.
7510         Add target-boehm-gc to target_libraries.
7511         Add target-boehm-gc to noconfigdirs where ${libgcj}
7512         is specified.
7513         Assert that boehm-gc is supported when requested for Objective-C.
7514         Only build boehm-gc if needed either for Java or Objective-C.
7515         * configure: Regenerate.
7517 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
7519         PR 27674
7520         * Makefile.tpl (configure-[+prefix+][+module+],
7521         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7522         Remove rule to unstage bootstrapped modules.
7523         (stage_current): New.
7524         * Makefile.in: Regenerate.
7526 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
7528         * MAINTAINERS (Write After Approval): Update my e-mail address.
7530 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
7532         * include/libiberty.h: Declare pex_run_in_environment.
7534 2006-05-31  Asher Langton  <langton2@llnl.gov>
7536         * MAINTAINERS (Write After Approval): Add myself.
7538 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
7540         * Makefile.def (bfd, opcodes): Fix lib_path.
7541         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7542         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
7543         * Makefile.in: Regenerate.
7545 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7547         * Makefile.in: Regenerate.
7549 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7551         * Makefile.def: Add install-html target. Add datarootdir
7552         docdir and htmldir to flags_to_pass.
7553         * Makefile.tpl: Add install-html target.
7554         * Makefile.in: Regenerate.
7555         * configure.in: Add --with-datarootdir, --with-docdir, and
7556         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7557         * configure: Regenerate.
7559 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7561         * configure.in: Enable gprof for cross builds.
7562         * configure: Regenerate.
7564 2006-05-22  Richard Guenther  <rguenther@suse.de>
7566         Revert
7567         2006-01-31  Richard Guenther  <rguenther@suse.de>
7568         Paolo Bonzini  <bonzini@gnu.org>
7570         * Makefile.def (target_modules): Add libgcc-math target module.
7571         * configure.in (target_libraries): Add libgcc-math target library.
7572         (--enable-libgcc-math): New configure switch.
7573         * Makefile.in: Re-generate.
7574         * configure: Re-generate.
7575         * libgcc-math: New toplevel directory.
7577 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7578             Andreas Tobler  <a.tobler@schweiz.ch>
7580         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7581         * configure: Rebuilt.
7583 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
7585         * MAINTAINERS (Write After Approval): Add myself.
7587 2006-05-01  DJ Delorie  <dj@redhat.com>
7589         * configure.in: Restore CFLAGS if GMP isn't present.
7590         * configure: Regenerate.
7592 2006-05-01  Richard Guenther  <rguenther@suse.de>
7594         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7595         maintainer.
7597 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
7599         * MAINTAINERS (Write After Approval): Add myself.
7601 2006-04-28  Jan Beulich  <jbeulich@novell.com>
7603         * MAINTAINERS (Write After Approval): Add myself.
7605 2006-04-18  DJ Delorie  <dj@redhat.com>
7607         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
7608         reference libgloss so that libssp can be built in a combined
7609         tree.
7610         * configure: Regenerate.
7612 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
7614         * MAINTAINERS (Write After Approval): Add myself.
7616 2006-04-05  Ben Elliston  <bje@au.ibm.com>
7618         * configure.in: Require makeinfo 4.4 or higher.
7619         * configure: Regenerate.
7621 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
7623         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7624         Rearrange the entries of other libraries to have them in one place.
7626 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
7628         * MAINTAINERS (Write After Approval): Remove myself.
7629         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7631 2006-03-14  Richard Guenther  <rguenther@suse.de>
7633         * configure: Regenerate with autoconf 2.13.
7635 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
7637         * MAINTAINERS: Use my work address.
7639         * MAINTAINERS: Update my E-mail address.
7641 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
7643         * configure.in: Handle --disable-<component> generically.
7644         * configure: Regenerate.
7646 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7648         PR libgcj/17311
7649         * ltmain.sh: Don't use "$finalize_rpath" for compile.
7651 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
7653         * MAINTAINERS (Write After Approval):  Remove myself.
7654         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7656 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
7658         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
7659         (TARGET_CONFIGDIRS): Remove.
7660         * configure.in: Remove AC_SUBST(target_configdirs).
7661         * Makefile.in, configure: Regenerated.
7663 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
7665         * MAINTAINERS (Write After Approval):  Remove myself.
7666         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7668 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
7670         PR bootstrap/25670
7672         * Makefile.tpl ([+compare-target+]): Print explanation messages.
7674         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7675         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7676         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7677         BUILD_PREFIX, BUILD_PREFIX_1.
7678         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7680         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7681         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7683         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7684         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7685         of `cat stage_current`.  Always provide the `r' and `s' variables.
7686         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7687         a single shell execution.
7688         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7689         bootstrapped modules, make the stage1 module if the build was not
7690         started yet, else build the current stage.
7691         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7692         (all-build, all-host, all-target, [+make_target+]-host,
7693         [+make_target+]-target): Do not use \-continued lines.
7694         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7695         (current_stage, restrap, stage_last): New.
7697         * Makefile.in: Regenerate.
7698         * configure: Regenerate.
7700 2006-02-19  Bud Davis  <jmdavis@link.com>
7702         * MAINTAINERS (Write After Approval):  Remove myself.
7703         (Language Front End Maintainers):  Add myself as fortran 95
7704         maintainer and update e-mail address.
7706 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7708         * MAINTAINERS (Write After Approval):  Remove myself.
7709         (Language Front End Maintainers):  Add myself as fortran 95
7710         maintainer.
7712 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
7714         * MAINTAINERS (Write After Approval): Add myself.
7716 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
7718         * MAINTAINERS (Write After Approval):  Remove myself.
7719         (Language Front End Maintainers):  Add myself as
7720         fortran 95 maintainer.
7722 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7724         Sync from src:
7726         2005-12-27  Leif Ekblad  <leif@rdos.net>
7728         * configure.in: Add support for RDOS target.
7729         * configure: Regenerate.
7731 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7732             Andreas Schwab  <schwab@suse.de>
7734         * configure: Regenerate.
7736 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
7738         * configure.in (enable_libgomp): Add AIX.
7739         * configure: Regenerate.
7741 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
7743         * MAINTAINERS (Write After Approval): Add myself.
7745 2006-02-03  Lee Millward  <lee.millward@gmail.com>
7747         * MAINTAINERS (Write After Approval): Add myself.
7749 2006-01-31  Richard Guenther  <rguenther@suse.de>
7750         Paolo Bonzini  <bonzini@gnu.org>
7752         * Makefile.def (target_modules): Add libgcc-math target module.
7753         * configure.in (target_libraries): Add libgcc-math target library.
7754         (--enable-libgcc-math): New configure switch.
7755         * Makefile.in: Re-generate.
7756         * configure: Re-generate.
7757         * libgcc-math: New toplevel directory.
7759 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
7761         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7762         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7763         the assembler, linker and binutils.
7764         * configure: Regenerate.
7766 2006-01-22  Dirk Mueller  <dmueller@suse.de>
7768         * MAINTAINERS (Write After Approval): Add myself.
7770 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
7772         * configure: Regenerate.
7774 2006-01-18  Richard Henderson  <rth@redhat.com>
7775             Jakub Jelinek  <jakub@redhat.com>
7776             Diego Novillo  <dnovillo@redhat.com>
7778         * libgomp: New directory.
7779         * Makefile.def: Add target_module libgomp.
7780         * Makefile.in: Regenerate.
7781         * configure.in (target_libraries): Add target-libgomp.
7782         * configure: Regenerate.
7784 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
7786         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7787         @ from continuation.
7788         * Makefile.in: Rebuilt.
7790 2006-01-04  Chris Lattner  <sabre@gnu.org>
7792         * MAINTAINERS (Write After Approval): Add myself.
7794 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
7796         PR bootstrap/24252
7798         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7799         * Makefile.tpl (OBJDUMP): New.
7800         (EXTRA_HOST_FLAGS): Add it.
7801         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7803         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7804         to use symbolic links between directories.  Avoid race conditions
7805         or make them harmless.
7806         * configure.in: Do not try to use symbolic links between directories.
7808         * Makefile.def (LEAN): Pass.
7809         * Makefile.tpl (LEAN): Define.
7810         (stage[+id+]-start): Accept that the previous directory does not
7811         exist, if the bootstrap is lean.
7812         (stage[+id+]-bubble): Invoke lean bootstrap commands after
7813         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
7814         configure substitution.
7815         ([+compare-target+]): Likewise.
7816         ([+bootstrap-target+]-lean): New.
7817         * configure.in: Remove lean bootstrap support from here.
7819         * Makefile.in: Regenerate.
7820         * configure: Regenerate.
7822 2006-01-04  Ben Elliston  <bje@au.ibm.com>
7824         * MAINTAINERS (libdecnumber): Add myself.
7826 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
7828         * libtool-ldflags: New script.
7830 2006-01-02  Andreas Schwab  <schwab@suse.de>
7832         * configure.in: When reconfiguring remove Makefile in
7833         all stage directories.
7834         * configure: Regenerate.
7836 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
7838         * MAINTAINERS: Update my email address.
7840 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
7842         Revert Ada-related part of the previous change.
7844         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7845         Do not pass.
7846         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7847         * Makefile.in: Regenerate.
7848         * configure.in: Do not include mt-ppc-aix target fragment.
7849         * configure: Regenerate.
7851 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
7853         * configure.in: Select appropriate fragments for PowerPC/AIX.
7854         * configure: Regenerate.
7856         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7857         BOOT_CFLAGS, BOOT_LDFLAGS.
7858         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7859         BOOT_CFLAGS, BOOT_LDFLAGS.
7860         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7861         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7862         (stage): Fail if we cannot complete the work.
7863         * Makefile.in: Regenerate.
7865 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7867         * configure.in: Replace ms1 with mt.
7868         * configure: Rebuilt.
7870 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
7872         * MAINTAINERS: Update my email address.
7874 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
7876         * Makefile.tpl (all, do-[+make_target+], do-check, install,
7877         install-host-nogcc): Don't invoke $(stage) at the end.
7878         * Makefile.in: Regenerate.
7880 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7882         * configure.in: Flip the top-level bootstrap switch.
7883         * configure: Regenerate.
7885 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7887         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7888         $(stage) and $(unstage).
7889         (EXTRA_TARGET_FLAGS): Correct double-quoting.
7890         (all): Remove stray semicolon.
7891         (local-distclean): Don't handle multilib.tmp and multilib.out.
7892         (install.all): Set $s for consistency.
7893         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7894         check_multilibs setting.  Always make the install directory.
7895         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7896         Correct @if/@endif.
7897         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7898         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7899         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7900         (multilib.out): Remove.
7901         * Makefile.in: Regenerated.
7903 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7905         * MAINTAINERS (Write After Approval): Add myself.
7907 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7909         * MAINTAINERS: Add myself as mt maintainer.
7911         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7913 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7915         * MAINTAINERS: Change email address.
7917 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7919         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7920         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7921         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7922         Find in-tree tools if available.
7923         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7924         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7925         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7926         (COMPILER_*_FOR_TARGET): New.
7927         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7928         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7929         (CONFIGURED_*, USUAL_*): Remove.
7930         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7931         STRIP): Use autoconf substitutions.
7932         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7933         COMPILER_NM_FOR_TARGET): New.
7934         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7936         (all): Make all-host and all-target in parallel.
7937         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7938         that $$r and $$s are set before invoking a recursive make.
7939         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7940         ([+bootstrap-target+]): Inline most of the `all' target.
7942 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7944         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7945         from the gcc build directory.
7946         * Makefile.in: Regenerate.
7948 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7950         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
7951         depend on all-libdecnumber.
7952         * configure.in (host_libs): Include libdecnumber.
7953         * Makefile.in: Regenerate.
7954         * configure: Likewise.
7956 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7958         * libdecnumber: Import decNumber sources from the dfp-branch.
7960 2005-11-21  Kean Johnston  <jkj@sco.com>
7962         * config.sub, config.guess: Sync from upstream sources.
7964 2005-11-21  Ben Elliston  <bje@au.ibm.com>
7966         Import from Autoconf sources:
7968         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7969         * config/move-if-change: Don't output "$2 is unchanged";
7970         suggested by Ben Elliston.  Handle weird characters correctly.
7972 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7974         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7975         to match upstream libtool for darwin.
7977 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7979         * Makefile.def: Remove gdb dependencies for gdbtk.
7980         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7981         (configure-gdb, install-gdb): New rules.
7982         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7983         * Makefile.in, configure: Regenerated.
7985 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7987         * MAINTAINERS (Write After Approval): Add myself.
7989 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7991         * MAINTAINERS (Write After Approval): Add myself.
7993 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7995         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7996         Diego Novillo.
7998 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
8000         PR bootstrap/24297
8001         * Makefile.tpl (do-[+make-target+], do-check, install,
8002         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
8003         are set before recursing.
8004         * Makefile.in: Regenerate.
8006 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
8008         PR bootstrap/18939
8009         * Makefile.def (gcc) <target>: Fix thinko.
8010         * Makefile.in: Regenerate.
8012 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
8014         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
8015         * configure: Regenerate.
8017 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
8019         * MAINTAINERS (Write After Approval): Add self.
8021 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
8023         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8024         target-libffi, target-qthreads, target-libjava, and
8025         targetlibobjc.
8026         * configure: Regenerate.
8028 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
8030         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8031         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8032         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8033         (USUAL_OBJDUMP_FOR_TARGET): New.
8034         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
8035         * configure.in: Check for $OBJDUMP_FOR_TARGET.
8036         * configure, Makefile.in: Regenerated.
8038 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8040         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8041         before other host packages.
8043 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
8045         * MAINTAINERS: Add self as sh libraries/configury maintainer.
8047 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8049         PR bootstrap/22340
8051         * configure.in (default_target): Remove.
8052         * Makefile.tpl (all): Do not use prerequisites as subroutines
8053         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8054         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8055         use prerequisites as subroutines.
8056         (check-host, check-target): New.
8057         (bootstrap configure & all targets): Do not use stage*-start
8058         if the directory layout is already ok.
8059         (non-bootstrap configure & all targets): Prepend a $(unstage).
8060         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
8061         (NOTPARALLEL): Remove.
8062         (unstage, stage variables): New variables.
8063         (unstage, stage targets): Simply expand to those variables.
8065         * configure: Regenerate.
8066         * Makefile.in: Regenerate.
8068 2005-10-04  James E Wilson  <wilson@specifix.com>
8070         * Makefile.def (lang_env_dependencies): Add libmudflap.
8071         * Makefile.in: Regenerate.
8073 2005-10-03  Andreas Schwab  <schwab@suse.de>
8075         Backport from libtool CVS:
8076         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
8078         * ltmain.sh: add support for installing into temporary
8079         staging area (e.g. 'make install DESTDIR=...')
8081 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8083         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8084         * configure: Regenerated.
8086 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
8088         * configure: Regenerate with the correct
8089         autoconf version.
8091 2005-09-30  Catherine Moore  <clm@cm00re.com>
8093         * configure.in (bfin-*-*): New.
8094         * configure: Regenerated.
8096 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
8098         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8099         (LIPO_FOR_TARGET): New.
8100         (CONFIGURED_LIPO_FOR_TARGET): New.
8101         (USUAL_LIPO_FOR_TARGET): New.
8102         (STRIP_FOR_TARGET): New.
8103         (CONFIGURED_STRIP_FOR_TARGET): New.
8104         (USUAL_STRIP_FOR_TARGET): New.
8105         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8106         STRIP_FOR_TARGET.
8107         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8108         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8109         * Makefile.in: Regenerate.
8110         * configure: Regenerate.
8112 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
8114         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8115         (rs6000-*-aix*): Same.
8116         * configure: Regenerate.
8118 2005-09-16  Tom Tromey  <tromey@redhat.com>
8120         * MAINTAINERS: Add self as java maintainer.
8122 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8124         * configure.in: Recognize f95 in the --enable-languages option,
8125         and substitute it for fortran, issuing a warning.
8126         * configure: Regenerate.
8128 2005-08-30  Phil Edwards  <phil@codesourcery.com>
8130         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
8131         * configure:  Regenerated.
8133 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
8135         * MAINTAINERS: Add self as ms1 maintainer.
8137 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
8139         * Makefile.def (libssp): Add to lang_env_dependencies.
8140         * Makefile.in: Regenerate.
8142 2005-08-18  Ian Lance Taylor  <ian@airs.com>
8144         * MAINTAINERS: Add myself as middle-end maintainer.
8146 2005-08-17  Christian Groessler  <chris@groessler.org>
8148         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8149         * Makefile.in: Regenerate.
8151 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
8153         * MAINTAINERS (write after approval): Added myself.
8155 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
8157         * MAINTAINERS (Write After Approval): Add myself.
8159 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
8161         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8162         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8163         Look for alternate names of the target cc and c++
8164         * configure: Regenerate.
8166 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
8168         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8169         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8170         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8171         tools; remove code to manually set them.
8172         (Target tools): Look in the environment for them.
8173         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8174         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8175         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8176         build directory.
8177         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8178         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8179         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8180         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8181         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8182         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8183         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8184         * configure: Regenerate.
8185         * Makefile.in: Regenerate.
8187 2005-07-28  Ben Elliston  <bje@au.ibm.com>
8189         * MAINTAINERS: Update for removed CPU targets.
8191 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
8193         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8194         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8195         * Makefile.in: Regenerated.
8197 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
8199         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8200         (CFLAGS_FOR_TARGET): Use it.
8201         (CXXFLAGS_FOR_TARGET): Likewise.
8202         * Makefile.in: Regenerated.
8203         * configure.in (--with-build-sysroot): New option.
8204         * configure: Regenerated.
8206 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
8208         * Makefile.tpl: Wrap install between unstage and stage
8209         * Makefile.in: Regenerate.
8211 2005-07-21  Eric Christopher  <echristo@apple.com>
8213         * MAINTAINERS: Update affiliation.
8215 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
8217         * MAINTAINERS: Add self as crx port maintainer.
8219 2005-07-20  DJ Delorie  <dj@redhat.com>
8221         * MAINTAINERS: Add self as m32c maintainer.
8223 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
8225         * all files: Update FSF address.
8227 2005-07-15  Eric Christopher  <echristo@redhat.com>
8229         * MAINTAINERS: Change affiliation.
8231 2005-07-14  Jim Blandy  <jimb@redhat.com>
8233         * configure.in: Add cases for Renesas m32c.
8234         * configure: Regenerated.
8236 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8238         * COPYING.LIB: Update from fsf.org.
8240 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8242         * COPYING, compile, config.guess,
8243         config.sub, install-sh, missing, mkinstalldirs,
8244         symlink-tree, ylwrap: Sync from upstream sources.
8245         * config-ml.in: Update FSF address.
8247 2005-07-13  Eric Christopher  <echristo@redhat.com>
8249         * configure.in: Add toplevel noconfigdir support for tpf.
8250         * configure: Regenerate.
8252 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
8254         PR ada/22340
8256         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8257         * Makefile.in: Regenerate.
8259 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
8261         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
8262         Brolley to write-after-approval.
8264 2005-07-07  Andreas Schwab  <schwab@suse.de>
8266         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8267         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8268         * Makefile.in: Regenerated.
8270 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
8272         * configure.in: Don't build sim or rda when targetting darwin.
8273         * configure: Regenerate.
8275 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
8277         * configure.in: Add --enable-libssp and --disable-libssp.
8278         * configure: Regenerate with autoconf-2.13.
8280 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
8282         * Makefile.def (target_modules): Add libssp.
8283         * configure.in (target_libraries): Add target-libssp.
8284         * configure: Rebuilt.
8285         * Makefile.in: Rebuilt.
8287 2005-07-01  Zack Weinberg  <zackw@panix.com>
8289         * MAINTAINERS: Change email address.  Resign from maintainership.
8291 2005-07-01  Richard Guenther  <rguenther@suse.de>
8293         * MAINTAINERS: Change my e-mail address and affiliation.
8295 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
8297         * Makefile.def (stagefeedback): Come after profile.
8298         Define profiledbootstrap target.
8299         * Makefile.tpl (profiledbootstrap): Remove.
8300         (stageprofile-end): Zap stagefeedback.
8301         (stagefeedback-start): Copy all .gcda files, not only GCC's.
8302         * Makefile.in: Regenerate.
8304 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
8306         * MAINTAINERS: Update my email address.
8308 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
8310         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
8311         In 'cpp' stanza, support '#line' as well as '# '.
8313 2005-06-08  Andreas Schwab  <schwab@suse.de>
8315         * MAINTAINERS: Move myself from 'Write After Approval' to
8316         'CPU Port Maintainers' section as m68k maintainer.
8318 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
8320         * configure.in (unsupported_languages): New macro.
8321         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
8322         non-ported target libraries in noconfigdirs.
8323         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8324         non-linux-gnu.  Remove libgcj_ex_libffi.
8325         <lang_frag loop>: Set add_this_lang=no if the language is in
8326         unsupported_languages.
8327         * configure: Regenerate.
8329 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
8331         * configure.in: Fix typo in handling of --with-mpfr-dir.
8332         * configure: Regenerate.
8334 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
8336         * MAINTAINERS: Update my email address.
8338 2005-06-02  Jim Blandy  <jimb@redhat.com>
8340         * config.sub: Add cases for the Renesas m32c.  (This patch has been
8341         accepted into the master sources.)
8343 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
8344             Michael Snyder  <msnyder@redhat.com>
8345             Stan Cox  <scox@redhat.com>
8347         * configure.in: Set noconfigdirs for ms1.
8349         * configure: Regenerate.
8351 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
8353         * MAINTAINERS (Write After Approval): Add self.
8355 2005-06-01  Josh Conner  <jconner@apple.com>
8357         * MAINTAINERS (Write After Approval): Add self.
8359 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
8361         * MAINTAINERS: Update my email address.
8363 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
8365         * MAINTAINERS (Write After Approval): Add self.
8367 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
8369         * MAINTAINERS (Write After Approval): Remove self.
8371 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
8373         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8374         (Dependencies): Consider target modules for bootstrap dependencies.
8375         Make target bootstrap modules depend on each stage's gcc.
8376         * Makefile.in: Regenerate.
8378 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
8380         * Makefile.def (configure-gcc): Depend on binutils having been built.
8381         (all-gcc): No need to do it here.
8382         * Makefile.in: Regenerate.
8384 2005-05-19  Paul Brook  <paul@codesourcery.com>
8386         * configure.in: Rewrite misleading error message when requested
8387         language cannot be built.
8388         * configure: Regenerate.
8390 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
8392         * ylwrap: Import from Automake 1.9.5.
8394 2005-05-13  David Ung  <davidu@mips.com>
8396         * MAINTAINERS (Write After Approval): Add self.
8398 2005-05-09  Mike Stump  <mrs@apple.com>
8400         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8401         lt_cv_sys_max_cmd_len for now.
8403 2005-05-09  Stan Cox  <scox@redhat.com>
8405         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8407 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
8409         * README.SCO: Update the URL.
8411 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
8413         * ltconfig: Define file_list_spec.  Pass file_list_spec and
8414         with_gnu_ld to libtool.
8415         * ltcf-c.sh (aix[45]): Define file_list_spec.
8416         * ltcf-cxx.sh (aix[45]): Same.
8417         * ltcf-gcj.sh (aix[45]): Same.
8418         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8419         exists, write list of input files to temporary file.
8421 2005-05-04  Mike Stump  <mrs@apple.com>
8423         * configure.in: Always pass --target to target configures as
8424         otherwise rebuilds that do --recheck will fail.
8425         * confiugure: Rebuilt.
8427 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
8429         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8430         STAGE_HOST_EXPORTS.
8431         (configure, all): Add bootstrap support.
8432         (Host modules, target modules): Pass post-stage1 flags and exports.
8433         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8434         * Makefile.in: Regenerate.
8436 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
8438         * configure: Regenerate.
8440 2005-04-27  Mike Stump  <mrs@apple.com>
8442         * MAINTAINERS: Add self as darwin maintainer.
8444 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
8446         * config.sub: Update from master copy.
8448 2005-04-21  Mike Stump  <mrs@apple.com>
8450         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8451         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8453 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
8455         * configure.in <crisv32-*-*, cris-*-*>: New local variable
8456         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
8457         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
8458         "*-*-elf" and "*-*-linux*".
8459         * configure: Regenerate.
8461 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
8463         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8465 2005-04-12  Mike Stump  <mrs@apple.com>
8467         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8469 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
8471         * MAINTAINERS (Write After Approval): Add myself.
8473 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
8475         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8477 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
8479         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8480         (TARGET_CONFIGARGS): Include --with-target-subdir.
8481         (configure, all): New macros.  Use them throughout.
8482         * Makefile.in: Regenerate.
8484 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
8486         * MAINTAINERS (Write After Approval): Add myself.
8488 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8490         * MAINTAINERS: Remove 'loop unrolling' maintainer.
8492 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
8494         * MAINTAINERS: Move John Carr to Write After Approval.
8496 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
8498         * config/mh-mingw32: Delete.
8499         * configure.in: Don't use it.
8500         * configure: Regenerate.
8502 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
8504         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8505         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8506         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8507         (HOST_LIB_PATH): Generate from Makefile.def.
8508         (TARGET_LIB_PATH): Likewise.
8509         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8510         * Makefile.in: Regenerate.
8511         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8512         (RPATH_ENVVAR): Include Darwin case.
8513         * configure: Regenerate.
8515 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
8517         * MAINTAINERS (Various Maintainers): Remove self.
8518         (Write After Approval): Add self.
8520 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
8522         * MAINTAINERS (Various Maintainers): Add self.
8524 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
8526         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8527         * configure: Regenerate.
8529 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
8531         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8532         gcc_version, and gcc_version_trigger from set of flags to pass.
8533         * Makefile.tpl: Remove definitions of above variables.
8534         (config.status): Remove dependency on $(gcc_version_trigger).
8535         * Makefile.in: Regenerate.
8536         * configure.in: Do not reference config/gcc-version.m4 nor
8537         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
8538         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
8539         * configure: Regenerate.
8541 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8542             Andrew Pinski  <pinskia@physics.uc.edu>
8544         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8545         * Makefile.in: Regenerate.
8547 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8549         * MAINTAINERS (Write After Approval): Add myself.
8551 2005-03-03  David Ayers  <d.ayers@inode.at>
8553         * MAINTAINERS (Write After Approval): Add myself.
8555 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8557         PR libgcj/20160
8558         * ltmain.sh: Avoid creating archives with components that have
8559         duplicate basenames.
8561 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8563         PR bootstrap/20250
8564         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8565         instead of check.
8566         * Makefile.in: Regenerate.
8568 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8570         * Makefile.in: Regenerate to fix conflict between the previous two
8571         patches.
8573 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8575         PR bootstrap/17383
8576         * Makefile.def (target_modules): Remove "stage", now unnecessary.
8577         * Makefile.tpl (HOST_SUBDIR): New substitution.
8578         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8579         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8580         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8581         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8582         (Host modules, Bootstrapped modules): Use it.
8583         (Build modules, Target modules): Do not create symlink trees,
8584         always configure out-of-srcdir.
8585         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8586         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8587         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8588         $(HOST_SUBDIR).  Create a symlink for host_subdir.
8590         * Makefile.in: Regenerate.
8591         * configure: Regenerate.
8593 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8595         Merged from libada-gnattools-branch:
8596         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8598         * gnattools: New directory.
8599         * Makefile.def: Add gnattools as a module, depending on target-libada.
8600         * Makefile.in: Regenerate.
8601         * configure.in: Include gnattools in host_tools; disable it if ada
8602         is disabled.
8603         * configure: Regenerate.
8605 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
8607         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8608         treelang maintainer.
8609         (Write After Approval): Remove myself.
8611 2005-02-23  Paul Schlie  <schlie@comcast.net>
8613         * configure.in: Allow darwin targeted ports to build tk, itcl and
8614         libgui.
8615         * configure: Regenerate.
8617 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8619         PR libgcj/10353
8620         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8621         * configure: Regenerate.
8623 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
8625         * MAINTAINERS (Write After Approval): Add myself.
8627 2005-02-10  Ian Lance Taylor  <ian@airs.com>
8629         * MAINTAINERS: Update my e-mail address.
8631 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
8633         * MAINTAINERS (Write After Approval): Add myself.
8635 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
8637         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8638         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8639         target-libgloss when not *-*-elf and *-*-aout.
8640         * configure: Regenerate.
8642 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8644         * MAINTAINERS: Remove obsolete entries.
8646         * MAINTAINERS (Write After Approval): Add Michael Matz.
8648 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
8650         * MAINTAINERS: Remove self as cpplib maintainer.
8652 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8654         * install-sh, config.sub: Import from upstream.
8656 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8658         PR bootstrap/18222
8659         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8660         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8661         * Makefile.in: Regenerate.
8663 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
8665         * MAINTAINERS: Update my email address.
8667 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
8668             Andreas Schwab  <schwab@suse.de>
8670         PR bootstrap/18033
8671         * config-ml.in: Eval option if surrounded by single quotes.
8673 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
8675         Revert 2004-12-28 Makefile changes, a better fix will be
8676         applied to mainline and src after GCC 4.0 branches.
8678 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
8680         PR bootstrap/17383
8682         * Makefile.def (target_modules): Remove stage parameter,
8683         it is always true now.
8684         * Makefile.tpl (configure-build-[+module+],
8685         configure-target-[+module+]): Always build symlink tree
8686         for the directory and for include.  BUILD_SUBDIR and
8687         TARGET_SUBDIR cannot be . anymore.
8688         * Makefile.in: Regenerate.
8690 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
8692         Revert 2004-12-08 Makefile changes.
8694 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
8696         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8697         cygwin, mingw.
8699 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
8701         * configure.in (sh64-*-*): Reenable gprof.
8702         * configure: Regenerate.
8704 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
8706         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8707         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8708         (EXTRA_TARGET_FLAGS): Add PICFLAG.
8709         * Makefile.in: Regenerate.
8711 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
8713         * MAINTAINERS: Update my email address.
8715 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
8717         * Makefile.tpl: Generate normal dependencies if the LHS module is
8718         not bootstrapped.
8719         * Makefile.in: Regenerate.
8721 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8723         * configure.in: Include config/gxx-include-dir.m4.  Use
8724         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
8725         * configure: Regenerate.
8727 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8729         * config.if: Delete.
8730         * configure.in: Set libstdcxx_incdir directly.
8731         * configure: Regenerate.
8733 2004-12-02  Eric Christopher  <echristo@redhat.com>
8735         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8736         * Makefile.in: Regenerate.
8738 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8740         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8741         * configure: Regenerate.
8743 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8745         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
8746         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
8747         * configure: Regenerate.
8749 2004-12-01  Eric Christopher  <echristo@redhat.com>
8751         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8752         of things to remove.
8754 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
8756         * MAINTAINERS (Write After Approval): Update my e-mail address.
8758 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
8760         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8761         from CVS libtool to always pass_all.
8763 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8765         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8766         (hppa*64*-*-*): Delete incorrect comment.
8767         * configure: Rebuilt.
8769 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8771         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8773 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8775         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8776         from CVS libtool to always pass_all.
8778 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8780         * install-sh, compile: Import from automake.
8782 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8784         * config.guess, config.sub:  Import from savannnah.
8786 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
8788         * MAINTAINERS (Write After Approval): Add myself
8790 2004-11-12  Mike Stump  <mrs@apple.com>
8792         * Makefile.def: Add html support.
8793         * Makefile.tpl: Likewise.
8794         * Makefile.in: Regenerate.
8796 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
8798         PR 18423
8799         * configure.in: Remove all instances of build-fixincludes from
8800         noconfigdirs.
8801         (build_configargs): Supply --target to subdirectories.
8802         * configure: Regenerate.
8804         * Makefile.def: Make gcc install depend on fixincludes install.
8805         * Makefile.in: Regenerate.
8807 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
8809         * MAINTAINERS: Add myself as gcc testsuite maintainer.
8811 2004-11-11  Paul Brook  <paul@codesourcery.com>
8813         * MAINTAINERS: Add self as arm maintainer.  Update email address.
8815 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
8817         * configure.in (noconfigdirs) [mmix-*-*]: Disable
8818         target-libgfortran.
8819         * configure: Regenerate.
8821 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
8823         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8824         like CC.
8826 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
8828         * Makefile.def (host fixincludes): Specify missing targets.
8829         * Makefile.in: Regenerate.
8831 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
8833         * MAINTAINERS: Add myself
8835 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
8837         * MAINTAINERS (Write After Approval): Add myself.
8839 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
8841         * Makefile.def: Build fixincludes for the host, too.
8842         * Makefile.in: Regenerate.
8843         * configure.in (host_tools): Add fixincludes.
8844         * configure: Regenerate.
8846 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
8848         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8849         * configure: Regenerated.
8851 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
8853         PR other/17783
8854         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8855         * configure: Regenerated.
8857 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
8859         * README.SCO: Update per FSF instructions.
8861 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
8863         PR target/18151
8864         * configure.in (case ${target}): Do not build fixincludes for avr.
8865         * configure: Regenerated.
8867 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
8869         * configure.in (case ${target}): Do not build fixincludes
8870         on platforms where it is not used.
8871         * configure: Regenerated.
8873 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
8875         * configure.in: Use an absolute path to install-sh.
8876         * configure: Regenerated.
8878 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8880         * MAINTAINERS (Write After Approval): Add myself.
8882 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8884         * MAINTAINERS: Remove from Write After Approval those that are
8885         already maintainers.
8887 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8889         * MAINTAINERS:  Update my email address.
8891 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8893         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8894         * configure: Regenerate.
8896 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8898         * MAINTAINERS:  Update my email address.
8900 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8902         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
8903         entries belonging to this category.
8905 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8907         * MAINTAINERS: Update my e-mail address.
8909 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8911         Fix wrong conflict resolution in:
8913         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8915         * Makefile.in: Regenerate.
8916         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8917         in the recursive `make', instead of hardwiring `all'.
8918         (Autogenerated TARGET-* variables): New.
8920 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8922         * configure.in: Enable target-libgloss for crx-*-*.
8923         * configure: Regenerate.
8925 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8927         * MAINTAINERS (Various Maintainers): Move the "windows,
8928         cygwin, mingw" maintainer to ...
8929         (OS Port Maintainers): ... here.
8931 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8933         * MAINTAINERS (Write After Approval): Remove those that are
8934         maintainers of some subsystem.
8936 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
8938         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8939         * ltcf-cxx.sh (tpf*): Likewise.
8940         * ltconfig (tpf*): Add TPF OS configuration support.
8942 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
8944         * MAINTAINERS: Change my email address to my new work account.
8946 2004-09-24  Michael Roth  <mroth@nessie.de>
8948         * configure.in (--without-headers): Add missing double quotes.
8949         * configure: Regenerate.
8951 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
8953         * ylwrap: Revert to previous version.
8955 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
8957         PR bootstrap/17369
8958         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8959         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8960         SET_GCC_LIB_PATH_CMD.
8961         (BASE_TARGET_EXPORTS): Likewise.
8962         * Makefile.in: Regenerated.
8964         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8965         * configure: Regenerated.
8967 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
8969         * config.guess: New upstream version
8970         * compile, depcomp, install-sh, ylwrap: Likewise.
8972 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8974         * config/mh-x86omitfp: New host makefile fragment.  Add
8975         -fomit-frame-pointer to the default BOOT_CFLAGS.
8976         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8977         * configure: Regenerate.
8979 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8981         PR target/11572
8982         * configure.in (*-*-darwin*): Renable libobjc.
8983         * configure: Regenerate.
8985 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8987         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8989 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8991         * Makefile.def: Remove libbanshee.
8992         * Makefile.tpl: Ditto.
8993         * configure.in: Ditto.
8994         * Makefile.in: Regen.
8995         * configure: Ditto.
8997 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8999         * ltmain.sh: Use $pic_object as $non_pic_object if
9000         $non_pic_object=none.
9002 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
9004         * missing: Import latest version from master repository.
9006 2004-09-06  Nick Clifton  <nickc@redhat.com>
9008         * config.sub: Import latest version from master repository.
9009         * config.guess: Likewise.
9010         This includes these changes:
9012         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
9014         * config.sub: Handle crisv32, alias etraxfs.
9015         * config.guess (crisv32:Linux:*:*): Handle.
9017         2004-08-13  Brad Smith  <brad@comstyle.com>
9019         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9020         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
9022         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9024         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9025         assume the processor is a powerpc.  This is because coreutils
9026         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9027         in this case, due to a MacOS X bug that causes
9028         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9029         to return a negative number.
9030         Problem reported by Petter Reinholdtsen in:
9031         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9033         2004-07-19  Ben Elliston  <bje@gnu.org>
9035         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9037         2004-06-24  Ben Elliston  <bje@gnu.org>
9039         * config.guess: Update copyright years.
9040         * config.sub: Likewise.
9042         2004-06-22  Robert Millan  <robertmh@gnu.org>
9044         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9045         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9047         2004-06-22  Stanley F. Quayle <stan@stanq.com>
9049         * config.guess (*:*VMS:*:*): New entry. Replaces
9050         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9051         manufacturer.
9053         2004-06-22  Ben Elliston  <bje@gnu.org>
9055         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9056         * config.sub: Likewise.
9058         2004-06-22  Ben Elliston  <bje@gnu.org>
9060         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9061         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9063         2004-06-11  Ben Elliston  <bje@gnu.org>
9065         * config.guess (pegasos:OpenBSD:*:*): Remove.
9067         2004-06-11  Ben Elliston  <bje@gnu.org>
9069         From Wouter Verhelst <wouter@grep.be>:
9070         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9072         2004-06-11  Ben Elliston  <bje@gnu.org>
9074         * config.guess (luna88k:OpenBSD:*:*): New.
9076         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
9078         * config.guess (m32r*:Linux:*:*): New case.
9079         * config.sub: Handle m32rle.
9081         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
9083         From Jens Petersen  <petersen@redhat.com>:
9084         * config.sub: Handle sparcv8.
9086         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
9088         From Tom Smith <smith@cag.lkg.hp.com>:
9089         * config.guess: Version suffixes are equally significant on Tru64
9090         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
9091         prefix of "P" (patched kernel).
9093         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
9095         * config.sub: Add support for National Semiconductor CRX target.
9097 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
9099         * MAINTAINERS (Various Maintainers): Remove myself as web page
9100         maintainer, add myself as maintainer of build status lists.
9102 2004-09-03  Jan Beulich  <jbeulich@novell.com>
9104         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9105         *-*-netware, but add target-libmudflap.
9106         Consolidate *-*-netware targets (of which really only i?86 exists)
9107         into a single entry.
9108         * configure: Likewise.
9110 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
9112         * Makefile.tpl (sorry): Remove.
9113         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9114         (cleanstrap targets): Depend on distclean, not distclean-stage1.
9115         (do-clean): Clean per-stage directories too.
9116         (do-distclean): Run distclean-stage1 too.
9117         (.NOTPARALLEL): Enable during toplevel bootstrap.
9118         (stage[+id+]-bubble): Enable parallel execution during
9119         the recursive invocation.
9120         * Makefile.in: Regenerate.
9122         Fix previous checkin:
9124         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9125         include.
9126         * configure.in: Fix indentation.
9127         * configure: Regenerate.
9129 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
9131         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9132         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9133         * configure: regenerate
9134         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9135         -mdynamic-no-pic
9137 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
9139         * Makefile.def (build_modules): Add fixincludes.
9140         (dependencies): Make gcc depend on fixincludes.
9141         * configure.in (build_tools): Add fixincludes.
9142         (build_configdirs): Always include build_libs.
9143         * Makefile.in: Regenerate.
9144         * configure: Regenerate.
9146 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
9148         * Makefile.def (bootstrap stages): Add 'lean' parameter.
9149         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9150         phony targets; do not generate timestamp files.
9151         (distclean-stageN): Remove references to their timestamp files.
9152         (restageN, touch-stageN): Remove.
9153         (stageN-bubble): Rewritten.
9154         (compare): Support lean bootstraps.
9155         * Makefile.in: Regenerate.
9157         * configure.in: Only warn when bootstrapping but
9158         build != host or build != target.  Support lean bootstraps.
9159         * configure: Regenerate.
9161 2004-08-26  Phil Edwards  <phil@codesourcery.com>
9163         * configure.in:  Give a better error message if GMP/MPFR are missing
9164         and a language needing them has been requested.
9165         * configure:  Regenerated.
9167 2004-08-25  Phil Edwards  <phil@codesourcery.com>
9169         * configure.in:  Print a list of available language front-ends if
9170         a requested one is missing.  Tidy stray tab characters.
9171         * configure:  Regenerated.
9173 2004-08-19  Michael Koch  <konqueror@gmx.de>
9175         * gcc/doc/install.texi: Update entry about automake for libjava.
9177 2004-08-17  Robert Millan  <robertmh@gnu.org>
9179         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9180         (instead of FreeBSD).
9181         * configure: Regenerate.
9183 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9185         * Makefile.in: Regenerate.
9186         * configure: Regenerate.
9188         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9189         stage_*_flags.
9190         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9191         for bootstrapped modules if toplevel bootstrap is going.
9192         (GCC bootstrap): Generate per-stage targets for all bootstrapped
9193         modules.  Adjust for changes in Makefile.def.  Enable several
9194         rules even in non-bootstrap mode, just to avoid peppering the
9195         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9196         (stage-[+prev+]-bubble): Remove.
9198         * Makefile.def (Dependencies): Depend on all-build-bison,
9199         all-build-flex, all-build-byacc, all-build-texinfo, rather
9200         than the host variations.
9201         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
9202         with BUILD_SUBDIR.
9203         (BISON): Update for recent Bisons.
9204         (YACC): Fix typo.
9205         (cross): Depend on all-build.
9206         (all): Do not depend on all-build.
9207         (prebootstrap): Remove.
9208         (dep-kind): Accept separate prefixes for MODULE and ON variables.
9209         (Prebootstrap dependencies): Add them to the per-stage targets
9210         and to all-prebootstrap.
9211         * configure.in (build_configdirs): Always enable build_tools.
9212         (BUILD_DIR_PREFIX): Remove.
9214         * Makefile.def (gcc): Add target variable.
9215         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9216         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9217         in the recursive `make', instead of hardwiring `all'.
9218         (Autogenerated TARGET-* variables): New.
9220 2004-08-13  Brian Booth  <bbooth@redhat.com>
9222         * MAINTAINERS: Remove myself from write-after-approval.
9224 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9226         * src-release: Stop distributing mmalloc with gdb (which doesn't
9227         use it).
9228         * Makefile.def: GDB doesn't depend on mmalloc anymore.
9229         * Makefile.in: Regenerate.
9231 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
9233         * configure.in (arm*-*-eabi*): New target.
9234         * configure: Regenerate.
9236 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
9238         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9239         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9240         (Dependencies): New section.
9241         * Makefile.tpl (Dependencies): Generate from Makefile.def.
9242         (configure-target-[+module+]): Depend on maybe-all-gcc
9243         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
9244         (toplevel profiledbootstrap): Fix dependencies.
9245         * Makefile.in: Regenerate.
9247 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
9249         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9250         target-libiberty to noconfigdirs.
9251         * configure: Regenerate.
9253 2004-08-03  Paul Brook  <paul@codesourcery.com>
9255         * configure.in: Check for MPFR as well as GMP.
9256         * configure: Regenerate.
9258 2004-08-01  Robert Millan  <robertmh@gnu.org>
9260         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9261         libmudflap for all GNU-based systems (with Glibc).
9262         * configure: Regenerate.
9264 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
9266         * Makefile.def (host-modules): Add gcc.
9267         * Makefile.in: Regenerate.
9268         * Makefile.tpl (sorry): New rule.
9269         (configure-host, all-host, [+make_target+]-host, do-check,
9270         install-host): Do not add gcc as a special case.
9271         (host modules): Add a small special-casing for gcc.  Export
9272         extra_make_flags through the environment.
9273         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9274         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9275         other recursive targets for gcc): Remove.
9277         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9278         (stage, unstage): New rules.
9279         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9280         distclean-stage[+id+]): Use stage_current.
9281         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9282         the stage*-start rules.
9284 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
9286         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9287         use -all_load flag.
9289 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
9291         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9292         * configure: Regenerate.
9294 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
9296         * maintainer-scripts/gcc_release: Revert yesterday's change.
9298 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
9300         * MAINTAINERS: Add myself to write-after-approval.
9302 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9304         * libf2c: Removed.
9305         * gcc/gccbug.in: Updated because of libf2c removal.
9306         * maintainer-scripts/gcc_release: Ditto.
9308 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
9310         * configure.in: Build libmudflap by default on FreeBSD.
9311         * configure: Regenerated.
9313 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
9315         * configure.in: Do not build libmudflap by default on non-GNU/Linux
9316         systems.
9317         * configure: Regenerated.
9319 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9321         PR target/16344
9322         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9323         feedback based compiler.
9324         * Makefile.in: Rebuilt.
9326 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
9328         * Makefile.def (host_modules): Set bootstrap=true for flex.
9329         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9330         * Makefile.in: Rebuilt.
9332 2004-07-07  Jan Hubicka  <jh@suse.cz>
9334         * MAINTAINERS: Add self as a profile feedback maintainer.
9336 2004-07-05  Phil Edwards  <phil@codesourcery.com>
9338         * configure.in:  Do not prepend $srcdir to /dev/null in
9339         makefile fragments.
9340         * configure:  Regenerate.
9342 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
9344         * Makefile.def (build_modules): Add bison, byacc, flex,
9345         m4, texinfo.
9346         (flags_to_pass): Add FLEX.
9347         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9348         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9349         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9350         DEFAULT_MAKEINFO): Remove.
9351         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9352         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9353         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9354         objdir or else use configured tool.
9355         (all-build): New.
9356         (all): Depend on it.
9357         (Build module dependencies): Add.
9358         * Makefile.in: Regenerate.
9359         * configure.in: Better support for multiple build modules,
9360         matching what is done for host/target modules.  Do not look
9361         for "plausible" locations of build tools if Canadian cross.
9362         Use autoconf's AC_PROG_CC to find a C compiler.  Define
9363         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
9364         * configure: Regenerate.
9366 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9368         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9369         * Makefile.in: Regenerate.
9371 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9373         * Makefile.tpl (configure-build-[+module+],
9374         configure-[+module+], configure-target-[+module+]): Pass
9375         [+extra_configure_args+].
9376         (all-build-[+module+], all-[+module+], check-[+module+],
9377         install-[+module+], [+make_target+]-[+module+],
9378         all-target-[+module+], check-target-[+module+],
9379         install-target-[+module+], [+make_target+]-target-[+module+]):
9380         Pass [+extra_make_args+].
9381         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9382         (GCC_HOST_EXPORTS): Remove.
9383         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9384         cross, check-gcc, check-gcc-c++, install-gcc,
9385         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9386         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9387         * Makefile.in: Regenerate.
9389 2004-06-21  Matthew Sachs  <msachs@apple.com>
9391         * MAINTAINERS: Added self to write-after-approval.
9393 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
9395         * configure.in: Check for srcdir/winsup rather than build directory
9396         winsup.
9397         * configure: Regenerate.
9399 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
9401         * configure.in: Don't build Cygwin native newlib if winsup
9402         directory is missing.  Emit warning instead.
9403         * configure: Regenerate.
9405 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
9407         * Makefile.tpl (touch-stage[+id+]): New.
9408         (restage[+prev+]): Depend on touch-stage[+id+].
9410         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9411         Use it throughout.
9413         * Makefile.def: Add profile and feedback bootstrap stages.
9414         Remove next field from bootstrap stages.
9415         * Makefile.tpl (LN, LN_S): Substitute.
9416         (stageN-start, stageN-end): Use double-colon rules, to
9417         provide a hook for additional setup commands.
9418         (distclean-stageN-gcc, restageN): Create dependencies from
9419         [+prev+], not from [+next+].
9420         (stageN-bubble): Add commands for successive stages from
9421         [+prev+], using double-colon rules.
9422         (all-stageN-gcc): Fix typo.
9423         (stagefeedback-start, profiledbootstrap): New.
9424         * Makefile.in: Regenerate.
9425         * configure.in: Call ACX_PROG_LN.
9426         * configure: Regenerate.
9428 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
9430         * MAINTAINERS (Write After Approval): Add myself.
9432 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
9434         * MAINTAINERS (Write After Approval): Add myself.
9436 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
9438         * configure.in: Fix --enable-bootstrap breakage introduced in trees
9439         without gcc.
9440         * configure: Regenerate.
9442 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9444         * Makefile.tpl: Fix typo.
9445         * Makefile.in: Regenerate.
9447 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9449         * configure.in: Remove new- prefix from toplevel
9450         bootstrap targets.
9451         * configure: Regenerate.
9453 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9455         * Makefile.tpl (all.normal): Rename to all.
9456         (all): Replace with a rule to pick the default
9457         target from configure.
9458         (all-gcc, configure-gcc): Use conditionals to
9459         do nothing when toplevel bootstrap is going on.
9460         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9461         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9462         * configure.in: Support --enable-bootstrap.
9464         * Makefile.def: Remove new- prefix from toplevel
9465         bootstrap targets.
9466         * Makefile.tpl: Likewise.
9468         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
9469         target.
9471         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9472         $(RECURSE_FLAGS) to recursive invocation of make.
9474         * Makefile.in: Regenerate.
9475         * configure: Regenerate.
9477 2004-05-30  Andreas Jaeger  <aj@suse.de>
9478             Jim Wilson  <wilson@specifixinc.com>
9480         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9481         like CC.
9483 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
9485         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9486         * configure: Regenerate.
9488 2004-05-25  Daniel Jacobowitz  <drow@false.org>
9490         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9491         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9492         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
9493         targets.
9494         * Makefile.in: Regenerate.
9496 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
9498         * configure.in: Test the ability to symlink directories.
9499         * configure: Regenerate.
9501         * Makefile.def (bootstrap-stage): New definitions.
9502         * Makefile.tpl (configure-stage1-gcc,
9503         configure-stage2-gcc, configure-stage3-gcc,
9504         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9505         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9506         new-restage3, compare): Autogenerate, see Makefile.in
9507         entry for behavioral changes.
9508         (distclean-stage1, new-stage1-start, new-stage1-end,
9509         new-stage1-bubble, distclean-stage2, new-stage2-start,
9510         new-stage2-end, new-stage2-bubble, distclean-stage3,
9511         new-stage3-start, new-stage3-end): New autogenerated targets.
9512         (objext, prebootstrap, BOOT_CFLAGS,
9513         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9514         targets.
9516         * Makefile.in: Regenerate.
9517         (distclean-stage1, new-stage1-start, new-stage1-end,
9518         new-stage1-bubble, distclean-stage2, new-stage2-start,
9519         new-stage2-end, new-stage2-bubble, distclean-stage3,
9520         new-stage3-start, new-stage3-end): New targets.
9521         (all-stage1-gcc): Move prebootstrap dependency from here...
9522         (configure-stage1-gcc): ...to here.
9523         (new-bootstrap): Use bubble targets.
9524         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9525         Use per-stage distclean targets.
9526         (configure-stage1-gcc, configure-stage2-gcc,
9527         configure-stage3-gcc, all-stage1-gcc,
9528         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9529         Use new-stageN-start to prepare the tree.
9531 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
9533         * Makefile.def (host_modules): add libcpp.
9534         * Makefile.tpl: Add dependencies on and for libcpp.
9535         * Makefile.in: Regenerate.
9536         * configure.in: Add libcpp host module.
9537         * configure: Regenerate.
9539 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
9541         * Makefile.tpl: Whenever a recursive target is defined, wrap
9542         it in a special @if/@endif block, and prepare its maybe
9543         dependency in the @if/@endif block
9544         * configure.in: Instead of writing maybe dependencies, remove
9545         the @if/@endif statements, and remove the @if/@endif blocks
9546         that remain.
9547         * configure: Regenerate.
9548         * Makefile.in: Regenerate.
9550 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
9552         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9554 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9556         PR bootstrap/15120
9557         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9558         * */configure: Rebuilt.
9560 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
9562         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9563         of libf2c.
9564         * configure, Makefile.in: Regenerate.
9566 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9568         * MAINTAINERS (Write After Approval): Add myself.
9570 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
9572         Merge from tree-ssa-20020619-branch.
9574         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9575         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9576         (HOST_GMPLIBS): Define.
9577         (HOST_GMPINC): Define.
9578         (TARGET_LIB_PATH): Add libmudflap.
9579         (GFORTRAN_FOR_TARGET): Define.
9580         (configure-build*): Export GFORTRAN.
9581         (configure-gcc): Export GMPLIBS and GMPINC.
9582         (all-gcc): Add maybe-all-libbanshee.
9583         (configure-target-libgfortran): Define.
9584         * Makefile.in: Regenerate.
9585         * configure.in (host_libs): Add libbanshee.
9586         (target_libraries): Add target-libmudflap and target-libgfortran.
9587         Add --with-libbanshee.
9588         Handle --disable-libmudflap.
9589         (*-*-freebsd*): Use with_gmp.
9590         Add $(libgcj) to noconfigdirs.
9591         * configure: Regenerate.
9592         * depcomp: New file.
9593         * MAINTAINERS: Add tree-ssa maintainers.
9595 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
9597         * MAINTAINERS (Various Maintainers): Add myself.
9599 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9601         * MAINTAINERS (Write After Approval): Add myself.
9603 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
9605         * MAINTAINERS (Write After Approval): Add myself.
9607 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
9609         * config/acx.m4: Fix fastcompare support for new-bootstrap.
9610         * configure: Regenerate.
9612 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
9614         Revert:
9615         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9617         * Makefile.def (flags_to_pass): Remove *dir variables that
9618         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9619         as well as prefix and exec_prefix.
9620         * Makefile.in: Regenerate.
9622 2004-04-26  Robert Millan  <robertmh@gnu.org>
9624         Add patches from libtool CVS.
9625         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9626         * ltconfig: Likewise.
9627         * ltcf-c.sh: Likewise.
9628         * ltcf-cxx.sh: Likewise.
9629         * ltcf-gcj.sh: Likewise.
9631 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9633         * Makefile.def (host_modules): Mark with the bootstrap
9634         flag packages on which gcc depends.
9635         * Makefile.tpl (all-bootstrap): Use it.
9636         * Makefile.in: Regenerate.
9638 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9640         * Makefile.def (flags_to_pass): Remove *dir variables that
9641         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9642         as well as prefix and exec_prefix.
9643         * Makefile.in: Regenerate.
9645 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9647         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9648         * configure: Regenerate.
9649         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9650         * gcc/Makefile.tpl (compare): Use the result of the test.
9651         * gcc/Makefile.in: Regenerate.
9653 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
9655         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9656         Always relocate gcc and prev-gcc to the original names, even
9657         if the build fails.
9658         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9659         New targets.
9661 2004-04-23  Laurent GUERBY <laurent@guerby.net>
9663         * MAINTAINERS: Update my email address.
9665 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9667         * configure.in (mips*-*-irix5*): Enable ld.
9668         * configure: Regenerate.
9670 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9672         * configure: Regenerate.
9674 2004-04-15  James E Wilson  <wilson@specifixinc.com>
9676         * Makefile.tpl (configure-[+module+], configure-gcc,
9677         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9678         Set and export LDFLAGS.
9679         * Makefile.in: Regenerate.
9681 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
9683         * MAINTAINERS: Add myself to write-after-approval.
9685 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9687         PR bootstrap/14871
9688         * Makefile.tpl: If we don't have built-in-tree target tools,
9689         use the ones found by configure rather than hacking around with
9690         program_transform_name.
9691         * configure.in: Give Makefile.tpl the information necessary
9692         to do that.
9693         * Makefile.in: Regenerate.
9694         * configure: Regenerate.
9696 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
9698         PR bootstrap/14760
9699         * configure.in: When computing baseargs, strip *all* copies of
9700         offending options.  Also, don't match/substitute the trailing space,
9701         so that this actually works when two similar options are separated by
9702         only one space.
9703         * configure: Regenerate.
9705 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
9707         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9708         (rs6000-*-aix*): Same.
9709         * configure: Regenerate.
9711 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
9713         * MAINTAINERS: Add myself to write-after-approval.
9715 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
9717         * MAINTAINERS: Add myself to write-after-approval.
9719 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9721         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9722         STRICT_WARN, WARN_CFLAGS flags passed down to make.
9723         * Makefile.in: Regenerate.
9725         * configure.in (top level bootstrap support): Rework --enable-werror
9726         to set @stage2_werror_flag@.
9727         * configure: Regenerate.
9728         * Makefile.tpl (top level bootstrap support): Pass
9729         @stage2_werror_flag@ down to configure in stages 2 and 3.
9730         * Makefile.in: Regenerate.
9732 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9734         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9735         for stages 2 and 3 as well as in make.  As a consequence, remove
9736         OUTPUT_OPTION (now detected by configure) from the flags passed down
9737         to make.
9738         * Makefile.in: Regenerate.
9740         * Makefile.tpl (new-bootstrap): Fix typo.
9741         * Makefile.in: Regenerate.
9743 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9745         * Makefile.tpl: Rearrange by moving recursive_targets rules
9746         into their proper sections.
9747         * Makefile.tpl (top level bootstrap support): Move disabling
9748         of coverage flags from 'make' to 'configure'; improve comments.
9749         * Makefile.in: Regenerate.
9751         * Makefile.tpl (experimental top level bootstrap) Move stage1
9752         language setting from all- target to configure- target; disable
9753         intermodule optimization in stage 1; prevent gratuitous rebuilds
9754         of stage 1.
9755         * Makefile.in: Regenerate.
9756         * configure.in: Comma-separate stage 1 language list for top
9757         level bootstrap.
9758         * configure: Regenerate.
9760         * Makefile.tpl: Clean up experimental top level bootstrap support:
9761         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9762         prev-gcc in configure- targets as well as all- targets.
9763         * Makefile.in: Regenerate.
9765 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
9767         * compile: New file imported from automake.
9769 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
9771         * configure.in: Remove symbolic link section.
9772         * configure: Regenerate.
9773         * Makefile.tpl (links): Remove.
9774         * Makefile.in: Regenerate.
9776 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
9777             Nathanael Nerode  <neroden@gcc.gnu.org>
9779         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9780         Set with AC_CHECK_PROGS.
9781         * configure.in: Fix comment typo from last patch.
9782         * configure: Regenerate.
9784 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
9786         * Makefile.tpl: Introduce experimental top level bootstrap support.
9787         * Makefile.in: Regenerate.
9788         * configure.in: Introduce support for top level bootstrap.
9789         * configure: Regenerate.
9791 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9792             Paolo Bonzini  <bonzini@gnu.org>
9794         PR bootstrap/14522
9795         * configure.in: Cope with shells that do not support unquoted ^
9796         * configure: Regenerate.
9798 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9799             Paolo Bonzini  <bonzini@gnu.org>
9801         PR bootstrap/14522
9802         * configure.in: Cope with shells that do not support nesting
9803         quotes inside quoted backquote substitutions.
9804         * configure: Regenerate.
9806 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
9808         PR bootstrap/14522
9809         * configure.in: Fix escaping of $.
9810         * configure: Regenerate.
9812 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9814         * configure: Regenerate, since I forgot to while committing Paolo's
9815         changes.
9817 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
9819         PR ada/14131
9820         Move language detection to the top level.
9821         * configure.in: Find default values for the tools as
9822         soon as possible.  Disable ada if GNAT is not found.
9823         Emit error message about missing languages.  Expand
9824         --enable-languages=all for the gcc subdirectory.
9826 2004-03-10  Ben Elliston  <bje@gnu.org>
9828         * MAINTAINERS: Update my email address.
9830 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
9832         * ltconfig: Disable building static libraries if building shared
9833         libraries on AIX 5L.
9835 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
9837         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9838         and disable libgcj.
9839         * configure: Regenerated.
9841 2004-03-01  Brian Booth  <bbooth@redhat.com>
9843         * MAINTAINERS: Add myself to write-after-approval.
9845 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
9847         * MAINTAINERS: Add myself to write-after-approval.
9849 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9851         PR bootstrap/7087
9852         * Makefile.tpl: Guard XFOO sed statements better.
9853         * Makefile.tpl: Add dependency for configure-target-libada.
9854         * Makefile.in: Regenerate (incidentally fixes broken
9855         commit when libada-branch was merged).
9857 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
9859         * MAINTAINERS: Add myself to write-after-approval.
9861 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
9863         * MAINTAINERS: Add Nicola Pero and myself as libobjc
9864         maintainers.
9866 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9868         * config.guess: Update from version 2003-10-16 to 2004-02-16.
9869         * config.sub: Update from version 2003-11-03 to 2004-02-16.
9871 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9873         PR bootstrap/11932
9874         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9876 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9878         * MAINTAINERS: Added myself to write-after-approval.
9880 2004-02-14  Michael Koch  <konqueror@gmx.de>
9882         * MAINTAINERS: Added myself to write-after-approval.
9884 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9886         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9887         some OS port maintainers to OS port maintainers section.
9889 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9891         * MAINTAINERS: Add self.
9893 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9895         * MAINTAINERS: Alphabetize.
9897 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9899         * MAINTAINERS: Remove myself.
9901 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
9903         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9904         (rs6000-*-aix*): Same.
9905         * configure: Regenerate.
9907 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9909         * configure.in (host): Add in missing $noconfigdirs to defines.
9910         * configure: Regenerate.
9912 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9913             Nathanael Nerode  <neroden@gcc.gnu.org>
9915         PR ada/6637, PR ada/5911
9916         Merge with libada-branch:
9917         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9918         with appropriate dependencies. Add --enable-libada configure switch.
9919         * configure, Makefile.in: Regenerate.
9921 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9923         * MAINTAINERS: Add myself to write-after-approval.
9925 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9927         * configure.in: Don't pass --with-stabs on IRIX 5 either.
9928         * configure: Regenerate.
9930 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
9932         Merge from upstream:
9934         * ltmain.in: When setting IFS to '~', be careful about user
9935         arguments that contain '~'.
9937         2004-02-04  Peter O'Gorman  <peter@pogma.com>
9939         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9940         Also test $base_compile against $CC with escaped arguments. Bug
9941         reported by Geoff Keating <geoffk@apple.com>.
9943 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9945         * MAINTAINERS: Remove i960 port.
9947 2004-01-23  DJ Delorie  <dj@redhat.com>
9949         * Makefile.def (target_modules) [libiberty]: Don't stage.
9950         * Makefile.in: Rebuilt.
9952 2004-01-20  Caroline Tice  <ctice@apple.com>
9954         * MAINTAINERS: Add myself to write-after-approval.
9956 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
9958         * MAINTAINERS: Update my email address.
9960 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
9962         * MAINTAINERS: Add myself to write-after-approval.
9964 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9966         * MAINTAINERS: Remove entries without email address.
9968 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
9970         * MAINTAINERS: Add myself to write-after-approval.
9972 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9974         * MAINTAINERS: Update my email address.
9976 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9978         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9979         * Makefile.tpl (configure-target-[+module+]): Support stage.
9980         * Makefile.in: Rebuilt.
9982 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9984         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9986 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9988         * MAINTAINERS: Add myself as a MIPS maintainer.
9990 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9992         * configure.in: Use ./config.cache, not config.cache.
9993         * configure: Regenerate.
9994         * Makefile.tpl: Special-casing not needed for GCC any more.
9995         * Makefile.in: Regenerate.
9997         * configure.in: Don't share a cache file for host dirs.
9998         * configure: Regenerate.
10000         * config-ml.in: Don't mess with the cache file.
10002 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10004         * MAINTAINERS: Move myself from 'Write After Approval' to
10005         'CPU Port Maintainers' section as SPARC maintainer.
10007 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10009         * Makefile.tpl: Make GCC use a separate config.cache.
10010         * Makefile.in: Regenerate.
10012         PR bootstrap/11932, PR bootstrap/11933
10013         (I don't know if it will fix either of them, but it relates
10014         to them.)
10015         * configure.in: Don't use shared config.cache for target
10016         directories.
10017         * configure: Regenerate.
10019 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
10021         * MAINTAINERS: Add myself to 'Write After Approval' section.
10023 2003-12-31  Roger Sayle  <roger@eyesopen.com>
10025         * configure.in (ia64*-*-hpux*): Disable building java libraries.
10026         * configure: Regenerated.
10028 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
10030         * MAINTAINERS: Remove the mn10200 maintainer.
10032 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
10034         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10035         * configure: Regenerated.
10037 2003-12-16  Jan Hubicka  <jh@suse.cz>
10039         * MAINTAINERS: Add myself as callgraph maintainer.
10041 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
10043         * configure.in (raw_libstdcxx_flags): Remove the leading space.
10044         * configure: Regenerate.
10046 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10048         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10049         'Write After Approval' section. Update email.
10051 2003-12-01  James Lemke  <jim@wasabisystems.com>
10053         * MAINTAINERS (Write After Approval): Add myself.
10055 2003-11-20  Matt Thomas  <matt@3am-software.com>
10057         * MAINTAINERS: Add myself as a vax port maintainer.
10059 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
10061         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10062         (configure-build-[+module+], configure-[+module+]): Likewise.
10063         (configure-target-[+module+], configure-gcc, config.status): Likewise.
10064         * Makefile.in: Regenerate.
10066 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
10068         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10069         shared/dylibed libraries.
10070         * ltmain.sh: Likewise.
10071         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10072         * ltcf-cxx.sh: Likewise.
10073         * ltcf-gcj.sh: Likewise.
10074         * ltconfig: Likewise.
10076 2003-11-17  Stan Cox  <scox@redhat.com>
10078         * MAINTAINERS: Add myself as iq2000 port maintainer.
10080 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
10082         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10083         * Makefile.in: Regenerate.
10085 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
10087         * config.sub: Update to 2003-11-03 version.
10089 2003-10-20  Phil Edwards  <phil@codesourcery.com>
10091         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
10092         * configure:  Regenerate.
10094 2003-10-20  Nicolas Pitre  <nico@cam.org>
10096         * MAINTAINERS: Add myself to 'Write After Approval' section.
10098 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
10100         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10102 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
10104         * MAINTAINERS: Update my email address.
10106 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10108         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10110 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
10112         * MAINTAINERS: Add myself to 'Write After Approval' section.
10114 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
10116         * config.guess: Update to 2003-10-16 version.
10117         * config.sub: Update to 2003-10-16 version.
10119 2003-10-15  David Daney  <ddaney@avtrex.com>
10121         * MAINTAINERS: Added myself to 'Write After Approval' section.
10123 2003-10-15  Falk Hueffner  <falk@debian.org>
10125         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10126         'Write After Approval' section. Update email.
10128 2003-10-14  Roger Sayle  <roger@eyesopen.com>
10130         * MAINTAINERS: Move myself from 'Write After Approval' to
10131         'Various Maintainers' section as middle-end maintainer.
10133 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10135         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10136         HOST_FLAGS_TO_PASS.
10137         * Makefile.in: Regenerate.
10139 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
10141         * config.guess: Update to 2003-10-07 version.
10142         * config.sub: Update to 2003-10-07 version.
10144 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10146         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10147         * ltconfig (irix5*, irix6*): Don't override version_type.
10149 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
10151         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10152         * configure: Rebuilt
10153         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10154         * Makefile.in: Rebuilt
10156 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10158         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10160 2003-09-30  Carlo Wood  <carlo@alinoe.com>
10162         * MAINTAINERS (Write After Approval): Add myself.
10164 2003-09-29  Paul Koning  <ni1d@arrl.net>
10166         * MAINTAINERS: Move myself from "Write After Approval"
10167         to CPU platform maintainers for pdp11 platform.
10169 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
10171         * MAINTAINERS: Move myself from 'Write After Approval' to
10172         'Various Maintainers' section as libffi testsuite maintainer.
10174 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
10176         * configure.in: Pass a computed --program-transform-name
10177         to subconfigures.
10178         * configure: Regenerated.
10180 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10182         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10183         * Makefile.in: Regenerate.
10185         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10186         * Makefile.in: Regenerate.
10188 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
10190         * MAINTAINERS: Move myself from 'Write After Approval'
10191         to 'Various Maintainers' (objective-c) section.
10193 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
10195         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10196         quoting.
10197         * configure: Regenerated.
10199 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
10201         * MAINTAINERS (Write After Approval): Add myself to write after
10202         approval list.
10204 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
10206         * MAINTAINERS (Write After Approval): Add myself.
10208 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
10210         * MAINTAINERS: Update my e-mail address.
10212 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
10214         * libtool.m4 (LD): Correct powerpc64 host match.
10216 2003-09-06  James E Wilson  <wilson@tuliptree.org>
10218         * MAINTAINTERS: Update my affiliation and email address.
10220 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10222         * MAINTAINERS (Write After Approval): Add myself.
10224 2003-09-04  DJ Delorie  <dj@redhat.com>
10226         * configure: Regenerate.
10228 2003-09-04  Robert Millan  <robertmh@gnu.org>
10230         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10232 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10234         * configure.in: Ensure arguments to sed are properly spaced.
10235         * configure: Regenerate.
10237 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
10239         * MAINTAINERS: Update my e-mail address.
10241 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
10243         * MAINTAINERS (Write After Approval): Add myself.
10245 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
10247         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10248         * configure: Regenerated.
10250 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10252         * MAINTAINERS: Update my email address.
10254 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
10256         * configure.in:  Use newline instead of semicolon when assuming
10257         shell arguments in a for loop.
10258         * configure:  Regenerated.
10260 2003-08-22  Jason Eckhardt  <jle@rice.edu>
10262         * MAINTAINERS: Resurrect the i860 maintainer.
10264 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
10266         PR 8180
10267         * configure.in: When testing with_libs and with_headers, treat
10268         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
10269         * configure: Regenerate.
10271         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10272         make, shell, etc.
10273         (baseargs): Likewise.
10274         * configure: Regenerate.
10276 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
10278         * MAINTAINERS (Write After Approval): Add myself.
10280 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
10282         * configure.in: Disable libgcj for darwin not on powerpc.
10283         * configure: Rebuild.
10285 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
10287         * config-ml.in, symlink-tree: Add license.
10289 2003-08-03  Richard Stallman  <rms@gnu.org>
10290             Eben Moglen  <moglen@columbia.edu>
10292         * README.SCO: New file.
10294 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
10296         * Makefile.tpl (check, check-c++): Express dependencies using
10297         dependencies rather than commands.
10298         * Makefile.in: Regenerate.
10300 2003-08-01  Andrew Cagney  <cagney@redhat.com>
10302         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10303         * configure: Ditto.
10305 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
10307         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10308         * Makefile.in: Update.
10310 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
10312         * configure.in: Enable libgcj for darwin.
10313         * configure: Rebuild.
10315 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
10317         * config-ml.in:  Use ac_configure_args directly instead of
10318         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
10319         actually seen.
10321 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10323         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10324         creating target and build subdirs to build all parent dirs as needed.
10325         * Makefile.in: Rebuild.
10326         * configure.in: Don't build dirs explicitly here.
10327         * configure: Rebuild.
10329 2003-07-26  Paul Brook  <paul@nowt.org>
10331         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10333 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
10335         * Makefile.tpl (all-make): Depend on intl.
10336         * Makefile.in: Rebuilt.
10338 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
10340         * install-sh:  Update to newer upstream versions (associated with
10341         aclocal 1.7).
10342         * mkinstalldirs:  Likewise.
10343         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
10345 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
10347         * MAINTAINERS: Move self from Bug database only accounts
10348         to write-after-approval.
10350 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
10352         * config.if: Remove unused libc_interface determination.
10354 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10356         * MAINTAINERS: Move self from write-after-approval to
10357         build machinery (*.in).
10359 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10361         PR bootstrap/11273
10362         PR bootstrap/11408
10363         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
10364         unused INSTALL_PROGRAM_ARGS.
10365         * configure.in: Use AC_PROG_INSTALL.
10366         * Makefile.in: Regenerate.
10367         * configure: Regenerate.
10369 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
10371         * MAINTAINERS: Alphabetize.
10373 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
10375         * configure: Rebuilt.
10376         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10377         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10378         newlib nor libgloss.
10379         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
10380         * configure.in (am33_2.0-*-linux*): Added.
10382 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
10384         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10385         * configure: Regenerate.
10387 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
10389         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10390         * Makefile.in: Regenerate.
10392 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10394         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10395         * Makefile.in: Regenerate.
10397 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
10399         * Makefile.tpl: Replace PWD with PWD_COMMAND.
10400         * Makefile.in: Regenerated.
10402         * config-ml.in: Replace PWD with PWD_COMMAND.
10404 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10406         * intl: New directory; see intl/ChangeLog for details.
10407         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10408         * Makefile.tpl: all-gcc depends on maybe-all-intl.
10409         * Makefile.in: Regenerate.
10411 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10413         * configure.in: Clean up config-lang.in handling.  Delete
10414         useless assignment to "subdirs".
10415         * configure: Regenerate.
10417 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10419         * configure.in: Rename 'target_libs' to 'target_libraries'.
10420         Remove useless reference to 'target_libs'.
10421         * configure: Regenerate.
10423 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
10425         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10426         * Makefile.in: Regenerate.
10428 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10430         * Makefile.def: Introduce flags_to_pass.
10431         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10432         * Makefile.in: Regenerate.
10434 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
10436         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10437         and target-libgloss.
10438         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10439         <h8300*-*-*>: Disable libf2c and ${libgcj}.
10440         * configure: Regenerate.
10442 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10444         * configure.in: Update testsuite_flags to new location.
10445         * configure. Regenerate.
10447 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10449         * Makefile.tpl: Remove BUILD_CC stuff.
10450         * Makefile.in: Regenerate.
10452 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10454         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10456 2003-06-16  Graeme Peterson  <gp@qnx.com>
10458         * MAINTAINERS (Write After Approval): Add myself.
10460 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
10462         * config.guess: Update to 2003-06-12 version.
10463         * config.sub: Update to 2003-06-13 version.
10465 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
10467         * config.guess: Update to 2003-06-06 version.
10468         * config.sub: Update to 2003-06-06 version.
10470 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10472         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10473         * configure. Regenerate.
10475 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10477         * configure.in: Disable serial configure by default.
10478         * configure: Regenerate.
10479         * Makefile.tpl: Abolish .NOTPARALLEL.
10480         * Makefile.in: Regenerate.
10482         * Makefile.tpl: Replace {build,host,target}_canonical by
10483         {build,host,target}.
10484         * Makefile.in: Regenerate.
10486         * Makefile.tpl: Fix stupid pasto.
10487         * Makefile.in: Regenerate.
10489 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10491         * Makefile.tpl: Remove bogus conditional.
10492         * Makefile.in: Regenerate.
10494 2003-06-05  Jan Hubicka  <jh@suse.cz>
10496         * Makefile.tpl (profiledbootstrap): New target.
10497         * Makefile.in (profiledbootstrap): New target.
10499 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
10501         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10502         Pinski. Remove user names from other bugzilla-only maintainers.
10504 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10506         * Makefile.tpl: Make 'recursive targets' using autogen rather
10507         than shell loop.  Remove duplicate 'clean' targets and false
10508         comments.
10509         * Makefile.def: Add systematic dependencies to 'recursive' targets.
10510         Add systematic method of specifying missing targets in subdirs.
10511         Add copyright boilerplate.
10512         * Makefile.in: Regenerate.
10513         * configure.in: Add 'recursive targets' to maybe list.
10514         * configure: Regenerate.
10516         * MAINTAINERS: "GNATS only" -> "Bug database only".
10518         * Makefile.tpl: Rename [+target+] to [+make_target+].
10519         * Makefile.def: Rename 'target' to 'make_target'.
10521 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
10523         * MAINTAINERS: Add self as options handling maintainer.
10525 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
10527         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10528         been too long since I touched those ports.
10530 2003-05-28  DJ Delorie  <dj@redhat.com>
10532         * Makefile.tpl: Make maybe-check-gcc .PHONY.
10533         * Makefile.in: Regenerate.
10535 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10537         * configure.in: Use curly braces in the definition of tooldir.
10538         * configure: Regenerate.
10540 2003-05-21  DJ Delorie  <dj@redhat.com>
10542         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10543         newlib or libgloss.
10544         * Makefile.in: Regenerate.
10546 2003-05-21  DJ Delorie  <dj@redhat.com>
10548         * Makefile.tpl: Add missing empty maybe-check-gcc target.
10549         * Makefile.in: Regenerate.
10551 2003-05-20  Ian Lance Taylor  <ian@airs.com>
10553         * MAINTAINERS: Update my e-mail address.
10555 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10557         * configure.in: Switch more things to use maybe dependencies.
10558         * Makefile.tpl: Switch more things to use maybe dependencies.
10559         Factor out common code from autogen IF statements.
10560         * configure: Regenerate.
10561         * Makefile.in: Regenerate.
10563 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10565         * configure.in: Accept i[3456789]86 for machine type.
10566         * configure: Regenerate.
10568 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10570         * configure.in: Switch more things to use maybe dependencies.
10571         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10572         * configure: Regenerate.
10573         * Makefile.tpl: Switch more things to use maybe dependencies.
10574         * Makefile.in: Regenerate.
10576 2003-05-16  Andreas Schwab  <schwab@suse.de>
10578         * Makefile.tpl (install-opcodes): Define.
10579         * Makefile.in: Rebuild.
10581 2003-05-13  Andreas Jaeger  <aj@suse.de>
10583         * config.guess: Update to 2003-05-09 version.
10584         * config.sub: Update to 2003-05-09 version.
10586 2003-05-13  Michael Eager  <eager@mvista.com>
10588         * configure.in: Correct sed script so that options in quotes are not
10589         deleted.
10590         * configure: Rebuild.
10592 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
10594         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10595         and $$s/newlib/libc/sys/cygwin32 include paths.
10596         * configure: Ditto.
10598 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
10600         * MAINTAINERS: Update my email addresses.
10602 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10604         * config-ml.in: Propagate INSTALL variables.
10606 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10608         * MAINTAINERS: Remove duplicate entries in Write After Approval.
10610 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
10612         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10613         * Makefile.in: Regenerate.
10615 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
10617         * MAINTAINERS (GNATS only): Add Falk Hueffner.
10619 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
10621         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10623 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
10625         * Makefile.tpl: Clean $(BUILD_SUBDIR).
10626         * Makefile.in: Regenerated.
10628 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
10630         * MAINTAINERS (Write After Approval): Upgrade myself from
10631         GNATS only to write-after-approval. Update my mail address.
10633 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
10635         (OS Port Maintainers: freebsd): Add myself.
10637 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
10639         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10641 2003-04-22  Kean Johnston  <jkj@sco.com>
10643         * MAINTAINERS (SCO ports): Added myself.
10645 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10647         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10649 2003-04-19  Kean Johnston  <jkj@sco.com>
10651         * MAINTAINERS (Write After Approval): Add myself.
10653 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10655         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10656         * Makefile.in: Regenerate.
10658 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
10660         * configure.in (powerpc64*-*-linux*): Remove.
10661         * configure: Rebuilt.
10663 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
10665         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
10666         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10667         and restrap.
10668         * Makefile.in:  Regenerate.
10670 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
10672         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10673         * configure: Regenerated.
10675 2003-04-15  DJ Delorie  <dj@redhat.com>
10677         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10679 2003-04-13  Nick Clifton  <nickc@redhat.com>
10681         * config-ml.in: Remove support for --disable-aix removing
10682         call-aix multilibs.
10684 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
10686         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10687         * */configure: Rebuilt.
10689 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
10691         * MAINTAINERS: Add my email address.
10693 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10695         * MAINTAINERS (Write After Approval): Add myself.
10697 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10699         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10700         * Makefile.in: Regenerate.
10702 2003-03-14  Michael Chastain  <mec@shout.net>
10704         * Makefile.in: Regenerate with correct Makefile.def.
10706 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10708         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
10709         Make macro.
10710         * Makefile.in: Regenerate.
10711         * configure.in: Clean up gxx_include_dir logic.
10712         * configure: Regenerate.
10714 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
10716         * MAINTAINERS (Write After Approval): Add myself.
10718 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
10720         * MAINTAINERS: Update my mail address.
10722 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10724         * configure.in (gxx_include_dir): Fix typo.
10725         * configure: Regenerated.
10727 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10729         * Makefile.tpl: Reindent.
10730         * Makefile.in: Regenerate.
10731         * configure.in: Reindent.  Don't set unused variables.
10732         * configure: Regenerate.
10734 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
10736         * configure.in: Include $(build_tooldir)/sys-include in
10737         FLAGS_FOR_TARGET.
10738         * configure: Regenerated.
10740 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10742         * Makefile.tpl: Always pass down RANLIB.
10743         * Makefile.in: Regenerate.
10745         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10746         * Makefile.in: Regenerate.
10747         * configure.in: Remove unused logic relating to --enable-shared
10748         and --enable-threads.  Remove bogus comments.  Remove redundant
10749         noconfigdirs.
10750         * configure: Regenerate.
10752         * configure.in: Replace ${libstdcxx_version} by its value.
10753         Remove reference to mh-dgux.
10754         * configure: Regenerate.
10756 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
10758         * MAINTAINERS (Write After Approval): Add myself.
10760 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10762         * Makefile.tpl: Rearrange.
10763         * Makefile.in: Regenerate.
10765 2003-02-25  Uwe Stieber  <uwe@wwws.de>
10767         * configure.in: Add support for kaOS as cross build target system.
10768         * configure: Regenerated.
10770 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
10772         * MAINTAINERS (Write after approval): Add myself.
10774 2003-02-21  James E Wilson  <wilson@tuliptree.org>
10776         * MAINTAINERS: Update my email address.
10778 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
10780         * MAINTAINERS: Add self to blanket write privs. section.
10782 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
10784         * Makefile.tpl: Add definition of CPPFLAGS to pass into
10785         configure-target-* as some target builds may require additional
10786         flags for preprocessor tests.
10787         * Makefile.in: Regenerated.
10789 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
10791         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10792         * ltconfig: Handle it.
10793         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10794         auto-detecting it.
10796         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10797         it is used as argument to $CC.
10798         * ltcf-gcj.sh: Likewise.
10800         * configure.in: Introduce --enable-maintainer-mode.
10801         * configure: Rebuilt.
10802         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10803         for maintainer mode.
10804         * Makefile.in: Rebuilt.
10806 2003-02-18  Jason Merrill  <jason@redhat.com>
10808         * Makefile.tpl (check-c++): Allow parallelism.
10810 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10812         * MAINTAINERS: Remove John Carr (who never actually had access to
10813         gcc.gnu.org).
10815 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
10817         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10818         don't configure target-libobjc.
10819         * configure: Regenerate.
10821 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10823         * Makefile.tpl (RANLIB): Define.
10824         * Makefile.in: Regenerate.
10826 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
10828         * MAINTAINERS: Update my email.
10830 2003-02-06  Keith R Seitz  <keiths@redhat.com>
10832         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10833         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10834         * Makefile.in: Regenerated.
10835         * configure.in: Remove all traces of snavigator, db, and grep.
10836         * configure: Regenerated.
10838 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10840         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10841         After Approval.
10843 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10845         * MAINTAINERS (Write after approval): Add myself.
10847 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
10849         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10850         * Makefile.in: Regenerated.
10852 2003-01-30  Roger Sayle  <roger@eyesopen.com>
10854         * config.guess: Updated to 2003-01-30's version.
10855         * config.sub: Updated to 2003-01-28's version.
10857 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
10859         * config.if: If gcc_version is already set, just use it.  Don't set
10860         gcc_version_trigger if it's already set, otherwise set it to
10861         gcc/version.c, but only if the file exists.  If it is not set and
10862         gcc/version.c does not exist, try to extract the version number from
10863         $CC.
10865 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
10867         * MAINTAINERS: Add myself to write-after-approval list.
10869 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
10871         * configure.in:  Revert 24Jan change.
10872         * configure:  Regenerate.
10874 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10876         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10877         entry of HJ Lu.
10879 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10881         * configure.in: Revert previous change.
10882         * configure: Regenerate.
10884 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10886         * configure.in: Make rda native-only.
10887         * configure: Regenerate.
10889 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10891         * MAINTAINERS: Move myself from GNATS-only-accounts to
10892         write-after-approval.
10894 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10896         * configure.in: Add missing \.
10897         * configure: Rebuilt.
10899 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
10901         * configure.in (baseargs): Avoid using \| in sed regular
10902         expressions.
10903         * configure: Rebuilt.
10905 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
10907         * configure.in (baseargs): Remove all supported forms of
10908         --cache-file, --srcdir, --host, --build and --target options
10909         from argument lists.
10910         * configure: Rebuilt.
10912 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10914         * MAINTAINERS: Add myself to write-after-approval list.
10916 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10918         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10919         * configure: Rebuilt.
10921 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10923         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10924         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10925         * Makefile.in: Regenerate.
10926         * configure: Regenerate.
10928 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10930         * configure.in: Remove Makefile in build, host and target modules
10931         unless configure was run with --no-recursion.
10932         * configure: Rebuilt.
10934 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10936         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10937         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10938         * Makefile.in: Regenerate.
10940 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10942         * config.guess: Update to 2003-01-03 version.
10943         * config.sub: Update to 2003-01-03 version.
10945 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10947         * configure: Regenerate with proper autoconf 2.13.
10949 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10951         * configure.in: Add AC_PREREQ for consistency.
10952         * configure: Regenerate.
10954 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
10956         * configure.in (GDB_TK): Add tcl directories conditional on
10957         gdb/gdbtk directory being present.
10958         * configure: Regenerate.
10960 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
10962         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
10963         used by gcc if LD is not defined and we are not doing a Canadian Cross.
10964         * configure: Rebuilt.
10966 2002-12-31  Tom Tromey  <tromey@redhat.com>
10968         * Makefile.in: Rebuilt.
10969         * Makefile.def (target_modules) [libffi]: Allow installation.
10971 2002-12-31  Andreas Schwab  <schwab@suse.de>
10973         * configure.in: Fix use of $program_transform_name.
10974         * configure: Regenerated.
10976 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10978         * configure.in (baseargs): Don't remove first configure argument.
10979         * configure: Regenerated.
10981 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10983         * Makefile.tpl (local-distclean): Don't remove...
10984         (multilib.ts): ... this.  Moved into...
10985         (multilib.out): ... this.  Don't use sub-make.
10986         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10987         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10988         (configure-build-[+module+], configure-[+module+],
10989         configure-target-[+module+], configure-gcc): ... these.  Test
10990         for Makefile existence.  Drop config.status from dependencies.
10991         * Makefile.in: Rebuilt.
10992         * configure.in: Move gcc-version-trigger to the end of
10993         ac_configure_args.  Add comments to maybedep.tmp and
10994         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10995         nonopt from baseargs, matching and removing corresponding
10996         whitespace while at it.
10997         * configure: Rebuilt.
10999 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
11001         * configure.in (host_configargs): Replace reference to
11002         no-longer-defined buildopts with --build=${build_alias}.
11003         * configure: Rebuilt.
11005         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
11006         program_transform_name to standard idiom.
11007         (AUTOGEN, AUTOCONF): Define.
11008         (Makefile.in): Use $(AUTOGEN).
11009         (Makefile): Depend on config.status, and use autoconf-style rule to
11010         build it.  Move original commands to...
11011         (config.status): ... this new target.
11012         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
11013         $(AUTOCONF).
11014         * Makefile.in: Rebuilt.
11016 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11018         * Makefile.tpl: Fix dramatic bustage due to change in
11019         program_transform_name.
11020         * Makefile.in: Regenerate.
11022         * configure.in: Remove unnecessary PATH setting.
11023         * configure: Regnerate.
11025         * configure.in: Don't default to unprefixed tools unless
11026         the native tools will work.
11027         * configure: Regenerate.
11029         * configure.in: Convert to autoconf script.  Blow away lots
11030         of now-redundant Makefile fragments.
11031         * configure: Generate using Autoconf.
11032         * Makefile.tpl: Rewrite to reflect autoconfiscation.
11033         * Makefile.in: Regenerate.
11035 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11037         * configure: Fix stupid bug where RANLIB was mistakenly included.
11039         * configure.in: Rename (buildargs, hostargs, targargs) to
11040         (build_configargs, host_configargs, target_configargs).
11042         * configure.in: Move logic out of sed statement.
11044         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
11045         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11047 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
11049         * config.sub: Import from master repository
11050         * config.guess: Ditto
11052 2002-12-24  Andreas Schwab  <schwab@suse.de>
11054         * Makefile.tpl (multilib.out): Fix missing space.
11055         * Makefile.in: Regenerate.
11057 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11059         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
11060         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
11061         * Makefile.in: Regenerate.
11062         * configure.in: Remove unnecessary leftovers.
11064 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
11066         * configure.in (extra_ranlibflags_for_target): New variable.
11067         (*-*-darwin): Add -c to ranlib commands.
11068         * configure (tooldir): Handle extra_ranlibflags_for_target.
11070 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11072         * Makefile.tpl: Revert HJL's change.
11073         * Makefile.in: Regenerated.
11074         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11075         always.
11077 2002-12-19  Andreas Schwab  <schwab@suse.de>
11079         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11080         * Makefile.in: Regenerate.
11082 2002-12-18  H.J. Lu  <hjl@gnu.org>
11084         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11085         * Makefile.in: Regenerated.
11087         * configure.in (build_prefix): New. Substitute.
11089 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11091         * Makefile.tpl: Don't let real targets depend on phony targets.
11092         * Makefile.in: Regenerate.
11094         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11095         * Makefile.in: Regenerate.
11097 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
11099         * config.sub: Import from master repository
11100         * config.guess: Ditto
11102 2002-12-16  Jason Merrill  <jason@redhat.com>
11104         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11105         previous 'make bootstrap'.
11106         * Makefile.in: Regenerate.
11108 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
11110         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11112 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11114         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11115         * Makefile.in: Regenerate.
11117 2002-12-13  Jason Merrill  <jason@redhat.com>
11119         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
11120         library tests.
11121         (check-c++): Just depend on it and check-target-libstdc++-v3.
11122         * Makefile.in: Regenerate.
11124 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11126         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11127         * Makefile.in: Rebuilt.
11129 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11131         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11133 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11135         * configure: Fix bug put in by gremlins.
11137         * Makefile.tpl: Substitute more autoconfily.
11138         * configure: Substitute more autoconfily.
11139         * Makefile.in: Regenerate.
11141 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
11143         * config.sub: Import from master repository
11144         * config.guess: Ditto
11145         * MAINTAINERS: Added Svein Seldal under write after approval
11147 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
11149         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11150         * Makefile.in (all-sim): Ditto.
11152 2002-12-06  DJ Delorie  <dj@redhat.com>
11154         * Makefile.tpl: Change configure dependencies to not have real
11155         targets depend on phony targets.
11157 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
11159         * configure.in: Revert unintentional change.
11161         * Makefile.tpl: Change dependency for */multilib.out so that
11162         it works when gcc isn't in the tree.
11164         * configure.in: Substitute more.
11165         * configure: Run subconfigures from the Makefile.
11166         * Makefile.tpl: Run subconfigures from the Makefile; add a few
11167         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
11169 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11171         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11173 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11175         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11176         and corresponding dependencies.
11177         * Makefile.in: Regenerate.
11179         * configure.in (host_tools): Order binutils, gas and ld for
11180         convenience in running the testsuites.
11182         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11183         * Makefile.in: Regenerate.
11184         * configure.in: Introduce rules to serialize subconfigure runs.
11186         * configure.in: Introduce BASE_CC_FOR_TARGET.
11187         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
11188         Realize configure-build-* targets.  Realize configure-target-* targets.
11189         * Makefile.in: Regenerate.
11191 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11193         * configure: Move gcc_version_trigger stuff from here...
11194         * configure.in: ...to here.
11196         * configure.in: Separate subconfigure options added by this file from
11197         options given by the user.  Add machinery to put args for host
11198         subconfigures into the Makefile.
11200         * Makefile.tpl: Remove 'vault' targets.
11201         * Makefile.tpl: Reorder and comment dependencies.
11202         * Makefile.in: Regenerate.
11204 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11205         * configure.in: Fix my broken commit of previous patch. (sigh)
11207 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11209         * configure.in: Move host-specific darwin noconfigdirs into
11210         the host-specific section.
11212 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11214         * configure.in: Move host-specific darwin noconfigdirs into
11215         the host-specific section.
11217 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11219         * configure: Remove skip-this-dir support.
11220         * Makefile.tpl: Remove skip-this-dir support.
11222         * Makefile.tpl: Remove leftover support for non-autoconfiscated
11223         subdirectories.
11224         * Makefile.in: Regenerate.
11226         * Makefile.tpl: Strip out useless setting of 'dir'.
11227         * Makefile.in: Regenerate.
11229 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11231         * configure.in: Fix deeply stupid bug.
11233         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11234         shell code in CXX_FOR_TARGET
11235         * Makefile.def: Introduce raw_cxx.
11236         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11237         RAW_CXX_FOR_TARGET.
11238         * Makefile.in: Regenerate.
11240 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
11242         * Makefile.tpl: Remove unnecessary ifs.
11243         * Makefile.in: Regenerate.
11245         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
11246         dependencies.  Maybe-ize build-libiberty.  Create dummy install
11247         targets for 'no_install' modules.
11248         * configure: Move GDB_TK substitution to configure.in.  Move
11249         build_modules stuff to configure.in.
11250         * configure.in: Implement soft dependency machinery.  Maybe-ize
11251         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
11252         * Makefile.in: Regenerate.
11254 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11256         * Makefile.tpl: Make all-target, install-target behave similarly
11257         to all, install (only hitting configured targets).  Eliminate
11258         unused macro defintions.
11260         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11261         build != host.
11263         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11265         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11267         * configure.in: Produce lists of subdir targets we're actually
11268         configuring.  Remove references to "dosrel".
11269         * Makefile.tpl: Let configure set which subdir targets are hit.
11270         Remove install-cross; clean up install; remove ALL.  Remove
11271         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
11272         Autogenerate host module targets.  Remove empty dependency lines
11273         and redundant dependency; rearrange slightly.
11274         * Makefile.def: Add host-side libtermcap, utils.
11276         * Makefile.in: Regenerate.
11278 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11280         * ltconfig (osf[345]): Append $major to soname_spec.
11281         Reflect this in library_names_spec.
11282         * ltmain.sh (osf): Prefix $major with . for use as extension.
11284 2002-11-19  Andreas Jaeger  <aj@suse.de>
11286         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11287         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11288         and sparc64 GNU/Linux systems.
11290 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
11292         * MAINTAINERS: Update email.
11294 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11296         * MAINTAINERS: Complete James Dennett's entry.
11298 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11300         * MAINTAINERS (Write After Approval): Add myself.
11302 2002-11-13  Bruce Korb  <bkorb@gnu.org>
11304         * Makefile.tpl: syntactic cleanup
11306 2002-11-13  Stuart Hastings  <stuart@apple.com>
11308         * MAINTAINERS: Add myself to write-after-approval list.
11310 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11312         * Makefile.def: Add list of recursive targets to autogenerate.
11313         Add build_modules.
11314         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
11315         targets.  Autogenerate *-build-* targets.
11316         * Makefile.in: Regenerate.
11318 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11320         * configure: More autoconf-style substitutions.
11321         * Makefile.tpl: More autoconf-style substitutions.
11322         * Makefile.in: Regenerate.
11324 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11326         * configure: Substitute more variables in a more autoconf-friendly
11327         way.  Simplify slightly.
11328         * Makefile.tpl: Make more variables substitutable in an
11329         autoconf-friendly way.
11330         * Makefile.in: Regenerate.
11332 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
11334         * MAINTAINERS (Write After Approval): Add myself.
11336 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11338         * configure.in (v810*): Remove special setting of tools.
11340         * configure: Add support for extra required flags for ar or nm.
11341         * configure.in (aix4.3+): Use above support for target-specific
11342         issues, rather than using config/mt-aix43.
11344 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11346         * configure: Remove 'removing', which doesn't work.  Replace $subdir
11347         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
11348         with $srcdir.  Reformat indentation.  Substitute some variables
11349         formerly hard-coded in the Makefile for build=host.
11350         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11351         * Makefile.def: Autogenerate more.
11352         * Makefile.in: Regenerate.
11354 2002-11-04  Adam Nemet  <anemet@lnxw.com>
11356         * MAINTAINERS (Write After Approval): Add myself.
11358 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
11360         * Makefile.def (host_modules): Add rda.
11361         * Makefile.in: Regenerate.
11362         * configure.in (target_tool): Add target-rda to list.
11364 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11366         * MAINTAINERS: Remove "co-maintainer" note for web pages.
11368 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
11370         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
11371         and restrap targets to this rule.
11372         * Makefile.in:  Regenerate.
11374 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11376         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11377         GNATS only accounts.
11379 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
11381         * configure.in (i[3456]86-*-linux*): Add check to disable
11382         ${libgcj} for glibc1.
11384 2002-10-24  Denis Chertykov  <denisc@overta.ru>
11386         * MAINTAINERS: Add myself as ip2k port maintainer.
11388 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
11390         * configure.in: Add tic4x target.
11392 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11394         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11395         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11396         * Makefile.in: Regenerate.
11398         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11399         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11400         * Makefile.in: Regenerate.
11402 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
11404         * MAINTAINERS: Add myself as web pages co-maintainer.
11406 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11408         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11409         * Makefile.in: Regenerate.
11411 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
11413         * MAINTAINERS: Add myself and Nathan Sidwell
11414         <nathan@codesourcery.com> as VxWorks maintainers.
11416 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11418         * Makefile.def: Remove order dependency comments.
11419         * Makefile.tpl: Add explicit install-install dependencies.
11420         * Makefile.in: Regenerate.
11422         * Makefile.tpl: Remove material now in src-release.  (Finally!)
11423         * Makefile.in: Regenerate.
11425         * Makefile.tpl: Add configure-target (for src-release in src)
11426         * Makefile.in: Regenerate.
11428 2002-09-30  Nick Clifton  <nickc@redhat.com>
11430         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11432 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
11434         * configure.in (s390*-*-linux*): Enable libgcj.
11436 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11438         * configure: Revert accidentally applied changes.
11440         * Makefile.tpl: Make more autoconf-friendly.
11441         * Makefile.in: Regenerate.
11442         * configure: Make substitution more autoconf-like.
11444 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
11446         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11447         single entry to handle all these.
11448         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
11449         libjava on arm-*-elf.
11451 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
11453         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11454         things that depend on them.
11456 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11458         * Makefile.tpl: Make subsituted variables more autoconfy.
11459         * Makefile.in: Regenerate.
11460         * configure: Make seds more autoconfy.
11462 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11464         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11465         * Makefile.in: Regenerate.
11466         * configure.in: Rewrite sed statements to look autoconfy.
11468         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11469         all-target-foo on configure-target-foo.
11470         * Makefile.def: Ditto.
11471         * Makefile.in: Rebuild.
11473 2002-09-25  Andrew Haley  <aph@redhat.com>
11475         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11477 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11479         * Makefile.def: New file.
11480         * Makefile.tpl: New file.
11481         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11482         * contrib/gcc_update: Note that Makefile.in is a generated file.
11484         * configure.in: Minor rearrangement.  Simplify tests.
11486 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
11488         * configure.in (with_headers): Skip copy if value is "yes".
11489         (with_libs): Likewise.
11491 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11493         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11494         * configure.in (sh*-*-pe*): Ditto.
11495         * configure.in (mips*-*-pe*): Ditto.
11496         * configure.in (*arm-wince-pe): Ditto.
11498         * configure.in: Rearrange.
11500 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
11502         * MAINTAINERS: Update my email address.
11504 2002-08-30  Paul Koning  <pkoning@equallogic.com>
11506         * MAINTAINERS: (Write After Approval): Add myself.
11508 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
11510         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11512 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
11514         * MAINTAINERS: Change my mailing address.
11516 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
11518         * MAINTAINERS (Write After Approval): Remove myself.
11519         (Various Maintainers: c++ runtime libs): Add myself.
11521 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
11523         * MAINTAINERS (Write After Approval): Remove myself.
11524         (Various Maintainers: c++ runtime libs): Add myself.
11526 2002-08-15  Eric Christopher  <echristo@redhat.com>
11528         * config.sub: Import from master repository.
11529         * config.guess: Ditto.
11531 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
11533         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11534         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11535         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11537 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
11539         * MAINTAINERS: Add self to rs6000 vector extensions.
11541 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11543         * libiberty/configure: Reverted unintended yesterday's check in.
11545 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11547         * boehm-gc/configure, libf2c/configure: Rebuilt.
11548         * libffi/configure, libiberty/configure: Ditto.
11549         * libjava/configure, libobjc/configure: Ditto.
11550         * libstdc++-v3/configure, zlib/configure: Ditto.
11551         Merged from binutils:
11552         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11553         From Steve Ellcey <sje@cup.hp.com>:
11554         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11555         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11556         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11557         IA64.
11558         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11559         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11560         soname_spec, sys_lib_search_path_spec): Ditto.
11562 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11564         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11566 2002-08-04  H.J. Lu  (hjl@gnu.org)
11568         * configure.in (mips*-*-linux*): Don't skip target-libffi.
11570 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
11572         * MAINTAINERS (Write After Approval): Add myself.
11574 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
11576         * configure.in: Move generic linux case to end.  Copy generic
11577         linux noconfigdirs to mips*-*-linux* entry and new
11578         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11580 2002-07-19  Michael Matz  <matz@suse.de>
11582         * MAINTAINERS: Add myself as ra* maintainer.
11584 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
11586         * config.guess: Update to 2002-07-09 version.
11587         * config.sub: Update to 2002-07-03 version.
11589 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
11591         * MAINTAINERS: Fix typo in a maintainer email address.
11593 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11595         * configure.in: Remove two redundant tests.
11597 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11599         * configure.in (mips*-*-irix6*o32): Enable stabs.
11601 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
11603         * configure.in: Don't build grez.
11604         * Makefile.in: Ditto.
11606         * Makefile.in: Remove references to bsp, cygmon, libstub.
11607         * configure.in: Ditto.
11609         * configure.in: Remove leftover reference to gdbtest.
11611 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
11613         * configure.in (gxx_include_dir):  Change to match versioned
11614         C++ headers if --enable-version-specific-runtime-libs is used.
11616 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
11618         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11620 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11622         * configure.in: Make --without-x work.
11624 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11626         * configure.in: Rearrange target Makefile fragment collection.
11628         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11629         cvs[src].
11630         * configure.in: Ditto.
11632 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11634         * MAINTAINERS (Write After Approval): Update my e-mail address.
11636 2002-06-24  Ben Elliston  <bje@redhat.com>
11638         * configure.in (host_tools): Remove cgen.
11640         * Makefile.in (all-cgen): Remove; runs from its source directory.
11641         (check-cgen, install-cgen, clean-cgen): Likewise.
11642         (all-opcodes): Do not depend on all-cgen.
11643         (all-sim): Likewise.
11645 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11647         * Makefile.in: Eliminate 'apache' targets.
11648         * configure.in: Eliminate 'apache' targets.
11650         * configure.in: Eliminate redundant tests.  Reorganize.
11652         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11654         * config-ml.in: Eliminate references to Cygnus configure.
11656         * Makefile.in: Eliminate references to building emacs.
11658 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
11660         * MAINTAINERS: Update my email address.
11662 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
11664         * config.if (libstdcxx_incdir): Version C++ headers.
11665         (cxx_incdir): Remove.
11667 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11669         * MAINTAINERS (Write After Approval): Add self.
11671 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
11673         * configure.in: Add support for ip2k.
11675 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
11677         * configure.in: Fix AIX configury bug.
11679 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
11681         * MAINTAINERS (Write After Approval): Add self.
11683 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11685         * configure.in: replace ${topsrcdir} with ${srcdir}
11687         * configure.in: Move definition of libstdcxx_flags
11688         right above usage, rather than waaay earlier.
11690         * configure.in: Pull definition of is_cross_compiler earlier.
11692         * configure.in: Rearrange a little.
11694         * configure.in: Remove references to librx.
11695         * Makefile.in: Remove references to librx.
11697 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
11699         * config.sub: Add support for avr target.
11700         Import from master sources, rev 1.255
11702 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
11704         * configure, .cvsignore:  Revert previous change...
11705         * Makefile:  ...delete.
11707 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11709         * configure.in: Eliminate ${gasdir} variable.
11711 2002-06-18  Dave Brolley  <brolley@redhat.com>
11713         * configure.in: Add support for frv.
11714         * config.sub: Add support for frv.
11716 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11718         * configure:  Remove garbage from previous commit.
11720 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11722         * configure:  For in-source builds, make a subdir and re-exec there.
11723         * Makefile:  New file.  Pass targets through to build directory.
11724         * .cvsignore:  No longer ignore "Makefile".
11726 2002-06-16  Douglas Rupp  <rupp@gnat.com>
11728         * MAINTAINERS (Write After Approval): Add self.
11730 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11732         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11734 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
11736         * configure.in (vax-*-netbsd*): Re-enable gas.
11738 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
11740         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11741         BUILD_PREFIX_1, to correct nomenclature.
11742         * configure: Likewise.
11744         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11745         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11747 2002-05-31  Olaf Hering  <olh@suse.de>
11749         * config-ml.in: Propogate DESTDIR also.
11751 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
11753         * configure.in (vax-*-netbsd*): Don't build gas for this
11754         platform.
11756 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11758         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11759         and libgcj for AVR.
11761 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
11763         * MAINTAINERS (Write After Approval): Add myself.
11765 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
11767         * config.guess: Update to 2002-05-22 version.
11768         * config.sub: Likewise.
11770 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11772         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11773         * config-ml.in: Likewise.
11774         * configure: Likewise.
11775         * configure.in: Likewise.
11777 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
11779         * MAINTAINERS: Update my email address.
11781 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
11783         * configure.in: Simplify makefile fragment collection.
11785         * configure.in: Remove code to build emacs.
11787         * configure.in : Remove --srcdir argument from targargs and buildargs
11788         (it's always overridden in the Makefile anyway).  Rearrange a bit.
11790         * configure: Move some logic to configure.in.
11791         * configure.in: Move some logic from configure.
11793 2002-05-11  Tom Tromey  <tromey@redhat.com>
11795         * MAINTAINERS: Reflect libgcj reality.
11797 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
11799         * Makefile.in: Honour DESTDIR.
11801 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
11803         * config.guess: Import 2002-03-20 version.
11804         * config.sub: Import 2002-04-26 version.
11806 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11808         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11810 2002-05-07  Tim Josling  <tej@melbpc.org.au>
11812         * MAINTAINERS: Add self.
11814 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
11816         * ltmain.sh: Detect and handle object name conflicts
11817         while piecewise linking a static library.
11819 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
11821         * configure.in (noconfigdirs): Don't disable libgcj on
11822         sparc64-*-solaris* and sparcv9-*-solaris*.
11824 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
11826         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11828 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
11830         * configure.in (FLAGS_FOR_TARGET): Do not add
11831         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11832         on i[3456]86-*-linux*.
11834 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
11836         * configure.in (noconfigdirs): Replace [ ] with test.
11838         * configure.in (noconfigdirs): Do not add target-newlib if
11839         target == i[3456]86-*-linux*, and host == target.
11841 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
11843         * configure.in: delete reference to absent file
11845         * configure.in: replace '[' with 'test'
11847         * configure.in: Eliminate references to gash.
11848         * Makefile.in: Eliminate references to gash.
11850         * configure.in: remove useless references to 'pic' makefile fragments.
11852         * configure.in: (*-*-windows*) Finish removing.
11854         * configure.in: Eliminate redundant test for libgui.
11856 2002-04-29  Roger Sayle  <roger@eyesopen.com>
11858         * MAINTAINERS: Add self and realphabetize.  Update entries
11859         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
11860         entry for a29k port maintainer.
11862 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
11864         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11865         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11867 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
11869         * configure.in: remove references to dead files
11871 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
11873         * MAINTAINERS: Add information about purpose of this file.
11875 2002-04-18  Tom Tromey  <tromey@redhat.com>
11877         * configure.in: Disallow configuring libgcj when it is already
11878         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11879         Solaris 2.8 by default.  For PR libgcj/6158.
11881 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11883         * configure.in:  Move default CC setting out of config/mh-* fragments
11884         directly into here.
11886 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11888         * configure.in: don't even try to configure or make a subdirectory
11889         if there's no configure script for it.
11891 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11893         * MAINTAINERS: Remove chill maintainers.
11894         * Makefile.in (CHILLFLAGS): Remove.
11895         (CHILL_LIB): Remove.
11896         (TARGET_CONFIGDIRS): Remove libchill.
11897         (CHILL_FOR_TARGET): Remove.
11898         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11899         CHILL_LIB.
11900         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11901         (CHECK_TARGET_MODULES): Likewise.
11902         (INSTALL_TARGET_MODULES): Likewise.
11903         (CLEAN_TARGET_MODULES): Likewise.
11904         (configure-target-libchill): Remove.
11905         (all-target-libchill): Remove.
11906         * configure.in (target_libs): Remove target-libchill.
11907         Do not compute CHILL_FOR_TARGET.
11908         * libchill: Remove directory.
11910 2002-04-11  DJ Delorie  <dj@redhat.com>
11912         * Makefile.in, configure.in: Sync with binutils, entries
11913         follow...
11915 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
11917         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11918         (do-tar, do-bz2): New rules.
11919         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11920         (gdb-tar): New rule.
11921         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11922         (insight_dejagnu.tar): New rule.
11923         (insight.tar): New rule.
11924         (gdb+dejagnu.tar): New rule.
11925         (gdb.tar): New rule.
11927 2002-02-01  Mo DeJong  <supermo@bayarea.net>
11929         * Makefile.in: Add all-tix to deps for all-snavigator
11930         so that tix is built when building snavigator.
11932 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
11934         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11935         ld and gdb are not supported.
11937 2002-01-07  Mark Salter  <msalter@redhat.com>
11939         * configure.in: Remove target-bsp and target-cygmon from arm builds.
11940         Allow target-libgloss to be built for arm, strongarm, and xscale.
11942 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
11944         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11945         options for i[3456]86-pc-linux* native builds.
11947 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11949         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11950         files from .po files for a distribution.
11952 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
11954         * configure.in: Enable libstdc++-v3 for h8300 targets.
11956 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
11958         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11959         version from bfd/.
11961 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
11963         * Makefile.in (VER): When present, extract the version number from
11964         the file version.in.
11966 2001-05-24  Tom Rix  <trix@redhat.com>
11968         * configure.in : enable ld for aix
11970 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11972         * config.guess: Add linux target for S/390.
11974 2000-11-07  Philip Blundell  <pb@futuretv.com>
11976         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11978 2000-11-03  Philip Blundell  <pb@futuretv.com>
11980         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11981         files.
11983 2001-01-15  Ben Elliston  <bje@redhat.com>
11985         * configure.in (host_tools): Add sid.
11986         Always configure cgen.
11988 2000-11-24  Nick Clifton  <nickc@redhat.com>
11990         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11992 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11994         * Makefile.in (ALL_MODULES): Add all-cgen.
11995         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11996         (all-cgen): New target.
11997         (all-opcodes,all-sim): Depend on all-cgen.
11998         * configure.in (host_tools): Add cgen.
11999         Only configure cgen if --enable-cgen-maint.
12001 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
12003         * configure.in: Add *-*-freebsd* configurations.
12005 2002-04-08  Tom Tromey  <tromey@redhat.com>
12007         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
12008         Fixes PR libgcj/6068.
12010 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
12012         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
12014 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12016         * configure.in (alpha*-dec-osf*): Enable libgcj.
12018 2003-03-27  Matthew Gingell  <gingell@gnat.com>
12020         * MAINTAINERS (Write After Approval): Add myself.
12022 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
12024         Fix for: PR bootstrap/3591, target/5676
12025         * configure.in (mcore-pe): Disable the configuration of
12026         libstdc++-v3 since exceptions are not supported.
12028 2002-03-20  Anthony Green  <green@redhat.com>
12030         * configure.in: Enable libgcj for xscale-elf target.
12032 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
12034         * MAINTAINERS:  Update my email address.
12036 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
12038         * ltmain.sh (relink_command): Fix typo in previous change.
12040 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
12042         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
12043         (relink_command): Added --tag flags.
12044         (mode=install): If relinking fails; error out.
12046 2002-03-12  Richard Henderson  <rth@redhat.com>
12048         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
12049         .NOTPARALLEL tag.
12050         (do-check): Rename from check.
12051         (check): Allow parallel check.
12053 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
12055         * MAINTAINERS: Add myself as maintainer for xtensa port.
12056         Fix alphabetical order in CPU port maintainer list.
12057         Remove myself from Write After Approval list.
12059 2002-03-11  Richard Henderson  <rth@redhat.com>
12061         * Makefile.in (.NOTPARALLEL): Add fake tag.
12063 2002-03-07  H.J. Lu  (hjl@gnu.org)
12065         * configure.in: Enable gprof for mips*-*-linux*.
12067 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
12069         * MAINTAINERS (Write After Approval): Add myself.
12071 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
12073         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12074         libjava.
12075         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
12077 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
12079         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12080         because its Makefile is there; test for the executable instead.
12082 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
12084         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12085         libstdc++-v3 and libjava.
12087 2002-02-11  Adam Megacz  <adam@xwt.org>
12089         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12090         boehm-gc
12092 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
12094         * config.guess: Updated to 2002-01-30's version.
12095         * config.sub: Updated to 2002-02-01's version.
12096         Contribute sh64-elf.
12097         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
12098         * configure.in: Added sh64-*-*.
12100 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
12102         * MAINTAINERS: Belatedly add myself to write after approval list.
12104 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
12106         * MAINTAINERS: Put self in as maintainer for x86-64 port.
12107         Remove self as Write After Approval.
12109 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
12111         * MAINTAINERS: Put self in as maintainer for contrib/regression
12112         directory.
12114 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
12116         * MAINTAINERS:  Update my email address.
12118 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
12120         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
12121         target-libiberty, and target-libgloss.  Skip Java-related
12122         libraries if not supported for NetBSD on target CPU.
12124 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
12126         * install-sh: Use _inst.$$_ for temp file name.
12128 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
12130         * MAINTAINERS (Write After Approval): Move my contact info
12131         from here...
12132         (OS Port Maintainers): ...to here (netbsd).
12134 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
12136         * MAINTAINERS (Write After Approval): Add myself.
12138 2002-01-17  H.J. Lu  <hjl@gnu.org>
12140         * Makefile.in (all-fastjar): Also depend on all-libiberty.
12141         (all-target-fastjar): Also depend on all-target-libiberty.
12143 2002-01-16  H.J. Lu  (hjl@gnu.org)
12145         * config.guess: Import from master sources, rev 1.225.
12146         * config.sub: Import from master sources, rev 1.238.
12148 2002-01-16  Kazu Hirata  <kazu@hxi.com>
12150         * MAINTAINERS (Write After Approval): Remove myself.
12152 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
12154         * MAINTAINERS (Write After Approval): Add myself.
12156 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12158         * MAINTAINERS: Add self as docs co-maintainer.
12160 2001-12-11  Matthias Klose  <doko@debian.org>
12162         * MAINTAINERS (Write After Approval): Add myself.
12164 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
12166         * MAINTAINERS: Update my email address.
12168 2001-12-07  Turly O'Connor  <turly@apple.com>
12169         * MAINTAINERS (Write After Approval): Add myself.
12170         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12171         (rs6000_initialize_trampoline): Call __trampoline_setup for
12172         ABI_DARWIN too.
12173         * darwin-tramp.asm: New file, implements __trampoline_setup.
12174         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12176 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
12178         * MAINTAINERS (Write After Approval): Add myself.
12180 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
12182         * configure, configure.in: Use temp file for long sed commands.
12184 2001-12-03  Laurent Guerby  <guerby@acm.org>
12186         * config.sub: Update to version 1.232 on subversion.
12188 2001-12-03  Ben Elliston  <bje@redhat.com>
12190         * MAINTAINERS: Update mail address for config.* patches.
12192 2001-11-27  DJ Delorie  <dj@redhat.com>
12193             Zack Weinberg  <zack@codesourcery.com>
12195         When build != host, create libiberty for the build machine.
12197         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12198         CONFIG_ARGUMENTS.
12199         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12200         New variables.
12201         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12202         and rules.
12203         (all.normal): Depend on ALL_BUILD_MODULES.
12204         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12205         (all-build-libiberty): Depend on configure-build-libiberty.
12207         * configure: Calculate and substitute proper value for
12208         ALL_BUILD_MODULES.
12209         * configure.in: Create the build subdirectory.
12210         Calculate and substitute TARGET_CONFIGARGS (formerly
12211         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12213 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
12215         * MAINTAINERS (write-after-approval): Add self.
12217 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12219         * MAINTAINERS (GNATS only accounts): Remove self.
12221 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
12223         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12224         libf2c.
12226 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12228         * MAINTAINERS (Write After Approval): Add self.
12230 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12232         * MAINTAINERS: mips and s390 are also CPU ports.
12234 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12236         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12238 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
12240         * MAINTAINERS: Alphabetize.
12242 2001-11-09  Kazu Hirata  <kazu@hxi.com>
12244         * MAINTAINERS (Various maintainers: h8 port): Add myself.
12246 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12248         * MAINTAINERS (Various maintainers: hppa port): Added myself.
12250 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
12252         * configure.in (--enable-languages): Be more permissive about
12253         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
12255 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12257         * config.sub: Import from master sources, rev. 1.230.
12258         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12260 2001-11-07  Laurent Guerby  <guerby@acm.org>
12262         * MAINTAINERS (Write After Approval): Add self.
12264 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
12266         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12268 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
12270         * config.sub: Import from master sources, rev 1.226.
12271         * config.guess: Import from master sources, rev 1.216.
12273 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
12275         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12276         * MAINTAINERS: Add self as maintainer of MMIX port.
12277         Remove old after-approval entry.
12279 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12281         * ChangeLog, configure: Fix spelling errors.
12283 2001-10-20  Brendan Kehoe  <brendan@zen.org>
12285         * MAINTAINERS: Tweak my address.
12287 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
12289         * MAINTAINERS: Update my email address.
12291 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
12293         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12294         * MAINTAINERS: Add self as maintainer of CRIS port.
12296 2001-10-10  Geert Bosch  <bosch@gnat.com>
12298         * MAINTAINERS (Various maintainers: Ada front end):
12299         Added Robert Dewar.
12301 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
12303         * MAINTAINERS (Write After Approval): Added self
12305 2001-10-02  Geert Bosch  <bosch@gnat.com>
12307         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12309 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12311         * configure: Handle temporary files securely using mkdir.
12313 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
12315         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12317 2001-09-26  Will Cohen  <wcohen@redhat.com>
12319         * configure.in (*-*-linux*): Disable configuration of target-newlib
12320         and target-libgloss.
12322 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12324         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12325         RANLIB.
12327 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
12329         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12330         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12331         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12332         avoid quotes nesting problems.
12333         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12334         (DO_X): Export only variables that are set.
12336 2001-09-19  Ben Elliston  <bje@redhat.com>
12338         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12339         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12340         semantics.  Use the shell built-in "type" command instead.
12342 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
12344         Merged from gcc-3_0-branch:
12345         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
12346         * ltcf-c.sh: Use $objext, not $ac_objext.
12347         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
12348         * ltcf-cxx.sh: Add support for GNU.
12349         2001-07-22  Timothy Wall  <twall@redhat.com>
12350         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
12351         default settings if using GNU tools with that configuration.
12352         * ltcf-cxx.sh: Ditto.
12353         * ltcf-gcj.sh: Ditto.
12354         2001-07-21  Michael Chastain  <chastain@redhat.com>
12355         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12356         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
12357         * ltmain.sh: Mark as gcc-local.
12359 2001-08-30  Eric Christopher  <echristo@redhat.com>
12360             Jason Eckhardt  <jle@redhat.com>
12362         * config.guess: Merge from master sources.
12363         * config.sub: Merge from master sources, add support for mipsisa32.
12365 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
12366         * config.sub: Merge from master sources, rev 1.219.
12367         * MAINTAINERS: Add self as contact for stormy16 port.
12369 2001-08-14  Zack Weinberg  <zackw@panix.com>
12371         * config.sub: Merge from master sources, rev 1.218.
12372         * config.guess: Merge from master sources, rev 1.209.
12374 2001-08-11  Graham Stott  <grahams@redhat.com>
12376         * Makefile.in (check-c++): Add missing semicolon.
12378 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
12380         * MAINTAINERS (Various maitainers: predict.def): Added myself.
12382 2001-07-30  Eric Christopher  <echristo@redhat.com>
12384         * MAINTAINERS (Various maintainers: mips port): Added myself.
12386 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
12388         * configure.in (sh-*-linux*): New.
12390 2001-07-27  Richard Henderson  <rth@redhat.com>
12392         * .cvsignore: Add LAST_UPDATED.
12394 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
12396         * MAINTAINERS (Various maintainers: s390 port): Added myself.
12398 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
12400         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12402 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
12404         * MAINTAINERS (Write After Approval): Added myself.
12406 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12408         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12409         and libgcj on m68hc11/m68hc12.
12411 2001-06-27  H.J. Lu  (hjl@gnu.org)
12413         * Makefile (CFLAGS_FOR_BUILD): New.
12414         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12416 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12418         * README: Remove version number.
12420 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12422         * INSTALL/README: Update wrt. to the installation instructions now
12423         residing in gcc/doc/install.texi.
12425 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12427         * README: Replace with a cut-down and updated version of gcc/README.
12429 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
12431         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12432         multilibs to be disabled.
12434 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
12436         * MAINTAINERS (Write After Approval): Add myself.
12438 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
12440         * config.guess: Import CVS version 1.195.
12441         * config.sub: Import CVS version 1.212.
12443 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
12445         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12446         gcc/xgcc is built, use -print-prog-name to find out the program
12447         name to use.
12449 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
12451         * config.guess:  Import CVS version 1.194.  All gcc-local changes
12452         appear to also be in the master copy.
12453         * config.sub:  Import CVS version 1.211.
12455 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
12457         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12458         with_gcc]: Use `gcc -shared' to build a shared library.
12460 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12462         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12463         archives.
12465 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12467         * MAINTAINERS (Write After Approval): Add myself.
12469 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
12471         * configure.in (libstdcxx_flags): Do not try to execute
12472         libstdc++-v3/testsuite_flags until it exists.
12474 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
12476         * MAINTAINERS: Update my email address.
12478 2001-05-31  Graham Stott  <grahams@redhat.com>
12480         * MAINTAINERS (Write After Approval): Add myself.
12482 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
12484         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
12485         libraries when using g++ with native linker.
12487 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
12489         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12491 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
12493         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12494         [aix4*|aix5*]: Prepend blank.
12496 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
12498         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12499         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
12500         of subdir/configure scripts to use the new libtool.m4.
12502 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
12504         * MAINTAINERS (Write After Approval): Add myself.
12506 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
12508         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12510 2001-05-11  Ben Elliston  <bje@redhat.com>
12512         * Makefile.in (all-sid): New target.
12513         (check-sid, clean-sid, install-sid): Likewise.
12515 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
12517         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12519 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12521         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12522         libgcj.
12524 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12526         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12527         gcc/xgcc is built, use -print-prog-name to find out the program
12528         name to use.
12530 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
12532         * configure.in (noconfigdirs): Don't reset it from scratch in the
12533         target case; only append to it.
12535         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12536         sparc-*-solaris2.8]: Disable ${libgcj}.
12538 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
12540         * configure.in (libgcj_saved): Copy from $libgcj.
12541         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12542         --disable-libgcj.
12544 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12546         * MAINTAINERS: Remove self as MIPS maintainer and
12547         C front end maintainer.
12549 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12551         * configure.in: Move *-chorusos target case to the proper switch.
12552         Disable libgcj.
12554 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12556         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12557         1.641.2.228.
12559 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12561         * Makefile.in (STAGE1_CFLAGS): Pass down.
12563 2001-04-13  Alan Modra  <amodra@one.net.au>
12565         * config.guess: Add hppa64-linux support.  Note for next import that
12566         this is already in the master file.
12567         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12569 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12571         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12572         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12574 2001-04-11  Stan Shebs  <shebs@apple.com>
12576         * MAINTAINERS: Add self as Darwin port maintainer.
12578 2001-04-11  Alan Modra  <amodra@one.net.au>
12580         * MAINTAINERS: Update my email address.
12582 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
12584         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12585         recent versions of FreeBSD (release 3 or later).
12586         * ltconfig: On FreeBSD, -lc must not be provided when building
12587         a shared library or else the standard -pthread gcc option is
12588         rendered worthless to later users of the built library.
12590 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12592         * MAINTAINERS: Add self and RTH as C front end maintainers.
12594 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
12596         * config.sub: Make sure to match an already-canonicalized
12597         machine name (eg. mn10300-unknown-elf).
12599 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
12601         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12602         New macros.
12603         (bootstrap, cross): Use RECURSE_FLAGS.
12604         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12606 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
12608         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12610 2001-03-22  Colin Howell  <chowell@redhat.com>
12612         * Makefile.in (DO_X): Do not backslash single-quotes in
12613         backquotes (two places).
12615 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12617         Re-installed:
12618         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12619         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12620         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12621         * ltcf-cxx.sh: Likewise.
12622         * ltcf-gcj.sh: Likewise.
12624 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12626         * MAINTAINERS: Add myself as "documentation co-maintainer".
12628 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12630         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12631         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12633 2001-03-19  Tom Tromey  <tromey@redhat.com>
12635         * config-ml.in: Handle GCJ and GCJFLAGS.
12637 2001-03-21  Michael Chastain  <chastain@redhat.com>
12639         * Makefile.in: all-m4 depends on all-texinfo.
12641 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
12643         * MAINTAINERS: Add myself to write after approval list.
12645 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
12647         * Makefile.in (DO_X): Quote nested quotes.
12649 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
12651         * MAINTAINERS: Add myself to write after approval list.
12653 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
12655         * Makefile.in (DO_X): Use double quotes for quoting
12656         "RANLIB=$${RANLIB}".
12658 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
12660         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12662 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
12664         * configure.in: Only use `lang_requires' for languages athat are
12665         actually enabled.
12667 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
12669         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
12671 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
12673         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12675 2001-03-07  Tom Tromey  <tromey@redhat.com>
12677         * configure.in: Allow config-lang.in to set `lang_requires' to list
12678         of other required languages.
12680 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
12682         * Makefile.in: Remove RANLIB definition. Use RANLIB
12683         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12684         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12686 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
12687             Alexandre Oliva  <aoliva@redhat.com>
12689         * Makefile.in (check-c++): Use tabs, not spaces.
12691 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
12693         * MAINTAINERS: add myself to Write After Approval list.
12695 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
12697         * Makefile.in (check-c++): New rule.
12699         * configure.in (target_libs): Remove libg++.
12700         (noconfigdirs): Remove libg++.
12701         (noconfigdirs): Same.
12702         (noconfigdirs): Same.
12703         (noconfigdirs): Same.
12705         * config-ml.in: Remove libg++ references.
12707         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12708         (ALL_TARGET_MODULES): Same.
12709         (configure-target-libg++): Remove.
12710         (all-target-libg++): Remove.
12711         (configure-target-libio): Remove.
12712         (all-target-libio): Remove.
12713         (check-target-libio): Remove.
12714         (.PHONY): Remove.
12715         (libg++.tar.bz2): Remove.
12716         (all-target-cygmon): Remove libio.
12717         (all-target-libstdc++): Remove.
12718         (configure-target-libstdc++): Remove.
12719         (TARGET_LIB_PATH): Remove libstdc++.
12720         (ALL_GCC_CXX): Remove libstdc++.
12721         (all-target-gperf): Correct.
12723 2001-02-16  Nick Clifton  <nickc@redhat.com>
12725         * configure.in (noconfigdirs): Allow configuration of texinfo
12726         for Cygwin hosts.
12728 2001-02-15  Anthony Green  <green@redhat.com>
12730         * configure: Introduce GCJ_FOR_TARGET.
12731         * configure.in: Ditto.
12732         * Makefile.in: Ditto.
12734 2001-02-13  Andreas Schwab  <schwab@suse.de>
12736         * MAINTAINERS: Update mail address.
12738 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12740         * config.guess: Add linux target for S/390.
12741         * config.sub: Likewise.
12743 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
12745         * configure.in: for *-chorusos, don't config target-newlib and
12746         target-libgloss.
12748 2001-02-06  Ben Elliston  <bje@redhat.com>
12750         * configure: Output host type to stdout, not stderr.
12752 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
12754         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12755         * ltcf-cxx.sh: Likewise.
12757         * config.if: Assume enable_libstdcxx_v3 is defined.
12759 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
12761         Remove V2 C++ library.
12762         * configure.in: Remove --enable-libstdcxx_v3 support.
12764 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
12766         * include/demangle.h: Add prototype for java_demangle_v3.
12768 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
12770         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
12772 2001-01-27  Richard Henderson  <rth@redhat.com>
12774         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12776 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12778         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12779         Don't unset, it's non-portable and no longer necessary, set to empty
12780         instead.
12782 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12784         * ltconfig: Shell portability fix for the tagname validity check.
12786 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
12788         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12789         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12791 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12793         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12795 2001-01-26  Tom Tromey  <tromey@redhat.com>
12797         * configure.in: Allow libgcj to be built on Sparc Solaris.
12799 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
12801         * ltcf-c.sh: Add aix5 case.
12802         * ltcf-cxx.sh: Likewise.
12803         * ltconfig: Likewise.
12805 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
12807         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12808         keep at least one of build_libtool_libs or build_old_libs set to
12809         yes.
12811         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12812         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12814 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
12816         * configure.in: Enable libgcj on several additional platforms.
12818 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
12820         * configure.in: Enable libgcj for linux targets.
12822 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12824         * MAINTAINERS (Write After Approval): Add myself.
12826 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12828         * MAINTAINERS: Add myself as vax port maintainer.
12830 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
12832         * MAINTAINERS: Add myself as Mercury front-end maintainer.
12834 2001-01-09  Mike Stump  <mrs@wrs.com>
12836         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12837         failures of subdirectories.
12839 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12841         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12842         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12843         * ltcf-cxx.sh: Likewise.
12844         * ltcf-gcj.sh: Likewise.
12845         * ltconfig.sh: Fix typo.
12847 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12849         * configure: handle DOS-style absolute paths.
12851 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12853         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12855 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
12857         * MAINTAINERS: Add myself as avr port co-maintainer.
12859 2000-12-28  Ben Elliston  <bje@redhat.com>
12861         * MAINTAINERS: Add myself under ``Write After Approval''.
12863 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12865         * texinfo: Remove directory from GCC.
12867 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12869         * COPYING: Update to current
12870         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12871         to 19yy as example year in copyright notice).
12873 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
12875         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12876         (libstdcxx_incdir): Pass down.
12877         * config.if: Remove expired bits for cxx_interface, add stub.
12878         (libstdcxx_incdir): Add variable for g++ include directory.
12879         * configure.in (gxx_include_dir): Use it.
12881 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12883         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12884         with old-email address from ``Write After Approval''.
12886 2000-12-15  Andreas Jaeger  <aj@suse.de>
12888         * configure.in: Handle lang_dirs.
12890 2000-12-14  Tom Tromey  <tromey@redhat.com>
12892         * MAINTAINERS: Removed brads.
12894         * MAINTAINERS: Added gcj developers.
12896 2000-12-13  Anthony Green  <green@redhat.com>
12898         * configure.in: Disable libgcj for any target not specifically
12899         listed.  Disable libgcj for x86 and Alpha Linux until compatible
12900         with g++ abi.
12902 2000-12-13  Mike Stump  <mrs@wrs.com>
12904         * Makefile.in (local-distclean): Also remove fastjar.
12906 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12908         * contrib/gcc_update: Add fastjar --touch entries.
12910 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12912         * configure.in: Disable language-specific target libraries for
12913         languages that aren't enabled.
12915 2000-12-10  Anthony Green  <green@redhat.com>
12917         * configure.in: Define libgcj.  Disable libgcj target libraries for
12918         most targets.
12920 2000-12-10  Neil Booth  <neilb@earthling.net>
12922         * MAINTAINERS: Update mail address, remove from WAA list.
12924 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12926         * libjava: Imported from /cvs/java.
12927         * libffi: Likewise.
12928         * Boehm-gc: Likewise.
12930 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12932         * configure.in (target_libs): Revert 2000-12-08 patch.
12933         (noconfigdirs): Added target-libjava.
12935 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12937         * djunpack.bat: removed.
12939 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12941         * Makefile.in: handle DOS-style absolute paths.
12942         * config-ml.in: likewise.
12943         * symlink-tree: likewise.
12945 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12947         * fastjar: Imported.
12949 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12951         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12952         libjava.
12953         * configure.in (target_libs): Removed `target-libjava'.
12955 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12957         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12958         (ALL_MODULES): Added fastjar.
12959         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12960         (all-target-libjava): all-fastjar replaces all-zip.
12961         (all-fastjar): Added.
12962         (configure-target-fastjar, all-target-fastjar): Likewise.
12963         * configure.in (host_tools): Added fastjar.
12965 2000-12-07  Mike Stump  <mrs@wrs.com>
12967         * Makefile.in (local-distclean): Remove leftover built files.
12969 2000-11-24  Nick Clifton  <nickc@redhat.com>
12971         * configure.in (xscale-elf): Add target.
12972         (xscale-coff): Add target.
12974 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12976         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12977         recent versions of FreeBSD (release 3 or later).
12978         * ltconfig: On FreeBSD, -lc must not be provided when building
12979         a shared library or else the standard -pthread gcc option is
12980         rendered worthless to later users of the built library.
12982 2000-11-16  Fred Fish  <fnf@be.com>
12984         * configure.in (enable_libstdcxx_v3): Fix typo,
12985         libstd++ -> libstdc++.
12987 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12989         * MAINTAINERS: Add self to Write After Approval list.
12991 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12993         * MAINTAINERS: Update my email address.  Add myself to global write
12994         privs list.
12996 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12998         * Makefile.in: Merge with src and libgcj.
12999         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
13000         configure-target-<library> when their configure scripts need the C
13001         or C++ library to have already been built to work properly.
13002         (do_proto_toplev): Set them to an empty string.
13004         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
13005         (REALLY_SET_LIB_PATH): Use them.
13007 2000-11-17  Stan Shebs  <shebs@apple.com>
13009         * MAINTAINERS: Add self to Write After Approval list.
13011 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13013         * configure: Provide the original toplevel configure arguments
13014         (including $0) to subprocesses in the environment rather than
13015         through gcc/configargs.h.
13017 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13019         * MAINTAINERS: Remove references to cccp. Change C9X reference to
13020         C99.  Alphabetise "Write After Approval" list.
13022 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
13024         * configure: Turn on libstdc++ V3 by default.
13026         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13027         if we've got GCC.
13029 2000-11-11  Philip Blundell  <philb@gnu.org>
13031         * MAINTAINERS: Add self to Write After Approval list.
13033 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
13035         * ltcf-c.sh (aix4): Improve shared library configuration; require
13036         exporting symbols.
13037         * ltcf-cxx.sh (aix4): Define.
13038         * ltconfig (aix4): Define library and soname specs appropriate for
13039         AIX.  Define command to create export symbols list.
13041 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
13043         * config.sub: Add support for Sun Chorus
13045 2000-10-31  Nick Clifton  <nickc@redhat.com>
13047         * MAINTAINERS: Rename <name>@cygnus.com addresses to
13048         <name>@redhat.com.  Also installed new email address for Clint
13049         Popetz.
13051 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
13053         * etc: Remove directory from GCC.
13055 2000-10-16  Michael Meissner  <meissner@redhat.com>
13057         * configure (gcc/configargs.h): Only create if there is a build GCC
13058         directory created.
13060 2000-10-16  Matthias Klose  <doko@debian.org>
13062         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
13063         when configured for libstdc++-v3.
13065 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
13067         * configure: Save configure arguments to gcc/configargs.h.
13069 2000-10-04  Philipp Thomas  <pthomas@suse.de>
13071         * config.guess: Import CVS version 1.157.
13072         * config.sub: Import CVS version 1.181.
13074 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
13076         * Makefile.in (bootstrap): avoid recursion if subdir missing
13077         (cross): ditto
13078         (do-proto-toplev): ditto
13080 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
13082         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13083         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13085         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13086         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
13087         all affected `configure' scripts.
13089 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
13091         * MAINTAINERS: Add self as cpplib co-maintainer.
13093 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
13095         * MAINTAINERS: Add self to Write After Approval list.
13097 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13099         * INSTALL/README: egcs -> GCC update.
13101 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
13103         * MAINTAINERS: Add myself to Write After Approval list.
13105 2000-09-15  Kazu Hirata  <kazu@hxi.com>
13107         * MAINTAINERS: Add myself to Write After Approval list.
13109 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
13111         * configure.in: Do not build byacc for hppa64.  Provide paths to the
13112         X11 libraries for hppa64.
13114 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13116         * MAINTAINERS: Add myself as 68hc11 port maintainer.
13118 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
13120         * Makefile.in (all-zlib): Added dummy target.
13122         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13123         ltcf-gcj.sh: Updated from libtool multi-language branch.
13125 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
13127         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13128         (bootstrap*): Depend on all-bootstrap.
13130 2000-09-05  Philipp Thomas  <pthomas@suse.de>
13132         * config.guess: Import CVS version 1.156.
13133         * config.sub: Import CVS version 1.179.
13135 2000-09-02  Anthony Green  <green@cygnus.com>
13137         * Makefile.in (all-gcc): Depend on all-zlib.
13138         (CLEAN_MODULES): Add clean-zlib.
13139         (ALL_MODULES): Add all-zlib.
13140         * configure.in (host_libs): Add zlib.
13142 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
13144         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13145         crosses, but add gcc/include to the header search path for them.
13147 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
13149         * MAINTAINERS: Add self to Write After Approval list.
13151 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13153         * config.guess: Import CVS version 1.152.
13154         * config.sub: Import CVS version 1.177.
13156 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
13158         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13159         $targargs to tell whether newlib is going to be built.
13161         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13162         $$r/TARGET_SUBDIR/libio for _G_config.h.
13164 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
13166         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13168 2000-08-22  DJ Delorie  <dj@redhat.com>
13170         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13172 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
13174         * config-ml.in (CC, CXX): Avoid trailing whitespace.
13175         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13176         sub-configures.
13178 2000-08-21  DJ Delorie  <dj@redhat.com>
13180         * MAINTAINERS: Add self as a libiberty maintainer
13182 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
13184         * configure.in (libstdcxx_flags): Use
13185         libstdc++-v3/src/libstdc++.INC.
13187 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
13189         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13191 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
13193         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13195         * configure: Make enable_threads and enable_shared defaults
13196         explicit.  Substitute enable_threads into generated Makefiles.
13197         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13198         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13200 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13202         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13204 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
13206         * config-ml.in (CC): Remove bogus duplicate quotation mark from
13207         previous delta.
13209 2000-08-11  Jason Merrill  <jason@redhat.com>
13211         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13212         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13213         (FLAGS_FOR_TARGET): Not here.
13214         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13216 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
13218         * config-ml.in (CC, CXX): Don't introduce a leading space.
13220 2000-08-07  DJ Delorie  <dj@delorie.com>
13222         * MAINTAINERS: Add self as a DJGPP maintainer
13224 2000-08-07  DJ Delorie  <dj@redhat.com>
13226         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13227         "if we're also building gcc, and it's a gcc that will run on the
13228         build machine, we want to use its includes instead of the system's
13229         default includes".
13231 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13233         * MAINTAINERS: Add self to Write After Approval list.
13235 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
13237         * configure.in (libstdcxx_flags): Don't use `"'.
13239         * config-ml.in: Adjust multilib search paths to the
13240         appropriate multilib tree.
13242 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
13244         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13245         commas in $LANGUAGES.
13247 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
13249         * configure.in: Re-enable all references to libg++ and librx.
13251 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
13253         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13254         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
13255         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13256         * ltcf-cxx.sh (need_lc): Set based on postdeps.
13258         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13260 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
13262         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13263         CXX_FOR_TARGET for sed.
13265 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
13267         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13268         Do not override if already set in the environment or in configure.
13269         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13270         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13272 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
13274         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13275         the libtool CVS tree multi-language branch.
13276         * ltconfig, ltmain.sh: Updated.
13278 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13280         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13281         (clean-target): Depend on it.
13283         * Makefile.in (FLAGS_FOR_TARGET): New macro.
13284         (GCC_FOR_TARGET): Use it.
13285         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13286         * configure.in: ... here.
13287         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
13288         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13290 2000-07-24  Eric Christopher  <echristo@cygnus.com>
13292         * MAINTAINERS: Add self to Write After Approval list.
13294 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
13296         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13297         (configure-target-libchill, configure-target-libobjc): Likewise.
13299         * configure.in: Use the same cache file for all target libs.
13300         * config-ml.in: But different cache files per multilib variant.
13302 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13304         * configure (topsrcdir): Don't use dirname.
13306 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13308         * MAINTAINERS: Add self to Write After Approval list.
13310 2000-07-20  Jason Merrill  <jason@redhat.com>
13312         * configure.in: Remove all references to libg++ and librx.
13314         * configure, configure.in, Makefile.in: Unify gcc and binutils.
13316 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
13318         * config.sub: Update to subversions version 2000-07-06.
13320 2000-07-12  Andrew Haley  <aph@cygnus.com>
13322         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13323         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13325 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
13327         * symlink-tree:  Check number of arguments.
13329 2000-07-05  Jim Wilson  <wilson@cygnus.com>
13331         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13332         search path for a g++ extracted from the build tree.  This
13333         will allow link tests run by configure scripts in
13334         subdirectories to succeed.
13336 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
13338         * ltconfig: Add support for mips-dde-sysv4.2MP
13340 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13342         * MAINTAINERS: Add myself as loop discovery maintainer.
13344 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
13346         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13347         `os2'. Force ac_cv_exeext to be ".exe" in that case.
13349 2000-06-19  Timothy Wall  <twall@cygnus.com>
13351         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13352         * config.sub: Add tic54x target.
13354 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13356         * MAINTAINERS: Add self as Fortran maintainer,
13357         remove Craig Burley.
13359 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13361         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13362         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13364 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
13366         * MAINTAINERS: Add self as i18n maintainer
13368 20000-05-21  H.J. Lu  (hjl@gnu.org)
13370         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13371         directory are used if they exist. Make sure
13372         $(build_tooldir)/include is searched for header files,
13373         $(build_tooldir)/lib/ for library files.
13374         (GCC_FOR_TARGET): Likewise.
13375         (CXX_FOR_TARGET): Likewise.
13377 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
13379         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13381 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
13383         * Makefile.in (configure-target-libiberty): Depend on
13384         configure-target-newlib.
13386 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
13388         * configure.in, Makefile.in: Merge all libffi-related
13389         configury stuff from the libgcj tree.
13391 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13393         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13394         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13396 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13398         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13399         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13400         current version information.  Add to proto-toplev directory.
13401         (gdb-taz): Build do-djunpack.
13403 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
13405         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13407 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13409         * MAINTAINERS: Add self to Write After Approval list.
13411 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13413         * ltmain.sh: Preserve in relink_command any environment
13414         variables that may affect the linker behavior.
13416 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
13418         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13420 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
13422         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13424 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13426         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13427         with the version name.
13429 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
13431         * MAINTAINERS: Add self as bb-reorder maintainer.
13433 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
13435         * config.if: Tweak.
13437 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
13439         * djunpack.bat: New file.
13441 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13443         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13444         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13445         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13446         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13448 2000-04-16  Dave Pitts  <dpitts@cozx.com>
13450         * config.sub (case $basic_machine): Change default for "ibm-*"
13451         to "openedition".
13453 2000-04-13  Andreas Jaeger  <aj@suse.de>
13455         * MAINTAINERS: Added myself.
13457 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13459         * Makefile.in (gdb-taz): New target.  GDB specific archive.
13460         (do-md5sum): New target.
13461         (MD5PROG): Define.
13462         (PACKAGE): Default to TOOL.
13463         (VER): Default to a shell script.
13464         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
13465         md5 checksum generation.
13466         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13467         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13468         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13469         insight.tar.bz2): Use gdb-taz to create archive.
13471 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13473         * configure (warn_cflags): Delete.
13475 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
13477         * MAINTAINERS: Added myself.
13479 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
13480             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
13482         * configure.in (enable_libstdcxx_v3): Add.
13483         (target_libs): Add bits here to switch between libstdc++-v2 and
13484         libstdc++-v3.
13485         * config.if: And this file too.
13486         * Makefile.in: Add libstdc++-v3 targets.
13488 2000-04-05  Michael Meissner  <meissner@redhat.com>
13490         * config.sub (d30v): Add d30v as a basic machine type.
13492 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
13494         * configure.in: -linux-gnu*, not -linux-gnu.
13496 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13498         * MAINTAINERS: Add self in write-after-approval section.
13500 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
13502         * MAINTAINERS: Add self as ia64 port maintainer.
13504 2000-03-08  Neil Booth  <NeilB@earthling.net>
13506         * MAINTAINERS: Add self in write-after-approval section.
13508 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13510         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13511         (do-tar-bz2): Replace TOOL with PACKAGE.
13512         (gdb.tar.bz2): Remove GDBTK from GDB package.
13513         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13514         dejagnu.tar.bz2): New packages.
13516 2000-02-27  Andreas Jaeger  <aj@suse.de>
13518         * configure.in: Add entry for mips*-*-linux*, move catch all
13519         *-*-*linux* entry below this one.
13521 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
13523         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13525 2000-02-24  Nick Clifton  <nickc@cygnus.com>
13527         * config.sub: Support an OS of "wince".
13529 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13531         * config.guess, config.sub: Updated to match config's 2000-02-15
13532         version.
13534 2000-02-23  Linas Vepstas  <linas@linas.org>
13536         * config.sub: Add support for Linux/IBM 370.
13537         * configure.in: Likewise.
13539 2000-02-22  Nick Clifton  <nickc@cygnus.com>
13541         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13543 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
13545         * config.guess: Guess "cygwin" rather than "cygwin32".
13547 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13549         * configure (gcc_version): When setting, narrow search to
13550         lines containing `version_string'.
13552 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13554         * config.sub: Add support for avr target.
13556 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13558         * MAINTAINERS: Add maintainers for MCore port.
13560 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13562         * config.sub: Add mmix-knuth-mmixware.
13564 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13566         * MAINTAINERS: Pair cccp with cpplib maintainership.
13568 2000-01-27  Christopher Faylor  <cgf@redhat.com>
13570         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13571         structure stuff to -L library search.
13572         (CXX_FOR_TARGET): Ditto.
13573         (CROSS_CHECK_MODULES): Fix spelling mistake.
13575 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13577         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13578         the C++ compiler.
13580 2000-01-12  Richard Henderson  <rth@cygnus.com>
13582         * configure.in: Don't build some bits for beos.
13584 2000-01-12  Joel Sherrill (joel@OARcorp.com)
13586         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13587         as include files.
13589 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
13591         * Add self as cpplib maintainer, as requested by Jason
13592         Merrill.  Correct my e-mail address.
13594 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
13596         * configure.in: Use mt-aix43 to handle *_TARGET defs,
13597         not mh-aix43.
13599 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
13601         * MAINTAINERS: Add myself to "write after approval" list.
13603 1999-12-14  Richard Henderson  <rth@cygnus.com>
13605         * config.guess (alpha-osf, alpha-linux): Detect ev67.
13606         * config.sub: Accept alphaev[78], alphaev8.
13608 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13610         * config.guess, config.sub: Update from autoconf.
13612 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13614         * MAINTAINERS:  update my playtime e-address.
13616 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13618         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13619         necessary libraries are missing.
13621 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
13623         * MAINTAINERS: Add new 'write after approval' maintainer.
13625 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13627         * MAINTAINERS: Add new Java maintainer.
13629 1999-10-25  Andreas Schwab  <schwab@suse.de>
13631         * configure: Fix quoting inside arguments of eval.
13633 1999-10-21  Nick Clifton  <nickc@cygnus.com>
13635         * config-ml.in: Allow suppression of some ARM multilibs.
13637 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
13639         * config.guess: Add OS/390 match pattern.
13640         * config.sub: Add mvs, openedition targets.
13641         * configure.in (i370-ibm-opened*): New.
13643 1999-09-04  Steve Chamberlain  <sac@pobox.com>
13645         * config.sub: Add support for configuring for pj.
13647 1999-08-31  Nick Clifton  <nickc@cygnus.com>
13649         * config.sub (maybe_os): Add support for configuring for fr30.
13651 1999-08-25  Nick Clifton  <nickc@cygnus.com>
13653         * configure.in: Do not configure or build ld for AIX
13654         platforms.  ld is known to be broken on these platforms.
13656 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13658         * config-ml.in: Pass compiler flag corresponding to multidirs to
13659         subdir configures.
13661 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
13663         * Makefile.in (LDFLAGS): Define.
13665 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
13667         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13668         noconfigdirs.
13669         (*-*-cygwin*): Likewise.
13671 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
13673         * mkdep: New file.
13674         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13675         (BINUTILS_SUPPORT_DIRS): Add mkdep.
13677         From Eli Zaretskii <eliz@is.elta.co.il>:
13678         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13679         long file name when using DJGPP on MS-DOS.
13681 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
13683         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13685 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
13687         * Makefile.in (check-target-libio): Remove all-target-libstdc++
13688         dependency as this causes "make check" to globally "make all"
13690 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
13692         * configure.in (target_libs): Added target-zlib.
13693         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13694         (CONFIGURE_TARGET_MODULES): Likewise.
13695         (CHECK_TARGET_MODULES): Likewise.
13696         (INSTALL_TARGET_MODULES): Likewise.
13697         (CLEAN_TARGET_MODULES): Likewise.
13698         (configure-target-zlib): New target.
13699         (all-target-zlib): Likewise.
13700         (all-target-libjava): Depend on all-target-zlib.
13701         (configure-target-libjava): Depend on configure-target-zlib.
13703         * Makefile.in (configure-target-libjava): Depend on
13704         configure-target-newlib.
13705         (configure-target-boehm-gc): New target.
13706         (configure-target-qthreads): New target.
13708         * configure.in (target_libs): Added target-qthreads.
13709         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13710         (CONFIGURE_TARGET_MODULES): Likewise.
13711         (CHECK_TARGET_MODULES): Likewise.
13712         (INSTALL_TARGET_MODULES): Likewise.
13713         (CLEAN_TARGET_MODULES): Likewise.
13714         (all-target-qthreads): New target.
13715         (configure-target-libjava): Depend on configure-target-qthreads.
13716         (all-target-libjava): Depend on all-target-qthreads.
13718         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13719         (CONFIGURE_TARGET_MODULES): Likewise.
13720         (CHECK_TARGET_MODULES): Likewise.
13721         (INSTALL_TARGET_MODULES): Likewise.
13722         (CLEAN_TARGET_MODULES): Likewise.
13723         (all-target-libjava): New target.
13724         (all-target-boehm-gc): Likewise.
13725         * configure.in (target_libs): Added libjava, boehm-gc.
13727 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
13729         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13730         configure.bat in SUPPORT_FILES.
13731         (gas+binutils.tar.bz2): Likewise.
13733         * makeall.bat: Remove; obsolete.
13735 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
13737         From Mark Elbrecht:
13738         * configure.bat: Remove; obsolete.
13740 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
13742         * configure: Add -W -Wall to the default CFLAGS when compiling with
13743         gcc.
13745 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
13747         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13749 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
13751         * configure.in: Build ld on IRIX6.
13753 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
13755         * Makefile.in: Change distribution targets to use bzip2 instead of
13756         gzip.
13757         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13758         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13760 1999-06-04  Nick Clifton  <nickc@cygnus.com>
13762         * config.sub: Add mcore target.
13764 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
13766         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13768 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
13770         * config.guess (dummy): Changed to $dummy.
13772 1999-05-24  Nick Clifton  <nickc@cygnus.com>
13774         * config.sub: Tidied up case statements.
13776 1999-05-22  Ben Elliston  <bje@cygnus.com>
13778         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13779         <jiro@din.or.jp>.
13781         * config.guess: Merge with FSF version. Future changes will be
13782         more accurately recorded in this ChangeLog.
13783         * config.sub: Likewise.
13785 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
13787          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13789 1999-04-30  Tom Tromey  <tromey@cygnus.com>
13791         * ltmain.sh: [mode link] Always use CC given by ltconfig.
13793 1999-04-23  Tom Tromey  <tromey@cygnus.com>
13795         * ltconfig, ltmain.sh: Update to libtool 1.2f.
13797 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
13799         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13800         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13801         Bad merge removed these two changes.
13803 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
13804                           Martin Heller (Ing.-Buero_Heller@t-online.de)
13806         * config.guess (interix Alpha): Add.
13808 1999-04-11  Richard Henderson  <rth@cygnus.com>
13810         * configure.in (i?86-*-beos*): Do config gperf; don't config
13811         gdb, newlib, or libgloss.
13813 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
13815         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13816         link a trivial program with -mabi=64.  If it fails, remove mabi=64
13817         from multidirs.
13819 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
13821         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13823 1999-04-08  Nick Clifton  <nickc@cygnus.com>
13825         * config.sub: Add support for mcore targets.
13827 1999-04-07  Michael Meissner  <meissner@cygnus.com>
13829         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13830         not mt-ospace, in order to shut up assembler warning about using
13831         symbols that are named the same as registers.
13833 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
13835         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13836         dependency list for all-target-cygmon.
13838 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
13840         * config-ml.in: Check $host, not $target, for selective multilibs.
13841         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13842         thumb interworking, and underscore prefix multilibs.
13844 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
13846         * missing: Update to version from current automake.
13848 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
13850         * configure (gxx_include_dir): Removed.
13852         * configure.in (gxx_include_dir): Handle it.
13853         * Makefile.in: Likewise.
13855 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
13857         * config.sub (mips64vr4111,mips64vr4111el) Add.
13859 1999-03-21  Ben Elliston  <bje@cygnus.com>
13861         * config.guess: Correct typo for detecting ELF on FreeBSD.
13863 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
13865         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13866         config/mh-djgpp.
13868 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
13870         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13871         all-target-newlib to dependency list for all-target-bsp.
13873 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13875         * config.sub: Add i386-uwin support.
13876         * config.guess: Likewise.
13878 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13880         * configure.in: cleanup, add mh-*pic handling for arm, special
13881         case powerpc*-*-aix*
13883 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13885         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13886         can be built.
13888 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13890         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13891         targets.
13893 1999-03-02  Nick Clifton  <nickc@cygnus.com>
13895         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13897 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13899         * config.sub: Check for "cygwin*" rather than "cygwin32*"
13901 1999-02-24  Nick Clifton  <nickc@cygnus.com>
13903         * config.sub: Fix typo in arm recognition.
13905 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13907         * configure.in (noconfigdirs): Changed target_configdirs to
13908         include target-bsp only for m68k-*-elf* and m68k-*-coff*
13909         rather than m68k-*-* since it is not known to work on
13910         m68k-aout. Ditto for arm-*-*oabi.
13912 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13914         * configure.in (*-*-windows*): Remove, no longer used.
13916 1999-02-19  Ben Elliston <bje@cygnus.com>
13918         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13919         Smart and improved by Andrew Cagney.
13921 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13923         * config.guess: Recognize openbsd-*-hppa.
13925 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13927         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13928         only if it is not empty.
13930 1999-02-17  Nick Clifton  <nickc@cygnus.com>
13932         Patch from: Scott Bambrough <scottb@corelcomputer.com>
13934         * config.guess: Modified to recognize uname's armv* syntax.
13936         * config.sub: Modified to recognize uname's armv* syntax.
13938 1999-02-17  Mark Salter  <msalter@cygnus.com>
13940         * configure.in: Added target-bsp for sparclite.
13942 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
13944         * config.sub: Recognize alphapca5[67] and up to alphaev8.
13946 1999-02-08  Nick Clifton  <nickc@cygnus.com>
13948         * configure.in: Add support for strongarm port.
13949         * config.sub: Add support for strongarm target.
13951 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13953         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13954         the old name config/mh-cygwin32.
13955         Enable texinfo.
13957 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
13959         * configure.in: Do build ld for ix86 Solaris.
13961 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
13963         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
13964         $AR_FOR_TARGET.  Likewise for RANLIB.
13966 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
13968         * config.sub (oabi):  Recognize.
13969         * configure.in (arm-*-oabi):  Handle.
13971 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
13973         * config.guess: Improve detection of i686 on UnixWare 7.
13975 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13977         * config.guess: Add support for i386-pc-interix.
13978         * config.sub: Likewise.
13979         * configure.in: Likewise.
13981 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13983         * Makefile.in: Remove unneeded all-target-libio from
13984         from all-target-winsup target since it is now unneeded.
13985         Add all-target-libtermcap in its place since it is now
13986         needed.
13988 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13990         * configure.in: makefile stub for cygwin target is probably
13991         unnecessary.  Remove it for now.
13993 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13995         * configure.in: libtermcap.a should be built when cygwin is the
13996         target as well as the host.
13997         * config.guess: Allow mixed case in cygwin uname output.
13998         * Makefile.in: Add libtermcap target.
14000 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
14002         * config.sub: Clean up handling of hppa2.0.
14004 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
14006         * config.guess: Use C code to identify more HP machines.
14008 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
14010         * config.sub: Handle hppa2.0.
14012 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
14014         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
14015         cygmon for all sparclite targets, regardless of object format.
14017 1998-12-15  Mark Salter  <msalter@cygnus.com>
14019         * configure.in: Added target-bsp for several target architectures.
14021         * Makefile.in: Added rules for bsp.
14023 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
14025         * config.guess: Improve detection of hppa2.0 processors.
14027 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
14029         * config.guess: Recognize FreeBSD using ELF automatically.
14031 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
14033         * configure (skip-this-dir): Add handling for new shell script, which
14034         might be created by a sub-directory's configure to indicate, this particular
14035         directory is "unwanted".
14036         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14038 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
14040         * ltconfig: import from libtool, after changing libtool to
14041         account for the cygwin name change.
14043 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
14045         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14046         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14048 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
14050         * configure.in: Add libtermcap to list of cygwin dependencies.
14052 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
14054         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14055         they include winsup/include when it's a cygwin target.
14057 1998-11-12  Tom Tromey  <tromey@cygnus.com>
14059         * configure.in (host_tools): Added zip.
14060         * Makefile.in (all-target-libjava): Depend on all-zip.
14061         (all-zip): New target.
14062         (ALL_MODULES): Added all-zip.
14063         (NATIVE_CHECK_MODULES): Added check-zip.
14064         (INSTALL_MODULES): Added install-zip.
14065         (CLEAN_MODULES): Added clean-zip.
14067 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
14069         * Makefile.in: lose "32" from comment about cygwin.
14071 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
14073         * configure.in: Use -Os to build target libraries for the fr30.
14075 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
14077         * config.sub: Add fr30.
14079 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
14081         * configure.in: drop "32" from config/mh-cygwin32.  Check
14082         cygwin* instead of cygwin32*.
14083         * config.sub: Check cygwin* instead of cygwin32*.
14085 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
14087         * config.guess: Match any version of Unixware7.
14089 1998-10-20  Syd Polk  <spolk@cygnus.com>
14091         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14092         if desired.
14094 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
14096         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14097         these if the appropriate directories and files to not exist.
14099 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
14101         * Makefile.in (DEVO_SUPPORT): Add config.if.
14103 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14105         * configure: Add pattern to replace "build_tooldir"'s
14106         definition in the generated Makefile with "tooldir"'s
14107         actual value.
14109 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
14111         * config.sub: Bring back lost sparcv9.
14113         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14115 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
14117         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14118         CC_FOR_TARGET and friends.
14120 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
14122         * Makefile.in (build_tooldir): New variable, same as tooldir.
14123         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14124         -B$(build_tooldir)/bin/.
14125         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14127 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14129         * README: Remove installation instructions and refer to the
14130         INSTALL directory instead.
14132 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
14134         * config.sub: Add support for i[34567]86-pc-udk.
14135         * configure.in: Likewise.
14137 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
14139         * Makefile.in: add bzip2 package building bits for user
14140         tools module
14141         * configure.in: ditto
14143 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
14145         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14146         (ALL_TARGET_MODULES): Add all-target-libobjc.
14147         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14148         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14149         (all-target-libchill): Add dependencies.
14150         * configure.in (target_libs): Add libchill.
14152 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
14154         * configure.in (target_subdir): Remove duplicate line.
14156 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
14158         * Makefile.in (all-automake): fix dependencies.
14160 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
14162         * configure.in: Minor cleanups for building in the $(target_alias)
14163         subdir.
14165 1998-09-22  Jim Wilson  <wilson@cygnus.com>
14167         * Makefile.in (bootstrap): Set r and s before make all.  Use
14168         BASE_FLAGS_TO_PASS in make all.
14169         (cross): Likewise.
14171 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
14173         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14175 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
14177         * config.sub: Fix typo in last change.
14179 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14181         * config.sub: Add support for C4x target.
14182         * configure.in: Likewise.
14184 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
14186         * config.sub: Recognize sparcv9 just like sparc64.
14188 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
14190         * config.guess: Match "Pent II" or "PentII" for OpenServer.
14192 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
14194         * config.guess: Correctly identify Pentium II sco boxes.
14196         * config.guess: Fix "tr" code.  From Weiwen Liu.
14198 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
14200         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14201         stabs.
14203 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
14205         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14206         (ALL_TARGET_MODULES): Add all-target-libchill.
14207         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14208         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14209         (all-target-libchill): Add dependencies.
14210         * configure.in (target_libs): Add libchill.
14212 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14214         * config.guess: Avoid assumptions about "tr" behaves when
14215         LANG is set to something other than English.
14217 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
14219         * configure (gxx_include_dir): Changed to
14220         '${prefix}/include/g++'-${libstdcxx_interface}.
14222         * config.if: New to determine the interfaces.
14224 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
14226         * config.guess: Detect and handle MPE/IX.
14227         * config.sub: Deal with MPE/IX.
14229 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
14231         * configure.in: Use mh-aix43.
14233 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
14235         * configure: Fix --without/--disable cases for gxx-include-dir.
14237 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
14239         * mdata-sh:  Imported.  Needed for automake support.
14241 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
14243         * Makefile.in (taz): Try "chmod -R og=u ." before
14244         "chmod og=u `find . -print`".
14246 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
14248         * configure.in: Add arm-elf and thumb-elf support.
14250 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
14252         * Makefile.in: Undo previous patch.
14254 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
14256         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14257         to here ...
14258         (install-no-fixedincludes): and here
14259         (INSTALL_MODULES): ... from here.
14261 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14263         * config.sub: Merge with FSF.
14265         * config.guess: Merge with FSF.
14267 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
14269         * configure (extraconfigdirs): New variable.
14270         (SUBDIRS): Add extraconfigdirs and recurse on them too.
14271         * Makefile.in (all): Move higher in file.
14272         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14273         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14274         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14275         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14276         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14278 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
14280         * Makefile.in (all-target-libjava): Depend on all-gcc and
14281         all-target-newlib.
14282         (configure-target-libjava): Depend on $(ALL_GCC).
14284 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
14286         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14287         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14289 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
14291         * INSTALL/README: Fix typo.
14293 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14295         * ylwrap: Change absolute path checks to check for DOS style path
14296         names.
14298         * ylwrap: Don't use a full path name if the source file is in the
14299         same directory.  From hjl@lucon.org (H.J. Lu).
14301         * config-ml.in: Default to being verbose, to match Feb 18 change to
14302         configure.
14304 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
14306         Brought over from egcs:
14308         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14310         * configure.in (target_subdir): Set to ${target_alias} instead
14311         of "libraries".
14313         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14315         * configure.in (target_subdir): Set to libraries if enable_multilib.
14317 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
14319         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14320         multilibs, force reconfiguration the first time we create
14321         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14323 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
14325         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14326         avoid confusion with --no-recursion.
14328 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
14330         * configure.in: Win32 hosts shouldn't use install -x
14331         * install-sh: remove -x option, and special .exe-handling
14332         hack.
14334 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
14336         * config.guess: Recognize i586-pc-beos.
14337         * configure.in: Don't build some bits for beos.
14339 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14341         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14342         CFLAGS default to -O2.
14344         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14345         when using GNU ld.
14347 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
14349         * ltmain.sh: Correct install when using a different shell.
14351 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14353         * ltconfig, ltmain.sh: Update to libtool 1.2b.
14355 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
14357         * makefile.vms: Update to build binutils/makefile.vms.  Add install
14358         target.
14360 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
14362         * ltconfig: Update to correct AIX handling.
14364 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14366         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14368         * configure.in (target_subdir): Set to ${target_alias} instead
14369         of "libraries".
14371 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
14373         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14374         (Makefile): Depend on $(gcc_version_trigger).
14376         * configure (gcc_version): Change default initializer to empty
14377         string.
14378         (gcc_version_trigger): New variable; pass this variable down
14379         to subdir configures to enable them checking gcc's version
14380         themselves. Emit make macros for both gcc_version vars.
14381         (topsrcdir): Initialize reliably.
14382         (recursion line): Remove --with-gcc-version=${gcc_version}.
14384 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14386         * configure (enable_version_specific_runtime_libs): Implement new flag
14387         --enable-version-specific-runtime-libs which installs C++ runtime stuff
14388         in $(libsubdir); emit definition in each generated Makefile.
14389         (gxx_include_dir): Initialize depending on
14390         $enable_version_specific_runtime_libs.
14392 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14394         * configure (gcc_version): Initialize properly depending on
14395         how and where configure is started.
14396         (recursion line): Pass a --with-gcc-version=${gcc_version}
14397         to configures in subdirs.
14399 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
14401         * configure.in (noconfigdirs): Add configure pattern for mips tx39
14402         cygmon
14404 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
14406         * configure.in: Add cygmon and libstub support for mn10200.
14408 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
14410         * configure (gcc_version): Add new variable describing the
14411         particular gcc version we're building.
14412         * Makefile.in (libsubdir): Add new macro for the directory
14413         in which the compiler finds executables, libraries, etc.
14414         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14415         and libsubdir.
14417 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14419         * Makefile.in (local-clean): Remove *.log.
14420         (warning.log): Built with warn_summary from build.log.
14421         (mail-report.log): Run test_summary.
14422         (mail-report-with-warnings.log): Run test_summary including
14423         warning.log in the report.
14425 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
14427         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14429 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
14431         * Makefile.in (grep): Grep no longer depends on libiberty.
14433 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
14435         * Makefile.in: all-snavigator needs all-libgui.
14437 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
14439         * configure.in: Add cygmon and libstub support for mn10300.
14441 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
14443         * missing: Update to version from automake 1.3.
14445         * ltmain.sh: On installation, don't get confused if the same name
14446         appears more than once in the list of library names.
14448 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14450         * config.sub: Accept m68060 and m5200 as CPU names.
14452 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
14454         * configure: Use && rather than using -a in test, because odd
14455         strings can confuse test.
14456         * configure.in: Likewise.
14458 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14460         * ltconfig, ltmain.sh: Bring in Visual C++ support.
14462 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14464         * Makefile.in (boostrap2-lean, bootstrap3-lean,
14465         bootstrap4-lean): New targets.
14467 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
14469         * mpw-* Delete.  Not used.
14471 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
14473         * COPYING.LIB: Update FSF address.
14475 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
14477         * ltconfig, ltmain.sh: Update to libtool 1.2a.
14479         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14480         GAS_SUPPORT_DIRS.
14482 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
14484         * ltconfig, ltmain.sh: Avoid producing a version number if
14485         -version-info was not used.
14487 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14489         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14490         building with newlib.
14492 1998-04-30  Paul Eggert  <eggert@twinsun.com>
14494         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14495         Solaris `make' causes it to continue to next definition.
14497 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14499         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14500         the right GUI libraries and files are installed along with GDB.
14502 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14504         * configure.in: Change alpha to alpha* in several places.
14506 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
14508         * config.sub: Recognize sparc86x.
14510 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
14512         * configure.in (--enable-target-optspace): Remove debug echo.
14514 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
14516         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14518 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14520         * ltconfig: Update cygwin32 support.
14522         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14523         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14524         (GDB_SUPPORT_DIRS): Likewise.
14526 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
14528         * configure.in (target_makefile_frag): If --enable-target-optspace,
14529         use -Os to compile target libraries rather than -O2.  Default to
14530         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14531         not used.
14532         * configure.in (target_cflags): Ditto for d30v.
14534 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
14536         * Makefile.in (all-bfd): Depend on all-intl.
14537         (all-binutils): Likewise.
14538         (all-gas): Likewise.
14539         (all-gprof): Likewise.
14540         (all-ld): Likewise.
14542 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14544         * configure.in (host_tools): Fix typo, lbtool -> libtool.
14546 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14548         * Makefile.in (all-bfd): Depend upon all-libiberty.
14550         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14552 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14554         * Makefile.in: Add libstub.
14556         * configure.in: Ditto. Build libstub for targets that have cygmon
14557         support.
14559 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14561         * configure.in: Don't set PICFLAG on ix86-cygwin32.
14563 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14565         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14566         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14568 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14570         * configure: Define DEFAULT_M4 by searching PATH.
14571         * Makfile.in: Use DEFAULT_M4.
14573 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14575         * ltconfig: Add cygwin32 support.
14577         * Makefile.in, configure.in: Add libtool as a native only directory
14578         to configure and build.
14580 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14582         * Makefile.in (INSTALL_MODULES): Remove texinfo.
14584 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
14586         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14588 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
14590         * Makefile.in: add ash make rules
14591         * configure.in: add ash to native_only and host_tools lists
14593 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
14595         * Makefile.in (all-gettext, all-intl): New targets.
14596         (ALL_MODULES): Added all-gettext, all-intl.
14597         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14598         (INSTALL_MODULES): Added install-gettext, install-intl.
14599         (CLEAN_MODULES): Added clean-gettext, clean-intl.
14601         * configure.in (host_tools): Added gettext.
14602         (native_only): Likewise.
14603         (noconfigdirs) [various cases]: Likewise.
14604         (host_libs): Added intl.
14606 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
14608         * configure: Do not disable building gdbtk for cygwin32 hosts.
14610 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
14612         * configure.in: Add thumb-coff target.
14613         * config.sub: Add thumb-coff target.
14615 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14617         * Makefile.in: Revert yesterday's change.
14618         (all-target-winsup):  all-target-librx stays out of here.
14620 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14622         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14623         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14624         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14625         Remove references to librx and libg++.
14627 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
14629         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14630         recursive makes
14632 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
14634         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14635         for newlib directory.
14636         (CXX_FOR_TARGET): Likewise.
14638 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
14640         * ltconfig: Update after libtool/ltconfig.in change for
14641         hpux11.
14643 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
14645         * ltconfig, ltmain.sh: Update to libtool 1.2.
14647 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14649         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14650         (install-gcc-cross): Instead, override LANGUAGES here.
14652 1998-03-18  Dave Love  <d.love@dl.ac.uk>
14654         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14655         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14657 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
14659         * configure.in: Add Thumb-pe target.
14661 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
14663         * Makefile.in - changed sn targets to snavigator
14664         * configure.in - changed sn targets to snavigator
14666 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14668         * config-ml.in: After building symlink tree call make distclean
14669         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14670         to be the case for libiberty.
14672 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
14674         * configure: When making link, also check the current
14675         directory. The configure scripts may create one.
14677 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
14679         * config.sub: Accept alphapca56 and alphaev6 properly.
14681 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14683         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14685 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14687         * config.sub (sco5): Fix typo.
14689 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
14691         * Makefile.in (INSTALL_MODULES): Move install-tcl before
14692         install-itcl.
14693         (install-itcl): Remove dependency on install-tcl.
14695 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
14697         * configure.in: Remove libgloss from noconfigdirs for MN10300.
14699 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
14701         * configure.in: Don't build libgui for a cygwin32 target when not on
14702         a cygwin32 host.
14704 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14706         * configure (redirect): Set to null, so default behavior of
14707         configure is now --verbose.
14709 1998-02-16  Dave Love  <d.love@dl.ac.uk>
14711         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14712         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14714 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
14716         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14717         this change to sync Makefile.in with its ChangeLog entries.
14719 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
14721         * ltmain.sh (mkdir): Check that the directory doesn't exist
14722         before we exit with error, so that we don't get races during
14723         parallel builds.
14725 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14727         * ltconfig, ltmain.sh: Update from libtool 1.0i.
14729 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14731         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14732         PICFLAG_FOR_TARGET.
14733         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14735         * configure: Emit a definition for the new macro enable_shared
14736         into each Makefile.
14738 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14740         * configure.in (host_tools, native_only): Add libtool.
14742 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
14744         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14745         Fix typo in ming config comment.
14747 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14749         * ltconfig, ltmain.sh: Update from libtool 1.0h.
14751 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
14753         * config.sub: Add tic30 cases, and map c30 to tic30.
14755 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
14757         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14758         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14759         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14760         (CLEAN_TARGET_MODULES): Similarly
14761         (all-target-libf2c): Add dependences.
14762         * configure.in (target_libs): Add libf2c.
14764 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
14766         * configure.in: Remove expect from noconfigdirs when target
14767         is cygwin32.  OK to build expect and dejagnu with Canadian
14768         Cross.
14770 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
14772         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14773         host.
14775         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14776         and mingw32.
14778 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14780         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14781         here as it is not defined in the toplevel Makefile.
14783 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14785         * configure (package_makefile_rules_frag): New variable, which names
14786         a file with generic rules, ...
14787         Change comment to mention we now have FIVE parts.
14788         * configure: Undo last change.
14790 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
14792         * config.guess: More accurate determination of HP processor types.
14793         * config.sub: More accurate determination of HP processor types.
14795 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14797         * configure (package_makefile_frag): Move inserting the
14798         ${package_makefile_frag} to where it should be according
14799         to the comment.
14801 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
14803         * config.guess: Add support for Linux/ARM.
14805 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
14807         * .cvsignore: Remove *-info and *-install since they match
14808         release-info and mpw-install, which we don't want to just ignore.
14810 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
14812         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14814 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
14816         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14817         local_prefix to sub-make invocations.
14819 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
14821         * configure.in: Check makefile fragments in the source
14822         directory.
14824 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14826         * configure.in: Check whether host and target makefile
14827         fragments exist before adding them to *_makefile_frag.
14829 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
14831         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14833 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
14835         * configure.in: Make sure we only replace RPATH_ENVVAR on
14836         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14837         regexp to sed.
14839         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14840         to sub-makes.
14842 1998-01-13  Lee Iverson   (leei@ai.sri.com)
14844         * config-ml.in (multi-do): LDFLAGS must include multilib
14845         designator.
14847 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
14849         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14851 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
14853         * config.sub: Add mingw32 support.
14854         * configure.in: Likewise.
14856 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14858         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14860 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
14862         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14863         * configure (gxx_include_dir): Provide a definition for subdirs
14864         which do not use autoconf.
14866 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
14868         * config.guess: Sync with egcs.  Picks up new alpha support,
14869         BeOS & some additional linux support.
14871 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
14873         * config.guess: HP 9000/803 is a PA1.1 machine.
14875 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14877         * configure.in: It's alpha*-...
14879 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14881         * configure.in (host_makefile_frag, target_makefile_frag):
14882         Handle multiple config files.
14883         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14884         alpha-*-*.
14886 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14888         * mkdep: New file.
14890 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14892         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14894 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14896         * Makefile.in: Add libgui directory.
14897         (GDB_TK): Add all-libgui.
14898         * configure.in: Add libgui directory.
14899         * configure: Add all-libgui to GDB_TK.
14901 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14903         * config-ml.in (multidirs): Add m32r to multilib list.
14905 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14907         * Makefile.in (all-target-gperf): Change dependency to
14908         all-target-libstdc++.
14910 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14912         * config.guess: Add BeOS support.
14914 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14916         Source directory cvs renamed to cvssrc:
14917         * configure.in (host_tools): Change cvs to cvssrc.
14918         (native_only): Likewise.
14919         (noconfigdirs) [various cases]: Likewise.
14920         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14921         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14922         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14923         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14924         (all-cvssrc): Rename target from all-cvs.
14926 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14928         * configure (gxx_include_dir): Fix thinko.
14930 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14932         * Makefile.in (INSTALL_TARGET_CROSS): Define.
14933         (install-cross, install-gcc-cross): New targets.
14935 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
14937         * configure.in (noconfigdirs): Add support for Thumb target.
14939         * config.sub (maybe_os): Add support for Thumb target.
14941 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
14943         * Makefile.in: Add rules for cygmon.
14945         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14947 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
14949         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14950         * configure (gxx_include_dir): Provide a definition for subdirs
14951         which do not use autoconf.
14953 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
14955         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14956         11/18/97 build
14958 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
14960         * From Franz Sirl.
14961         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14962         found on RedHat Linux systems.
14964 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
14966         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14967         guesses.
14969 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
14971         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14973 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14975         * ltmain.sh: If mkdir fails, check whether the directory was created
14976         anyhow by some other process.
14978 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14980         * configure.in (d30v-*-*): Configure all directories.
14982 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14984         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14985         for the D30V.
14987 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14989         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14991 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14993         * include/libiberty.h: Add extern "C" { so it can be used with C++
14994         progrms.
14995         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14996         programs.
14998 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
15000         * configure.in (d30v-*-*): Configure GCC now.
15002 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
15004         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
15005         is no longer needed.
15007 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
15009         * Makefile.in: check-target-libio depends on all-target-libstdc++.
15011 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
15013         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
15014         targets using "$@" to provide support for similar but not identical
15015         targets without having to duplicate code.
15017 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
15019         * makefile.vms: Fix to work with DEC C.
15021 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
15023         * config.sub: Add mips-tx39-elf to marketing names.
15025 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
15027         * ltmain.sh: Handle symlinks in generated script.
15029 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
15031         * configure: Handle autoconf style directory options: --bindir,
15032         --datadir, --includedir, --infodir, --libdir, --libexecdir,
15033         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
15034         --sysconfdir.
15035         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15036         (sharedstatedir, localstatedir, oldincludedir): New variables.
15037         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15038         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15039         sbindir, sharedstatedir, and sysconfdir.
15041 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15043         * Makefile.in (bootstrap-lean): New target.
15045 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
15047         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
15048         sn, and gnuserv from noconfigdirs.
15050 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
15052         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15054 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
15056         * Makefile.in (cross): New target.
15058 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
15059                           Jeff Law         <law@cygnus.com>
15061         * Makefile.in (bootstrap2, bootstrap3): New targets.
15062         (all-bootstrap): Remove outdated and confusing target.
15063         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15065 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15067         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15068         windows.  Consistent with gdb/configure.
15070 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
15072         * configure.in: Name Linux target fragment.
15074         * configure: Rewrite so that project Makefile fragment is inserted
15075         first and appears last in the resulting Makefile.
15077 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15079         * Makefile.in (install-itcl): Install tcl first.
15081 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
15083         * configure.in: remove bison from noconfigdirs for Cygwin32 host
15085 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15087         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15089         * configure.in (skipdirs): Add target-librx for Linux.
15090         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15092 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
15094         * Makefile.in (bootstrap): New target.
15096 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
15098         * config.sub: Accept 'amigados' for backward compatibility.
15100 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
15102         * config.guess: Merge with FSF.
15104 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
15106         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15108 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
15110         * config.sub: Add "marketing-names" patch.
15112 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
15114         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15116 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
15118         * config.sub: Handle v850-elf.
15120 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
15122         * .cvsignore (*-install): Remove.
15124 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
15126         * ltconfig: Set CONFIG_SHELL in libtool.
15127         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15129 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15131         * configure.in (target_subdir): Set to libraries if enable_multilib.
15133 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
15135         * config.guess: Update from gcc directory.
15137 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15139         * Makefile.in (all-sim): Depends on all-readline.
15141 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
15143         * Makefile.in (BISON, YACC): Use $$s.
15144         (all-bison): Depend on all-texinfo.
15146 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
15148         * Makefile.in (BISON): Add -L flag.
15149         (YACC): Likewise.
15151 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15153         * configure.in (noconfigdirs): Add support for v850e target.
15155         * config.sub (maybe_os): Add support for v850e target.
15157 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15159         * configure.in (noconfigdirs): Add support for v850ea target.
15161         * config.sub (maybe_os): Add support for v850ea target.
15163 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
15165         * config.sub: Add mipstx39.  Delete r3900.
15167 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15169         * Makefile.in (all-autoconf): Depends on all-texinfo.
15171 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
15173         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15174         eabi targets.
15176 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
15178         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15180         * configure: When handling a Canadian Cross, handle YACC as well as
15181         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
15182         * Makefile.in (all-bison): Depend upon all-texinfo.
15184 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
15186         * Makefile.in (BISON): bison, not byacc or bison -y.
15187         (YACC): bison -y or byacc or yacc.
15188         (various): Add *-bison as appropriate.
15189         (taz): No need to mess with BISON anymore.
15191 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
15193         * configure: If OSTYPE matches *win32*, try to find a good value for
15194         CONFIG_SHELL.
15196 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
15198         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15199         configure.in if it is present.
15201 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
15203         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15205 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
15207         * config.sub: Recognize `arc' cpu.
15208         * configure.in: Likewise.
15209         * config-ml.in: Likewise.
15211 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
15213         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15215 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
15217         * configure: Changed sed delimiter from ':' to '|' when
15218         attempting to substitute ${config_shell} for SHELL. On
15219         NT ${config_shell} may contain a ':' in it.
15221 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
15223         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15225 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
15227         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15229 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15231         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15233         * ylwrap: If the program is a relative path, force it to be
15234         absolute.
15236 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15238         * configure (tooldir): Set BISON to `bison -y' and not just bison.
15240 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15242         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15243         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15244         for libraries.
15246 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
15248         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15249         separated by spaces.
15251 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
15253         * ylwrap: New file.
15254         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15256         * ltmain.sh: Handle /bin/sh at start of install program.
15258         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15260         * ltconfig, ltmain.sh: New files, from libtool 1.0.
15261         * missing: New file, from automake 1.2.
15263 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
15265         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
15266         check-tk to CHECK_X11_MODULES.
15268 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15270         * config.sub: Merge with FSF.
15272 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15274         * config.guess: Merge with FSF.
15276 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15278         * configure: Treat msdosdjgpp like go32.
15279         * configure.in: Likewise.  Don't remove gprof for go32.
15281         * configure: Change Makefile.tem2 to Makefile.tm2.
15283 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
15285         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15287 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15289         * install-sh (chmodcmd): Set to null if the DST directory already
15290         exists.  Same as Nov 11th change.
15292 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
15294         * configure (GDB_TK): Needs itcl and tix.
15296 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
15298         * config.guess: Update from FSF.
15300 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
15302         * Makefile.in (GDB_TK): Depend on itcl and tix.
15304 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15306         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15307         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15308         (INSTALL_SCRIPT): New variable.
15309         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15310         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15311         to -x.
15312         * install-sh: Add support for -x option.
15314 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
15316         * configure.in, Makefile.in: Treat tix like itcl.
15318 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
15320         * Makefile.in (WINDRES): New variable.
15321         (WINDRES_FOR_TARGET): New variable.
15322         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15323         (EXTRA_HOST_FLAGS): Add WINDRES.
15324         (EXTRA_TARGET_FLAGS): Add WINDRES.
15325         (EXTRA_GCC_FLAGS): Add WINDRES.
15326         ($(DO_X)): Pass down WINDRES.
15327         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15328         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15329         DLLTOOL_FOR_TARGET.
15331 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
15333         * configure.in: configure sim before gdb for win32-x-ppc
15335 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15337         Move gperf into the toplevel, from libg++.
15338         * configure.in (target_tools): Add target-gperf.
15339         (native_only): Add target-gperf.
15340         * Makefile.in (all-target-gperf): New target, depend on
15341         all-target-libg++.
15342         (configure-target-gperf): Empty rule.
15343         (ALL_TARGET_MODULES): Add all-target-gperf.
15344         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15345         (CHECK_TARGET_MODULES): Add check-target-gperf.
15346         (INSTALL_TARGET_MODULES): Add install-target-gperf.
15347         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15349 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
15351         * config.sub (mn10200): Recognize new basic machine.
15353 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15355         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15356         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15358 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15360         * configure.in: If we're building mips-sgi-irix6* native, turn on
15361         ENABLE_MULTILIB and set TARGET_SUBDIR.
15363 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
15365         * Makefile.in (all-sn): Depend on all-grep.
15367 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
15369         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15371         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15372         Makefile.  From Jeff Makey <jeff@cts.com>.
15373         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15375         * Makefile.in (DISTBISONFILES): Remove.
15376         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
15377         $(DEFAULT_YACC).
15379         * configure.in: Build itl, db, sn, etc., when building for native
15380         cygwin32.
15382         * Makefile.in (LD): New variable.
15383         (EXTRA_HOST_FLAGS): Pass down LD.
15384         ($(DO_X)): Likewise.
15386 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
15388         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15390 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
15392         * configure.in (targargs): Strip out any supplied --build argument
15393         before adding our own. Always add --build.
15395 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
15397         * configure.in (targargs): Pass --build if we're doing
15398         a cross-compile.
15400 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
15402         * configure: Use '|' instead of ":" as the separator in
15403         sed. Otherwise sed chokes on NT path names with drive
15404         designators. Also look for "?:*" as the leading characters in an
15405         absolute pathname.
15407 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
15409         * config.sub: Support for r3900.
15411 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15413         * configure.in: Use install-sh, not install.sh.
15415 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15417         * Makefile.in (taz): Improve check for BISON so it doesn't try to
15418         apply it twice.
15420 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15422         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15423         install-binutils.
15425 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
15427         * Makefile.in: Add automake targets.
15428         * configure.in (host_tools): Add automake.
15430 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15432         * configure: Default CXX to c++, not gcc.
15433         * Makefile.in (CXX): Set to c++, not gcc.
15434         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15436 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
15438         * install-sh: try appending a .exe if source file doesn't
15439         exist
15441 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
15443         * configure.in: Turn on multilib by default.
15444         (cross_only): Remove target-libiberty.
15446         * Makefile.in (all-gcc): Don't depend on libiberty.
15448 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
15450         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15452 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15454         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15455         (DISTBISONFILES): Add ld/Makefile.in
15457 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
15459         * configure.in: if target is cygwin32 but host isn't cygwin32,
15460         don't configure gdb tcl tk expect, not just gdb.
15462 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
15464         * configure.in: Added gnuserv everywhere sn appears.
15466         * Makefile.in (ALL_MODULES): Added all-gnuserv.
15467         (CROSS_CHECK_MODULES): Added check-gnuserv.
15468         (INSTALL_MODULES): Added install-gnuserv.
15469         (CLEAN_MODULES): Added clean-gnuserv.
15470         (all-gnuserv): New target.
15472 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
15474         * config.guess: Fixes for MIPS OpenBSD systems.
15476 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15478         * Makefile.in (INSTALL_XFORM): Remove.
15479         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15481         * mkinstalldirs: New file, copied from automake.
15482         * Makefile.in (installdirs): Rename from install-dirs.  Use
15483         mkinstalldirs.  Change all users.
15484         (DEVO_SUPPORT): Add mkinstalldirs.
15486 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15488         * install-sh: Rename from install.sh.
15489         * Makefile.in (INSTALL): Change install.sh to install-sh.
15490         (DEVO_SUPPORT): Likewise.
15492         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
15493         Graichen <graichen@rzpd.de>.
15495 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
15497         * config.guess: Recognize OpenBSD systems correctly.
15499 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15501         * README, Makefile.in (ETC_SUPPORT): Remove references to
15502         cfg-paper*, configure.{texi,man,info*}._
15504 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
15506         * Makefile.in (all.normal): Ensure that gcc is built after all
15507         the x11 - ie gdb - targets.
15509 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
15511         * makefile.vms: Don't run conf-a-gas.
15513 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
15515         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15517 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
15519         * configure.in: Remove noconfigdirs case since gdb also
15520         configures and builds for tic80-coff.
15522 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15524         * configure: Set cache_file to config.cache.
15525         * Makefile.in (local-distclean): Remove config.cache.
15527 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15529         * COPYING: Update FSF address.
15531 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
15533         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15534         noconfigdirs.
15536 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15538         * Makefile.in (install-dirs): Don't crash if prefix, and hence
15539         MAKEDIRS, is empty.
15541 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15543         * config.sub: Tweak mn10300 entry.
15545 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15547         * configure.in (host_tools): Put sim before gdb, so gdb's
15548         configure.tgt can determine if the simulator was configured.
15550 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15552         * config.sub: Move BeOS $os case to be with other Cygnus
15553         local cases.
15555 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15557         * config.sub: Remove misplaced comment that broke Linux.
15559 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15561         * config.sub: Add BeOS support.
15563 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15565         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15567 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15569         * configure.in (noconfigdirs): Remove tcl and tk from
15570         noconfigdirs for cygwin32 builds.
15572 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15574         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15576 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15578         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15579         make-all.com, use makefile.vms instead.
15581 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15583         * config.sub: Accept -lnews*.
15585 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
15587         * configure.in (noconfigdirs): Disable target-newlib,
15588         target-examples and target-libiberty for d30v.
15590 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15592         * configure.in (noconfigdirs): Enable ld for d30v.
15594 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
15596         * configure.in (tic80-*-*): Build compiler.
15598 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
15600         * configure.in (d30v-*): Remove sim directory from list of
15601         unsupported d30v directories
15603 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15605         * config.sub, configure.in: Add d30v target cpu.
15607 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
15609         * makefile.vms: New file.
15610         * make-all.com: Remove.
15612 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
15614         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15616 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
15618         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15620 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
15622         * Makefile.in (ALL_MODULES): Added all-db.
15623         (CROSS_CHECK_MODULES): Addec check-db.
15624         (INSTALL_MODULES): Added install-db.
15625         (CLEAN_MODULES): Added clean-db.
15627 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
15629         * config.guess: Merge with latest FSF sources.
15631 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
15633         * Makefile.in (ALL_MODULES): Added all-itcl.
15634         (CROSS_CHECK_MODULES): Added check-itcl.
15635         (INSTALL_MODULES): Added install-itcl.
15636         (CLEAN_MODULES): Added clean-itcl.
15638 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
15640         * configure.in: build gdb for mn10200
15642 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
15644         * Makefile.in (all-target-winsup): Depend on all-target-libio.
15646 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
15648         * configure.in (tic80-*-*): Turn off most targets right now.
15650 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
15652         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15653         rather than the makeinfo program.
15654         (do-info): Depend upon all-texinfo.
15656 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15658         * configure.in: Remove uses of config/mh-linux.
15660         * config.sub, config.guess: Merge with latest FSF sources.
15662 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
15664         * config.sub (case $basic_machine): Add tic80 entries.
15666 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
15668         * config.sub, config.guess: Merge with latest FSF sources.
15670 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15672         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15673         * mpw-config.in: Test for NewFolderRecursive.
15674         * mpw-install: Use symbolic name for startup filename.
15675         * mpw-README: Add various additional details.
15677 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
15679         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15681 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
15683         * configure.in: Do build gcc and the target libraries for
15684         the mn10200.
15686 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
15688         * configure.in: don't avoid building gdb for mn10300 any more
15689         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15690         instead of single-quoting it.
15692 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
15694         * configure.in: Don't use --with-stabs on IRIX 6.
15696 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
15698         * configure.in (m32r): Build gdb, libg++ now.
15700 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15702         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
15703         directories from noconfigdirs.
15705 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
15707         * config.sub (basic_machine): added mips16 configuration
15709 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15711         * config.sub: Handle d10v-unknown.
15713 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
15715         * config.sub: Handle v850-unknown.
15717 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
15719         * Makefile.in: add findutils
15720         * configure.in: add findutils to list of host_tools
15722 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
15724         * config.sub: Handle mn10200 and mn10300.
15726 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15728         * configure.in (d10v-*): Do not build librx.
15730 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
15732         * configure.in (mn10300): Build everything except gdb & libgloss.
15734 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
15736         * config.guess:  Patch for Dansk Data Elektronik servers,
15737         from Niels Skou Olsen <nso@dde.dk>.
15739         For ncr, use /bin/uname rather than uname, since GNU uname does not
15740         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
15742         Patch for MIPS R4000 running System V,
15743         from Eric S. Raymond <esr@snark.thyrsus.com>.
15745         Fix thinko for nextstep.
15747         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15749         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
15750         * config.guess: Guess mips-dec-mach_bsd4.3.
15752         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
15753         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
15754         release numbers.
15755         * config.guess (mips-mips-riscos*):  Emit just enough of the
15756         release number.
15758         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
15759         * config.guess (sparc-auspex-sunos*):  Added.
15760         (f300-fujitsu-*): Added.
15762         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
15763         * config.guess:  Recognize a Tadpole as a sparc.
15765 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15767         * config.guess: Don't assume that NextStep version is either 2 or
15768         3.  NextStep 4 (aka OpenStep 4) has come out now.
15770 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15772         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15773         From Rik Faith <faith@cs.unc.edu>.
15775 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
15777         * config.sub: Contributions from bug-gnu-utils to:
15778         Support plain "hppa" (no version given) architecture, reported by
15779         OpenStep.
15780         OpenBSD like NetBSD.
15781         LynxOs is not a hardware supplier.
15783         * config.guess: Contributions from bug-gnu-utils to add support for:
15784         OpenBSD like NetBSD.
15785         Stratus systems.
15786         More Pyramid systems.
15787         i[n>4]86 Intel chips.
15788         M680[n>4]0 Motorola chips.
15789         Use unknown instead of lynx for hardware manufacturer.
15791 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15793         * install.sh (chmodcmd): Set to null if the DST directory already
15794         exists.
15796 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15798         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15799         not use mt-ppc target Makefile fragment any more.
15801 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15803         * configure.in (*-*-windows):  Exclude everything but those dirs
15804         needed to build windows.
15806 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
15808         * Makefile.in (all-target-winsup): Depend on all-target-librx.
15810 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15812         * configure.in:  Exclude mmalloc from i386-windows.
15814 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15816         * Undo my previous change.
15818 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
15820         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15821         unconditionally.
15822         (MAKEOVERRIDES): Define (revert this part of October 18 change).
15824 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15826         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
15827         host to add it's own flags.
15829 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
15831         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15833 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
15835         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15836         (CXX_FOR_TARGET): Likewise.
15837         (GCC_FOR_TARGET): Define.
15838         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15839         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15840         CC_FOR_TARGET was specified on the command line.
15841         (MAKEOVERRIDES): Don't define.
15843 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
15845         * configure.in (m32r): Fix spelling of libg++ libs.
15847 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
15849         * config.sub (-apple*): Remove, now redundant.
15851 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
15853         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15855         * configure: Rework yesterday's sed script patch.
15857         * config.sub: Merge with FSF.
15859 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
15861         * config.guess:  Merge from FSF.
15863         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
15864         * config.guess: Use pc instead of unknown, for pc clone systems.
15865         Change linux to linux-gnu.
15867         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15868         * config.guess: Avoid non-portable tr syntax.
15870 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
15872         * test-build.mk (HOLES): Add "xargs" for gdb.
15874         * configure: Avoid hpux10.20 sed bug.
15876 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15878         * configure.in:  Add support for windows host
15879         (that is a build done under the Microsoft build environment).
15881 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15883         * Makefile.in: Replace all uses of srcroot with s, to shrink
15884         command line lengths.
15886         Patches from Geoffrey Noer <noer@cygnus.com>:
15887         * configure.in: If configuring for newlib, pass --with-newlib to
15888         subdirectories.
15889         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15890         -Bnewlib/ and -Lwinsup to gcc.
15891         (CXX_FOR_TARGET): Likewise.
15893 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15895         * Makefile.in (ETC_SUPPORT): Add configure.
15897 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15899         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15900         host configuration file.
15902 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15904         * configure.in: Break mn10x00 support into separate
15905         mn10200 and mn10300 configurations.
15906         * config.sub: Likewise.
15908 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15910         * configure.in: Add lots of stuff to noconfigdirs for
15911         the mn10x00 targets.
15913         * config.sub, configure.in: Add mn10x00 support.
15915 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15917         * make-all.com: Call conf-a-gas, not config-a-gas.
15919 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15921         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15922         targets.
15924 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15926         * mpw-README: Add much more detail for native PowerMac.
15927         * mpw-install: New file.
15928         * mpw-configure: Add --norecursion and --help options.
15929         * mpw-config.in: Translate readme and install files when
15930         copying to objdir.
15931         * mpw-build.in: Don't always depend on byacc and flex.
15932         (install-only-top): New action.
15934 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
15936         * configure.in:  You can now configure GDB for the v850.
15938 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
15940         * configure.in (noconfigdirs): Don't configure any C++ dirs
15941         if targeting D10V.
15943 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15945         * config.sub: Recognize mips64vr5000.
15947 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
15949         * configure.in: Use a single line for host_tools and native_only.
15951 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
15953         * config.sub, configure.in: Add entries for m32r.
15955 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
15957         * Makefile.in (inet-install): Don't run install-gzip.
15959 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
15961         * configure.in:  Don't config lots of things for *-*-windows*.
15963 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
15965         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15966         (host_libs, host_tools): Copy from configure.in.
15967         * mpw-configure: Don't complain about directories not found.
15969 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15971         * configure.in (i[345]86): Recognize i686 for pentium pro.
15972         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15973         file.
15975         * config.guess (i[345]86): Ditto.
15977 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15979         * configure.in (noconfigdirs): Removed gdb for D10V.
15981 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15983         * configure.in: Remove ld, target-libio, target-libg++, and
15984         target-libstdc++ from noconfigdirs.
15986 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15988         * configure: Fix three locations where shell scripts were
15989         being run directly rather than with config_shell.
15991 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15993         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15994         * config.sub (basic_machine): Recognize v850.
15996 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15998         * mpw-configure: Handle multiple enable/disable options and
15999         pass them down recursively, handle -c and -s flags appropriately
16000         depending on choice of compiler, add escape mechanism for
16001         quoted arguments to gC.
16003 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16005         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
16006         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
16007         so that -mrelocatable-lib and -mno-eabi are used.
16009         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
16010         not support --print-multi-lib, don't abort.
16012 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
16014         * make-all.com: Run config-a-gas.
16015         * setup.com: Don't copy subdirectory files around.
16017 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
16019         * configure.in (*-*-ose): Remove exclusion of libgloss for this
16020         target, it now compiles correctly.
16022 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
16024         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
16026 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16028         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16030 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16032         * configure.in (native_only): Add prms.
16034 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
16036         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16037         (BINUTILS_SUPPORT_DIRS): Likewise.
16039 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16041         * configure.in (d10v-*-*): Don't configure ld or gdb until the
16042         d10v support is added.
16044 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16046         * configure.in (d10v-*-*): New target.
16048 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
16050         * config.guess (HP 9000/811): Recognize this as a PA1.1
16051         machine.
16053 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
16055         * Makefile.in (do-tar-gz): New target, split out from tail end of
16056         taz target.  Run each command separately, don't use pipes.
16057         (taz): Use it.
16059 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
16061         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
16062         * mpw-build.in: No builds should depend on building byacc or flex,
16063         they are assumed to be installed already.
16065 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16067         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16068         variable that CC_FOR_TARGET needs.
16070 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16072         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16073         options have changed since the last time the subdirectory was
16074         configured, and if it has, reconfigure.
16075         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16076         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16078 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
16080         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16081         CLEAN_MODULES): Add bash.
16082         (all-bash): New target.
16084 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
16086         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16088 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16090         * config.sub (basic_machine): Recognize d10v as a valid processor.
16092 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
16094         * mpw-configure: Add support for --bindir.
16095         * mpw-build.in: Use a GCC-specific build script for GCC actions.
16097 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
16099         * configure.in: add bash, time, gawk to list of hosttools and things
16100         to only build for native toolchains
16102 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16104         * Makefile.in (docdir): Remove.
16106 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16108         * Makefile.in (datadir): Set to $(prefix)/share.
16110 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
16112         * configure.in: build diff and patch for cygwin32-hosted
16113         toolchains.
16115 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
16117         * config.sub: Accept -rtems*.
16119 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
16121         * configure.in: enable dosrel for cygwin32-hosted builds,
16122                 remove diff from the list of things not buildable
16123                 via Canadian Cross
16125 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
16127         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16128         don't get ". ".
16130 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
16132         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16134 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
16136         * Makefile.in (taz): Handle case where tex3patch didn't even get
16137         checked out.  Also, if it was found, put the symlink in a new util
16138         subdirectory.
16140 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16142         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16144 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
16146         * config.sub: Recognize -openvms.
16147         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16148         * make-all.com, setup.com: New files.
16150 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16152         * Makefile.in (taz): tex3patch moved to texinfo/util.
16154 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
16156         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16157         * configure.in: remove make from disable-if-Can-Cross list
16158                 enable gdb if ${host} and ${target} are cygwin32
16160 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
16162         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
16163         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16165 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16167         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
16168         distinguish sysv/svr4/bsd variants.
16169         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16171 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
16173         * configure.in: Added copyright notice.
16174         * move-if-change: Added copyright notice.
16176 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16178         * configure.in (powerpcle-*-solaris*): Until we get shared
16179         libraries working, don't build gdb, sim, make, tcl, tk, or
16180         expect.
16182 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
16184         * config.guess:  Merge with FSF:
16186         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16187         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16189         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
16190         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16192         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
16193         * config.guess:  Combine two OSF1 rules.
16194         Also recognize field test versions.  From mjr@zk3.dec.com.
16195         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
16196         because GNU uname does not support -p.  From pmr@pajato.com.
16198 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
16200         * Makefile.in (MAKEDIRS): Removed $(tooldir).
16202 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
16204         * mpw-README: Document GCCIncludes.
16206 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
16208         * configure.in (alpha-*-linux*): Set enable_shared to yes.
16210 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16212         * mpw-configure: Handle --enable-FOO and --disable-FOO.
16214 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
16216         * configure.in (*-*-cygwin32): Configure make.
16218 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
16220         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16222 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
16224         * Makefile.in (all-inet): Depend on all-perl.
16226         * Makefile.in (inet-install): New target.
16228         * Makefile.in (all-inet): Depend on all-tcl.
16229         (all-inet): Depend on all-send-pr.
16231 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16233         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16234         temporarily.
16236 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
16238         * configure.in: Don't configure --with-gnu-ld on AIX.
16240 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16242         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16244 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
16246         * Makefile.in (ALL_MODULES): Added all-inet.
16247         (CROSS_CHECK_MODULES): Added check-inet.
16248         (INSTALL_MODULES): Added install-inet.
16249         (CLEAN_MODULES): Added clean-inet.
16250         (all-indent): New target.
16252         * configure.in (host_tools): Added inet.
16253         (native_only): Added inet.
16254         (noconfigdirs): Added inet.
16256 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
16258         * configure.in: Don't configure libgloss if we are not configuring
16259         newlib.
16261 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
16263         * configure.in: Don't configure libgloss for unsupported
16264         architectures.
16266 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16268         * Makefile.in (CLEAN_MODULES): Add clean-apache.
16270 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
16272         * Makefile.in (ALL_MODULES): Include all-apache.
16273         (CROSS_CHECK_MODULES): Include check-apache.
16274         (INSTALL_MODULES): Include install-apache.
16275         (all-apache): New target.
16277         * configure.in: Added apache everywhere perl is seen.
16279 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16281         * Makefile.in: Add support for clean-{module} and
16282         clean-target-{module} rules.
16284 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
16286         * configure.in (*-*-ose) do not build libgloss.
16288 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16290         * config.guess (prep*:SunOS:5.*:*): Turn into
16291         powerpele-unknown-solaris2.
16293 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
16295         * configure.in: Permit --enable-shared to specify a list of
16296         directories.
16298 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16300         * configure.in (host==solaris): Pass only the first word of $CC
16301         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16303 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16305         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16307 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
16309         * Makefile.in (ALL_MODULES): Include all-perl.
16310         (CROSS_CHECK_MODULES): Include check-perl.
16311         (INSTALL_MODULES): Include install-perl.
16312         (ALL_X11_MODULES): Include all-guile.
16313         (CHECK_X11_MODULES): Include check-guile.
16314         (INSTALL_X11_MODULES): Include install-guile.
16315         (all-perl): New target.
16316         (all-guile): New target.
16318         * configure.in (host_tools): Include perl and guile.
16319         (native_only): Include perl and guile.
16320         (noconfigdirs): Don't build guile and perl; no ports have been
16321         done.
16323 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
16325         * configure (--enable-*): Handle quoted option lists such as
16326         --enable-sim-cflags='-g0 -O' better.
16328 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16330         * Makefile.in ({,inst}all-target): New rule so we can make and
16331         install all of the target directories easily.
16333 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16335         * configure.in: Add missing global flag in sed substitution when
16336         deleting `target-' from ${configdirs}.
16338 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
16340         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16341         option.
16343         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16344         config/mh-necv4.
16346         * install.sh: Correct misspelling of transformbasename.
16348         * config.guess: Recognize mips-*-sysv*.
16350 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
16352         * config.sub: Recognize mon960.
16354 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
16356         * configure: Restore Canadian Cross handling of BISON and LEX,
16357         removed in Feb 20 change.
16359 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
16361         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16362         Mention make install.  Remove the old copyright date as well the
16363         clumsy and rather pointless copyright on the README file.
16365 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16367         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16368         Makefile after running symlink-tree, then run `make distclean' to
16369         avoid clobbering any generated files in srcdir.
16371 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
16373         * configure.in (m68k-*-netbsd*): Build everything now.
16375 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16377         * Makefile.in (taz): Fix quoting.
16379 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
16381         * configure.in (sparclet-*-*): Build everything now.
16383 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16385         * configure.in (m68k-*-linux*): New host.
16387 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
16389         * configure: Check for bison before byacc.
16391 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
16393         * Makefile.in configure:  Change the way LEX and BISON/YACC are
16394         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
16395         searching PATH.  These are used as fallbacks by Makefile.in if
16396         flex/bison/byacc aren't in objdir.
16398 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
16400         * Makefile.in: Make everything which depends upon all-bfd also
16401         depend upon all-opcodes, in case --with-commonbfdlib is used.
16403 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16405         * configure.in (host *-*-cygwin32): Don't build gdb if we are
16406         building NT native compilers on Unix.
16408 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
16410         * configure.in: Don't get CC from the host Makefile fragment if we
16411         can find gcc in PATH, or if this is a Canadian Cross.  Move the
16412         Solaris test for /usr/ucb/cc to the post target script, just after
16413         the compiler sanity test.
16415 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
16417         * config.sub: Merge with FSF.
16419 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
16421         * Makefile.in (RPATH_ENVVAR): New variable.
16422         (REALLY_SET_LIB_PATH): Use it.
16423         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16425 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
16427         * config.sub, configure.in: Recognize sparclet cpu.
16429 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16431         * config.guess:  Support m68k-cbm-sysv4.
16433 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16435         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16436         m68k-unknown-linuxaout from linker help string.  Put quotes around
16437         $ld_help_string.
16439 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
16441         * config.guess (powerpc-harris-powerunix): Add guess for port
16442         to new target.
16444 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16446         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16448 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
16450         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16451         $(REALLY_SET_LIB_PATH) in Makefile.
16452         * Makefile.in (SET_LIB_PATH): New variable.
16453         (REALLY_SET_LIB_PATH): New variable.
16454         ($(DO_X)): Use $(SET_LIB_PATH).
16455         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16456         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16457         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16458         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16459         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16460         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16461         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16462         (install-dosrel): Likewise.
16463         (all-opcodes): Depend upon all-libiberty.
16465 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16467         * config.guess (*:CYGWIN*): New
16469 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16471         * Makefile.in (all-target-winsup): All all-target-libiberty.
16473 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16475         * configure.in (noconfigdirs): Add missing # in front of comment.
16477 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
16479         * configure.in: add second pass to things added to noconfigdirs
16480         so *-gm-magic can exclude libgloss properly.
16482 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
16484         * mpw-configure (extralibs_name, rez_name): Set correctly
16485         for MWC68K compiler.
16487         * mpw-README: Add more info on the necessary build tools.
16489 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16491         * configure.in, config.sub: Recognize cygwin32.
16493 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
16495         * config.guess, config.sub: Recognize A/UX.
16497 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
16499         * config.sub: Merge with gcc/config.sub.
16501 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
16503         * mpw-build.in (do-binutils): Add build of stamps.
16505 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
16507         * config.sub: Add recognition for mips64vr4100*-* targets.
16509 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16511         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16512         Add creation of gconfigargs with `--enable-shared' turned on.
16513         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16514         ($(host)-stamp-stage3-configured): Likewise.
16515         (HOLES): Add chatr and ldd.
16516         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16518 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
16520         * configure: Pass --nfp to recursive configures.
16522 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16524         * Makefile.in (DLLTOOL): New.
16525         (DLLTOOL_FOR_TARGET): New.
16526         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16527         (EXTRA_TARGET_FLAGS): Ditto.
16528         (EXTRA_GCC_FLAGS): Ditto.
16529         (CONFIGURE_TARGET_MODULES): Ditto.
16530         (DO_X): Ditto.
16531         * configure: Add DLLTOOL.
16533 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
16535         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16536         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16537         mh-sco, since old workarounds no longer needed, and don't
16538         build ld, since libraries have weak symbols in COFF.
16540 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16542         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16544 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16546         * configure.in: Make sure that ${CC} can be used to compile an
16547         executable.
16549 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16551         * Makefile.in (all-gdb): Depend on $(GDB_TK).
16552         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16553         nothing depending on whether gdbtk is being built.
16555 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16557         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16559 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16561         * configure.in (noconfigdirs): Put ld or gas in this early, if the
16562         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16564 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16566         * config-ml.in: Add support for
16567         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16568         Simplify setting of multidirs from --disable-foo.
16570 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16572         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16573         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16574         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16575         non-empty, pass them on to the  GCC make.
16576         (all-bootstrap): New rule that is like all-gcc, except it executes
16577         the GCC bootstrap rule instead of the GCC all rule.
16579 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16581         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16583 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16585         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16586         DG/UX support.
16588 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
16590         * config.sub (i*86*) Change [345] to [3456]
16592 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16594         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16595         --with-gnu-ld=no.
16597 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16599         * config-ml.in (rs6000*, powerpc*): Add switches to control which
16600         AIX multilibs get built.
16602 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16604         * configure.in (i386-win32): Don't build expect if we're not
16605         building the tcl subdir.
16607 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
16609         * Makefile.in: (configure-target-examples, all-target-examples):
16610         New targets, configure and build example programs.
16612 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
16614         * mpw-configure: If an mpw-config.in generated a file mk.sed,
16615         use it as input to sedit the generated MPW makefile.
16616         * mpw-README: Add a suggestion about Gestalt.h.
16618 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
16620         * config.sub: Accept *-*-ieee*.
16622 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
16624         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
16625         Ronald F. Guilmette <rfg@monkeys.com>.
16627 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16629         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16630         for powerpc-pe native.
16631         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16632         (target==powerpc-pe): duplicate i386-win32 entry.
16634 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16636         * configure.in (noconfigdirs): Exclude target-newlib for all versions
16637         of vxworks, not just vxworks5.1.
16639 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
16641         * mpw-configure: Add support for exec-prefix.
16643 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16645         * config.guess: Recognize HP model 816 machines as having
16646         a PA1.1 processor.
16648 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16650         * configure: Ignore new autoconf configure options.
16652 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16654         * config.guess:  Recognize Pentium under SCO.
16655         From Robert Lipe <robertl@arnet.com>.
16657 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16659         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16661 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
16663         * configure.in: Don't configure gas for alpha-dec-osf*.
16665 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
16667         * configure.in: Default to --with-stabs for some targets for which
16668         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16669         i[345]86*-*-unixware*.
16671 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16673         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16674         rather than basing it on the target.  Simplify handling of options
16675         controlling which directories to configure.  Remove extraneous
16676         slash in multi-clean target.
16678 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
16680         * config-ml.in: Prefix more variables with ml_ so they don't collide
16681         with configure's.
16683 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
16685         * configure: Don't turn -v into --v.
16687 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
16689         * configure.in (targargs): Fix typo.
16691         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16693 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
16695         * configure.in: Strip --host and --target options from
16696         CONFIG_ARGUMENTS, and always configure for --host only.  Add
16697         --with-cross-host option when building with a cross-compiler.
16698         * configure: Canonicalize the arguments put into config.status by
16699         always using `=' for an option with an argument.  Pass a presumed
16700         --host or --target explicitly.
16702 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
16704         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16705         into general OS recognition case.
16707 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16709         * configure.in (target_configdirs): add target-winsup only
16710         for win32 target systems.
16712 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
16714         * Makefile.in (all-target-libgloss): Depend upon
16715         configure-target-newlib, since when libgloss is built it looks to
16716         see if the newlib directory exists.
16718 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
16720         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16721         cfg-ml-*.in.
16723 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
16725         * configure: Handle LD and LD_FOR_TARGET when configuring a
16726         Canadian Cross.
16728 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16730         * configure.in (target_libs): add target-winsup.
16731         (target==i386-win32): add patch diff flex make to $noconfigdirs.
16732         (target==ppcle-pe): remove ld from $noconfigdirs.
16734 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
16736         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16737         Preserve relative path names in $srcdir.  Build symlink tree if
16738         configuring cross target dir and srcdir=. (= no VPATH support).
16739         (configure-target-libg++): Depend on configure-target-librx.
16740         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16741         * config-ml.in: New file.
16742         * symlink-tree: New file.
16743         * configure: Ensure srcdir="." if that's what it is.
16745 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
16747         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16748         includes and FLEX_SKELETON setting.
16749         * mpw-configure (--with-gnu-ld): New option, controls whether
16750         to use PPCLink or ld with PowerMac GCC.
16751         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16752         * mpw-config.in: Configure grez if targeting Mac.
16754         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16755         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16756         just macos.
16757         * configure.in: Configure grez resource compiler if targeting Mac.
16758         * Makefile.in (all-grez, install-grez): New targets.
16760 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
16762         * configure: CXX defaults to gcc, not g++.  If we find
16763         gcc in the path, set CC to gcc -O2.
16765 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
16767         * configure: Default ${build} correctly.  Avoid picking up extra
16768         spaces when reading CC and CXX from Makefile.  When doing a
16769         Canadian Cross, use plausible default values for numerous
16770         variables.
16771         * configure.in: When doing a Canadian Cross, don't try to
16772         configure tools whose configure script can't handle it.
16774 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16776         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16778 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16780         * configure:  Remove dubious bug reporting address.
16782 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16784         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
16785         configure script, run that instead of this directory's configure.
16786         In either case, print a message that we're configuring the sub-dir.
16788 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16790         * configure.in: Before checking for the existence of various files,
16791         use sed to filter out "target-".
16793 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16795         * Makefile.in (DO_X): Split rule to decrease command line length
16796         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
16797         (Philippe De Muyter).
16799 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16801         * Makefile.in (all-patch): depend on all-libiberty.
16803 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
16805         * configure.in: If the only directory in target_configdirs which
16806         actually exists is libiberty, then set target_configdirs to empty,
16807         to avoid trying to build a target libiberty in a gas or gdb
16808         distribution.
16810 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
16812         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16813         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16814         systems.
16816 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16818         * configure.in (copy_dirs): Use sys-include instead of include
16819         for --with-headers option.
16821 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
16823         * Makefile.in, configure.in: Make winsup builds work with
16824         new scheme.
16826 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
16828         * configure.in: Build the linker on AIX.
16830 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16832         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
16833         where needed.
16835 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
16837         * Makefile.in (all-gcc): Fix typo.
16839 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16841         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
16843 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16845         * configure.in:  Rename libFOO to target-libFOO, and xiberty
16846         to target-xiberty, to provide more flexibility.
16847         (target_subdir):  Define.  Create if cross.
16848         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16849         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
16850         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16851         check-libFOO -> check-target-libFOO, etc.
16852         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16853         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16854         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16855         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
16856         allow ALL_GCC="" to only configure.
16857         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
16858         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
16859         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
16861 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
16863         * Makefile.in (taz): Build "info" in etc explicitly.
16865 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
16867         * configure.in:  Make sure that CC is undefined (as opposed to
16868         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
16869         problem with autoconf trying to configure on a host without GCC.
16871 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16873         * mpw-configure: Set host alias from choice of host compiler,
16874         only use generic MPW Makefile sed if present, edit a file
16875         named "hacked_Makefile.in" instead of "Makefile.in" if present.
16876         * mpw-README: Add problem notes about CW6 and CW7.
16878 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16880         * Makefile.in (taz): Use ";" instead of ";;".
16882 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16884         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16885         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16886         DISTDOCDIRS.
16887         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16888         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16890 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16892         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16893         and gnats, because they are now subsumed by DISTSTUFFDIRS.
16894         Move bfd to DISTSTUFFDIRS.
16896 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16898         * Makefile.in (X11_LIB): Removed.
16899         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16901         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16903 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16905         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16906         names.
16908 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16910         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16912 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16914         * configure.in (i[345]86-*-win32): Always build newlib.
16915         Don't configure cvs, autoconf or texinfo.
16916         * Makefile.in (LD_FOR_TARGET): New.
16917         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16918         Pass down LD_FOR_TARGET.
16920 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16922         * winsup: New directory.
16923         * Makefile.in: Build winsup.
16924         * configure.in: Winsup is configured when target is win32.
16925         Can only build win32 target GDB when native.
16927 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16929         * config.guess: Recognize HP model 819 machines as having
16930         a PA 1.1 processor.
16932 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16934         * configure: Fix sed loop which substitutes for CC and CXX to
16935         avoid bug found in various sed implementations.
16937 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16939         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16940         simulator.  Use standard powerpc-*-eabi*.
16942 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16944         * configure.in: Stop putting gas and binutils in noconfigdirs for
16945         powerpc-*-aix* and rs6000-*-*.
16947 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
16949         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16950         -mcall-aixdesc libraries.
16952 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
16954         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16956         * config.sub (arm | armel | armeb): Fix shell syntax.
16958 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16960         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16961         -msoft-float and -mcpu=common support.
16962         (powerpc*-*-eabisim*): Add support for building -mcall-aix
16963         libraries.
16965 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16967         * configure.in: Allow configuration and build of emacs19 for the alpha.
16969 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16971         * configure.in (CC): Get ^CC, not just any old CC, from
16972         ${host_makefile_frag}.
16974 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16976         * configure.in (CC): Try to get CC from
16977         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16979 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16981         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16982         only if it exists in $(srcdir).
16984 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16986         * configure: If CC and CXX are not set in the environment, set
16987         them, based on either an existing Makefile or on searching for gcc
16988         in PATH.  Substitute for CC and CXX in Makefile.
16989         * configure.in: Remove libm from target_libs.  Separate
16990         target_configdirs from configdirs.  If CC is not set in
16991         environment, try to get it from a host Makefile fragment.  Rewrite
16992         changes of configdirs to use skipdirs instead.  A few minor
16993         tweaks.  Take directories out of target_configdirs as they are
16994         taken out of configdirs.  Remove existing Makefile files from
16995         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16996         CONFIG_ARGUMENTS in Makefile.
16997         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16998         by configure.in.
16999         (CONFIG_ARGUMENTS): Likewise.
17000         (CONFIGURE_TARGET_MODULES): New variable.
17001         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
17002         ($(CONFIGURE_TARGET_MODULES)): New target.
17003         (configure-libg++, configure-libio): New targets.
17004         (all-libg++): Depend upon configure-libg++.
17005         (all-libio): Depend upon configure-libio.
17006         (configure-libgloss, all-libgloss): New targets.
17007         (configure-libstdc++): New target.
17008         (all-libstdc++): Depend upon configure-libstdc++.
17009         (configure-librx, all-librx): New targets.
17010         (configure-newlib): New target.
17011         (all-newlib): Depend upon configure-newlib
17012         (configure-xiberty): New target.
17013         (all-xiberty): Depend upon configure-xiberty.
17015 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17017         * configure.in (host i[345]86-*-win32):  Expand the
17018         noconfigdirs again.
17020 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
17022         * mpw-configure: Fix sed command file name.
17024 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17026         * configure.in (host i[345]86-*-win32): Reduce the
17027         noconfigdirs again.
17029 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
17031         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17032         or powerpc*-*-pe*, since they are not yet supported.
17034 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17036         Add PowerMac support and many other enhancements.
17037         * mpw-configure: New option --cc to select compiler to use,
17038         paste options set according to --cc into the generated
17039         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17040         if mpw-make.sed is present.
17041         * mpw-config.in: Don't test for gC1, test for mpw-touch,
17042         add forward includes for PowerPC include files.
17043         * mpw-build.in: Build using Makefile.PPC if present.
17044         (do-byacc, etc): Remove separate version resource builds.
17045         (do-gas): Build "stamps" before "all".
17046         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
17047         * mpw-README: Update to reflect --cc option, PowerMac support,
17048         and recently-reported compatibility problems.
17050 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
17052         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
17053         embedded m68k systems (-aout, -coff, -elf, -vxworks).
17054         (--with-multilib-top): Pass to recursive invocations.
17056 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
17058         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17059         v810-*-*.
17061 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17063         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17064         gdb, ld and opcodes on v810-*-*.
17066 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17068         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17069         (local-maintainer-clean): New target.
17070         (maintainer-clean): New target.
17071         (realclean): Just depend upon maintainer-clean.
17073 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17075         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17077 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
17079         * configure.in: Build ld in mips*-*-bsd* case.
17081 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
17083         * config.sub: Accept -lites* OS.  From Ian Dall.
17085 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
17087         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17088         targets.
17090 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17092         * configure.in: treat i386-win32 canadian cross the same as
17093         i386-go32 canadian cross.
17095 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17097         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17098         running under the simulator to build a reduced set of libraries.
17099         (powerpc-*-eabiaix): Add fine grained multilib support added to
17100         other powerpc targets yesterday.
17102 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17104         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17105         -disable-softfloat, -disable-relocatable, -disable-aix, and
17106         -disable-sysv to control which multilib libraries get built.
17108 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17110         * configure: Add Makefile.tem to list of files to remove in trap
17111         handler.
17113 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17115         * config.guess (*Linux*):  Add missing "exit"s.
17116         Also, need specific check for alpha-unknown-linux (uses COFF).
17118 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17120         * config.guess:  Merge with FSF:
17122         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
17123         * config.guess (AIX4): More robust release numbering discovery.
17125         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
17126         * config.guess (i386-sequent-ptx): Properly get version number.
17128         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
17129         * config.guess (mips:*:4*:UMIPS): New case.
17131 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17133         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17134         (i386-win32 host): Likewise.  Don't build readline.
17136 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
17138         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
17139         SUPPORT_FILES to submakes.
17141 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
17143         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17144         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17145         mpw-configure.
17147 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
17149         * configure.in (appdirs): Use =, not ==, in test expression when
17150         trying to build the text to print in the warning message for
17151         Solaris users.
17153 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
17155         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17157 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17159         * config.guess: Recognize lynx-2.3.
17161 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
17163         * config.sub (z8ksim): Deleted
17164         (z8k-*-coff): New, this is the one true name of the target.
17166 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
17168         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17170 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
17172         * config.guess (*:Linux:*:*): First try asking the linker what the
17173         default object file format is (elf, aout, or coff).  Then if this
17174         fails, try previous methods.
17176 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17178         * configure.in: Don't build newlib for *-*-vxworks5.1.
17180 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17182         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17183         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17185 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
17187         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17189 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
17191         * cfg-ml-com.in: New file.
17192         * cfg-ml-pos.in: New file.
17194 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17196         * COPYING.NEWLIB: Add HP free copyright to list.
17198 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17200         * config.sub: Recognize -eabi* for the system, not just -eabi.
17202 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17204         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17205         * config.sub, configure.in (win32): New target and host.
17207 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17209         * configure.in: Add i386-pe configuration.
17211 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
17213         * mpw-build.in (install): Install GDB after LD.
17215 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
17217         * mpw-config.in (elf/mips.h): Always forward-include, needed
17218         for GDB to build.
17220 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17222         * testsuite: New directory for customer acceptance and whole tool
17223         chain tests.
17225 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17227         * configure: If per-host line isn't found, but AC_OUTPUT is found
17228         and a configure script exists, run it instead.
17230 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17232         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
17234 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17236         * configure: Set build_{cpu,vendor,os,alias} to host values when
17237         --build isn't specified.
17239 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17241         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17242         (FLAGS_TO_PASS): Pass them.
17243         (EXTRA_TARGET_FLAGS): Ditto.
17245 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17247         * Makefile.in (all-libg++): Depend on all-libstdc++.
17249 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17251         * configure.in (noconfigdirs): Enable all packages for
17252           i386-unknown-netbsd.
17254 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
17256         * configure.in (noconfigdirs): Don't configure tk for i386-go32
17257         hosted builds (DOS builds)
17259 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17261         Changes for ARM based on patches from Richard Earnshaw:
17262         * config.sub: Handle armeb and armel.
17263         * configure.in: Omit arm linker only for riscix.
17265 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17267         * config.guess:  Update from FSF.
17269 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
17271         * config.sub: Recognize powerpcle as the little endian variant of
17272         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
17273         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
17274         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
17275         temporarily.
17277 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
17279         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17281 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
17283         * config.sub: Accept -lites* as a basic system type.
17285 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
17287         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17288         installed, and if so return linuxoldld as the system name.
17290 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
17292         * config.guess: Add hppa1.1-hp-lites support.
17294 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17296         * configure.in: Don't build newlib for m68k-vxworks5.1.
17298 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17300         * configure.in (mips-sgi-irix6): Use mh-irix5.
17302 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
17304         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17306 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17308         * test-build.mk: Enable building of shared libraries on IRIX 5 and
17309         OSF/1.  Fix compiler flags.
17310         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
17312 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
17314         * configure.in: Recognize --with-newlib.
17315         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17317 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17319         * Makefile.in: move {all,check,install}-gdb from *_MODULES
17320         to *_X11_MODULES due to gdbtk needing X include files et al.
17322 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
17324         Merge in support for Mac MPW as a host.
17325         (Old change descriptions retained for informational value.)
17327         * mpw-config.in: Add generic include forwards for cpu-specific
17328         include files in aout and elf directories.
17330         * mpw-configure: Added copyright.
17331         * mpw-config.in: Check for presence of required build tools.
17332         (target_libs): Add newlib.
17333         (target_tools): Add examples.
17334         (Read Me): Generate as "Read Me for MPW" instead.
17335         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17336         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17337         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17339         * mpw-configure: Remove subdir-specific makefile hackery,
17340         delete mk.tmp after using it.
17342         * mpw-build.in (all): Display start and end times.
17344         * mpw-configure (host_canonical): Set.
17345         (target_cpu): Always add to makefiles.
17346         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17347         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17348         (mpw-mh-mpw): Look for in srcdir and srcroot.
17349         Use sed instead of mpw-edit-prefix to edit prefix definitions.
17351         * mpw-build.in: (install-only): New target.
17353         * mpw-configure (host_alias, target_alias): Rename from hostalias
17354         and targetalias, add into generated Makefile.
17355         (mk.tmp): If present, add into generated Makefile.
17356         * mpw-build.in (all-gas): Build config.h first before gas proper.
17358         * mpw-configure (config.status): Write only if changed.
17359         * mpw-config.in (readline): Configure it (not built, just used for
17360         definitions).
17362         * mpw-config.in (elf/mips.h): Add a forward include.
17364         * mpw-config.in: Forward-include most .h files in include into
17365         extra-include.
17366         (readline): Don't build.
17367         mpw-build.in (install): Install GDB.
17369         * mpw-configure (prefix, mpw_prefix): Handle it.
17370         * mpw-config.in (mmalloc, readline): Don't configure.
17371         * mpw-build.in (thisscript): Rename to ThisScript.
17372         Use mpw-build instead of BuildProgram everywhere.
17373         (mmalloc, readline): Don't build.
17374         * mpw-README: New file, basic documentation about the MPW port.
17376         * mpw-config.in: Use forward-include to create include files.
17378         * mpw-configure: Add more things to the top of each configured
17379         Makefile, including contents of config/mpw-mh-mpw.
17380         * mpw-config.in (extra-include): Create this directory and fill it
17381         with Posix-like include files when configuring.
17383         * config.sub (apple, mac, mpw): Add various aliases.
17385         * mpw-build.in: New file, top-level build script fragment for MPW.
17386         * mpw-configure: New file, configure script for MPW.
17387         * mpw-config.in: New file, config fragment for MPW.
17389 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17391         * configure.in (host_libs): Remove glob, since it is gone from the
17392         sources.
17394 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17396         * Makefile.in: define empty GDB_NLM_DEPS var.
17398         * configure.in(target_makefile_frag): use config/mt-netware
17399         for netware targets.
17401 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17403         * config.sub: Merge in recent FSF changes.  Remove linux special
17404         cases.
17406 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17408         Revert this change:
17410         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17412                 * build-all.mk: Use CC=cc -Xs on Solaris.
17414 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17416         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
17417         stop using it.
17418         * Makefile.in: Nuke all references to glob subdirectory.
17420 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17422         * configure.in: Fix --enable-shared logic in per-host.
17424 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17426         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17428 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17430         * configure.in (noconfigdirs): Don't build gas on AIX, for
17431         powerpc*-*-aix* as well as for rs6000*-*-aix*.
17433 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
17435         * configure: Fix --cache-file to work if the file argument is a
17436         relative path.
17438 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
17440         * configure: If the --cache-file is used, pass it down to
17441         configure in subdirectories.
17443 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
17445         * config.sub: add vxworks29k configuration.
17447 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17449         * Makefile.in (taz): Do "diststuff" part quietly.
17451 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17453         * config.sub: Mini-merge with gcc/config.sub.
17455 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17457         * config.guess (IRIX): Sed - to _.
17459 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17461         * Makefile.in (source-vault, binary-vault): New targets.
17463 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
17465         * config.sub: Recognize -eabi as a basic system type.
17467 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17469         * configure.in (enable_shared stuff): Fix typo.
17471 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
17473         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17475 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17477         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17479 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
17481         * configure.in (rs6000-*-*): Don't build gas.
17483 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
17485         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17486         reduce command line length.
17487         (AS_FOR_TARGET): Check for as.new, not Makefile.
17488         (NM_FOR_TARGET): Check for nm.new, not Makefile.
17490 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17492         * config.guess:  Merge from FSF.
17494 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17496         * configure: Don't use $ when handling program_suffix.
17498 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
17500         * configure.in:  Configure tk for hppa/hpux.
17502 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17504         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
17506 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17508         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
17509         to LIBCXXFLAGS.  Tests are better run without it.
17511 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
17513         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17515 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
17517         * configure.in (*-*-netware*): Don't configure xiberty.
17519 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
17521         * configure.in:  Remove tk from native_only list.
17523 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
17525         * build-all.mk: Add mips-ncd-elf target to sun4 targets
17526           for special NCD build.
17528 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17530         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17531         makeall.bat, they're only useful for binutils snapshots.
17532         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17533         makeall.bat to specified SUPPORT_FILES.
17535 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
17537         * build-all.mk: Add Ericsson targets to sun4 and solaris
17538           hosts.  Add  BNR's sun4 target to solaris host, so their
17539           build-from-source will be tested in-house first.
17541 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17543         * Makefile.in (LIBCFLAGS): New variable.
17544         (CFLAGS_FOR_TARGET): Ditto.
17545         (LIBCFLAGS_FOR_TARGET): Ditto.
17546         (LIBCXXFLAGS): Ditto.
17547         (CXXFLAGS_FOR_TARGET): Ditto.
17548         (LIBCXXFLAGS_FOR_TARGET): Ditto.
17549         (BASE_FLAGS_TO_PASS): Pass them.
17550         (EXTRA_TARGET_FLAGS): Ditto.
17552         * configure.in: Support --enable-shared.
17554 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17556         * configure.in (target_libs):  Include libstdc++ again.
17557         * config.guess:  Update from FSF (for FreeBSD).
17559 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17561         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17562         makeall.bat.
17563         (DISTDOCDIRS): Add `etc'.
17564         (ETC_SUPPORT_PFX): New variable.
17565         (taz): Include anything from etc starting with a word in
17566         ETC_SUPPORT_PFX.
17568 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17570         * config.sub: Update for recent FSF changes.  Remove obsolete
17571         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17572         spacing changes.
17574 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17576         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17578         * config.guess:  Merge with FSF.
17579         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17581 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17583         * configure: Since the "trap 0" handler will override the exit
17584         status on many systems, only use it for "exit 1", and make it set
17585         a non-zero exit status; reset it before "exit 0".  Also, check
17586         exit status of config.sub, and error out if it failed.
17588 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
17590         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17591         and install libgloss.
17593 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17595         * Makefile.in (all-binutils): Depend upon all-byacc.
17597         * configure.in: Don't build emacs on Irix 5.
17599 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17601         * configure.in (*-*-netware*): Add libio.
17603 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17605         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17606         (CHECK_TARGET_MODULES): Ditto.
17607         (INSTALL_TARGET_MODULES): Ditto.
17608         (TARGET_LIBS): Ditto.
17609         (all-libstdc++): Note dependencies.
17611 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17613         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17615 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17617         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17618         -fexternal-templates.
17620         * configure.in (target_libs): Add libstdc++.
17621         (noconfigdirs): Add libstdc++ as appropriate.
17623 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17625         * config.guess:  Update from FSF.
17627 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17629         * configure: Use ${config_shell} when running ${configsub}.
17631 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
17633         * config.sub: No longer recognize h8300h.
17635 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17637         * config.sub: Remove extraneous differences between config.sub and
17638         gcc/config.sub.
17640 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17642         * Makefile.in (DISTSTUFFDIRS): Add gas.
17644 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
17646         * COPYING.NEWLIB: New file.
17648 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17650         * config.guess (HP-UX):  Patch from Harlan Stenn
17651         <harlan@landmark.com> to also emit release level.
17653 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17655         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17657 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17659         * config.sub:  Merge nextstep cleanup from FSF.
17661 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17663         * configure.in (arm-*-*): Don't configure ld for this target.
17665 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17667         * configure.in (*-*-netware): don't configure libg++, libio,
17668           librx, or newlib.
17670 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17672         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
17673         configure ld--it works, but it doesn't support shared libraries.
17675 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17677         * config.guess (*-unknown-freebsd*):  Get rid of possible
17678         trailing "(Release)" in version string.
17679         Patch from Paul Richards <paul@isl.cf.ac.uk>.
17681 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17683         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17684         Fix type: *-next-neststep -> *-next-nextstep.
17686         * config.guess:  Merge from FSF:
17688         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
17690         * config.guess: Recognize powerpc-ibm-aix3.2.5.
17692         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
17694         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17695         instead of UNIX_SV for UnixWare 1.0).
17697 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
17699         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
17700         to make gdb/nlm/* build after the compiler and linker.
17702 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17704         * config.guess (netbsd, freebsd, linux):  Accept any machine,
17705         not just i[34]86.
17706         (m68k-atari-sysv4):  Relocate to match FSF version.
17708         * config.guess:  More merges from the FSF:
17710         Add a space before function call or macro invocation.
17712         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17714         * config.guess: Add trap cmd to remove dummy.c and dummy when
17715         interrupted.
17717         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17719         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17720         (dummy): Redirect stderr from compilation of dummy.c.
17722         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
17724         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17726 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
17728         * configure: Accept and ignore --cache*, for compatibility with
17729         new autoconf.
17731 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17733         * config.guess:  Merge from FSF:
17735         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17737         * config.guess (Pyramid*:OSx*:*:*): New case.
17738         (PATH): Add /.attbin at end for finding uname.
17739         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
17741         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
17743         * config.guess (M88*:DolphinOS:*:*): New case.
17745         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
17747         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17748         to select whether to use ELF or COFF.
17750         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17752         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17754         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
17756         * config.guess: Guess the OS version for HPUX.
17758         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
17760         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17762 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17764         * configure.in: Recognize --with-headers, --with-libs, and
17765         --without-newlib.
17766         * Makefile.in (all-xiberty): Depend upon all-ld.
17768 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17770         * configure.in: Change i[34]86 to i[345]86.
17772 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17774         * configure (version): A few more tweaks to help message.
17776 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17778         * Makefile.in:  Remove (for now) librx as a host library,
17779         now that we're building it for target.
17781 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17783         * configure: Fix up help message; from karl@owl.hq.ileaf.com
17784         (Karl Berry).
17786 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17788         * configure.in:  Also configure librx.
17790 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17792         * Makefile.in:  Update various rules to reflect that librx
17793         is now needed for libg++.
17795 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17797         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17799 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
17801         * configure.in: Configure the examples directory.
17803 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17805         * configure: Simplify Jun 2 1994 change.
17807 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17809         * change CC to /usr/latest/bin/gcc for lynx host builds, since
17810         /bin/gcc isn't good enough to build gcc.
17812 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
17814         * Makefile.in (GDB_SUPPORT_FILES): Remove
17815         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
17816         (gdb.tar.gz): Add new rule to use standard distribution building
17817         mechanism.
17819 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17821         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
17822         Bill Cox <bill@cygnus.com>.
17824 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17826         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
17828 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
17830         * configure:  Search current dir first in .gdbinit.
17832 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17834         * config.sub:  Recognize freebsd (merged from gcc config.sub).
17836 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17838         * config.sub:  Refer to NeXT's operating system as nextstep.
17840         * config.sub (case $basic_machine):  Re-order the cases, to match
17841         the order in the FSF version (which is mostly alphabethical).
17842         Merge in some additions and changes from the FSF.
17844 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
17846         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17847         * config.sub: Recognize cxux7.
17848         * configure.in: Use mh-cxux for m88k-harris-cxux*.
17850 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17852         * config.sub:  Fix typo powerpc -> powerpc-*.
17854 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
17856         * Makefile.in: `all-emacs19' depends on `all-byacc'.
17858         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17859         parallel with all-emacs and install-emacs).  Top-level command
17860         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17862 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17864         * test-build.mk ($(host)-stamp-stage2-installed): Remove
17865         $(relbindir)/make before doing ``make install'', and use
17866         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
17867         installing over running make binary.
17868         ($(host)-stamp-stage3-installed): Likewise.
17870 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17872         * config.guess: Recognize Mach.
17874 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17876         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17877         see whether --exec-prefix was used.
17879 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17881         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
17883 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17885         * Makefile.in: Add all-librx target similar to all-libproc.
17887 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17889         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17890         with post 1.2 uname bogosity.
17892 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17894         * configure: Remove temporary files on receipt of a signal.
17896 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17898         * configure: If there is a package_makefile_frag, remove
17899         ${subdir}/Makefile.tem after copying it in.
17901 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17903         * build_all.mk: support rs6000 lynx identifies itself as
17904         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17905         since /bin/gcc is too feeble to compile a modern gcc.
17907 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17909         * brought devo/test-build.mk update-to-date with progressive/
17910           test-build.mk. Add lynx targets and hppa flag info.
17912 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17914         * configure.in:  Use mh-ncrsvr43.  Patch from
17915         Tom McConnell <tmcconne@sedona.intel.com>.
17917 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17919         * config.guess (i386-unknown-bsdi):  No longer need to
17920         check #if defined(__bsdi__) && defined(__i386__).
17922 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17924         * configure: Set program_transform_nameoption correctly.
17926 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17928         * brought build-all.mk update-to-date with progressive build-all.mk,
17929           added new targets and hppa info.
17931 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17933         * configure: If config.guess result is a prefix of the user
17934         specified target, assume a native build and use the user specified
17935         target as the host alias.  Remove SunOS patch suffix removal hack.
17936         * configure.in: Remove SunOS patch suffix removal hack.
17938         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17939         in NATIVE_CHECK_MODULES.
17941 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
17943         * Makefile.in: Rename HOST_ONLY to NATIVE.
17944         * configure: Delete SunOs patch suffix from host_canonical
17945           and build_canonical variables that are prepended to Makefiles.
17946         * configure.in: Add comments for easier maintenance.
17948 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17950         * Makefile.in: Add all-libproc target similar to all-gui.
17952 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
17954         * Makefile.in (CHECK_MODULES): split into
17955         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17957 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
17959         * config.guess (i386-unknown-bsdi): New system to guess.
17961 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17963         * Makefile.in: Add all-gui target (but not yet build by "all").
17965 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
17967         * config.sub: Move deletion of patch suffix from here...
17968         * configure.in: To here, at Ian's suggestion.  The top-
17969           level scripts might need to know of a patch level.
17971 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
17973         * config.sub: Strip off patch suffix so rtl is recognized
17974           as a sunos4.1.3 machine, even though it's been patched.
17976 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17978         * Makefile.in (INSTALL_LAST): Delete.
17979         (INSTALL_DOSREL): New.
17981 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17983         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17984         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17985         whether we pass down --with-gnu-ld anyhow.
17987 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17989         * Makefile.in (INSTALL_LAST): Change operation so it works
17990         on more flavors of make.
17991         * configure.in (go32): Don't build libg++ or libio.
17993 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17995         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17996         they can be overriden by templates.
17998 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
18000         * configure.in (target==go32): Don't build gdb.
18001         * dosrel: New directory.
18003 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
18005         * configure.in (host==go32): Configure dosrel too.
18006         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
18007         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
18008         be set by incoming names or templates.
18009         (INSTALL_LAST): New rule.
18011 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
18013         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
18015 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18017         * configure.in (appdirs): New variable.  Currently empty, but will
18018         be used in gas distribution.  If nonempty, lists a set of
18019         directories at least one of which must get configured, or top
18020         level configuration is considered to have failed.
18021         (rs6000-*-lynxos*): Use new file name.
18023 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18025         Eliminate XTRAFLAGS.
18026         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18027         newlib include files using -idirafter, and also use -nostdinc.
18028         (CXX_FOR_TARGET): Likewise.
18029         (XTRAFLAGS): Removed.
18030         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18031         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18032         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18033         ($(DO_X)): Don't pass down XTRAFLAGS.
18035 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18037         * configure.in (mips*-dec-bsd*): New target; do build linker.
18038         (mips*-*-bsd*): New target; don't build linker.
18040 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18042         * configure.in: support rs6000-*-lynxos* configuration.
18043         support sunos4 as a cross target.
18045         * config.sub: look for lynx*, not lynx since the OS version may
18046         legitimately be part of the name.
18048 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18050         * configure.in (i[34]86-*-sco*): Move to be with other i386
18051         targets.
18052         (romp-*-*): New target.  Skip various binary utilities.
18053         (vax-*-*): New target.  Don't build newlib.
18054         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
18056 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18058         * configure.in: Only set host_makefile_frag if config
18059         directory exists.
18061 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18063         * install.sh: If $dstdir exists, don't check whether each
18064         component does.
18066 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18068         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18070 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
18072         * configure.in (*-*-lynxos*): Don't configure newlib for either
18073         native or cross Lynx.
18075 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
18077         * config.sub (sparc64-elf): Fix os.
18078         (z8k): Remove duplicate.
18080 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18082         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18083         gcc/stmp-fixproto, to try to prevent fixproto from being run.
18085 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
18087         * configure: Make file links cleanly even if Lynx fails on
18088           an NFS symlink (at least fail cleanly).
18090 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18092         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18093         -XNh2000.
18095 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18097         * configure: Unknown options are fatal again.
18099 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
18101         * configure: Ignore --x-includes and --x-libraries, for Autoconf
18102         compatibility.
18104 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
18106         * build-all.mk: Add `clean' target.
18108 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18110         * config.guess:  Add SINIX support.
18111         * configure.in:  Add mips-*-sysv4* support.
18113 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
18115         * build-all.mk: Document all useful targets.
18116         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18117         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18119 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18121         * configure: Support --silent, --quiet.
18123 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18125         * configure: Support --disable-FEATURE.
18127 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18129         * config.guess: Recognize NCR running SVR4.3.
18131 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18133         * config.guess:  Make BSDI generate i386-unknown-bsd386.
18134         Patch from Paul Eggert <eggert@twinsun.com>.
18136 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18138         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18140 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18142         * configure: Make unrecognized options give nonfatal warnings
18143         instead of fatal errors, and pass them to any subdirectory
18144         configures in case they recognize them.
18145         Make --x equivalent to --with-x.
18147 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18149         * configure: Add --enable-* options.  Clean up usage message and
18150         some comments.
18152 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
18154         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18156 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18158         * configure.in (hppa*-*-*): Enable binutils.
18160 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18162         * config.sub: Recognize cisco.
18164 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
18166         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18168 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18170         * config.guess: about target *-hitachi-hiuxwe2, don't print more
18171         than one configuration name.  Add comment.
18173 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
18175         * config.guess: about target *-hitachi-hiuxwe2, fixed
18176         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
18177         macro is incorrect.]
18179 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18181         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18182         than the "make ls" stuff which used to be here.
18184 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18186         * config.guess:  Recognize i[34]86-unknown-freebsd.
18187         From Shawn M Carey <smcarey@rodan.syr.edu>.
18189 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18191         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18193 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
18195         * config.guess: Check for ptx.
18197 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
18199         * config.sub: Add os9k checking.
18201 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18203         * config.guess: Handle OSF1 running on HPPA processors
18205 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18207         * configure: If subdir configure fails, print out a message with
18208         subdirectory name, in case subdir's configure code didn't identify
18209         itself.
18211 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
18213         * configure.in: Remove embedded newlines from configdirs.
18214         Avoid mismatches of substrings.  Fix matching strings at end
18215         of configdirs.
18217 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
18219         * config.guess:  Add Lynx/rs6000 config support.
18221 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18223         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18225 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
18227         * configure.in (hppa*-*-osf*): Treat this just like most other
18228         PA configurations (eg no binutils or ld).
18229         (hppa*-*-*elf*): These configurations have binutils and ld.
18231 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18233         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
18235 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18237         * configure.in (rs6000-*-*): Build gas.
18239 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18241         * Makefile.in:  Avoid bug in losing hpux sed.
18243 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18245         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18246         for GDB and GDB has been fixed to not need it.
18248 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18250         * config.guess: Recognize vax hosts.
18252 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18254         * configure (while loop): Don't use "break 2" inside case
18255         statement -- the case statement isn't an enclosing loop.
18257 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18259         * config.guess:  Clean up NeXT support, to allow nextstep
18260         on Intel machines.  Make OS be nextstep.
18262 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
18264         * config.guess: Add alternate forms for Convex.
18266 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
18268         * configure:  Completely rewrite option processing.  Take
18269         advantage of pattern-matching to avoid invoking test frequently.
18270         Also clean up host and target defaulting logic.
18272 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18274         * Makefile.in: Replace all occurrances of "rootme" with "r" and
18275         "$${rootme}" with "$$r", to increase the likelihood that the do-*
18276         commands (plus user environment) will fit SCO limits.
18278 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18280         * configure.in: Don't issue warnings about directories which are
18281         not being configured if -norecursion is set.  Correct test for
18282         --with-gnu-as and --with-gnu-ld to not get confused by substring
18283         matches.
18285         * configure.in: Don't build gas for alpha-dec-osf1*.
18287 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
18289         * configure:  Back out Per's change of 12/19/1993.  It changes the
18290         behavior of configure in unexpected and confusing ways.
18292         Also, use different delim char when calculating
18293         program_transform_name so that the name can contain slashes.
18295 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
18297         * configure.in, config.sub: Add support for VSTa micro-kernel.
18299 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
18301         * configure.in: Nuke hacks which were used to get a special
18302         version of GAS for HPPA configurations.
18304 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18306         * configure:  If only ${target_alias} is given, use that
18307         as the default for ${host_alias}.
18308         * configure:  Add missing back-slashes before nested quotes.
18310 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18312         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18314 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
18316         * config.guess:  Recognize some Tektronix configurations.
18317         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18319 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18321         * config.sub: Match any flavor of SH.
18323 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
18325         * configure.in: Don't try to configure newlib for Alpha.
18327 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18329         * configure.in: Don't build ld for Irix 5.  Don't build gas,
18330         libg++ or libio for any Alpha target.
18332         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18334 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
18336         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18337         default arguments -- so it tried to compress itself.
18339 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18341         * configure.in (notsupp): ensure that a space is always at the end
18342           of the configdirs list, since the grep checks for an explicit space
18344 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18346         * configure.in (target i386-sysv4.2): don't build ld, since static
18347           versions of many libraries are not available.
18349 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18351         * config.guess: Recognize Apollos (using environment variables).
18352         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18354 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18356         * config.guess: Recognize Sony news mips running newsos.
18358 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
18360         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18361         "fi ; else" for bash.
18363 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
18365         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18367 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
18369         * config.sub: accept unixware as an alias for svr4.2.
18370         Fix some inconsistancies with the gcc version.
18372 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18374         * Makefile.in (DISTDOCDIRS):  Add gdb.
18376 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18378         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
18380 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18382         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18383         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18384         this now.
18386 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18388         * config.sub: Accept hiux* as an OS name.
18390         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18391         etc/make-stds.texi.  The underscore came from gcc, and dje now
18392         agrees that RUNTESTFLAGS is the correct name.
18394 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18396         * install.sh:  Remove 'set -e'.  It makes any conditionals
18397         in the script useless.
18399         * config.guess: Automatically recognize arm-acorn-riscix
18400         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18402 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
18404         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18406 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18408         * Makefile.in (DISTDOCDIRS): New variable.
18409         (taz): Edit local Makefile.in sooner, instead of proto-toplev
18410         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
18412 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18414         * configure.in (hppa target): check the source directory for the
18415           pagas sub-directory
18417 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
18419         * config.sub: Allow -aout* and -elf*.
18421 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18423         * configure.in: Don't build ld on i386-solaris2, same as for
18424         sparc-solaris2.
18426 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18428         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18430 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18432         * configure.in:  Configure gdb for alpha.
18434 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18436         * Makefile.in (CXXFLAGS): Add -O.
18438 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18440         * config.guess: added support for DG Aviion
18442 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18444         * configure.in: Produce warning message for subdirectories not
18445         configurable for this host/target combination.  Don't try to
18446         configure gdb for vms.
18448 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18450         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18451         appropriate files before making "diststuff".
18452         (DISTBISONFILES): New var: list of files to be edited.
18453         (DISTSTUFFDIRS): Add binutils.
18455 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18457         * config.sub: also handle mipsel and mips64el (for little endian mips)
18459 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18461         * configure.in: Add * to end of all OS names.
18463 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
18465         * configure.in: Build newlib for LynxOS native.
18467 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18469         * config.guess: Add support for delta 88k running SVR3.
18471         * configure.in: Add comment about HP compiler vs. emacs.
18473 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18475         * configure.in: don't build ld on solaris2 (not a viable option
18476           due to bugs in getpwnam & getpwuid)
18478 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18480         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18481         config.guess will produce a full version number.
18483 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18485         * configure.in: Build linker and binutils for alpha-dec-osf1.
18487 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18489         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18490         and gdb/testsuite/Makefile.in.
18492 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18494         * configure.in: recognize mips*- instead of mips-
18496 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18498         * config.sub: Accept linux*coff and linux*elf as operating
18499         systems.
18501 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18503         * config.sub: Recognize mips64, and mips3 as an alias for it.
18505 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18507         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18508         gdb knows how to handle OSF/1 shared libraries.
18510 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18512         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18513         * config.guess: Recognize Hitachi's HIUX.
18514         * config.sub: Recognize h3050r* and hppahitachi.
18515         Remove redundant cases for hp9k[23]*.
18517 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18519         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18520         if gas and ld are in the source tree and are in ${configdirs}.
18521         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18522         --with options (but still pass them down on the command line,
18523         if they were explicitly specified).
18525 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18527         * configure: substitute SHELL value in Makefile.in with
18528         ${CONFIG_SHELL}
18530 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18532         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18533         *-*-solaris2* targets.
18535 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18537         * Makefile.in: define M4, and pass it down to sub-makes;
18538         all-autoconf now depends on all-m4
18540 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18542         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18543         presence of {ar,ranlib} instead of a configured directory
18545 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18547         * config.guess: Accept 34?? as well as 33?? for NCR.
18549 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18551         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18552         of 'gas' in sed commands, since 'gash' is now in the tree as well.
18554 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18556         * configure: grab values for $(CC) and $(CXX) from the
18557         environment, so that someone can do "CC=gcc configure; make" and
18558         have it work right (matching the way that autoconf works now)
18560         * configure.in, Makefile.in: add support for gash, the tcl
18561         interface to Galaxy
18563         * config.guess: add NetBSD variants (hp300, x86)
18565 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18567         * install.sh: Support -d option (in the manner of SunOS 4 install,
18568         as it is more deterministic than that of GNU install)
18569         (chmodcmd): Set file to mode 755 by default (should also do default
18570         chgrp and chown, but I don't feel like dealing with that now)
18572 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18574         * config.sub: Remove h8300hhms alias.
18576 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18578         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18580 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18582         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18583         as stmp-fixinc
18585 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18587         * config.sub: recognize m88110-bug-coff.
18589 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18591         * Makefile.in (all-libio): all dependencies on the toolchain used
18592         to build this (gcc, gas, ld, etc)
18594 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18596         * config.guess: Deal with OSF/1 1.3 on alpha.
18598 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18600         * install.sh: add some 'else true' clauses for portability
18602         * configure.in: don't build libio for h8[35]00-*-* targets
18604 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18606         * Makefile.in:  Add support for new libio.
18608 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18610         * install.sh: If one command fails, don't try the rest.  Don't try
18611         to remove $dsttmp (via trap) unless we have already created it.
18612         If $src doesn't exist, detect it and exit with an error.
18614         * config.guess: Recognize BSD on hp300.
18616 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18618         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18619         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18621 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
18623         * Makefile.in (all-send-pr): depends on all-prms
18625 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18627         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18629 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18631         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18632         Added test for mips-mips-riscos5.
18634 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18636         * configure.in: use mh-hp300 for 68k HP hosts
18638 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18640         * configure: add support for CONFIG_SHELL, so that you can use
18641         some alternate shell for evaluating configure scripts
18643 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
18645         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
18646         in configure script to bug-gdb@prep.ai.mit.edu when building
18647         distribution archive.
18648         * Makefile.in (COMPRESS):  Remove def.
18649         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
18650         gdb.tar.Z and make-gdb.tar.Z respectively.
18651         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
18652         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
18653         to convergence with 'taz' target in Makefile.in.
18655 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18657         * install.sh (dsttmp): use trap to ensure that tmp files go
18658         away on error conditions
18660 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18662         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18664 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18666         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18667         its parent is '/' not ''.
18669         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18671 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
18673         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18674         that ${newsrcdir}/configure.in does.
18676 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18678         * test-build.mk: support for CONFIG_SHELL
18680 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
18682         * config.sub (netware):  Add as a basic system type.
18684 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18686         * Makefile.in (Makefile): depend on configure.in.  Also drop the
18687           $(srcdir)/ from the dependency on Makefile.in.
18689 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
18691         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18692         (h8300hhms is temporary until multi-libraries are implemented).
18693         * configure.in: Handle h8300h too.
18695 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18697         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18699 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
18701         * configure:  Remove extraneous output when guessing host type.
18702         * config.guess:  Remove extraneous output when guessing using C
18703         compiler rather than uname, or when guessing fails.
18705 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
18707         * Makefile.in: remove all.cross and install.cross targets
18709         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18710           definitions
18712 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
18714         * configure.in (target sh): Build gprof.
18716 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18718         * config.sub: change -solaris to -solaris2
18720 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18722         * configure.in: Use config/mh-riscos for mips-*-sysv*.
18724 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
18726         * configure: Correct error message for missing Makefile.in to
18727         print correct directory.
18729 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18731         * install.sh: kludge around 386BSD shell bug
18733 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
18735         * config.guess:  Recognize NeXT.
18736         * config.guess:  Recognize i486-ncr-sysv4.
18737         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
18739 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
18741         * Makefile.in (MAKEINFOFLAGS): New variable.
18742         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18743         * build-all.mk, test-build.mk: Pass down --no-split as
18744         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
18746 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
18748         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
18750 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
18752         * Makefile.in (libg++.tar.z):  New rule.
18753         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
18754         * Makefile.in (taz):  Only do a single chmod.
18756 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18758         * install.sh: don't use dirname anymore (replaced with sed usage)
18760 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
18762         * Makefile.in:  Change extension for gzip'd files from '.z' to
18763         '.gz' per new FSF standard usage.
18765 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18767         * configure: put quotes around the final value of program_transform_name
18769 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18771         * Makefile.in: new install.sh support; update install-info rules
18773 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
18775         * configure.in: Build diff for crosses, but not for go32 host.
18777         * configure.in: Build gprof only for native, and don't build it
18778         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18780 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
18782         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18784 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18786         * configure.in (host_tools): Add prms.
18788 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18790         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18791         with $(FLAGS_TO_PASS) on the command line
18793         * config.sub: Recognize lynx and lynxos
18795 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18797         * config.sub: Accept -ecoff*, not just -ecoff.
18799 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18801         * Makefile.in (taz): Use .gz suffix instead of .z.
18802         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18803         names.
18805 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18807         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18809 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18811         * Makefile.in (install-no-fixedincludes):  install gcc last, so
18812         that rebuilds that might happen during 'make install' don't get
18813         bogus gcc include files
18815 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18817         Change from Utah for HPPA support:
18818         * config.guess: Recognize hppa1.x-hp-bsd.
18820 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
18822         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
18823         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18825 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18827         * config.sub: Add support for rom68k and bug boot monitors.
18829 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
18831         * Makefile.in: Make all-opcodes depend on all-bfd.
18833 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18835         * config.guess: Added special check for i[34]86-univel-sysv4*.
18837 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
18839         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18840         the processor rather than assuming i486.
18842 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18844         * config.guess: Recognize SunOS6 as Solaris3.
18846 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
18848         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
18849         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18851 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
18853         * build-all.mk (all-cross): New target for Canadian Cross.
18854         Added Q2 go32 targets.
18855         * test-build.mk: Configure go32 cross sparclite-aout and
18856         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
18857         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18859 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18861         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18862         GO32 hosted toolchains
18864 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18866         * configure: change  so "-exec-prefix" gets passed down rather
18867         than "-exec_prefix" so autoconf generated Makefiles get the
18868         exec_prefix set right.
18870 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18872         * config.guess: get the Solaris2 minor version number
18874         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18876 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18878         * config.guess: Recognize some Sequent platforms.
18880 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18882         * Makefile.in: added the vault-install target
18884         * configure.in: actually use the Sun3 makefile fragment that's in
18885         config, also added the release dir to configdirs
18887 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18889         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18891 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18893         * configure.in: remove some program from Alpha targetted toolchains
18895 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18897         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18898         gprof.
18899         (taz): Run "make diststuff" in those directories instead of "make
18900         proto-dir".  Look for "VERSION=" only at start of line in subdir
18901         Makefile.  Use "gzip -9" for compression.
18902         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18903         (binutils.tar.z): New target.
18905 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18907         * Makefile.in (taz): Include gpl.texinfo.
18909 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18911         * Makefile.in (setup-dirs): Merged into "taz" target.
18912         (taz): Only do `proto-dir' stuff if a directory is actually needed
18913         for this target.
18915 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18917         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18918         (FLAGS_TO_PASS): Pass down MUNCH_NM.
18919         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18920         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18921         (gcc-no-fixedincludes): Correct for current gcc Makefile.
18923 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18925         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18926         config.sub, and move-if-change to gdb testsuite distribution
18927         archive, so the testsuite can be extracted, configured, and
18928         run separately from the gdb distribution.  Blow away the Chill
18929         tests that require a Chill compiled executable, since GNU Chill
18930         is not yet publically available.
18932 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18934         * test-build.mk: set environment variables in a single command,
18935         instead of a list of assignments and exports
18937         * config.guess: recognize Alpha/OSF1 systems
18939 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18941         * configure: Change help message to prefer --options rather than
18942           -options.
18944 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18946         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18947         zippy@ecst.csuchico.edu.
18948         * config.guess: Recognize miniframe.
18950 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18952         * Makefile.in: Use srcroot to find runtest rather than rootme.
18953         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18955 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18957         * test-build.mk: Extensive additions to support building on a
18958         machine other than the host.
18960 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18962         * configure (tooldir): Fix for i386-aix again.
18964 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
18966         * configure, Makefile.in:  Change definition of $(tooldir)
18967         to match the FSF.
18969 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
18971         * config.guess:  Recognize i[34]86/SVR4.
18973 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18975         * Makefile.in (all-gdb): gdb depends on sim.
18977 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18979         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18980         at the same time we make the prototype gdb directory.
18981         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18982         files at the same time as the gdb base release distribution.
18984 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18986         * Makefile.in (check): Use individual check targets rather than
18987         DO_X rule.
18988         (check-gcc): Added.
18990 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18992         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18993         for System V release 3.2.
18995 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18997         * config.sub: Recognize hppaosf.
18998         * configure.in: Do configure ld/binutils/gas for it.
19000 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19002         * configure (tooldir): Alter syntax used to set this, for systems
19003         where "\$" isn't handled right, like i386-aix.
19005 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19007         * configure: Pass program-transform-name, not
19008         program_transform_name, to recursive configures.
19010 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
19012         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
19013         of gas+ld+binutils.
19015 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
19017         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
19019 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19021         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19023 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19025         * Makefile.in (PRMS): Set back to all-prms.
19027 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19029         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19030         targets, rather than for MIPS hosts.
19032 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19034         * configure.in: add comment for --with-x default values
19036         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19038         * Makefile.in: add check-* targets for each of the directories in
19039         the tree.  Add a definition of RUNTEST that will use the one we
19040         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
19042 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
19044         * configure.in: Removed obsolete references to bfd_target and
19045         target_makefile_frag.
19047         * build-all.mk: Set assorted targets for Q2.
19048         * config.sub: Recognize z8k-sim and h8300-hms.
19049         * test-build.mk: Really don't pass host to configure.
19050         (HOLES): Added uname.
19052 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
19054         * configure: Handle an empty program-prefix, program-suffix or
19055         program-transform-name correctly.
19057 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19059         * build-all.mk: -G 8 no longer required for MIPS targets.
19060         * test-build.mk: Don't pass host argument to configure; make it
19061         guess.
19063 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
19065         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
19066         * Makefile.in (COMPRESS):  New macro, like GZIP.
19068 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19070         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19072         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19073         with gas currently defaults to -G 0.
19075 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
19077         * Makefile.in (all-flex): flex depends on byacc.
19079         * build-all.mk: If host not specified, use config.guess.  Pass TAG
19080         to test-build.mk as RELEASE_TAG.
19081         * test-build.mk (configargs): New variable containing arguments to
19082         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
19083         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19085         * config.guess: Use /bin/uname when checking -X argument on SCO,
19086         to avoid invoking GNU uname which doesn't understand -X.
19088         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19090         * configure.in: Build gas for mips-*-*.
19092 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19094         * Makefile.in (all.normal): insert missing backslash.
19096 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19098         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19100         * Makefile.in: Complete overhaul to merge many almost identical
19101         targets.
19103 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19105         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19106         (gdb.tar.Z): Adjusted.
19108         * Makefile.in (setup-dirs, taz): New targets; should be general
19109         enough to adapt for gdb sometime.  Build only .z file.
19110         (gas.tar.z): New target.
19112 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19114         * build-all.mk: Use CC=cc -Xs on Solaris.
19116 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
19118         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
19119         for handling BISON for FSF releases.
19121 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19123         * configure: Actually implement the change zoo just documented.
19125 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
19127         * configure: when using config.guess, only set target_alias when
19128         it's not already been set (ie, on the command line)
19130 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19132         * Makefile.in: add installcheck target, set PRMS to install-prms
19134 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19136         * configure: add support for package_makefile_fragment, handle the
19137         case where a directory has a configure.in file but no Makefile.in
19138         more gracefully (with an actual understandable error message, even);
19139         add support for --without (and add this to the usage message); also
19140         explicitly add a --host=${host_alias} to the command line when
19141         config.guess is used
19143 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19145         * configure: Must use both --host and --target in recursive calls.
19147 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19149         * Makefile.in: Change deja-gnu to dejagnu.
19151 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19153         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19155 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19157         * configure.in: canonicalize all instances to *-*-solaris2*,
19158         also strip out a number of tools to not build for go32 host
19160 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19162         * config.guess: add GPL.
19164         * Makefile.in, config.guess, config.sub, configure: bump
19165           copyrights to 93.
19167 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
19169         * Makefile.in (do-info): Removed obsolete check for existence of
19170         localenv file.
19172         * Makefile.in (MAKEOVERRIDES): Define to be empty.
19174 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19176         * Makefile.in: a couple of 'else true' for decstation,
19177         support for TclX
19179         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19181 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
19183         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19185 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
19187         * config.guess: Recognize i386-ibm-aix (PS/2).
19188         * configure.in: Use config/mh-aix386 file for it.
19190 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
19192         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19193         CC_FOR_TARGET instead.
19194         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19196 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
19198         * Makefile.in: Add sim to list of directories sent with gdb
19200 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19202         * configure.in: Put back mips-dec-bsd* case.
19204 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
19206         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19207         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
19208         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19210 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19212         * configure.in: remove no-op mips-dec-bsd* in "case $target"
19214         * Makefile.in (dir.info): only run gen-info-dir if it exists,
19215         (install-info): install dir.info only if it exists,
19216         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19218 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
19220         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
19221         gas for mips-dec-bsd.
19223 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
19225         * configure (makesrcdir): If ${srcdir} is relative and not ".",
19226         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19228 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19230         * configure.in: Added "dejagnu" to hosttools list.
19232 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
19234         * config.sub, configure.in, config.guess:  Add support
19235         for Bosx, an AIX variant from Bull.
19236         Patches from F.Pierresteguy@frcl.bull.fr.
19238 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19240         * devo/dejagnu: Initial creation of devo/dejagnu.
19241         Migrated dejagnu testcases and support files for testing software
19242         tools to reside as subdirectories, currently called "testsuite",
19243         within the directory of the software tool.  Migrated all programs,
19244         support libraries, etc. beloging to dejagnu proper from
19245         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
19246         with no modifications.  The changes to these files which will
19247         allow them to configure, build, and execute properly will be made
19248         in a future update.
19250 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19252         * Makefile.in: Change send_pr to send-pr.
19253         * configure.in: Likewise.
19254         * send_pr: Renamed directory to send-pr.
19256 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
19258         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
19260 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
19262         * README:  Update for gdb-4.8 release.
19263         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
19264         gdb-xxx.tar.z (gzip'd) file also.
19266 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19268         * Makefile.in: make all-diff depend on all-libiberty
19270 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
19272         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19274 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19276         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19278 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
19280         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
19281         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
19282         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
19284 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19286         * Makefile.in:  makeinfo binary is in a new location
19288 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
19290         * config.sub: Accept -ecoff as an OS.
19292         * Makefile.in: Various changes to eliminate a level of make
19293         recursion and reduce the required command line length.
19294         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19295         sub-makes.
19296         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19297         variables holding settings for specific sub-makes.
19298         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19299         in terms of BASE_FLAGS_TO_PASS.
19300         (TARGET_LIBS): New variable listing directories which use
19301         TARGET_FLAGS_TO_PASS.
19302         (subdir_do): Eliminated.
19303         (do-*): New set of targets to replace subdir_do.
19304         (various): All targets which used subdir_do now depend on do-*.
19305         (local-clean): Renamed from do_clean.
19306         (local-distclean): New target, dependency of distclean and
19307         realclean.
19308         (install-info): Don't create directories.  Depend on dir.info
19309         rather than calling make recursively.
19310         (install-dir.info): Eliminated.
19311         (install-info-dirs): Create all info directories here.
19312         (dir.info): Depend upon do-install-info.
19314         * test-build.mk (HOLES): Added false.
19316 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
19318         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
19320 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19322         * Makefile.in (info): remove dependency on all-texinfo.  The
19323         problem was really in texinfo/C, not at this level.
19325 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19327         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19329 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
19331         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
19332         GDB releases.
19334 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19336         * configure: Include srcdir in message about target of link not
19337         being found.  Don't convert `-' to `_' in `with' options being
19338         passed to subdirs.
19340 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19342         * configure.in: add uudecode to host_tools
19344         * Makefile.in: added {all,install}-uudecode targets, added them to
19345         the appropriate lists
19347 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
19349         * Makefile.in (all-gcc): Added dependency on all-gas.
19351         * configure.in (mips-*-*): Build ld and binutils.
19353 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19355         * configure: check return code from mkdir, print error message and
19356           exit on failure.
19358 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
19360         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
19362 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19364         * test-build.mk (HOLES): Added tar, cpio and uudecode.
19366 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19368         * config.sub (h8500):  Recognize this as a cpu type.
19370 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19372         * configure: source directory missing is no longer a warning
19374         * configure.in: recognize irix[34]* instead of irix[34]
19376         * Makefile.in: define and pass down X11_LIB
19378 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
19380         * guess-systype: Renamed to ...
19381         * config.guess:  ... by popular request.
19382         * configure.in, Makefile.in:  Update accordingly.
19384 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
19386         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
19387         + Add Convex, Cray/Unicos, and Encore/Multimax support.
19388         + Execute ./dummy instead of assuming . is in PATH.
19390 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
19392         * guess-systype:  New shell script.  Attempts to guess the
19393         canonical host name of the executing host.
19394         Only a few hosts are supported so far.
19395         * configure:  Call guess-systype if no host is specified.
19397 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19399         * Makefile.in (gcc-no-fixedincludes): Made to work with current
19400         gcc Makefile.
19402 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
19404         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19405         (all-gcc, install-gcc, subdir_do): Use it.
19407 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19409         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19411 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
19413         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19414           set exclusively by configure, using configure.in .
19416 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19418         * test-build.mk: set $PATH for all builds
19420         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19422 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
19424         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
19425         the one used in gcc/Makefile.in, so that a null expansion doesn't
19426         override the one needed to build gcc with a native cc.
19428 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19430         * configure: Accept -with arguments.
19432 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19434         * Makefile.in: added h8300sim
19436 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
19438         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19439         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
19440         (all-cygnus, native, build-cygnus): Make
19441         $(canonhost)-stamp-3stage-done, not $(host)....
19442         * test-build.mk (stamp-3stage-compared): Use tail +10c for
19443         i386-sco3.2v4.  Added else true to if command.
19445 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
19447         * config.sub: (from FSF) Sequent uses a BSD-like OS.
19449 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
19451         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19453 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19455         * configure.in: don't remove binutils from Solaris builds
19457 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
19459         * Makefile.in: get rid of earlier definitions for *clean,
19460         also handle the recursive info rule better
19462 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
19464         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
19465         do more-or-less the right thing.
19467 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
19469         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19470         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19472 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19474         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19475         $(host_canonical).
19477         * configure.in: split the configdirs list into 4 categories (native
19478         v. cross, library v. tool) and handle the cross-only and native-
19479         only in more reasonable (and correct!) way.
19481 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
19483         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
19484         configdirs anymore.
19486 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19488         * Makefile.in: extensive cleanup::  removed all of the explicit
19489         clean-* targets, collapsed many wrappers around subdir_do into
19490         one, added additional targets to satisfy standards.texi, deleted
19491         some old targets, some changes for consistency
19493 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19495         * configure.in: handle some programs as cross-only, and others as
19496         native only
19498         * test-build.mk: handle partial holes in a more generic manner
19500         * Makefile.in: m4 depends on libiberty
19502 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19504         * configure.in: add m4, textutils, fileutils, sed, shellutils,
19505         time, wdiff, and find to configdirs
19507         * Makefile.in: all, clean, and install rules for the new programs
19508         added to configure.in
19510 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19512         * configure.in: use mh-sun for all *-sun-* hosts
19514 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19516         * Makefile.in: define flags for X11 include files and library file
19517         locations, pass them down to the programs that need this info
19519         * build-all.mk: added a 'native' target, to 3stage the native toolchain
19521 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19523         * configure.in: start building libg++ for HP-UX targets
19525 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
19527         * README:  Update references to files moved into etc/.
19529 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
19531         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
19532         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
19534 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19536         * configure: accept dash as well as underscore in long option
19537         names for FSF compatibility.
19539 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
19541         * config.sub: added -sco3.2v4 support from FSF.
19543 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19545         * configure.in: expand the section that adds or removes
19546         directories from the list of programs to build, to handle native
19547         vs. cross in addition to host v. native
19549 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19551         * Makefile.in:  Replace C++ in macro names with CXX.
19552         This is less likely to break ...
19554 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19556         * test-build.mk: add -w to GNU_MAKE
19558 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19560         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19561         add 'sparc' to list of recognized cpus.  This needed to make
19562         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19563         Delete some redundant ose68 variants.  Recognize -wrs as an os,
19564         then changes that into $CPU-wrs-vxworks.
19566         * configure.in: remove most references to gdbtest, regularize
19567         target based program removal
19569         * test-build.mk: import from p3 tree (many fixes and changes)
19571 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19573         * Makefile.in: added rules to handle tcl, tk, and expect
19575         * configure.in: handle those directories if they exist
19577 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19579         * config.sub: removed bogus hppabsd and hppahpux names, since
19580         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19582 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19584         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
19585         depends upon all-xiberty
19587         * Makefile.in: changes from p3, including:
19589         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
19591         * Makefile.in (XTRAFLAGS): include newlib directories if
19592         newlib/Makefile exists, rather than if host != target.
19594         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
19596         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19597         from the same source tree and not building a cross-compiler.  This
19598         matters for the libg++ configuration if reconfiguring a tree that
19599         has already been installed.
19601         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
19603         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19604         pick up the machine and system specific header files.
19606         * Makefile.in: added AS_FOR_TARGET, passed down in
19607         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19608         the C compiler to use to create programs which are run in the
19609         build environment, set it to default to $(CC), and passed it down
19610         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19612         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
19614         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19615         We need them for unusual native builds, like systems without
19616         ranlib.
19618         * configure: also define $(host_canonical) and
19619         $(target_canonical), which are the full, canonical names for the
19620         given host and target
19622 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
19624         * Makefile.in:  Added separate definitions for C++.
19626 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
19628         * configure.in (configdirs):  Add deja-gnu.
19630 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
19632         * README:  Update for configure.texi and gdb-4.7 release.
19634 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
19636         * Makefile.in:  Move "all" target to top of file.
19637         Previously, first target was ".PHONY" which caused BSD4.4 make
19638         to build .PHONY when make was run without arguments.
19640 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
19642         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
19643         Library-copylefted code in libiberty.
19645 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
19647         * config.sub:  Replace m68kmote with plain old m68k.
19649 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
19651         * Makefile.in:  Remove space from blank line, avoid Make complaints.
19653 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
19655         * config.sub: Complain if no argument is given.  Added support for
19656         386bsd as OS and target alias.
19658 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
19660         * Makefile.in (XTRAFLAGS): include newlib directories if
19661         newlib/Makefile exists, rather than if host != target.
19663 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
19665         * config.sub: recognize sparclite-wrs-vxworks.
19667         * Makefile.in (install-xiberty): added *-xiberty make rules (from
19668         p3.) Added clean-xiberty to clean.
19670 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19672         * configure.in: use *-*-* instead of nested cases for host and target
19674 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
19676         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19677         from the same source tree and not building a cross-compiler.  This
19678         matters for the libg++ configuration if reconfiguring a tree that
19679         has already been installed.
19681 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
19683         * config.sub (i486v/i486v4):  Merge in from FSF version.
19685 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
19687         * configure: only set PWD if it is already set.
19689 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
19691         * configure: just set PWD=`pwd` at the top, since Ultrix sh
19692         doesn't have unset and all success paths (and most error paths)
19693         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19694         to just ${PWD} to avoid confusion.)
19696 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
19698         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19699         even for a native compilation.
19701 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
19703         Changes to make the gdb.tar.Z rule work better.
19705         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
19706         (DEVO_SUPPORT):  Add configure.texi.
19707         (bfd-ilrt.tar.Z):  Remove ancient rule.
19709 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
19711         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19712         pick up the machine and system specific header files.
19714         * configure.in, config.sub: added new target m68010-adobe-scout,
19715         with alias of adobe68k.  Changed configure.in to check for
19716         -scout before -sco* to avoid a false match.
19718         * Makefile.in: added AS_FOR_TARGET, passed down in
19719         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19720         the C compiler to use to create programs which are run in the
19721         build environment, set it to default to $(CC), and passed it down
19722         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19724 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19726         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19727         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
19728         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19729         FOR_TARGET variants, to newlib and libg++.
19731 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19733         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19734         first.
19736 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
19738         * config.sub:  Accept `elf' as an environment.
19740 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19742         * Makefile.in (all-opcodes):  cd into the right directory
19744 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
19746         * configure: added -program_transform_name option, used as
19747         argument to sed when installing programs.
19748         configure.texi: added documentation for -program_prefix,
19749         -program_suffix and -program_transform_name.
19751 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
19753         * config.sub:  Accept i486 where i386 ok.
19755 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
19757         * config.sub: accept we32k
19759 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
19761         * config.sub, configure.in: accept OSE68000 and OSE68k.
19763         * Makefile.in: don't create all directories for ``make install'';
19764         let the subdirectories create the ones they need.
19766 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19768         * COPYING: new file, GPL v2
19770 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19772         * Makefile.in: use the new gen-info-dir, which needs a template
19773         argument (which also lives in texinfo)
19775         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19777 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
19779         * config.sub (ncr3000):  Change i386 to i486.
19781 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19783         * Makefile.in: add install-rcs, install-grep to
19784         install-no-fixedincludes, removed install-bison and install-libgcc
19786 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
19788         * configure.in: grab the HPUX makefile fragment if on HPUX
19790 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19792         * Makefile.in: eradicate bison spoor (ditto libgcc).
19793          configure.in: recognise m68{k,000}-ericsson-OSE.
19794          es1800 is alias for m68k-ericsson-OSE
19796 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19798         * configure.in: rearrange the parts that remove programs from
19799         configdirs, based now on HOST==TARGET or by canonical triple.
19801 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19803         * test-build.mk: recurse explicitly with -f test-build.mk when
19804           appropriate.  predicate stage3 and comparison on the existence
19805           of gcc.  That is, if gcc isn't around, we aren't three-staging.
19806           On very clean, also remove ...stamp-co.  Build in-place before
19807           doing other builds.
19809 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19811         * Makefile.in, configure.in: add tgas
19813 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19815         * Makefile.in: a number of changes merged in from progressive.
19817         * configure.in: add libm.
19819         * .cvsignore: ignore some stuff that comes from test-build.mk.
19821 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
19823         * config.sub:  Add es1800 (m68k-ericsson-es1800).
19825 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19827         * configure: Add program_suffix (parallel to program_prefix)
19828         * Makefile.in: adjust directory-creating script for losing decstation
19830 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
19832         * configure:  Minor $subdir-related fixes.
19834 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19836         * configure: fix various problems with propogating
19837         makefile_target_frag in subdirs.
19838         * configure.in: config libgcc if its there
19840 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
19842         * config.sub:  HPPA merge.
19844 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
19846         * Makefile.in:  Replace all-bison with all-byacc in all
19847         dependency lines for other tools (which now use byacc).
19849 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
19851         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
19853 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
19855         * Makefile.in: make gprof rules similar to byacc rules (instead of
19856         vestigal $(unsubdir) that didn't work...)
19858 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
19860         * config.sub:  Add support for Linux.
19861         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
19862         (at least for libg++).
19864 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
19866         * configure.texi: fix doc for the -nfp option to configure
19868 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
19870         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19872 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
19874         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19875         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19876         * configure.in: added solaris* host_makefile_frag hook.
19878 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19880         * config.sub: changed recognition of m68000 so that various
19881         m68k types can be specified via m680[01234]0
19883 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19885         * config.sub (basic_machine): fix sed so that '-foo' isn't
19886         completely substituted out while .+'-foo' loses the '-foo'
19888 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19890         * config.sub ($os): Add -aout.
19892 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19894         * configure:  If host_makefile_frag is absolute, don't
19895         prefix ${invsubdir} (relevant to libg++ auto-configure).
19897 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19899         * Makefile.in (tooldir): Define it.
19900         (all-ld): Depend on all-flex.
19902 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19904         * Makefile.in (check):  Fix libg++ special case.
19906 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19908         * configure: do not bury `pwd` into config.status, thus do fewer
19909           pwd's.
19911         * configure: print the "Building in" message only when building in
19912           other than "." AND verbose.
19914         * configure: remove -s, rework -v to better accommodate guested
19915           configures.
19917         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19919 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19921         * Makefile.in: macroize flags passed on recursion.  remove
19922           fileutils.
19924 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19926         * configure: get makesrcdir right for subdirs deeper than 1.
19928         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19929           install.
19931 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19933         * Makefile.in: don't print subdir_do or recursion lines.
19935 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
19937         * standards.texi: added menu item.
19939         * Makefile.in: build and install standards.info.
19941         * standards.texi: new file.
19943 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19945         * configure: test for and move config.status pieces from
19946           ${subdir}/.
19948 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
19950         * configure:  Test for existance of files before trying to mv
19951         them, to avoid numerous non-existance messages.
19953 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
19955         * configure: correct final line of config.status.
19957         * configure: patch from eggert.  Avoids a protection problem if
19958           the original Makefile.in is read only.
19960         * configure: use move-if-change from gcc to create config.status.
19961           Some makefiles depend on config.status to tell if a directory
19962           has been reconfigured for a different host.  This change
19963           prevents those directories from remaking everything in the case
19964           where the reconfig was only intended to rebuild a Makefile.
19966         * configure: test for config.sub with "config.sub sun4" rather
19967           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
19968           host alias from a missing config.sub.
19970 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19972         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19973           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19975 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19977         * configure: mkdir ${subdir} as needed.
19979 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19981         * Makefile.in,configure.in: added autoconf.
19983 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19985         * Makefile.in: no longer pass against on recursion.
19987         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19988           definitions are not inherited.
19990         * configure: correct makesrcdir when subdir is .
19992 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19994         * configure:  Add support for 'subdirs' variable, which is
19995         like 'configdirs', except that configure doesn't re-invoke
19996         itself for subdirs, it just creates a Makefile for each subdir.
19997         * configure.texi:  Document subdirs.
19999 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20001         * configure.in: added flex to configdirs
20003 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
20005         * Makefile.in: remove clean-stamps from clean.
20007 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
20009         * configure.in:  Add gdbtest to configdirs.
20011 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
20013         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
20014         to recursive makes.
20015         * configure.in:  Recognize new ncr3000 config.
20017 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
20019         * Makefile.in, configure.in: removed references to gdbm.
20021 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
20023         * config.sub:  Don't canonicalize os value
20024         newsos* to bsd (readline needs to check for newsos).
20025         (This fix was earlier made Jan 31, but got re-broken.)
20027 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
20029         * configure.in:  sco is an os, not a vendor!
20031         * configure:  Quote $( better.  Keep various shells happy.
20033 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
20035         * Makefile.in: eliminate stamp-files.
20037 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
20039         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
20040           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20042 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
20044         * config.sub:  fix iris/iris3.
20046 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
20048         * configure: re-add -rm.
20050 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
20052         * Maskefile.in: add .stmp-rcs to all.
20054         * configure.in: remove gas from rs6000 build, use aix host fragment.
20056 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
20058         * configure: pass down site_option during recursion.
20060 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
20062         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
20064 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
20066         * configure: Change exec_prefix so that it really defaults to prefix.
20068 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
20070         * Makefile.in, configure.in:  Add support for mmalloc library.
20072 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
20074         * Makefile.in: add stmp dependencies for a few more things.
20076 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
20078         * configure: adjusted error message on objdir/srcdir configure
20079           collision, per john's suggestion.
20081         * Makefile.in: add libiberty stmp to all and all.cross.
20083 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
20085         * Makefile.in: remove force dependencies, add grep to all.
20087 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
20089         * Makefile.in: drop flex.  make stamp files work.
20091         * configure: added test for conflicting configuration in srcdir,
20092           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
20093           gets cranky.  use relative paths for configure and srcdir
20094           whenever possible.  Send some error messages to stderr that were
20095           going to stdout.
20097 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
20099         * Makefile.in:  Fix libg++ rule to check for gcc directory
20100         before using gcc/gcc.  Also pass XTRAFLAGS.
20102 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
20104         * Makefile.in: added stmp-files so that directories aren't polled
20105           when they are already built.
20107         * configure.texi: fixed a node pointer problem.
20109 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
20111         * config.sub configure.in gdb/configure.in
20112         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20113         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20114         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
20116 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20118         * configure: -recurring becomes -silent.  corrected help message
20119           for -site= option.
20121         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20123 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20125         * configure: when building Makefile for crosses, replace
20126           tooldir and program_prefix.  default srcdir from location of
20127           config.sub.  remove "for host in hosts" and "for target in
20128           targets" loops.
20130 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20132         * Makefile.in: Do not pass bindir or mandir to cvs.
20134 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
20136         * Makefile.in, configure.in: removed traces of namesubdir,
20137           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
20138           copyrights to '92, changed some from Cygnus to FSF.
20140         * configure.texi: remove most references to multiple hosts,
20141           multiple targets, subdirs, etc.
20143         * configure.man: removed rcsid. reference config.sub not
20144           config.subr.
20146         * Makefile.in: mkdir $(infodir) on install-info.
20148 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
20150         * configure.texi:  Explain better about .gdbinit and about
20151         the environment that configure.in sections run in.
20153 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
20155         * configure.in:  Ultrix is only a decstation if it's a MIPS.
20157 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
20159         * README:  DOC.configure => cfg-paper.texi.
20161 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
20163         * config.sub (near case $os):  Don't convert newsos* to bsd!
20165 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
20167         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
20168         the number of copies of COPYING that go into the GDB tar file.
20170 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
20172         * bfd/configure.in, gdb/config/mh-i386sco,
20173         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20174         Fix SCO configuration stuff.
20176 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
20178         * Makefile.in:  For libg++, make sure the -I pointing
20179         to the gcc directory goes *after* all the libg++-local -I flags.
20180         Also, move just-gcc dependency from just-libg++ to all-libg++.
20182 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
20184         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
20186 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
20188         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
20190 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
20192         * config.sub:  Add stratus configuration frags.  Also
20193         submitted to FSF.
20195 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
20197         * Makefile.in (DEV_SUPPORT):  add configure.man.
20199         * config.sub(Decode manufacturer-specific):  add -none*.
20201 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
20203         * Makefile.in:  remove form feeds to make Sun's make happy.
20204         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
20206 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
20208         * Makefile.in (AR_FLAGS):  Make quieter.
20210 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
20212         * configure.in:  Add libg++.
20213         * configure:  When verbose, don't output the command line at each
20214         level; it will be unremarkably the same as the previous version,
20215         which will be the same as what the user typed.
20217 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
20219         * configure.in, Makefile.in: fix clean-info, add flex.  add
20220           fileutils.
20222         * configure: be less sensitive to spaces in Makefile.in.  Do not
20223           look for sources in "..".  Doing so breaks subdirectories that
20224           might have their own configure.  If a subdir has it's own
20225           configure script, use it.
20227 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
20229         * cfg-paper.texi: some changes suggested by rms.
20231 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
20233         * config.sub:  Merge in some small additions from the FSF version,
20234         taken from the gcc distribution, to bring the Cygnus and FSF
20235         versions into closer sync.
20237 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
20239         * configure.in:  Changed svr4 references to sysv4.
20241 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
20243         * configure: added -V for version number option.
20245 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
20247         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20248           renamed from DOC.configure to cfg-paper.texi.
20250 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20252         * configure, config.subr, config.sub: config.subr is now
20253           config.sub again.
20255 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
20257         * configure.texi: new file, in progress.
20259         * Makefile.in: build info file and install the man page for
20260           configure.
20262         * configure.man: new file, first cut.
20264         * configure: find config.subr again now that configuration "none"
20265           has gone.  removed all traces of the -ansi option.  removed all
20266           traces of the -languages option.
20268         * config.subr: resync from rms.
20270 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20272         * configure, config.sub, config.subr: merge config.sub into
20273           config.subr, call the result config.subr, remove config.sub, use
20274           config.subr.
20276         * Makefile.in: revised install for dir.info.
20278 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20280         * configure.in: add decstation host makefile frag.
20282         * Makefile.in: BISON now bison -y again.  also install-gcc on
20283           install.  clean-gdbm on clean.  infodir belongs in datadir.
20284           Make directories for info install.  Build dir.info here then
20285           install it.
20287 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20289         * Makefile.in: fix for bad directory tests.
20291 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20293         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
20294           regexp.  -srcdir relative was being handled incorrectly.
20296         * Makefile.in: unwrapped some for loops so that parallel makes
20297           work again and so one can focus one's attention on a particular
20298           package.
20300 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20302         * configure: added PWD as a stand in for `pwd` (for speed). use
20303           elif wherever possible.  make -srcdir work without -objdir.
20304           -objdir= commented out.
20306 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20308         * configure: +options become --options.  -subdirs commented out.
20309           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
20310           Makefile now at top of generated Makefile.  Removed cvs log
20311           entries.  added -srcdir.  create .gdbinit only if there is one
20312           in ${srcdir}.
20314         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
20315           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
20316           and mandir now keyed off datadir by default.
20318 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20320         * Freshly created ChangeLog.
20323 Local Variables:
20324 mode: change-log
20325 left-margin: 8
20326 fill-column: 76
20327 version-control: never
20328 End: