Daily bump.
[official-gcc.git] / ChangeLog
blob1de05f5e4eb597c4aaafe6b05c78d503904fcdce
1 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
3         * MAINTAINERS (Write After Approval): Add myself.
5 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
7         * MAINTAINERS (Write After Approval): Add myself.
9 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
11         * ChangeLog: Replace space with tab.
12         * MAINTAINERS: Delete 1 tab to keep alignment.
14 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
16         * MAINTAINERS (Write After Approval): Add myself.
18 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
20         * MAINTAINERS (Write After Approval): Add myself.
22 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
23             Kwok Cheung Yeung  <kcy@codesourcery.com>
24             Julian Brown  <julian@codesourcery.com>
25             Tom de Vries  <tom@codesourcery.com>
26             Jan Hubicka  <hubicka@ucw.cz>
27             Martin Jambor  <mjambor@suse.cz>
29         * configure.ac: Likewise.
30         * configure: Regenerate.
31         * contrib/config-list.mk: Add amdgcn-amdhsa.
33 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
35         * MAINTAINERS (Write After Approval): Add myself.
37 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
39         * MAINTAINERS (Write After Approval): Add myself.
41 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
43         PR target/88535
44         * config.guess: Import upstream version 2019-01-03.
45         * config.sub: Import upstream version 2019-01-01.
47 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
49         * MAINTAINERS (Write After Approval): Update my maintainer address.
51 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
53         * MAINTAINERS (Write After Approval): Add myself.
55 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
57         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
59 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
61         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
62         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
63         (GCC_TARGET_TOOL): Likewise.
64         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
65         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
66         OTOOL, OTOOL_FOR_TARGET: New substitutions.
67         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
68         * configure: Regenerate.
69         * Makefile.in: Likewise.
71 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
73         * MAINTAINERS (Write After Approval): Add myself.
75 2018-11-13  Martin Liska  <mliska@suse.cz>
77         * gcc.target/i386/pr87930.c: Move to ...
78         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
80 2018-11-10  Stafford Horne  <shorne@gmail.com>
82         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
83         (Write After Approval): Remove myself.
85 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
87         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
88         Append $INCICONV to it.
90 2018-11-04  Stafford Horne  <shorne@gmail.com>
92         * MAINTAINERS (Write After Approval): Add myself.
94 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
96         PR bootstrap/82856
97         * multilib.am: New file.  From automake.
99         Merge from binutils-gdb:
100         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
102         * libtool.m4: Use AC_LANG_SOURCE.
103         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
104         * ar-lib: New file.
105         * test-driver: New file.
106         * configure: Re-generate.
108 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
110         * MAINTAINERS (Write After Approval): Add myself.
112 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
114         PR bootstrap/87788
115         PR d/87799
116         * configure: Rebuild.
117         * configure.ac: Disable D on systems where it is known not to work.
119 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
121         * Makefile.def (target_modules): Add libphobos.
122         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
123         GDCFLAGS_FOR_TARGET.
124         (dependencies): Make libphobos depend on libatomic, libbacktrace
125         configure, and zlib configure.
126         (language): Add language d.
127         * Makefile.in: Rebuild.
128         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
129         (HOST_EXPORTS): Add GDC.
130         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
131         (BASE_TARGET_EXPORTS): Add GDC.
132         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
133         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
134         (EXTRA_HOST_FLAGS): Add GDC.
135         (STAGE1_FLAGS_TO_PASS): Add GDC.
136         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
137         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
138         environment variables.
139         * configure: Rebuild.
140         * configure.ac: Add target-libphobos to target_libraries.  Set and
141         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
143 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
145         * MAINTAINERS (Write After Approval): Add myself.
147 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
149         * MAINTAINERS (Write After Approval): Remove myself.
151 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
153         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
155 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
157         * MAINTAINERS: Update my email address.
159 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
161         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
162         maintainer.
164 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
166         * MAINTAINERS (Write After Approval): Add self.
168 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
170         * MAINTAINERS (write after approval): Add myself.
172 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
174         * MAINTAINERS: Update my email address.
176 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
178         * MAINTAINERS (write after approval): Add myself.
180 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
182         * MAINTAINERS: Add self to global reviewers list.
184 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
186         MAINTAINERS: Add c-sky port maintainers.
188 2018-08-10  Martin Liska  <mliska@suse.cz>
190         * MAINTAINERS: Revert change in previous commit and
191         join lines.
193 2018-08-10  Martin Liska  <mliska@suse.cz>
195         * MAINTAINERS: Remove extra line.
197 2018-08-06  Naveen H.S  <naveenh@marvell.com>
199         * MAINTAINERS: Update my email address.
201 2018-07-19  DJ Delorie  <dj@redhat.com>
203         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
204         as maintainer.
206 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
208         * MAINTAINERS: Adjust email address for me and my colleague Robin
209         Dapp.
211 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
212             Sunil K Pandey  <sunil.k.pandey@intel.com>
214         PR target/84413
215         * config/i386/i386.c (m_CORE_AVX512): New.
216         (m_CORE_AVX2): Likewise.
217         (m_CORE_ALL): Add m_CORE_AVX2.
218         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
219         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
220         and remove the rest of m_SKYLAKE_AVX512.
222 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
224         * config.sub: Sync with upstream version 2018-07-03.
226 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
228         * config.guess: Sync with upstream version 2018-06-26.
229         * config.sub: Sync with upstream version 2018-07-02.
231 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
233         * libtool.m4: Sort output of 'find' to enable deterministic builds.
234         * ltmain.sh: Likewise.
236 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
238         * contrib/config-list.mk: Remove powerpc-linux_paired.
240 2018-06-29  Alexandre Oliva <oliva@adacore.com>
242         * configure.ac: Introduce support for @unless/@endunless.
243         * Makefile.tpl (dep-kind): Rewrite with cond; return
244         postbootstrap in some cases.
245         (make-postboot-dep, postboot-targets): New.
246         (dependencies): Do not output postbootstrap dependencies at
247         first.  Output non-target ones changed for configure to depend
248         on stage_last @if gcc-bootstrap, and the original deps @unless
249         gcc-bootstrap.
250         * configure.in, Makefile.in: Rebuilt.
252 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
254         * MAINTAINERS (write after approval): Add myself.
256 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
258         * MAINTAINERS (write after approval): Add myself.
260 2018-06-19  Nick Clifton  <nickc@redhat.com>
262         * zlib/configure.ac: Restore old behaviour of only enabling
263         multilibs when a target subdirectory is defined.  This allows
264         building with srcdir == builddir.
265         * zlib/configure: Regenerate.
267 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
269         * Makefile.def (fortran): Add check-target-libgomp-fortran.
270         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
271         * Makefile.in: Regenerate.
273 2018-06-16  Ben Elliston  <bje@gnu.org>
275         * config.guess: Import latest version.
276         * config.sub: Likewise.
278 2018-06-08  Martin Liska  <mliska@suse.cz>
280         * MAINTAINERS: Remove MPX-related entries.
281         * Makefile.def: Remove libmpx support.
282         * Makefile.in: Regenerate.
283         * configure.ac: Remove removed files.
284         * configure: Regenerate.
285         * libmpx/ChangeLog: Remove.
286         * libmpx/Makefile.am: Remove.
287         * libmpx/Makefile.in: Remove.
288         * libmpx/acinclude.m4: Remove.
289         * libmpx/aclocal.m4: Remove.
290         * libmpx/config.h.in: Remove.
291         * libmpx/configure: Remove.
292         * libmpx/configure.ac: Remove.
293         * libmpx/configure.tgt: Remove.
294         * libmpx/libmpx.spec.in: Remove.
295         * libmpx/mpxrt/Makefile.am: Remove.
296         * libmpx/mpxrt/Makefile.in: Remove.
297         * libmpx/mpxrt/libmpx.map: Remove.
298         * libmpx/mpxrt/libtool-version: Remove.
299         * libmpx/mpxrt/mpxrt-utils.c: Remove.
300         * libmpx/mpxrt/mpxrt-utils.h: Remove.
301         * libmpx/mpxrt/mpxrt.c: Remove.
302         * libmpx/mpxrt/mpxrt.h: Remove.
303         * libmpx/mpxwrap/Makefile.am: Remove.
304         * libmpx/mpxwrap/Makefile.in: Remove.
305         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
306         * libmpx/mpxwrap/libtool-version: Remove.
307         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
309 2018-06-04  Martin Liska  <mliska@suse.cz>
311         * MAINTAINERS: Add myself as gcov maintainer.
313 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
315         * MAINTAINERS: Update my email address.
317 2018-06-04  Tom de Vries  <tdevries@suse.de>
319         * MAINTAINERS: Remove write-after-approval entries for component
320         maintainers.
322 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
324         * MAINTAINERS (write after approval): Add myself.
326 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
328         * MAINTAINERS: Update my email address.
330 2018-06-01  Tom de Vries  <tdevries@suse.de>
332         * MAINTAINERS: Update my email address.
334 2018-05-22  Bin Cheng <bin.cheng@arm.com>
336         * MAINTAINERS (loop-optimizer): Add myself.
338 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
340         * configure.ac: Added "nfp" target.
341         * configure: Regenerate.
343 2018-04-30  Richard Biener  <rguenther@suse.de>
345         PR bootstrap/85571
346         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
347         (STAGE3_TFLAGS): Likewise.
348         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
349         (STAGEtrain_TFLAGS): Likewise.
350         * Makefile.in: Regenerate.
352 2018-04-26  Richard Biener  <rguenther@suse.de>
354         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
355         (STAGE2_CFLAGS): Likewise.
356         (STAGE2_TFLAGS): Likewise.
357         (STAGE3_CFLAGS): Add -fchecking.
358         (STAGE3_TFLAGS): Likewise.
359         (STAGEtrain_CFLAGS): Filter out -fchecking.
360         (STAGEtrain_TFLAGS): Likewise.
361         * Makefile.in: Re-generate.
363 2018-04-25  Catherine Moore <clm@codesourcery.com>
365         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
367 2018-04-18  Paul Clarke  <pc@us.ibm.com>
369         * MAINTAINERS (write after approval): Add myself.
371 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
373         * MAINTAINERS: Update my email address.
375 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
377         * MAINTAINERS: Remove redundant Write-After-Approval entry.
379 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
381         * MAINTAINERS: Update my email address and disambiguate myself
382         a bit from Will Schmidt.
384 2018-03-21  Nathan Sidwell  <nathan@acm.org>
386         * MAINTAINERS: Move maintainers of now-removed picochip and score
387         ports to write after approval.
389 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
391         * MAINTAINERS: Add entry for SVE maintainership.
393 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
395         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
396         * configure: Regenerate.
398 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
400         * MAINTAINERS (write after approval): Add myself.
402 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
404         * MAINTAINERS (write after approval): Add myself.
406 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
408         * MAINTAINERS (write after approval): Add myself.
410 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
412         Update copyright years.
414 2018-01-03  Ben Elliston  <bje@gnu.org>
416         * config.guess: Import latest version.
417         * config.sub: Likewise.
419 2017-12-12  Stafford Horne  <shorne@gmail.com>
421         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
422         * configure: Regenerate.
424 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
426         * MAINTAINERS (Write After Approval): Add myself.
428 2017-11-28  Julia Koval  <julia.koval@intel.com>
429             Sebastian Peryt  <sebastian.peryt@intel.com>
431         * Makefile.def (target_modules): Remove libcilkrts.
432         * Makefile.in: Ditto.
433         * configure: Ditto.
434         * configure.ac: Ditto.
436 2017-11-28  Julia Koval  <julia.koval@intel.com>
438         * MAINTAINERS (Write After Approval): Add myself.
440 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
442         * MAINTAINERS (Write After Approval): Add myself.
444 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
446         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
447         Use my SiFive email address.
449 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
451         * MAINTAINERS (write after approval): Add myself.
453 2017-10-27  Martin Liska  <mliska@suse.cz>
455         * Makefile.tpl: Use proper name of folder as it was renamed
456         during transition to 4 stages.
457         * Makefile.in: Regenerate.
459 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
461         * MAINTAINERS (write after approval): Add myself.
463 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
465         * MAINTAINERS: Add a note that maintainership also includes web
466         pages, docs, and testsuite related to that area.
468 2017-09-25  Tom de Vries  <tom@codesourcery.com>
470         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
472 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
474         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
476 2017-09-15  Nathan Sidwell  <nathan@acm.org>
478         * MAINTAINERS: Remove myself as a vxworks maintainer.
480 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
482         * MAINTAINERS: Remove email address of Jim Norris.
484 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
486         * MAINTAINERS (Reviewers): Move myself from here...
487         (CPU Port Maintainers): ... to here.
489 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
491         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
493 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
495         * MAINTAINERS (write after approval): Add myself.
497 2017-07-28  Tony Reix  <tony.reix@atos.net>
499         * configure.ac (target-libffi): Don't disable for AIX.
500         (go): Don't add to unsupported_languages on AIX.
501         (target-libgo): Don't disable for AIX.
502         * configure: Regenerate.
504 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
506         * MAINTAINERS: Add myself.
508 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
510         * MAINTAINERS: Update my email address.
512 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
514         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
515         arm-specific auto-generated header files.
517 2017-07-03  Nathan Sidwell  <nathan@acm.org>
519         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
520         * configure: Rebuilt.
522 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
524         * MAINTAINERS: Readd myself for c6x.
526 2017-06-28  Martin Liska  <mliska@suse.cz>
528         PR bootstrap/81217
529         * Makefile.def: Remove superfluous bootstrap_target from
530         bootstrap_stage.
531         * Makefile.in: Re-generate the file.
533 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
535         * MAINTAINERS: Add myself to Write After Approval
537 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
539         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
541 2017-06-19  Martin Liska  <mliska@suse.cz>
543         * Makefile.def: Define 4 stages PGO bootstrap.
544         * Makefile.tpl: Define FLAGS.
545         * Makefile.in: Regenerate.
547 2017-06-14  Ian Lance Taylor  <iant@golang.org>
549         * Makefile.def: Add check-gotools to go check targets.
550         * Makefile.in: Rebuild.
552 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
554         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
556 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
558         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
559         * configure: Regenerate.
561 2017-05-31  Martin Liska  <mliska@suse.cz>
563         * configure.ac: Add handling of stage2_werror_flags to
564         action-if-given and to action-if-not-given.
565         * configure: Regenerate.
567 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
569         * MAINTAINERS: Add self to Write After Approval
571 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
573         * MAINTAINERS: Update my email address, and remove myself as
574         maintainer in some areas.
576 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
578         * MAINTAINERS: Add self to Write After Approval
580 2017-05-25  Nathan Sidwell  <nathan@acm.org>
582         * configure.ac: Add --enable-languages=default to mean default and
583         make --enable-languages=all mean all supported languages.
584         * configure: Regenerated.
586 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
588         * config.gcc (powerpc*-*-*spe*): New.
589         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
590         (powerpc-*-rtems*spe*): New.
591         (powerpc*-*-linux*spe*): New.
592         (powerpc-wrs-vxworksspe): New.
593         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
594         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
595         * config.host (powerpc*-*-*spe*): New.
597 2017-05-19  Martin Liska  <mliska@suse.cz>
599         * configure.ac: Add --enable-werror-always just for
600         bootstrap-debug (or none build config) and do not add it
601         when we are on a release branch.
602         * configure: Regenerated.
604 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
606         * MAINTAINERS: Add self to Write After Approval
608 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
610         * MAINTAINERS: Move myself to Write After Approval section.
612 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
614         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
615         ACCH registers.
616         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
617         available.
618         (umulsidi3): Likewise.
619         (mulsidi3_700): Disable this pattern when we have advanced mpy
620         instructions.
621         (umulsidi3_700): Likewise.
622         (maddsidi4): New pattern.
623         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
624         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
625         (mpydu_imm_arcv2hs): Likewise.
626         * config/arc/predicates.md (accl_operand): New predicate.
628 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
629             Andrew Burgess <andrew.burgess@embecosm.com>
631         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
632         case.
633         (ARC_AUTOFP_IRQ_P): Likewise.
634         (ARC_AUTO_IRQ_P): Likewise.
635         (rgf_banked_register_count): New variable.
636         (parse_mrgf_banked_regs_option): New function.
637         (arc_override_options): Handle rgf_banked_regs option.
638         (arc_handle_interrupt_attribute): Add firq option.
639         (arc_compute_function_type): Return fast irq type when required.
640         (arc_must_save_register): Handle fast interrupts.
641         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
642         (arc_return_address_regs): Update.
643         * config/arc/arc.h (arc_return_address_regs): Update.
644         (arc_function_type): Add fast interrupt type.
645         (ARC_INTERRUPT_P): Update.
646         (RC_FAST_INTERRUPT_P): Define.
647         * config/arc/arc.md (simple_return): Update for fast interrupts.
648         (p_return_i): Likewise.
649         * config/arc/arc.opt (mrgf-banked-regs): New option.
650         * doc/invoke.texi (mrgf-banked-regs): Document.
652 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
654         * config/arc/arc.c (irq_ctrl_saved): New variable.
655         (ARC_AUTOBLINK_IRQ_P): Define.
656         (ARC_AUTOFP_IRQ_P): Likewise.
657         (ARC_AUTO_IRQ_P): Likewise.
658         (irq_range): New function.
659         (arc_must_save_register): Likewise.
660         (arc_must_save_return_addr): Likewise.
661         (arc_dwarf_emit_irq_save_regs): Likewise.
662         (arc_override_options): Handle deferred options.
663         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
664         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
665         arc_must_save_return_addr.
666         (arc_compute_frame_size): Handle automated save and restore of
667         registers.
668         (arc_expand_prologue): Likewise.
669         (arc_expand_epilogue): Likewise.
670         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
671         * config/arc/arc.opt (mirq-ctrl-saved): New option.
672         * doc/invoke.texi (mirq-ctrl-saved): Document option.
674 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
675         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
677         PR bootstrap/77661
678         * Makefile.def: Don't pass --enable-maintainer-mode on to an
679         in-tree build MPC.
680         * Makefile.in: Regenerate.
682 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
684         * configure.ac: Enable LTO by default on darwin >= 9.
685         * configure: Regenerate.
687 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
689         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
690         and Andrew Waterman as the RISC-V maintainers.
692 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
694         * MAINTAINERS: Add self to Write After Approval
696 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
698         * config.guess: Import latest from upstream.
700 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
702         * MAINTAINERS (Write After Approval): Remove entries that are
703         already covered under Reviewers.
705 2017-03-08  Mark Wielaard  <mark@klomp.org>
707         PR demangler/70909
708         PR demangler/67264
709         * include/demangle.h: Add d_printing to struct demangle_component
710         and pass struct demangle_component as non const.
712 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
714         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
716 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
718         * Makefile.tpl: Remove HOST_ISLVER.
719         (HOST_EXPORTS): Remove ISLVER.
720         * Makefile.in: Regenerate.
722 2017-02-13  Richard Biener  <rguenther@suse.de>
724         * configure: Re-generate.
726 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
728         * MAINTAINERS: Adjust bug reporting URL.
730 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
732         * MAINTAINERS (Write After Approval): Remove redundant entry
733         for Andrew Burgess.
735 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
737         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
738         32-bit hppa*-*-hpux*.
739         * configure: Regenerate.
741 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
743         * configure.ac: Moved the white list of enabling BRIG FE to
744         libhsail-rt/configure.tgt.
745         * configure: Regenerated.
746         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
748 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
749             Martin Jambor  <mjambor@suse.cz>
751         * Makefile.def (target_modules): Added libhsail-rt.
752         (languages): Added language brig.
753         * Makefile.in: Regenerated.
754         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
755         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
756         * configure: Regenerated.
758 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
760         PR other/79046
761         * configure: Regenerated.
763 2017-01-04  Alan Modra  <amodra@gmail.com>
765         * configure: Regenerate.
767 2016-12-29  Ben Elliston  <bje@gnu.org>
769         * config.sub: Import latest version.
771 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
773         * MAINTAINERS (Write After Approval): Add myself.
775 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
777         * configure.ac: Don't bootstrap libmpx unless --with-build-config
778         includes bootstrap-mpx.
779         * configure: Regenerated.
781 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
783         * MAINTAINERS (Write After Approval): Add myself.
785 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
787         * configure: Regenerate.
789 2016-12-01  Matthias Klose  <doko@ubuntu.com>
791         * configure.ac: Don't use pkg-config to check for bdw-gc.
792         * configure: Regenerate.
794 2016-11-30  Matthias Klose  <doko@ubuntu.com>
796         * Makefile.def: Remove reference to boehm-gc target module.
797         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
798         options and for the bdw-gc pkg-config module.
799         * configure: Regenerate.
800         * Makefile.in: Regenerate.
802 2016-11-28  Nathan Sidwell  <nathan@acm.org>
804         * MAINTAINERS (nvptx): Remove self.
806 2016-11-25  Ben Elliston  <bje@gnu.org>
808         * config.guess: Import latest version.
809         * config.sub: Likewise.
811 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
813         * MAINTAINERS (Write After Approval): Add myself.
815 2016-11-15  Matthias Klose  <doko@ubuntu.com>
817         * Makefile.def: Remove references to GCJ.
818         * Makefile.tpl: Likewise.
819         * Makefile.in: Regenerate.
821 2016-11-15  Matthias Klose  <doko@ubuntu.com>
823         * config-ml.in: Remove references to GCJ.
824         * configure.ac: Likewise.
825         * configure: Regenerate.
827 2016-11-01  Josh Conner  <joshconner@google.com>
829         * MAINTAINERS (Write After Approval): Update email address,
831 2016-10-27  Carl Love  <cel@us.ibm.com>
833         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
834         Approval list to make it alphabetical.
836 2016-10-27  Carl Love  <cel@us.ibm.com>
838         * MAINTAINERS (Write After Approval): Add myself.
840 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
842         * MAINTAINERS (Reviewers): Add myself.
843         (Write After Approval): Add myself.
845 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
846             Ulrich Weigand  <uweigand@de.ibm.com>
848         * MAINTAINERS: Update email address.
850 2016-10-10  Nathan Sidwell  <nathan@acm.org>
852         * MAINTAINERS: Update email address.
854 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
856         * configure.ac: Add aarch64-*-freebsd*.
857         * configure: Regenerate.
859 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
861         * MAINTAINERS: Update email address after it got reverted.
863 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
865         * configure.ac (target_libraries): Readd target-boehm-gc.
866         Restore --enable-objc-gc handling.
867         * configure: Regenerate.
869 2015-10-03  Jeff Law  <law@redhat.com>
871         * MAINTAINERS: Move several inactive maintainers to the
872         write-after-approval section.
874 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
876         * configure.ac: Add target-libffi to target_libraries.
877         Readd libgcj target disablings, modified to only target-libffi.
878         Readd target addition of go to unsupported languages.
879         * configure: Regenerated.
881 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
883         * MAINTAINERS: Update email address.
885 2016-09-30  Andrew Haley  <aph@redhat.com>
887         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
888         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
889         libgcj.
891 2016-09-30  Andrew Haley  <aph@redhat.com>
893         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
894         write-after approval after GCJ deletion.
896 2016-09-30  Andrew Haley  <aph@redhat.com>
898         * Makefile.def: Remove libjava.
899         * Makefile.tpl: Likewise.
900         * Makefile.in: Regenerate.
901         * configure.ac: Likewise.
902         * configure: Likewise.
903         * gcc/java: Remove.
904         * libjava: Likewise.
906 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
908         * MAINTAINERS (Reviewers): Add myself.
910 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
912         * configure.ac: Disable "sim" directory for arc*-*-*.
913         * configure: Regenerated.
915 2016-09-23  Tamar Christina <tamar.christina@arm.com>
917         * MAINTAINERS (Write After Approval): Add myself.
919 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
921         * configure.ac: Check for the minimum in-tree MPFR version
922         handled.
923         * configure: Regenerate.
925 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
927         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
928         * configure: Regenerated.
930 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
932         * MAINTAINERS (Write After Approval): Add myself.
934 2016-06-23  Andi Kleen  <ak@linux.intel.com>
936         * Makefile.def: Add autoprofiledbootstrap.
937         * Makefile.tpl: Dito.
938         * Makefile.in: Regenerate.
940 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
942     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
943     * configure: Regenerate.
945 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
947         * configure: Regenerate.
948         * configure.ac: Remove support for avr-rtems.
950 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
952         * MAINTAINERS (Write After Approval): Add myself.
954 2016-06-16  Michael Collison  <michael.collison@arm.com>
956         * MAINTAINERS (Write After Approval): Add myself.
958 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
960         * MAINTAINERS (Write After Approval): Update e-mail address.
962 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
964         * MAINTAINERS (Write After Approval): Add myself.
966 2016-05-28  Alan Modra  <amodra@gmail.com>
968         * Makefile.tpl (configure): Depend on m4 files included.
969         * Makefile.in: Regenerate.
971 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
973         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
974         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
976 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
978         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
979         special case builtin.
980         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
981         support for ALTIVEC_BUILTIN_VEC_ADDEC.
982         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
983         for __builtin_vec_addec.
985 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
987         * config.guess: Import version 2016-04-02 (newest).
988         * config.sub: Import version 2016-05-10 (newest).
990 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
992         * configure.ac: Add ARC support to libgloss.
993         * configure: Regenerate
995 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
997         * MAINTAINERS (Write After Approval): Add myself.
999 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1001         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
1002         * configure: Regenerated.
1003         * Makefile.def (gmp): Explicitly disable assembler.
1004         (mpfr): Adjust lib_path.
1005         (mpc): Likewise.
1006         * Makefile.in: Regenerated.
1008 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
1010         PR bootstrap/70704
1011         * configure.ac (--enable-stage1-checking): Add missing
1012         --enable-checking=.
1013         * configure: Regenerated.
1015 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1017         * config.guess: Revert r235676.
1018         * config.sub: Revert r235676.
1020 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1022         * config.guess: Remove SH5 support.
1023         * config.sub: Likewise.
1024         * configure: Likewise.
1025         * configure.ac: Likewise.
1027 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
1029         PR bootstrap/70704
1030         * configure.ac (--enable-stage1-checking): For --disable-checking or
1031         implicit --enable-checking, make sure extra flag matches in between
1032         stage1 and later checking.
1033         * configure: Regenerated.
1035 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1037         * .gitattributes: New file.
1039 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
1041         * MAINTAINERS (rs6000/powerpc port): Add myself.
1043 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
1045         PR bootstrap/70173
1046         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1047         and gotools directories.  Delete the stage_final file.
1048         * Makefile.in: Regenerate.
1050 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
1052         * MAINTAINERS (Write After Approval): Add myself.
1054 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
1056         * MAINTAINERS (Fortran maintainer): Remove myself.
1058 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
1060         * MAINTAINERS (Write After Approval): Add myself.
1062 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
1064         * MAINTAINERS (Write After Approval): Add myself.
1066 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1068         Sync with binutils-gdb:
1070         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1072         * configure.ac: Add mips and s390 to the gold target check.
1073         * configure: Regenerate.
1075 2016-03-01  DJ Delorie  <dj@redhat.com>
1077         * MAINTAINERS (mep): Remove myself as MeP maintainer.
1079 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
1081         * MAINTAINERS (libcpp): Add myself.
1082         (diagnostic messages): Likewise.
1084 2016-02-20  Tom de Vries  <tom@codesourcery.com>
1086         * MAINTAINERS: Fix whitespace.
1088 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
1090         * MAINTAINERS (Write After Approval): Add myself.
1092 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
1094         * config/isl.m4: Add comments about isl-0.16.
1095         * configure: Regenerate.
1097 2016-01-29  Martin Jambor  <mjambor@suse.cz>
1099         * MAINTAINERS (hsa maintainers): Add myself.
1101 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
1103         * MAINTAINERS: (Write After Approval): Add myself.
1105 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
1106             Sebastian Pop  <s.pop@samsung.com>
1108         * Makefile.in: Regenerate.
1109         * Makefile.tpl: Export ISLVER.
1110         * configure: Regenerate.
1111         * config/isl.m4: Detect isl-0.15.
1113 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
1115         PR bootstrap/69329
1116         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1117         * Makefile.in: Regenerate.
1119 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
1121         * configure.ac: Enable LTO for DJGPP
1122         * configure: Regenerate
1124 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1126         Sync with binutils-gdb:
1127         2015-10-21  Nick Clifton  <nickc@redhat.com>
1129         PR gas/19109
1130         * configure.ac: Note the 'none' is an acceptable argument to
1131         --enable-compressed-debug-sections.
1132         * configure: Regenerate.
1134 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1136         PR bootstrap/69134
1137         * Makefile.def (mpfr): Disable assembler.
1138         * Makefile.in: Regenerate.
1140 2016-01-01  Ben Elliston  <bje@gnu.org>
1142         * config.guess: Import version 2016-01-01.
1143         * config.sub: Likewise.
1145 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
1147         * MAINTAINERS (Write After Approval): Add myself.
1149 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
1151         * Makefile.in: Replace ISL with isl.
1152         * Makefile.tpl: Same.
1153         * config/isl.m4: Same.
1154         * configure.ac: Same.
1155         * contrib/download_prerequisites: Same.
1156         * configure: Regenerate.
1158 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
1160         * MAINTAINERS (Write After Approval): Add Myself.
1162 2015-12-17  Nathan Sidwell  <nathan@acm.org>
1164         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1165         * configure: Regenerate.
1167 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
1168             Sebastian Pop  <s.pop@samsung.com>
1170         * config/isl.m4 (ISL_CHECK_VERSION): Check for
1171         isl_ctx_get_max_operations.
1172         * configure: Regenerate.
1174 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
1176         * MAINTAINERS (Write After Approval): Add myself.
1178 2015-12-02  Ian Lance Taylor  <iant@google.com>
1180         PR go/66147
1181         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1182         * Makefile.in: Regenerate.
1184 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
1186         PR libffi/65726
1187         * Makefile.def (lang_env_dependencies): Make libffi depend
1188         on cxx.
1189         * Makefile.in: Regenerate.
1191 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
1193         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1194         symbols.
1196 2015-11-20  Tristan Gingold  <gingold@adacore.com>
1198         Sync with binutils-gdb:
1199         2015-11-20  Tristan Gingold  <gingold@adacore.com>
1201         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1202         * configure: Regenerate.
1204 2015-11-19  Martin Liska  <mliska@suse.cz>
1206         * .gitignore: Add .clang-format to ignored files.
1207         * Makefile.in: Add clang-format.
1208         * Makefile.tpl: Likewise.
1210 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
1212         * configure.ac: Enable libmpx by default.
1213         * configure: Regenerated.
1215 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
1217         * MAINTAINERS: Update email address.
1219 2015-10-23  Paulo Matos  <pmatos@linki.tools>
1221         * MAINTAINERS: Update email address.
1223 2015-10-23  Alan Hayward <alan.hayward@arm.com>
1225         * MAINTAINERS  (Write After Approval): Add myself.
1227 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1229         Sync with binutils-gdb:
1230         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1232         PR gas/19109
1233         * configure.ac: Add
1234         --enable-compressed-debug-sections={all,gas,gold,ld}.
1235         * configure: Regenerated.
1237 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
1239         * MAINTAINERS: Update list of Ada maintainers and email addresses.
1241 2015-10-09  Martin Liska  <mliska@suse.cz>
1243         * MAINTAINERS (Write After Approval): Add myself.
1245 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
1247         * MAINTAINERS (Write After Approval): Add myself.
1249 2015-10-02  Florian Weimer  <fweimer@redhat.com>
1251         * MAINTAINERS: Update email address.
1253 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
1255         * MAINTAINERS  (Write After Approval): Add myself.
1257 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
1259         * MAINTAINERS: Update email.
1261 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
1263         * MAINTAINERS: Update my email address.
1265 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
1267         * MAINTAINERS (ft32 port): Add myself.
1269 2015-08-28  David Sherwood  <david.sherwood@arm.com>
1271         * MAINTAINERS: Add myself.
1273 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
1275         * MAINTAINERS (Write After Approval): Add myself.
1277 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1279         PR libfortran/54572
1280         * Makefile.def: Make libgfortran depend on libbacktrace.
1281         * Makefile.in: Regenerate.
1283 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
1285         * MAINTAINERS (Write After Approval): Add myself.
1287 2015-08-12  Tom de Vries  <tom@codesourcery.com>
1289         PR other/67092
1290         * configure.ac: Remove --with_host_libstdcxx support.
1291         * configure: Regenerate.
1293 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
1294             Jakub Jelinek  <jakub@redhat.com>
1296         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1297         nvptx*-*-*.
1298         * configure: Regenerate.
1300 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
1302         * Makefile.def (libiconv): Define bootstrap=true.
1303         Mark pdf/html/info as missing.
1304         (configure-gcc): Depend on all-libiconv.
1305         (all-gcc): Ditto.
1306         (configure-libcpp): Ditto.
1307         (all-libcpp): Ditto.
1308         (configure-intl): Ditto.
1309         (all-intl): Ditto.
1310         * Makefile.in: Regenerate.
1312 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
1314         * MAINTAINERS (loop ivopts): Add the entry and myself.
1316 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1318         * MAINTAINERS (nvptx): Add self.
1320 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
1322         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1323         128-bit vector modes.
1325 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
1327         * MAINTAINERS (Write After Approval): Add myself.
1329 2015-07-28  Ben Elliston  <bje@gnu.org>
1331         * config.sub, config.guess: Import from upstream.
1333 2015-07-24  Michael Darling  <darlingm@gmail.com>
1335         PR other/66259
1336         * config-ml.in: Reflects renaming of configure.in to configure.ac
1337         * configure: Likewise
1338         * configure.ac: Likewise
1340 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
1342         * MAINTAINERS: Update my email address.
1344 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1346         Sync with binutils-gdb:
1347         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1349         * configure.ac (target_configdirs): Exclude target-zlib if
1350         target-libjava isn't built.
1351         * configure: Regenerated.
1353 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1355         Sync with binutils-gdb:
1356         2015-05-13  John David Anglin  <dave.anglin@bell.net>
1358         * configure.ac: Disable configuration of GDB for HPUX targets.
1359         * configure: Regenerate.
1361         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1363         * configure.ac: Add --with-system-zlib.
1364         * configure: Regenerated.
1366         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
1368         * configure.ac: Add FT32 support.
1369         * configure: Regenerate.
1371         2015-01-12  Anthony Green  <green@moxielogic.com>
1373         * configure.ac: Don't disable gprof for moxie.
1374         * configure: Rebuild.
1376 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1378         Sync with binutils-gdb:
1379         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1381         PR ld/18355
1382         * Makefile.def: Add extra_configure_flags to host zlib.
1383         * configure.ac (extra_host_zlib_configure_flags): New.  Set
1384         to --enable-host-shared When bfd is to be built as shared
1385         library.  AC_SUBST.
1386         * Makefile.in: Regenerated.
1388 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
1390         Sync with src:
1391         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1392         * Makefile.def (dependencies): Add all-zlib to all-bfd.
1393         * Makefile.in: Regenerated.
1395 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1397         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1398         target.
1399         * configure: Regenerate.
1401 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
1403         * MAINTAINERS (Write After Approval): Add myself.
1405 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
1407         * MAINTAINERS (OS Port Maintainers): Add myself.
1408         (Various Maintainers): Remove myself from libffi testsuite.
1410 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
1412         * MAINTAINERS (gen* on machine desc): Add self.
1414 2015-06-02  Jason Merrill  <jason@redhat.com>
1416         PR bootstrap/66319
1417         * configure.ac: Use -std=gnu++98.
1419 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1421         * MAINTAINERS (Write After Approval): Add myself.
1423 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
1425         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1426         * configure: Regenerate.
1428 2015-05-26  Jason Merrill  <jason@redhat.com>
1430         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1431         * configure: Regenerate.
1433 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
1435         * configure.ac: FT32 target added.
1436         * configure: Regenerated.
1438 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1440         * MAINTAINERS (Write After Approval): Add myself.
1442 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1444         * MAINTAINERS (Write After Approval): Add myself.
1446 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1448         * configure.ac: Fix typo.
1449         * configure: Regenerate.
1451 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
1453         * MAINTAINERS (Write After Approval): Add myself.
1455 2015-05-03  Matthias Klose  <doko@ubuntu.com>
1457         * configure.ac: Match $host configured with triplets.
1458         * configure: Regenerate.
1460 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1462         * Makefile.tpl: Remove surplus whitespace throughout.
1463         * Makefile.in: Regenerate.
1465 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
1467         * MAINTAINERS (Various Maintainers): Add myself as instruction
1468         combiner maintainer.
1470 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
1472         PR bootstrap/62077
1473         * configure.ac (--enable-stage1-checking): Default to
1474         release,misc,gimple,rtlflag,tree,types if --disable-checking
1475         or --enable-checking is not specified and DEV-PHASE is not
1476         experimental.
1477         * configure: Regenerated.
1479 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
1481         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1482         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1483         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1484         * Makefile.in: Regenerate.
1486 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
1488         * MAINTAINERS: Update my email address.
1490 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
1492         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1494 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1496         * MAINTAINERS: Add myself as an arm port reviewer.
1498 2015-03-25  Martin Liska  <mliska@suse.cz>
1499             Yury Gribov  <y.gribov@samsung.com>
1501         * Makefile.in: Fix ln source location for vimrc file.
1502         * Makefile.tpl: Likewise.
1504 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
1506         PR bootstrap/25672
1507         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1508         cross-compiling.  Similarly for CXX_FOR_TARGET.
1509         * configure: Regenerate.
1511 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
1513         * Makefile.def: Add libmpx.
1514         * configure.ac: Add libmpx.
1515         * Makefile.in: Regenerate.
1516         * configure: Regenerate.
1518 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
1520         * MAINTAINERS (CPU Port Maintainers): Add myself
1521         i386 vector ISA extns mantainer.
1523 2015-03-13  Jeff Law  <law@redhat.com>
1525         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1526         maintainer.
1527         Remove Richard Henderson as a maintainer for the x86 port.
1529 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
1531         * MAINTAINERS (CPU Port Maintainers): Update my email address.
1533 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1535         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1536         pointer bounds checker and i386 MPX maintainer.
1538 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1540         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1542 2015-02-26  Martin Sebor  <msebor@redhat.com>
1544         * MAINTAINERS (Various Maintainers): Add self.
1546 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1548         * configure.ac [--enable-as-accelerator-for] (enable_languages):
1549         Make sure it contains lto.
1550         * configure: Regenerate.
1552 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1554         * configure: Regenerate.
1556 2015-02-06  Diego Novillo  <dnovillo@google.com>
1558         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1559         middle-end, docstring): Remove myself.
1560         (Write After Approval): Add myself.
1562 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1564         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1565         (Write After Approval): Update address.
1567 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
1569         PR jit/64780
1570         * configure.ac: Require the user to explicitly specify
1571         --enable-host-shared if the jit is enabled.
1572         * configure: Regenerate.
1574 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
1576         * MAINTAINERS (Write After Approval): Add myself.
1578 2015-01-25  Tom de Vries  <tom@codesourcery.com>
1580         * MAINTAINERS: Make whitespace consistent.
1582 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
1584         * MAINTAINERS (Write After Approval): Add myself.
1586 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
1588         * MAINTAINERS: (Write After Approval): Add myself.
1590 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
1592         * MAINTAINERS: (Write After Approval): Add myself.
1594 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
1596         * MAINTAINERS: (Write After Approval): Add myself.
1598 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
1600         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1601         objective-c/c++ front end maintainer.
1603 2015-01-13  Marek Polacek  <polacek@redhat.com>
1605         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1607 2015-01-12  Jeff Law  <law@redhat.com>
1609         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1610         a very long time.
1612 2015-01-09  Ian Lance Taylor  <iant@google.com>
1614         * configure.ac (host_tools): Add gotools.
1615         * Makefile.def (host_modules): Add gotools.
1616         (dependencies): Add dependency of all-gotools on all-target-libgo.
1618 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
1620         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1621         * configure: Regenerate.
1623 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
1625         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1626         all-target-libgomp.
1627         * Makefile.in: Regenerate.
1629 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1631         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1633 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1635         * configure.ac: Add Visium support.
1636         * configure: Regenerate.
1638 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1640         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1641         * configure: Regenerate.
1643 2015-01-03  Andrew Pinski  <apinski@cavium.com>
1645         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1646         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1647         (BASE_TARGET_EXPORTS): Add OBJCOPY.
1648         (OBJCOPY_FOR_TARGET): New variable.
1649         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1650         * Makefile.in: Regenerate.
1651         * configure.ac: Check for already installed target objcopy.
1652         Also GCC_TARGET_TOOL on objcopy.
1653         * configure: Regenerate.
1655 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
1657         * config.sub: Update from upstream, to 2015-01-01 version.
1658         * config.guess: Ditto.
1660 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1662         * MAINTAINERS (RTEMS Ports): Add myself.
1664 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
1666         * MAINTAINERS (Write After Approval): Add myself.
1668 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1670         * MAINTAINERS (Write After Approval): Add myself.
1672 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
1674         * configure.ac (--enable-as-accelerator-for): Don't set
1675         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
1676         * configure: Regenerate.
1678 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
1680         PR bootstrap/64023
1681         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1682         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1683         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1684         to CXX.
1685         * Makefile.in: Regenerated.
1687 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1688             Yury Gribov  <y.gribov@samsung.com>
1690         * .gitignore: Added .local.vimrc and .lvimrc.
1691         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1692         * Makefile.in: Regenerate.
1694 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1696         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1697         * configure: Regenerated.
1699 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
1701         * MAINTAINERS (nvptx port): New entry.
1703 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
1705         * configure: Regenerate.
1707 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1709         * configure.ac: Merge with Binutils.
1711 2014-11-26  Tobias Burnus  <burnus@net-b.de>
1713         * Makefile.def: Make more dependent on mpfr, mpc and isl.
1714         * Makefile.in: Regenerate.
1716 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1718         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1719         missing flex.
1720         * Makefile.in: Regenerated.
1722 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
1724         * Makefile.in: Regenerate.
1726 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
1728         PR bootstrap/63784
1729         * libtool.m4: Add $pic_flag with -shared.
1731 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
1733         * MAINTAINERS (Write After Approval): Added myself.
1735 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
1737         * MAINTAINERS (write-after-approval): Add myself.
1739 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1741         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1742         from 2 years ago.
1744 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1746         Revert:
1747         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1749         * MAINTAINERS (Write After Approval): Added myself as line map
1750         maintainer.
1752 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1754         Revert:
1755         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1757         * MAINTAINERS (Write After Approval): Added myself.
1759 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1761         * MAINTAINERS (Write After Approval): Added myself.
1763 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1765         * MAINTAINERS (Write After Approval): Added myself as line map
1766         maintainer.
1768 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
1770         * MAINTAINERS (Various Maintainers): Added myself as line map
1771         maintainer.
1773 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1775         * move-if-change: Sync from upstream gnulib.
1777 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1779         * compile: Sync with upstream Automake.
1780         * depcomp: Ditto.
1781         * install-sh: Ditto.
1782         * missing: Ditto.
1783         * mkinstalldirs: Ditto.
1784         * ylwrap: Ditto.
1786 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1788         * config.sub: Update from upstream config repo.
1789         * config.guess: Ditto.
1791 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
1793         * Makefile.def: Add liboffloadmic to target_modules.  Make
1794         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1795         * Makefile.in: Regenerate.
1796         * configure: Regenerate.
1797         * configure.ac: Add liboffloadmic to target binaries.
1798         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1799         Add liboffloadmic to noconfig list when C++ is not supported.
1801 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
1802             Thomas Schwinge  <thomas@codesourcery.com>
1803             Ilya Verbin  <ilya.verbin@intel.com>
1804             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1806         * configure: Regenerate.
1807         * configure.ac (--enable-as-accelerator-for)
1808         (--enable-offload-targets): New configure options.
1810 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1812         * Makefile.def: Make all-gcc depend on all-isl.
1813         * Makefile.in: Regenerate.
1815 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
1817         * ChangeLog.jit: New.
1818         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1820 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1822         PR target/63610
1823         * libtool.m4: Fix globbing of darwin versions.
1824         * configure: Regenerate.
1826 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1828         * Makefile.def: Remove CLooG.
1829         * Makefile.tpl: Ditto.
1830         * configure.ac: Ditto.
1831         * configure: Regenerate.
1832         * Makefile.in: Ditto.
1834 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
1836         * configure.ac: Handle nvptx-*-*.
1837         * configure: Regenerate.
1839 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
1841         * MAINTAINERS (Write After Approval): Add myself.
1843 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
1845         * Makefile.def (libcc1): Remove bootstrap=true;.
1846         * Makefile.in: Regenerated.
1848 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1850         * configure.ac: Update comment.
1851         * configure: Regenerate.
1853 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
1855         * MAINTAINERS (Write After Approval): Add myself.
1857 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
1859         * configure.ac (extra_host_libiberty_configure_flags): Add
1860         --enable-shared also for libcc1's benefit.
1861         * configure: Regenerate.
1863 2014-10-29  Tristan Gingold  <gingold@adacore.com>
1865         * MAINTAINERS: Change my email address.
1867 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1868             Tom Tromey  <tromey@redhat.com>
1870         * Makefile.def: Add libcc1 to host_modules.
1871         * configure.ac (host_tools): Add libcc1.
1872         * Makefile.in, configure: Rebuild.
1874 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1876         * configure.ac (build_configargs): Don't share config.cache between
1877         build subdirs.
1878         * configure: Regenerate.
1880 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1882         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1883         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1884         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1885         leon3v7 as leon3.
1886         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1887         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1888         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1889         * config/sparc/sparc.md (cpu): Add leon3v7.
1890         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1892 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1894         * MAINTAINERS (write-after-approval): Add myself.
1896 2014-10-23  Ian Lance Taylor  <iant@google.com>
1898         * configure.ac: Disable the Go frontend on systems where it is known
1899         to not work.
1900         * configure: Regenerate.
1902 2014-10-23  Richard Biener  <rguenther@suse.de>
1904         * Makefile.def: Add libcpp build module and dependencies.
1905         * configure.ac: Add libcpp build module.
1906         * Makefile.in: Regenerate.
1907         * configure: Likewise.
1909 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1911         * MAINTAINERS (write-after-approval): Add myself.
1913 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1915         * INSTALL/README: Do not mention CVS.
1917 2014-10-03  Jing Yu  <jingyu@google.com>
1919         * configure.ac: Add aarch64 to list of targets that support gold.
1920         * configure: Regenerate.
1922 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1924         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
1926 2014-09-29  Catherine Moore  <clm@codesourcery.com>
1928         * MAINTAINERS:  Add myself as MIPS maintainer.
1930 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
1932         * MAINTAINERS: Move myself to MIPS maintainers.
1934 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1936         * MAINTAINERS: Put all email addresses between '<' and '>'.
1938 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1940         * MAINTAINERS: Move myself to reviewers (Fortran).
1942 2014-09-01  Andi Kleen  <ak@linux.intel.com>
1944         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1945         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
1946         * Makefile.in: Regenerate.
1948 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1950         * rtx-classes-status.txt: Delete
1952 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1954         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1956 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
1958         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1959         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1960         of checking for version number.
1961         * configure: Regenerated.
1962         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1964 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1966         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1967         is done; begin phase 6 (use extra rtx_def subclasses).
1969 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1971         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1972         done; begin phase 5 (additional rtx_def subclasses).
1974 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1976         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1978 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1980         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1981         SET_BB_HEADER are done.
1983 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1985         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1986         done.
1988 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1990         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1992 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1994         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1996 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1998         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
2000 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
2002         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
2004 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
2006         * rtx-classes-status.txt: Phase 3 (per-file commits within
2007         "config" subdirs) is done; begin phase 4 (removal of
2008         "scaffolding").
2010 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
2012         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
2013         dir) is done; begin phase 3 (per-file commits within "config"
2014         subdirs).
2016 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
2018         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2019         phase 2 (per-file commits in main source dir).
2021 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
2023         * configure: Regenerated.
2025 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2027         * rtx-classes-status.txt (TODO): Add SET_BND_TO
2029 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2031         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2033 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2035         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2037 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2039         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2041 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2043         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2045 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
2047         * MAINTAINERS (Write After Approval): Add myself.
2049 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
2051         * MAINTAINERS: Remove myself
2053 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2055         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2057 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
2059         * MAINTAINERS (Write After Approval): Add myself.
2061 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2063         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2064         SET_BB_HEADER, SET_BB_FOOTER
2066 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2068         * rtx-classes-status.txt: New file
2070 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
2072         * configure.ac: Eliminate ClooG installation dependency.
2073         * configure: Regenerate.
2074         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2075         * Makefile.in: Regenerate.
2077 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
2079         * MAINTAINERS (Write After Approval): Add myself.
2081 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
2083         * MAINTAINERS (Write After Approval): Add myself.
2085 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
2087         * MAINTAINERS (Write After Approval): Add myself.
2089 2014-07-28  Anthony Green  <green@moxielogic.com>
2091         Import from savannah.gnu.org:
2092         * config.sub: Update to 2014-07-28 version.
2094 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
2096         * MAINTAINERS: Remove my MIPS maintainer entry.
2098 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
2100         PR target/47230
2101         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2102         * configure: Regenerate.
2104 2014-07-24  James Norris  <jnorris@codesourcery.com>
2106         * MAINTAINERS (Write After Approval): Add myself.
2108 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
2110         * configure.ac: Accept only CLooG 0.18.1.
2111         * configure: Regenerate.
2113 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
2115         * configure.ac: Don't accept isl 0.11.
2116         * configure: Regenerate.
2118 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2120         * MAINTAINERS (Write After Approval): Add myself.
2122 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2124         * configure.ac: Don't accept isl 0.10.
2125         * configure: Regenerate.
2127 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2129         Fix include path for in-tree cloog.
2130         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2131         * configure: Regenerate.
2133 2014-06-18  Richard Henderson  <rth@redhat.com>
2135         * .gitignore: Import gcc_update output.
2137 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2139         * config-ml.in: Robustify ac_configure_args parsing.
2141         * configure.ac (--enable-linker-plugin-configure-flags)
2142         (--enable-linker-plugin-flags): New flags.
2143         (configdirs): Conditionally add libiberty-linker-plugin.
2144         * configure: Regenerate.
2145         * Makefile.def (host_modules): Add libiberty-linker-plugin.
2146         (host_modules) <lto-plugin>: Pay attention to
2147         @extra_linker_plugin_flags@ and
2148         @extra_linker_plugin_configure_flags@.
2149         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2150         * Makefile.in: Regenerate.
2152         * Makefile.tpl (configure-[+prefix+][+module+])
2153         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2154         "module_srcdir" instead of "module" for locating a module's srcdir.
2155         * Makefile.in: Regenerate.
2157 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
2159         * MAINTAINERS (Write After Approval): Add myself.
2161 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
2163         * MAINTAINERS: Update my email address.
2165 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2167         * MAINTAINERS (Write After Approval): Add myself.
2169 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
2171         * MAINTAINERS (Write After Approval): Add myself.
2173 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
2175         PR libstdc++/61011
2176         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2177         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2178         * configure: Regenerate.
2180 2014-05-28  Pedro Alves  <palves@redhat.com>
2182         * MAINTAINERS (Write After Approval): Add myself.
2184 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2186         * MAINTAINERS: Update my affiliation/email.
2188 2014-05-19  Mike Stump  <mikestump@comcast.net>
2190         * MAINTAINERS: Add wide-int reviewers.
2192 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
2194         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2195         * configure: Regenerated.
2197 2014-05-15  Torvald Riegel  <triegel@redhat.com>
2199         * MAINTAINERS (libitm): Add myself as maintainer.
2201 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
2203         * MAINTAINERS (Write After Approval): Add myself.
2205 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
2207         * config.sub, config.guess: Import from upstream.
2209 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2211         * MAINTAINERS (Write After Approval): Put myself in correct order.
2213 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2215         * MAINTAINERS (Write After Approval): Add myself.
2217 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2219         * MAINTAINERS: Move myself from Reviewers to Write After Approval
2220         section.
2222 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2224         * MAINTAINERS (Write After Approval): Delete myself.
2226 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
2228         PR sanitizer/56781
2229         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2230         and -B* options with -Xcompiler.
2232 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
2234         PR bootstrap/60620
2235         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2236         * Makefile.in: Regenerate.
2238 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2240         * Makefile.def (dependencies): Make all-ld depend on all-binutils
2241         for WINDRES_FOR_TARGET in default-manifest.o rule.
2242         * Makefile.in: Regenerate.
2244 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
2246         * MAINTAINERS (Write After Approval): Add myself.
2248 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
2250         PR sanitizer/56781
2251         * Makefile.def: Set bootstrap=true; for host fixincludes.
2252         * configure.ac: Don't bootstrap host fixincludes unless
2253         --with-build-config=bootstrap-{a,ub}san.
2254         * Makefile.in: Regenerated.
2255         * configure: Regenerated.
2257 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
2259         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
2260         --enable-vtable-verify option parsing.  Don't add
2261         target-libsanitizer to bootstrap_target_libs unless
2262         --with-build-config=bootstrap-asan or
2263         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
2264         to bootstrap_target_libs unless --enable-vtable-verify.
2265         * configure: Regenerated.
2267 2014-03-10  Anatoly Sokolov <aesok@post.ru>
2269         * MAINTAINERS (Write After Approval): Add myself.
2271 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
2273         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2275 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
2277         PR bootstrap/58572
2278         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2279         -I for libstdc++-v3 includes if $(LEAN).
2280         * Makefile.in: Regenerated.
2282 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
2284         * MAINTAINERS: Update my email address.
2286 2014-02-24  Walter Lee  <walt@tilera.com>
2288         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2289         (tilegx-*-*): Change to tilegx*-*-*.
2290         * configure: Regenerate.
2292 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
2294         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2296 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
2298         * MAINTAINERS (Write After Approval): Add myself.
2300 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2302         PR target/59788
2303         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2304         *solaris2*.
2306 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
2308         * MAINTAINERS: Update my email address.
2310 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2312         * MAINTAINERS: Convert to UTF-8.
2313         Properly sort Xinliang David Li's entry.
2315 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2316             Sandra Loosemore  <sandra@codesourcery.com>
2318         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2319         nios2 port maintainers.
2321 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
2323         * MAINTAINERS (Write After Approval): Add myself.
2325 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2327         * configure.ac: Add user-friendly check for native x86_64-linux
2328         multilibs.
2329         * configure: Regenerate.
2331 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
2333         * MAINTAINERS: Add myself as sh maintainer.
2335 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2337         * MAINTAINERS: Add self as SLSR maintainer.
2339 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
2341         * MAINTAINERS: Update my email address.
2343 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
2345         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2347 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
2349         * Makefile.in: Regenerate.
2351         * Makefile.tpl: Fix typo.
2352         * Makefile.in: Regenerate partially.
2354 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2356         * configure.ac: Added libcilkrts to noconfig list when C++ is not
2357         supported.
2358         * configure: Regenerated.
2360 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
2362         * MAINTAINERS (Write After Approval): Add myself.
2364 2013-10-30  Jason Merrill  <jason@redhat.com>
2366         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2367         --disable-build-format-warnings.
2369 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2371         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
2372         depend on libstdc++ and libgcc.
2373         * configure: Regenerate.
2374         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
2375         libcilkrts for POSIX and i*86, and x86_64 architectures.
2376         * Makefile.in: Added libcilkrts related fields to support building it.
2378 2013-10-26  Jeff Law  <law@redhat.com>
2380         * Makefile.def (target_modules): Remove libmudflap
2381         (languages): Remove check-target-libmudflap).
2382         * Makefile.in: Rebuilt.
2383         * Makefile.tpl (check-target-libmudflap-c++): Remove.
2384         * configure.ac (target_libraries): Remove target-libmudflap.
2385         Remove checks which disabled libmudflap on some systems.
2386         * configure: Rebuilt.
2387         * libmudflap: Directory removed.
2389 2013-10-21  Cong Hou  <congh@google.com>
2391         * MAINTAINERS (Write After Approval): Add myself.
2393 2013-10-16  Mike Stump  <mikestump@comcast.net>
2395         * .dir-locals.el: Add.
2397 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
2399         * configure.ac: Add --enable-host-shared
2400         * configure: Regenerate.
2402 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2404         Import from savannah.gnu.org:
2405         * config.guess: Update to 2013-06-10 version.
2406         * config.sub: Update to 2013-10-01 version.
2408 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
2410         Changes to build configuration to allow big endian ARC ELF toolchain
2411         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2412         * configure: Regenerate.
2414 2013-09-20  Alan Modra  <amodra@gmail.com>
2416         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2417         ppc host match.  Support little-endian powerpc linux hosts.
2419 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
2421         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2422         maintainer.
2424 2013-09-12  DJ Delorie  <dj@redhat.com>
2426         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2427         maintainers.
2429 2013-09-03  Richard Biener  <rguenther@suse.de>
2431         * configure.ac: Also allow ISL 0.12.
2432         * configure: Regenerated.
2434 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2436         * MAINTAINERS (Write After Approval): Add myself.
2438 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
2440         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2442 2013-08-26  Caroline Tice  <cmtice@google.com>
2444         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
2445         "Various Reviewers" to libvtv "Various Maintainers".
2447 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
2449         * MAINTAINERS: Add myself as RTL optimizers reviewer.
2451 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
2453         * MAINTAINERS: Update name, email.
2455 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
2457         * MAINTAINERS (Write After Approval): Add myself.
2459 2013-08-12  Caroline Tice  <cmtice@google.com>
2461         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2462         address in the Write After Approval section.
2464 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
2466         * MAINTAINERS (Write After Approval): Update email.
2468 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
2470         * configure.ac: Adjust to check VTV_SUPPORTED.
2471         * configure: Regenerated.
2473 2013-08-02  Caroline Tice  <cmtice@google.com>
2475         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2476         on non-linux systems; add target-libvtv to noconfigdirs; add
2477         libsupc++/.libs to C++ library search paths.
2478         * configure: Regenerated.
2479         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2480         libstdc++ and libgcc.
2481         * Makefile.in: Regenerated.
2483 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
2485         * MAINTAINERS (Write After Approval): Add myself.
2487 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
2488             Shiva Chen  <shiva0217@gmail.com>
2490         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2491         nds32 port maintainers.
2493 2013-07-17  Tim Shen  <timshen91@gmail.com>
2495         * MAINTAINERS (Write After Approval): Add myself.
2497 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2499         * configure.ac: Sync from binutils.
2500         * configure: Regenerate.
2502 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
2504         * MAINTAINERS (Write After Approval): Add myself.
2506 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
2508         * MAINTAINERS (Write After Approval): Add myself.
2510 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
2512         * MAINTAINERS (Write After Approval): Add myself.
2514 2013-04-30  Brooks Moses  <bmoses@google.com>
2516         * MAINTAINERS: Update my email; move myself from Fortran
2517         reviewer to Write After Approval.
2519 2013-04-16  Andreas Schwab  <schwab@suse.de>
2521         * configure.ac (aarch64-*-*): Don't disable java.
2522         * configure: Regenerate.
2524 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
2526         * MAINTAINERS (Write After Approval): Add myself.
2528 2013-03-30  Matthias Klose  <doko@ubuntu.com>
2530         * Makefile.def (target_modules): Don't install libffi.
2531         * Makefile.in: Regenerate.
2533 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2535         * MAINTAINERS (Write After Approval): Add myself.
2537 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2539         * MAINTAINERS (Write After Approval): Add myself.
2541 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2543         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2544         * configure: Regenerated.
2546 2013-02-05  Ian Lance Taylor  <iant@google.com>
2548         PR go/55969
2549         * configure.ac: Disable libgo on some systems where it does not
2550         work.
2552 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2554         * MAINTAINERS: Explicitly add myself as AIX maintainer.
2555         Remove Geoff Keating as rs6000 port maintainer, at his request.
2557 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2559         * MAINTAINERS: Update my email.
2561 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2563         * configure: Re-generate.
2565 2013-01-15  Richard Biener  <rguenther@suse.de>
2567         PR other/55973
2568         * configure: Re-generate.
2570 2013-01-14  Matthias Klose  <doko@ubuntu.com>
2572         * Makefile.def (install-target-libsanitizer): Depend on
2573         install-target-libstdc++-v3.
2574         * Makefile.in: Regenerate.
2576 2013-01-14  Richard Biener  <rguenther@suse.de>
2578         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2579         * configure: Re-generate
2581 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2583         * config.sub: Update from config repo.
2585 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2587         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2588         * Makefile.in: Regenerate.
2590 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2592         * MAINTAINERS (arc): Add new port maintainership for myself.
2594 2013-01-09  Jason Merrill  <jason@redhat.com>
2596         * .gitignore: Import from gdb repository.
2598 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2600         * Makefile.def (configure-gcc): Depend on all-gmp.
2601         (all-gcc): Remove dependency on all-gmp.
2602         * Makefile.in: Regenerated.
2604 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2606         * config.sub: Merge from config repo.
2607         * config.guess: Ditto.
2609 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2611         * Makefile.def: Merge from binutils.
2612         * Makefile.in: Ditto.
2614 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
2616         * MAINTAINERS: Update my email.
2618 2012-12-29  Ben Elliston  <bje@gnu.org>
2620         * config.guess: Update to 2012-12-29 version.
2621         * config.sub: Likewise.
2623 2012-12-20  Matthias Klose  <doko@ubuntu.com>
2625         * Makefile.def (install-target-libgfortran): Depend on
2626         install-target-libquadmath, install-target-libgcc.
2627         (install-target-libsanitizer): Depend on install-target-libgcc.
2628         (install-target-libjava): Depend on install-target-libgcc.
2629         (install-target-libitm): Depend on install-target-libgcc.
2630         (install-target-libobjc): Depend on install-target-libgcc.
2631         (install-target-libstdc++-v3): Depend on install-target-libgcc.
2632         * Makefile.in: Regenerate.
2634 2012-12-19  Matthias Klose  <doko@ubuntu.com>
2636         * Makefile.def (install-target-libgo): Depend on
2637         install-target-libatomic.
2638         * Makefile.in: Regenerate.
2640 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
2642         PR go/55201
2643         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2644         * Makefile.in: Regenerate.
2646 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
2648         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2649         * configure: Regenerate.
2651 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2653         * config.sub: Merge from config repo.
2655 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
2657         * Makefile.def (target_modules): Add bootstrap=true and
2658         raw_cxx=true to libsanitizer.
2659         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2660         * Makefile.in: Regenerated.
2661         * configure: Likewise.
2663 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
2665         * MAINTAINERS: Remove self as RTL optimization maintainer.
2667 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2669         * MAINTAINERS (Write After Approval): Add myself.
2671 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2673         * Makefile.def (target_modules): Remove bootstrap=true and
2674         raw_cxx=true from libsanitizer.
2675         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2676         * Makefile.in: Regenerated.
2677         * configure: Likewise.
2679 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2681         * Makefile.def (target_modules): Add bootstrap=true and
2682         raw_cxx=true to libsanitizer.
2683         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2684         * Makefile.in: Regenerated.
2685         * configure: Likewise.
2687 2012-11-28  Andrew Pinski  <apinski@cavium.com>
2689         PR bootstrap/54279
2690         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2691         * configure: Regenerate.
2692         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2693         * Makefile.in: Regenerate.
2695 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2697         * configure.ac: Disable libsanitizer if we're not building C++.
2698         * configure: Regenerate.
2700 2012-11-15  Roland McGrath  <roland@hack.frob.com>
2702         * MAINTAINERS (Write After Approval): Add myself.
2704 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
2706         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2707         Kostya Serebryany (kcc@google.com) and
2708         Jakub Jelinek (jakub@redhat.com).
2709         Rename area for Dodji Seketeli (dodji@redhat.com).
2711 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
2713         * MAINTAINERS: (asan.c, related): Add myself.
2715 2012-11-14  Roland McGrath  <mcgrathr@google.com>
2717         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2718         * configure: Regenerate.
2720 2012-11-13  Richard Henderson  <rth@redhat.com>
2722         * configure.ac: Move libsanitizer logic to subdirectory.
2723         * configure: Regenerate.
2725 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
2727         * configure.ac: Enable libsanitizer just on x86 linux for now.
2728         * configure: Re-generate.
2730 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
2732         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2733         sections.
2734         * configure: Regenerate.
2736 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
2738         * configure.ac: Add section for configdirs for libsanitizer.
2739         Disable for cris-*-* and mmix-*-*.
2740         * configure: Regenerate.
2742 2012-11-12  Wei Mi <wmi@google.com>
2744         * configure.ac: Add libsanitizer to target_libraries.
2745         * Makefile.def: Ditto.
2746         * configure: Regenerate.
2747         * Makefile.in: Regenerate.
2748         * libsanitizer: New directory for asan runtime.  Contains an empty
2749         tsan directory.
2751 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
2753         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2754         against Mingw64 w32api.
2755         * configure: Regenerate.
2757 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2759         * configure: Regenerated.
2761 2012-11-03  Robert Mason  <rbmj@verizon.net>
2763         * configure.ac: add --disable-libstdcxx configure option
2764         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2766 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2768         * MAINTAINERS (Write After Approval): Add myself.
2770 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
2772         * MAINTAINERS (Write After Approval): Add myself.
2774 2012-10-24  Sharad Singhai  <singhai@google.com>
2776         * MAINTAINERS (Write After Approval): Add myself.
2778 2012-10-24  Eric Christopher  <echristo@gmail.com>
2780         * MAINTAINERS: Update email address.
2782 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
2784         PR bootstrap/54820
2785         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2786         * configure: Regenerate.
2788 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
2790         * MAINTAINERS (aarch64): Add Marcus and myself.
2792 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
2794         PR bootstrap/54820
2795         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2796         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2797         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2798         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2799         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2800         * Makefile.in: Regenerate.
2801         * configure.ac (have_static_libs): New variable and associated check.
2802         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2803         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2804         * configure: Regenerate.
2806 2012-10-10  Richard Biener  <rguenther@suse.de>
2808         * MAINTAINERS: Adjust for changed surname.
2810 2012-10-04  Lawrence Crowl  <crowl@google.com>
2812         * MAINTAINERS (Write After Approval): Add myself.
2814 2012-10-01  Cary Coutant  <ccoutant@google.com>
2816         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2818 2012-09-28  Ian Lance Taylor  <iant@google.com>
2820         * Makefile.def: Make all-target-libgo depend on
2821         all-target-libbacktrace.
2822         * Makefile.in: Rebuild.
2824 2012-09-26  Ian Lance Taylor  <iant@google.com>
2826         * Makefile.def: Make all-gcc depend on all-libbacktrace.
2827         * Makefile.in: Rebuild.
2829 2012-09-20  Walter Lee  <walt@tilera.com>
2831         * configure.ac: Add tilegx to list of targets that support gold.
2832         * configure: Regenerate.
2834 2012-09-20  Marek Polacek  <polacek@redhat.com>
2836         * MAINTAINERS (Write After Approval): Add myself.
2838 2012-09-19  Steve Ellcey  <sellcey@mips.com>
2840         * configure.ac: Add mips*-mti-elf* target.
2841         * configure: Regenerate.
2843 2012-09-17  Ian Lance Taylor  <iant@google.com>
2845         * MAINTAINERS (Various Maintainers): Add libbacktrace.
2846         * configure.ac (host_libs): Add libbacktrace.
2847         (target_libraries): Add libbacktrace.
2848         * Makefile.def (host_modules): Add libbacktrace.
2849         (target_modules): Likewise.
2850         * configure, Makefile.in: Rebuild.
2852 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
2854         PR target/38607
2855         Merge upstream change.
2856         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2858         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2859         Add libgomp*.o to compare_exclusions for AIX.
2860         * configure: Regenerate.
2862 2012-09-06  Diego Novillo  <dnovillo@google.com>
2864         * configure.ac: Bump minimum GMP version to 4.2.3.
2865         * configure: Re-generate.
2867 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2869         PR target/54461
2870         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2871         target-libgloss if not configured --with-avrlibc=no.
2872         * configure: Regenerate.
2874 2012-09-04  Jason Merrill  <jason@redhat.com>
2876         * configure.ac: Fix --enable-languages=all.
2878 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2880         * MAINTAINERS (Write After Approval): Add myself.
2882 2012-09-03  Richard Guenther  <rguenther@suse.de>
2884         PR bootstrap/54138
2885         * configure.ac: Re-organize ISL / CLOOG checks to allow
2886         disabling with either --without-isl or --without-cloog.
2887         * configure: Regenerated.
2889 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2891         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2892         * configure: Regenerate.
2894 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
2896         * MAINTAINERS: Fix my email address.
2898 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2900         PR binutils/4970
2901         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2902         and opcodes.
2903         * Makefile.in: Regenerated.
2905 2012-08-26  Art Haas <ahaas@impactweather.com>
2907         * configure: Regenerate.
2909 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2911         * INSTALL/README: Also refer to the online installation
2912         instructions.
2914 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2916         * MAINTAINERS (Write After Approval): Add myself.
2917         (Picochip port): Remove myself.
2919 2012-08-14   Diego Novillo  <dnovillo@google.com>
2921         Merge from cxx-conversion branch.
2923         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2924         POSTSTAGE1_CONFIGURE_FLAGS.
2925         * Makefile.in: Regenerate.
2926         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
2927         Force C++ when bootstrapping.
2928         * configure: Regenerate.
2930 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2932         * MAINTAINERS (Write After Approval): Add myself.
2934 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
2936         * README: Document use of ranges of years in copyright notices.
2938 2012-07-06  Richard Guenther  <rguenther@suse.de>
2940         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2941         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2942         --with-gmp=system.
2943         * Makefile.in: Regenerated.
2944         * configure: Likewise.
2946 2012-07-06  Richard Guenther  <rguenther@suse.de>
2948         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2949         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2950         supply V=1 as extra_make_flags.
2951         * configure: Regenerated.
2952         * Makefile.in: Likewise.
2954 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2956         * configure: Regenerate.
2958 2012-07-03  Richard Guenther  <rguenther@suse.de>
2960         * Makfile.def (isl): Remove not necessary extra_exports and
2961         extra_make_flags.
2962         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2963         * Makefile.in: Regenerated.
2965 2012-07-03  Richard Guenther  <rguenther@suse.de>
2967         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2968         * configure.ac: If either the ISL or the CLooG check failed
2969         do not try to build in-tree versions.
2970         * Makefile.in: Regenerated.
2971         * configure: Regenerated.
2973 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2975         * configure: Regenerate.
2977 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2979         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2980         maintainer.
2982 2012-07-02  Richard Guenther  <rguenther@suse.de>
2984         * configure: Regenerated.
2986 2012-07-02  Richard Guenther  <rguenther@suse.de>
2987         Michael Matz  <matz@suse.de>
2988         Tobias Grosser <tobias@grosser.es>
2989         Sebastian Pop <sebpop@gmail.com>
2991         * Makefile.def: Add ISL host module, remove PPL host module.
2992         Adjust ClooG host module to use the proper ISL.
2993         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2994         * configure.ac: Include config/isl.m4.  Add ISL host library,
2995         remove PPL.  Remove PPL configury, add ISL configury, adjust
2996         ClooG configury.
2997         * Makefile.in: Regenerated.
2998         * configure: Likewise.
3000 2012-07-02  Richard Guenther  <rguenther@suse.de>
3002         Merge from graphite branch
3003         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3005         * configure: Regenerated.
3006         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
3007         both cloog.org and legacy versions. The only supported version will
3008         be CLooG with the isl backend.
3010         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3012         * configure: Regenerated.
3013         * configure.ac: Require cloog isl 0.17.0
3015         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3017         * configure: Regenerated.
3018         * config/cloog.m4: Do not define CLOOG_ORG
3020 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
3022         * configure.ac: Skip C if explicitly selected.
3023         * configure: Regenerate.
3025 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
3027         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3028         they contain -O2.
3029         * configure: Regenerate.
3031 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
3033         PR debug/53740
3034         * df.h, df-problems.c, dce.c: Revert last patch.
3036 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
3038         * MAINTAINERS (Write After Approval): Update my email address.
3040 2012-06-21  Meador Inge  <meadori@codesourcery.com>
3042         * MAINTAINERS (Write After Approval): Add myself.
3044 2012-06-20  Jason Merrill  <jason@redhat.com>
3046         * Makefile.tpl (check-target-libgomp-c++): New.
3047         (check-target-libitm-c++): New.
3048         * Makefile.def (c++): Add them.
3049         * Makefile.in: Regenerate.
3051 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
3053         * MAINTAINERS (Write After Approval): Add myself.
3055 2012-05-16  Olivier Hainque  <hainque@adacore.com>
3057         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3058         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3059         (install-no-fixedincludes): Adjust accordingly.
3060         * Makefile.in: Regenerate.
3062 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
3064         Merge upstream change
3065         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3067 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
3069         * MAINTAINERS (Write After Approval): Add myself.
3071 2012-05-09  Nick Clifton  <nickc@redhat.com>
3072             Paul Smith  <psmith@gnu.org>
3074         PR bootstrap/50461
3075         * configure.ac (mpfr-dir): When using in-tree MPFR sources
3076         allow for the fact that from release v3.1.0 of MPFR the source
3077         files were moved into a src sub-directory.
3078         * configure: Regenerate.
3080 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
3082         * configure.ac: Bump minimum MPFR version to 2.4.0.
3083         * configure: Regenerated.
3085 2012-05-01  Richard Henderson  <rth@redhat.com>
3087         * Makefile.def (libatomic): New target_module.
3088         * configure.ac (target_libraries): Add libatomic.
3089         (noconfigdirs): Check if libatomic is supported.
3090         * Makefile.in, configure: Rebuild.
3092 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
3094         * MAINTAINERS (Write After Approval): Add myself.
3096 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
3098         * config.sub: Update to 2012-04-18 version from official repo.
3100 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
3102         * MAINTAINERS (Write After Approval): Add myself.
3104 2012-04-11  Steve Ellcey  <sellcey@mips.com>
3106         * MAINTAINERS: Changed email address.
3108 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
3110         PR target/52737
3111         * contrib/gcc_update (files_and_dependencies):
3112         Remove gcc/config/avr/t-multilib from touch data.
3114 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3116         * MAINTAINERS (OS Port Maintainers): Remove irix.
3117         * configure.ac (enable_libgomp): Remove *-*-irix6*.
3118         (unsupported_languages): Remove mips-sgi-irix6.*.
3119         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3120         (with_stabs): Remove.
3121         * configure: Regenerate.
3123 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3125         * MAINTAINERS (OS Port Maintainers): Remove osf.
3126         * configure.ac (enable_libgomp): Remove *-*-osf*.
3127         (with_stabs): Remove alpha*-*-osf*.
3128         * configure: Regenerate.
3130 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3132         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3133         * configure: Regenerate.
3135 2012-02-17  Walter Lee  <walt@tilera.com>
3137         * MAINTAINERS: (Write After Approval): Delete myself.
3139 2012-02-14  Walter Lee  <walt@tilera.com>
3141         * MAINTAINERS (tilegx port): Add myself.
3142         (tilepro port): Add myself.
3143         (Write After Approval): Add myself.
3145 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
3147         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3148         and Joseph Myers as docstring relicensing maintainers.
3150 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
3152         * MAINTAINERS (write-after-approval): Add myself.
3154 2012-02-08  Ira Rosen <irar@il.ibm.com>
3156         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3157         maintainer.
3159 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3161         * MAINTAINERS (Write After Approval): Move myself to
3162         maintain alphabetical order.
3164 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3166         * MAINTAINERS (Write After Approval): Add myself.
3168 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
3170         * MAINTAINERS (Write After Approval): Add myself.
3172 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3173             Jayant R Sonar <jayant.sonar@kpitcummins.com>
3175         * configure.ac (cr16-*-*): Remove nonconfigdirs.
3176         * configure: Regenerate.
3178 2012-01-23  Harshit Chopra  <harshit@google.com>
3180         * MAINTAINERS (Write After Approval): Add myself.
3182 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
3184         * configure.ac: Remove reference to mh-interix.
3185         * configure: Regenerate.
3187 2012-01-05  Richard Henderson  <rth@redhat.com>
3189         PR bootstrap/51072
3190         * configure.ac: Disable libitm if c++ is not enabled.
3191         * configure: Rebuild.
3193         * configure.ac: Fix regexp for same.
3194         * configure: Rebuild.
3196 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
3198         * MAINTAINERS (Write After Approval): Add myself.
3200 2012-01-02  Richard Guenther  <rguenther@suse.de>
3202         PR bootstrap/51686
3203         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3204         * Makefile.in: Regenerate.
3206 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
3208         * MAINTAINERS (Write After Approval): Add myself.
3210 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
3212         * configure: Regenerate.
3214 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
3216         * MAINTAINERS (picochip): Changed email address.
3218 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3220         * MAINTAINERS (write-after-approval): Add self.
3222 2011-11-29  DJ Delorie  <dj@redhat.com>
3224         * configure.ac (rl78-*-*) New case.
3225         * configure: Regenerate.
3226         * MAINTAINERS: Add myself as RL78 maintainer.
3228 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3230         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3232 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
3234         * libtool.m4: Additional FreeBSD 10 fixes.
3236 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
3238         * MAINTAINERS: Move myself from Write After Approval to CPU Port
3239         Maintainers section, as Epiphany maintainer.
3241 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
3243         PR target/49992
3244         * configure.ac: Remove ranlib special-casing for Darwin.
3245         * configure: Regenerate.
3247 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
3249         * MAINTAINERS (Reviewers): Keep the list sorted.
3251 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
3253         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3255 2011-11-09  Roland McGrath  <mcgrathr@google.com>
3257         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3258         * configure: Rebuild.
3259         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3260         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3261         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3262         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3263         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3264         Add READELF.
3265         * Makefile.in: Rebuild.
3267 2011-11-09  Jason Merrill  <jason@redhat.com>
3269         * Makefile.def (language=c++): Remove check-c++0x.
3270         * Makefile.in (check-gcc-c++): Regenerate.
3272 2011-11-08  Richard Henderson  <rth@redhat.com>
3274         * configure.ac: Test for libitm directory present first.
3276         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3278         * configure.ac: Test libitm/configure.tgt to disable libitm.
3279         * configure: Rebuild.
3281 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
3282             Richard Henderson  <rth@redhat.com>
3284         Merged from transactional-memory.
3286         * Makefile.def (lang_env_dependencies): libitm is c++.
3287         Add libitm target module.
3288         * configure.ac: Likewise.
3289         * config/mmap.m4: New file.
3290         * contrib/gcc_update: Add libitm to touch data.
3291         * Makefile.in, configure: Rebuild.
3293 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3295         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3296         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3297         * Makefile.in: Regenerate.
3299 2011-11-01  DJ Delorie  <dj@redhat.com>
3301         * config.sub: Update to version 2011-10-29 (added rl78)
3303 2011-10-27  Nick Clifton  <nickc@redhat.com>
3305         * config.sub: Import these changes from the config project:
3307         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3308             Ben Elliston  <bje@gnu.org>
3310         * config.sub (epiphany): New.
3312         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
3313             Ben Elliston  <bje@gnu.org>
3315         * config.sub (hexagon, hexagon-*): New.
3317         2011-08-23  Roland McGrath  <mcgrathr@google.com>
3319         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3320         64eb to be64.
3322         2011-08-16  Roland McGrath  <mcgrathr@google.com>
3324         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3325         (nacl): Grok as alias for 32el-unknown-nacl.
3327 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
3329         * MAINTAINERS (Write After Approval): Add myself.
3331 2011-10-24  Teresa Johnson  <tejohnson@google.com>
3333         * MAINTAINERS (Write After Approval): Add myself.
3335 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
3337         * MAINTAINERS (sparc port): Remove myself.
3339 2011-09-14  Tom de Vries  <tom@codesourcery.com>
3341         * MAINTAINERS (Write After Approval): Add myself.
3343 2011-08-14  Yao Qi  <yao@codesourcery.com>
3345         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3346         * configure: Regenerate.
3348 2011-07-26  Ian Lance Taylor  <iant@google.com>
3350         * configure.ac: Set have_compiler based on whether gcc directory
3351         exists, rather than on whether gcc is in configdirs.
3352         * configure: Rebuild.
3354 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
3356         * MAINTAINERS (Global Reviewers): Add self.
3358 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
3360         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3361         link directories.
3362         * Makefile.in: Rebuild.
3364 2011-07-20  Ian Lance Taylor  <iant@google.com>
3366         PR bootstrap/49787
3367         * configure.ac: Move --enable-bootstrap handling earlier in file.
3368         If --enable-bootstrap and either --enable-build-with-cxx or
3369         --enable-build-poststage1-with-cxx, enable C++ automatically.
3370         * configure: Rebuild.
3372 2011-07-19  Ian Lance Taylor  <iant@google.com>
3374         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
3375         make C++ a boot_language.  Set and substitute
3376         POSTSTAGE1_CONFIGURE_FLAGS.
3377         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3378         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3379         * configure, Makefile.in: Rebuild.
3381 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
3383         * MAINTAINERS (Register Allocation): Move myself from reviewers to
3384         maintainers.
3386 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
3388         * MAINTAINERS (Global Reviewers): Add myself.
3390 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3392         * configure: Regenerate.
3394 2011-07-16  Jason Merrill  <jason@redhat.com>
3396         * Makefile.def (language=c++): Add check-c++0x and
3397         check-target-libmudflap-c++.
3398         * Makefile.tpl (check-target-libmudflap-c++): New.
3399         * Makefile.in: Regenerate.
3401 2011-07-16  Matthias Klose  <doko@ubuntu.com>
3403         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3404         * Makefile.def (target_modules/libjava): Pass
3405         $(EXTRA_CONFIGARGS_LIBJAVA).
3406         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3407         if not configured with --enable-static-libjava.
3408         * Makefile.in: Regenerate.
3409         * configure: Likewise.
3411 2011-07-15  Jason Merrill  <jason@redhat.com>
3413         * Makefile.in (check-c++): Move check-gcc-c++0x after
3414         check-target-libstdc++-v3.
3416 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3418         * MAINTAINERS (c6x port): New entry.
3420 2011-07-13  Jason Merrill  <jason@redhat.com>
3422         * Makefile.in (check-gcc-c++0x): New.
3423         (check-c++): Depend on it.
3425 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3427         PR target/39150
3428         * configure.ac (i[3456789]86-*-solaris2*): Also accept
3429         x86_64-*-solaris2.1[0-9]*.
3430         * configure: Regenerate.
3432 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
3434         * MAINTAINERS (RTL optimizers): Add self.
3436 2011-06-27  Gabriel Charette  <gchare@google.com>
3438         * MAINTAINERS (Write After Approval): Add myself.
3440 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
3442         PR regression/47836
3443         PR bootstrap/23656
3444         PR other/47733
3445         PR bootstrap/49247
3446         PR c/48825
3447         * configure.ac (target_libraries): Remove target-libiberty.
3448         Remove case-statement setting skipdirs=target-libiberty for
3449         multiple targets.  Remove checking target_configdirs and
3450         removing target-libiberty but keeping target-libgcc if
3451         otherwise empty.
3452         * Makefile.def (target_modules): Don't add libiberty.
3453         (dependencies): Remove all traces of target-libiberty.
3454         * configure, Makefile.in: Regenerate.
3456 2011-06-13  Walter Lee <walt@tilera.com>
3458         * configure.ac (tilepro-*-*) New case.
3459         (tilegx-*-*): Likewise.
3460         * configure: Regenerate.
3462 2011-06-06  Jing Yu  <jingyu@google.com>
3464         * configure.ac: Skip target-libiberty for
3465         arm*-*-linux-androideabi.
3466         * configure: Regenerated.
3468 2011-06-06  Nick Clifton  <nickc@redhat.com>
3470         * config.sub: Sync from upstream.
3472 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
3474         * MAINTAINERS (Write After Approval): Add myself.
3476 2011-06-01  Daniel Jacobowitz  <drow@false.org>
3478         * MAINTAINERS: Update my email address.
3480 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
3482         * MAINTAINERS (Write After Approval): Update my email address.
3484 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
3486         * MAINTAINERS (Write After Approval): Add myself.
3488 2011-05-08  Doug Kwan  <dougkwan@google.com>
3490         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3491         * configure: Regenerated.
3492         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3493         value from configure.
3494         * Makefile.in: Regenerated.
3496 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
3498         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3499         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3500         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3501         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3502         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3503         *-*-vxworks*): Disable newlib and libgloss in separate case
3504         statement.
3505         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3506         to separate case statement.
3507         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3508         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3509         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3510         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3511         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3512         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3513         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3514         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3515         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3516         i[[3456789]]86-*-rdos*, m32r-*-*,
3517         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3518         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3519         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3520         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3521         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3522         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3523         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3524         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3525         and libgloss in main case over targets.  Remove most empty cases
3526         in main case over targets.
3527         * configure: Regenerate.
3529 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
3531         * MAINTAINERS (Write After Approval): Add myself.
3533 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3535         * configure.ac: Remove code setting special library locations for
3536         hppa*64*-*-hpux11*.  Remove code setting compiler for
3537         sparc-sun-solaris2*.
3538         * configure: Regenerate.
3540 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3542         * configure.ac: Separate libgloss_dir settings from general case
3543         over targets.
3544         * configure: Regenerate.
3546 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3548         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3549         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3550         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3551         cases in libgcj-disabling case statement.
3552         (hppa*64*-*-linux*): Set unsupported_languages instead of
3553         disabling target-zlib.
3554         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3555         to hppa*64*-*-hpux*.
3556         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3557         hppa*-*-hpux*.
3558         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3559         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3560         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3561         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3562         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3563         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3564         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3565         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3566         libgcj-disabling case statement.
3567         * configure: Regenerate.
3569 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3571         * configure.ac: Disable Java for targets not supporting libffi.
3572         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3573         Remove cases in Java-disabling statement.
3574         (*arm-wince-pe): Change to arm-wince-pe.
3575         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3576         cases in Java-disabling statement.
3577         (bfin-*-*): Don't disable Java again.
3578         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3579         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3580         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3581         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3582         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3583         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3584         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3585         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3586         Java-disabling statement.
3587         (mmix-*-*): Don't disable Java again.
3588         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3589         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3590         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3591         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3592         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3593         statement.
3594         * configure: Regenerate.
3596 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3598         * configure.ac: Separate cases disabling Java and Java libraries
3599         from general case over targets.
3600         * configure: Regenerate.
3602 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
3604         * MAINTAINERS: Update my email address.
3606 2011-04-20  Easwaran Raman  <eraman@google.com>
3608         * MAINTAINERS (Write After Approval): Add myself.
3610 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
3612         PR lto/48086
3613         * configure.ac: Re-enable LTO on *-apple-darwin9*.
3614         * configure: Regenerate.
3616 2011-04-16  Jim Meyering  <meyering@redhat.com>
3618         * MAINTAINERS (Write After Approval): Add myself.
3620 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
3622         * MAINTAINERS: Update my email address.
3624 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
3626         * MAINTAINERS (Write After Approval): Add myself.
3628 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
3630         * MAINTAINERS (Write After Approval): Add myself.
3632 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
3634         * MAINTAINERS (Write After Approval): Add myself.
3636 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
3638         * configure.ac (build_tools): Remove build-byacc.
3639         (host_libs): Remove mmalloc.
3640         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3641         autoconf automake libtool diff rcs fileutils shellutils time
3642         textutils wdiff find uudecode hello tar gzip indent recode release
3643         sed perl gawk findutils gettext zip.
3644         (libgcj): Remove target-qthreads.
3645         (target_tools): Remove target-examples target-gperf.
3646         (YACC): Don't handle building byacc.
3647         * configure: Regenerate.
3648         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3649         dosutils, examples, fileutils, find, findutils, gawk, gettext,
3650         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3651         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3652         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3653         handle building components.
3654         * Makefile.in: Regenerate.
3656 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
3658         * MAINTAINERS: Update my email address as Xtensa maintainer.
3660 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3662         * config.sub: Sync from upstream.
3664 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3666         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3667         (microblaze*): Don't disable libssp.
3668         * configure: Regenerate.
3670 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3672         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3673         moveifchange.
3674         * configure: Regenerate.
3675         * Makefile.tpl: Use @SHELL@ not @config_shell@.
3676         * Makefile.in: Regenerate.
3678 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3680         * configure.ac (*-*-sysv4*): Don't enable libgomp.
3681         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3682         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3683         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3684         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3685         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3686         md_exec_prefix cases.
3687         * configure: Regenerate.
3689 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3691         * configure.ac: Separate cases disabling target-libssp,
3692         target-libiberty, target-libstdc++-v3 and Fortran from general
3693         case over targets.
3694         * configure: Regenerate.
3696 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3698         * configure.ac (*-*-chorusos): Don't disable libgcj.
3699         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3700         Remove case.
3701         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3702         (arm-*-coff): Don't disable libgcj.
3703         (arm*-*-linux-gnueabi): Remove useless assignment.
3704         (arm-*-riscix*): Don't disable libgcj.
3705         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3706         configuration.
3707         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3708         (c54x*-*-*): Remove case.
3709         (tic54x-*-*): Don't disable GCC or GCC libraries.
3710         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
3711         to *.
3712         (d10v-*-*): Don't disable GCC libraries.
3713         (d30v-*-*): Don't disable libgcj.
3714         (h8500-*-*): Don't disable GCC libraries.
3715         (i960-*-*): Don't disable libgcj.
3716         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3717         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3718         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3719         libgcj.
3720         (m68k-*-coff*): Remove case.
3721         (mmix-*-*): Don't disable libgloss on host.
3722         (mn10200-*-*, mn10300-*-*): Remove cases.
3723         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3724         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3725         Don't disable libgcj.
3726         (romp-*-*): Remove case.
3727         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3728         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3729         case.
3730         (v810-*-*): Don't disable GCC libraries.
3731         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3732         (ip2k-*-*): Don't disable GCC libraries.
3733         * configure: Regenerate.
3735 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
3737         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3738         libffi on host.
3739         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3740         on host.
3741         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3742         * configure: Regenerate.
3744 2011-03-26  John Marino  <binutils@marino.st>
3746         * configure.ac: Add support for *-*-dragonfly*
3747         * configure: Regenerate.
3749 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3751         * configure.ac (native_only): Remove.
3752         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3753         send-pr uudecode guile gnuserv on host.
3754         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3755         send-pr rcs guile perl texinfo libtool on host.
3756         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3757         automake send-pr rcs guile perl texinfo libtool on host.
3758         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3759         (*-*-kaos*): Don't disable target-examples target-gperf on target.
3760         (alpha*-dec-osf*): Don't disable fileutils on target.
3761         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3762         texinfo send-pr expect dejagnu on target.
3763         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3764         target-qthreads on target.
3765         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3766         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3767         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3768         x86_64-*-mingw*): Don't disable expect on target.
3769         (*-*-cygwin*): Don't disable target-gperf on target.
3770         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3771         gnuserv on target.
3772         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3773         target.
3774         * configure: Regenerate.
3776 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3778         * configure.ac (target_tools): Remove target-groff.
3779         (native_only): Remove target-groff.
3780         (hppa*64*-*-*): Don't disable byacc.
3781         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3782         setting.
3783         (*-*-kaos*): Don't skip target-librx and target-groff.
3784         (*-*-netware*): Don't skip target-libmudflap.
3785         (*-*-tpf*): Don't skip target-libmudflap.
3786         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3787         directories on the host.
3788         (ia64*-*-*vms*): Don't skip tix.
3789         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3790         host.
3791         * configure: Regenerate.
3793 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
3795         * configure.ac: Remove references to mt-mep, mt-netware,
3796         mt-wince.
3797         * Makefile.def: Add all-utils soft dependencies.
3798         * Makefile.tpl: Remove GDB_NLM_DEPS.
3799         * configure: Regenerate.
3800         * Makefile.in: Regenerate.
3802 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3804         * configure.ac: Do not include mh-x86omitfp.
3805         * configure: Regenerate.
3807 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3809         * configure.ac: Remove empty cases.
3810         * configure: Regenerate.
3812 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3814         * Makefile.def: Add dependency from termcap to gdb.
3815         * Makefile.in: Regenerate.
3817 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3819         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3820         * configure: Regenerate.
3821         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3822         * Makefile.tpl: Likewise.
3823         * Makefile.in: Regenerate.
3825 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3827         * configure.ac: Remove all mentions of tentative_cc.
3828         * configure: Regenerate.
3830 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3832         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3833         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3834         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3835         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3836         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3837         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3838         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3839         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3840         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3841         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3842         *-*-rhapsody*): Remove host cases.
3843         * configure: Regenerate.
3845 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3847         * configure.ac (ppc*-*-pe): Remove host case.
3848         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3849         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3850         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3851         cases.
3852         * configure: Regenerate.
3854 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3856         * config.sub: Update to version 2011-03-23.
3858 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3860         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3861         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3862         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3863         * configure: Regenerate.
3865 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3867         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3868         to Write After Approval.
3869         * config-ml.in: Don't handle arc-*-elf*.
3870         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3871         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3872         handle GCC libraries.
3873         * configure: Regenerate.
3875 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3877         PR bootstrap/48120:
3878         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3879         Add -lstdc++ -lm to LIBS.
3880         * configure: Regenerate.
3882 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3884         * config.guess: Update to version 2011-02-02
3885         * config.sub: Update to version 2011-02-24
3887 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3889         PR lto/48086
3890         * configure.ac: Re-enable LTO on *-apple-darwin9.
3891         * configure: Regenerate.
3893 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3895         PR lto/48086
3896         * configure.ac: Disable LTO on darwin due to an assembler change in
3897         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3898         under 256.
3899         * configure: Regenerate.
3901 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3903         * MAINTAINERS: Update myself as score backend maintainer,
3904         update my e-mail address.
3906 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3908         * MAINTAINERS: Update my e-mail address.
3910 2011-03-06  Joey Ye  <joey.ye@arm.com>
3912         * MAINTAINERS: Update my e-mail address.
3914 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3916         * configure.ac: Adjust test of with_ppl.
3917         * configure: Regenerated.
3919 2011-03-02  Kai Tietz  <ktietz@redhat.com>
3921         * MAINTAINERS: Adjust my e-mail address.
3923 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3925         * configure.ac: Add -lpwl to ppllibs.
3926         * configure: Regenerated.
3928 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3930         * config/cloog.m4: Add -lisl to clooglibs.
3931         * configure: Regenerated.
3933 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3935         * MAINTAINERS (CPU Port maintainers): Add self.
3937 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3939         * MAINTAINERS: Add myself as testsuite maintainer.
3941 2011-02-15  Mike Stump  <mikestump@comcast.net>
3943         * MAINTAINERS: Add myself as testsuite maintainer.
3945 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3947         Import from Libtool and gnulib:
3949         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
3951         Prepare for supporting FreeBSD 10.
3952         * config.rpath: Remove handling of freebsd1* which soon would
3953         match FreeBSD 10.0.
3955         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
3957         Remove support for FreeBSD 1.x.
3958         * libtool.m4 (_LT_LINKER_SHLIBS)
3959         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3960         soon would incorrectly match FreeBSD 10.0.
3962 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3964         PR binutils/12283
3965         * move-if-change: Import version from gnulib.
3967 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3969         PR lto/47225
3970         * Makefile.def (lto-plugin): Double dash for enable-shared.
3971         (configure-gcc): Depend on all-lto-plugin.
3972         * Makefile.in: Rebuilt.
3974 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3976         * configure.ac: Remove extra bracket.
3977         * configure: Regenerate.
3979 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3981         * MAINTAINERS: Add myself as libquadmath maintainer.
3983 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3985         * MAINTAINERS: Update my email address.
3987 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3989         * MAINTAINERS (option handling): Add self.
3991 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
3993         PR lto/47225
3994         * Makefile.def: Add dependency for install-gcc
3995         on install-lto-plugin.
3996         * Makfile.in: Regenerated
3998 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
4000         * MAINTAINERS (CPU Port Maintainers): Add myself.
4002 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
4004         PR libgcj/44341
4005         * configure.ac: Discard --with-* flags for host when configuring
4006         target libraries for cross build.
4007         * configure: Rebuilt.
4009 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4011         * MAINTAINERS (linear loop transforms): Removed.
4013 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
4015         * configure.ac: If with_ppl is no, move setting with_cloog=no
4016         after CLOOG_REQUESTED check.
4017         * configure: Regenerated.
4019 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4021         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4022         CLooG has been requested.
4023         * configure: Regenerated.
4025 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4027         * configure: Regenerated.
4028         * configure.ac: Check for version 0.11 (or later revision) of PPL.
4030 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
4032         * configure: Regenerated.
4033         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4035 2011-01-21  Andreas Schwab  <schwab@redhat.com>
4037         * configure.ac: Use AS_HELP_STRING throughout.
4038         * configure: Regenerate.
4040 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
4042         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4043         * configure: Regenerate.
4045 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4047         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
4049 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
4051         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4052         for ia64-hpux.
4053         * configure: Regenerate.
4055 2011-01-07  Jan Hubicka  <jh@suse.cz>
4057         PR lto/47225
4058         * Makefile.in: Regenerate.
4059         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4060         configure.
4062 2011-01-07  Jan Hubicka  <jh@suse.cz>
4064         * Makefile.in: Regenerate.
4065         * Makefile.def (gcc host module) and soft dependency on lto-plugin
4066         and configure dependency on lto-plugin configure.
4067         (lto-plugin module): Remove dependency on GCC; add dependency on
4068         liniberty.
4070 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
4072         * MAINTAINERS (Write After Approval): Add myself.
4074 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
4076         * configure: Regenerate.
4078 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
4080         * configure.ac: (picochip): Disable libiberty.
4082 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
4084         * MAINTAINERS (Write After Approval): Add myself.
4086 2010-12-10  Ian Lance Taylor  <iant@google.com>
4088         PR bootstrap/46819
4089         * configure.ac: For --disable-libgcj clear libgcj_saved.
4090         * configure: Rebuild.
4092 2010-12-10  Tobias Burnus  <burnus@net-b.de>
4094         PR fortran/46540
4095         * configure.ac: Add --disable-libquadmath and
4096         --disable-libquadmath-support.
4097         * configure: Regenerate.
4099 2010-12-03  Ian Lance Taylor  <iant@google.com>
4101         * MAINTAINERS: Add myself as libgo maintainer.
4103 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
4105         PR libffi/46792
4106         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4107         * configure: Regenerate.
4109 2010-12-02  Ian Lance Taylor  <iant@google.com>
4111         * configure.ac: Always set default for poststage1_ldflags to
4112         -static-libstdc++ -static-libgcc.
4114 2010-11-29  Andreas Schwab  <schwab@redhat.com>
4116         * configure.ac: Move comment to remove extra space in last argument
4117         of GCC_TARGET_TOOL.
4119 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
4121         PR other/46026
4122         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4123         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4124         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4125         (BASE_FLAGS_TO_PASS): Use it.
4126         * configure: Rebuilt.
4127         * Makefile.in: Rebuilt.
4129 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
4131         PR binutils/12258
4132         * configure.ac: Correct comments for --enable-gold/--enable-ld.
4133         Properly check default linker.
4134         * configure: Regnerated.
4136 2010-11-23  Matthias Klose  <doko@ubuntu.com>
4138         * configure.ac: For --enable-gold, handle value `default' instead of
4139         `both*'.  New configure option --{en,dis}able-ld.
4140         * configure: Regenerate.
4142 2010-11-20  Ian Lance Taylor  <iant@google.com>
4144         * configure.ac: Only disable a language library if no language needs
4145         it.  Don't let --disable-libgcj uncondtionally disable libffi.
4146         * configure: Rebuild.
4148 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4150         * Makefile.in: Regenerate.
4152         PR other/46202
4153         * configure.ac: Fix just-built in-tree STRIP name to be
4154         binutils/strip-new.
4155         * configure: Regenerate.
4156         * Makefile.def (install-strip-gcc, install-strip-binutils)
4157         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4158         (install-strip-sid): Mirror dependencies on non-strip variants
4159         of these targets on the respective -strip prerequisites.
4160         * Makefile.tpl (install-strip, install-strip-host)
4161         (install-strip-target): New targets.
4162         (install-strip-[+module+], install-strip-target-[+module+]):
4163         New targets.
4164         * Makefile.in: Regenerate.
4166 2010-11-19  Ian Lance Taylor  <iant@google.com>
4167             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4169         * configure.ac: Add target-libgo to target_libraries.  Set
4170         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4171         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4172         (HOST_EXPORTS): Add GOC.
4173         (BASE_TARGET_EXPORTS): Add GOC.
4174         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4175         (GOCFLAGS_FOR_TARGET): New variable.
4176         (EXTRA_HOST_FLAGS): Add GOC.
4177         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4178         * Makefile.def (target_modules): Add libgo.
4179         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4180         (dependencies): Add dependency from configure-target-libgo to
4181         configure-target-libffi and all-target-libstdc++-v3.  Add
4182         dependencies from all-target-libgo to all-target-libffi.
4183         (languages): Add go.
4184         * configure: Rebuild.
4185         * Makefile.in: Rebuild.
4187 2010-11-19  Ian Lance Taylor  <iant@google.com>
4189         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4190         compiler/flag environment variables.
4192 2010-11-18  Ian Lance Taylor  <iant@google.com>
4194         * configure.ac: Check for lang_requires_boot_languages in
4195         config-lang.in files.
4196         * configure: Rebuild.
4198 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4199             Tobias Burnus  <burnus@net-b.de>
4201         PR fortran/32049
4202         * Makefile.def: Add libquadmath; build it with language=fortran.
4203         * configure.ac: Add libquadmath.
4204         * Makefile.tpl: Handle multiple libs in check-[+language+].
4205         * Makefile.in: Regenerate.
4206         * configure: Regenerate.
4208 2010-11-16  Tom Tromey  <tromey@redhat.com>
4210         * MAINTAINERS: Moved myself to reviewers section.
4212 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
4214         * MAINTAINERS: Moved myself to reviewers section.
4216 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4218         * MAINTAINERS (Various Maintainers): Add self for build machinery.
4219         (Write After Approval): Remove self.
4221 2010-11-15  Andreas Schwab  <schwab@redhat.com>
4223         * configure.ac: Fix spelling in option names.
4224         * configure: Regenerated.
4226 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
4228         PR bootstrap/39622
4229         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4230         * configure: Regenerated.
4232 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
4234         * MAINTAINERS: Update my email address.
4236 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4238         * configure: Regenerate.
4240 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4242         * configure: Regenerate.
4244 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4246         * configure: Regenerate.
4248 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4250         * configure: Regenerate.
4252 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4254         * configure.ac: Support official CLooG.org versions.
4255         * configure: Regenerate.
4256         * config/cloog.m4: New.
4258 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
4260         * MAINTAINERS (Write After Approval): Add myself.
4262 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
4264         * MAINTAINERS: Update my email address.
4266 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
4268         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4269         * configure: Regenerate.
4271 2010-11-03  Ian Lance Taylor  <iant@google.com>
4272             Dave Korn  <dave.korn.cygwin@gmail.com>
4274         PR lto/46273
4275         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
4276         and on other supported platforms whenever LTO is enabled.
4277         * configure: Rebuild.
4279 2010-11-02  Alan Modra  <amodra@gmail.com>
4281         PR binutils/12110
4282         * configure.ac: Error when source path contains spaces.
4283         * configure: Regenerate.
4285 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
4287         * MAINTAINERS: Update my email address.
4289 2010-10-20  Ian Lance Taylor  <iant@google.com>
4291         * Makefile.def (target_modules): Set lib_path to src/.libs for
4292         libstdc++-v3 module.
4293         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4294         * Makefile.in: Rebuild.
4296 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4298         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4299         (Write After Approval): Remove myself.
4301 2010-10-15  Tristan Gingold  <gingold@adacore.com>
4303         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4305 2010-10-14  Douglas Rupp  <rupp@gnat.com>
4307         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4309 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4311         * configure.ac (build_lto_plugin): New shell variable.
4312         (--enable-lto): Turn on by default for all non-ELF platforms that
4313         have had LTO support added so far.  Set build_lto_plugin appropriately
4314         for both ELF and non-ELF.
4315         (configdirs): Add lto-plugin or not based on build_lto_plugin.
4316         * configure: Regenerate.
4318 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4320         Sync from src:
4321         * configure.ac (v850 support): Remove target-libgloss from
4322         noconfigdirs.
4323         * configure: Regenerate.
4325 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4327         PR bootstrap/45326
4328         PR bootstrap/45174
4329         * configure.ac: Honor initial values of $build_configargs,
4330         $host_configargs, $target_configargs.  Mark the precious, so
4331         environment settings get recorded.
4332         * configure: Regenerate.
4334 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4336         PR bootstrap/45796
4337         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4338         Depend on all-build-libiberty.
4339         * Makefile.in: Regenerate.
4341 2010-09-30  Michael Eager  <eager@eagercon.com>
4343         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4344         * configure: Regenerate.
4346 2010-09-28  Michael Eager  <eager@eagercon.com>
4348         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4350 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4352         PR bootstrap/44621
4353         * configure.ac: Fix unportable shell quoting.
4354         * configure: Regenerate.
4356 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
4358         * configure.ac (enable-lto): Add Darwin to the list of supported lto
4359         targets and amend comment.
4360         * configure: Regenerate.
4362 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
4364         * MAINTAINERS (Write After Approval): Add myself.
4366 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
4368         * configure.ac: Enable LTO by default on Darwin.
4369         * configure: Regenerate.
4371 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4373         * MAINTAINERS (Write After Approval): Add myself.
4375 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
4377         * MAINTAINERS (Write After Approval): Add myself.
4379 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
4381         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4382         ports
4384 2010-07-28  David Yuste  <david.yuste@gmail.com>
4386         * MAINTAINERS (Write After Approval): Add myself.
4388 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
4390         * configure.ac: Support all v850 targets.
4391         * configure: Regenerate.
4393 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
4395         PR bootstrap/44455
4396         * configure.ac (extra_mpfr_configure_flags): Copy from
4397         extra_mpc_gmp_configure_flags.
4398         * configure: Re-generated.
4400 2010-07-22  Andi Kleen  <ak@linux.intel.com>
4402         * MAINTAINERS (Write After Approval): Add myself.
4404 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
4406         * MAINTAINERS (Write After Approval): Add myself.
4408 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
4410         * MAINTAINERS (Write After Approval): Add myself.
4412 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
4414         PR target/44862
4415         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4416         Provide -B option to allow for link spec %s substitutions for
4417         libstdc++.a on darwin.
4418         * Makefile.in: Regenerate.
4420 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
4422         * MAINTAINERS (Reviewers): Update my e-mail address
4424 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
4426         * Makefile.def (configure-gcc): Depend on all-libelf.
4427         * Makefile.in: Rebuild.
4429 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
4431         * MAINTAINERS (Write After Approval): Add myself in the right place.
4433 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
4435         * MAINTAINERS (Write After Approval): Add myself.
4437 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
4439         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4441 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
4443         * config.sub: Update to version 2010-05-21.
4444         * config.guess: Update to version 2010-04-03.
4446 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
4448         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4449         * configure: Regenerate.
4451 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
4453         * MAINTAINERS (Write After Approval): Add myself.
4455 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4457         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4458         a platform that supports LTO.
4459         * configure: Regenerate.
4461 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
4463         * configure.ac: Allow all the versions greater than 0.10 of PPL.
4464         * configure: Regenerated.
4466 2010-04-27  Roland McGrath  <roland@redhat.com>
4467             H.J. Lu  <hongjiu.lu@intel.com>
4469         * configure.ac (--enable-gold): Support both, both/gold and
4470         both/bfd to add gold to configdirs without removing ld.
4471         * configure: Regenerated.
4473         * Makefile.def: Add install-gold dependency to install-ld.
4474         * Makefile.in: Regenerated.
4476 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
4478         PR lto/42776
4479         * configure.ac (--enable-lto): Refactor handling so libelf tests
4480         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4481         and allow LTO to be explicitly enabled on non-ELF platforms that
4482         are known to support it inside else-clause.
4483         * configure: Regenerate.
4485 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
4487         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4488         * configure: Regenerate.
4490 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
4492         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4493         * configure: Regenerate.
4495 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4497         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4498         separately.
4499         * configure: Regenerate.
4501 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
4503         * MAINTAINERS (Write After Approval): Add myself.
4505 2010-04-14  Tristan Gingold  <gingold@adacore.com>
4507         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4508         * configure: Regenerate.
4510 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
4512         * configure: Regenerate after change to elf.m4.
4514 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
4516         * MAINTAINERS (Write After Approval): Add myself.
4518 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4520         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4521         * configure: Regenerated.
4523 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4525         * configure.ac: Print "buggy but acceptable" when CLooG
4526         revision is less than 9.
4527         * configure: Regenerated.
4529 2010-04-01  Diego Novillo  <dnovillo@google.com>
4531         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4533 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4535         PR bootstrap/43615
4536         PR bootstrap/43328
4538         Revert:
4540         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4542         * configure.ac: Do not pass --enable-multilib nor
4543         --disable-multilib in baseargs.  Accept explicitly passed
4544         --enable_multilib.
4545         * configure: Regenerate.
4547 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4549         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4551 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
4553         * MAINTAINERS: Remove myself.
4555 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4557         PR bootstrap/43328
4558         * configure.ac: Do not pass --enable-multilib nor
4559         --disable-multilib in baseargs.  Accept explicitly passed
4560         --enable_multilib.
4561         * configure: Regenerate.
4563 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
4565         * MAINTAINERS (spu port): Remove me.
4567 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4569         * configure.ac (tic6x-*-*): New case.
4570         * configure: Regenerate.
4572 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4574         * config.sub: Update to version 2010-03-22.
4575         * config.guess: Update to version 2009-12-30.
4577 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
4579         PR ada/42554
4580         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4581         * configure: Regenerate.
4583 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4585         * MAINTAINERS: Update my email address.
4587 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
4589         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4590         (ghassan.shobaki@amd.com): Removed.
4592 2010-03-17  Alan Modra  <amodra@gmail.com>
4594         * MAINTAINERS: Update my email address.
4596 2010-03-16  Diego Novillo  <dnovillo@google.com>
4598         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4599         Matthews.
4601 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4603         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4604         Gutson, Jeffrey D. Oldham and Mark Shinwell.
4606 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4608         * MAINTAINERS: Update my email address.
4610 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4612         * MAINTAINERS: Update my email address.
4614 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
4616         * MAINTAINERS: Update my email address.
4618 2010-03-09  Jie Zhang  <jie@codesourcery.com>
4620         * MAINTAINERS: Update my email address.
4622 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4624         PR libstdc++/32499
4625         * configure.ac (RANLIB): Default to true.
4626         (STRIP): Likewise.
4627         (RANLIB_FOR_TARGET): Remove superfluous : argument.
4628         * configure: Regenerate.
4630 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
4632         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4633         (Write After Approval): Update my email address.
4635 2010-02-17  Nick Clifton  <nickc@redhat.com>
4637         PR 11238
4638         * Makefile.tpl (local-distclean): Also remove config.cache files in
4639         sub-directories as there may not be Makefiles present in the
4640         sub-directories.
4641         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4642         the config.cache files found by the find command.
4644         * Makefile.in: Regenerate.
4645         * configure.ac: Revert previous delta.
4646         * configure: Regenerate.
4648 2010-02-15  Nick Clifton  <nickc@redhat.com>
4650         PR 11238
4651         * configure.ac: Delete config.cache files in sub-directories when
4652         deleting Makefiles.
4653         * configure: Regenerate.
4655 2010-02-12  Ben Elliston  <bje@gnu.org>
4657         * MAINTAINERS: Update my email address.
4659 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
4661         * MAINTAINERS (spu port): Update my email address.
4663 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
4665         * MAINTAINERS: Add myself as a maintainer for the bfin port.
4667 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4669         * configure.ac: Add "recommended" version checks for GMP/MPC.
4670         Update recommended GMP/MPFR/MPC versions.
4671         * configure: Regenerate.
4673 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
4675         * MAINTAINERS: Move my Embecosm email address into the
4676         write-after-approval section.
4678 2010-01-26  Ian Lance Taylor  <iant@google.com>
4680         * MAINTAINERS: Add myself as Go frontend maintainer.
4682 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
4684         PR libstdc++/36101, PR libstdc++/42813
4685         * configure.ac (bootstrap_target_libs): Make inclusion of
4686         target-libgomp conditional on libgomb being in target_configdirs.
4687         * configure: Regenerate.
4689 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4691         PR libstdc++/36101, PR libstdc++/42813
4692         * configure.ac (bootstrap_target_libs): Include target-libgomp.
4693         * configure: Regenerate.
4695 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4697         PR libstdc++/36101, PR libstdc++/42813
4698         * configure.ac (target_configdirs): Substitute.
4699         * Makefile.def: Bootstrap target module libgomp.
4700         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4701         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4702         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4703         * configure, Makefile.in: Regenerate.
4705 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4707         * MAINTAINERS: Adjust my details.
4709 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
4711         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4713 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
4715         * MAINTAINERS: reindented my entry with tabs instead of spaces.
4717 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
4719         * MAINTAINERS (Write After Approval): Add myself.
4721 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4723         * MAINTAINERS (Write After Approval): Add myself.
4725 2010-01-11  Richard Guenther  <rguenther@suse.de>
4727         PR lto/41569
4728         * Makefile.def (all-lto-plugin): Depend on all-gcc.
4729         * Makefile.in: Regenerated.
4731 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
4733         * configure.ac: Enable libjava build on x86_64-*freebsd*.
4734         * configure: Regenerate.
4736 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4737             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4739         PR bootstrap/42424
4740         * configure.ac: Include libtool m4 files.
4741         (_LT_CHECK_OBJDIR): Call it.
4742         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4743         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4745         * configure: Regenerate.
4747 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4749         PR bootstrap/41818
4750         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4751         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
4752         * Makefile.in: Regenerate.
4754 2010-01-02  Richard Guenther  <rguenther@suse.de>
4756         PR lto/41529
4757         * configure.ac: Include config/elf.m4.  Disable LTO if not
4758         builting for an elf target.
4759         * configure: Regenerate.
4761 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
4763         * MAINTAINERS: Change my email address.
4765 2009-12-18  Ben Elliston  <bje@au.ibm.com>
4767         * config.sub, config.guess: Update from upstream sources.
4769 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
4771         * MAINTAINERS (Write After Approval): Add myself.
4773 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4775         PR middle-end/30447
4776         PR middle-end/30789
4777         PR other/40302
4779         * configure.ac: Require MPC.
4780         * configure: Regenerate.
4782 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4784         PR target/38384
4785         PR bootstrap/40972
4786         * libtool.m4: Sync from git Libtool.
4787         * ltoptions.m4: Likewise.
4788         * ltversion.m4: Likewise.
4789         * lt~obsolete.m4: Likewise.
4790         * ltmain.sh: Likewise.
4792 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4794         * configure.ac: Update minimum MPC version to 0.8.
4795         * configure: Regenerate.
4797 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
4799         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4800         * configure: Regenerated.
4802 2009-11-21  Ian Lance Taylor  <iant@google.com>
4804         * configure.ac: Change default of poststage1_ldflags to be empty if
4805         poststage1_libs is set.  When poststage1_libs is empty, and
4806         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4807         * configure: Rebuild.
4809 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
4811         * MAINTAINERS (Write After Approval): Update my email address.
4813 2009-11-20  Ben Elliston  <bje@au.ibm.com>
4815         * config.guess: Update from upstream sources.
4817 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4819         * Makefile.def: Restore host and target settings for gmp.
4820         * Makefile.in: Rebuild.
4822 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4824         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
4825         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
4826         Fix portability of test of C++ as bootstrap language.  Add
4827         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4828         * configure: Rebuild.
4829         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4830         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
4831         in-tree building.
4832         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4833         (POSTSTAGE1_HOST_EXPORTS): Use it.
4834         (STAGE[+id+]_CXXFLAGS): New.
4835         (BASE_FLAGS_TO_PASS): Pass it down.
4836         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
4837         extra_exports.
4838         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4839         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4840         extra_exports.
4841         * Makefile.in: Rebuild.
4843 2009-11-17  Ben Elliston  <bje@au.ibm.com>
4845         * config.sub, config.guess: Update from upstream sources.
4847 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4849         * MAINTAINERS (Write After Approval): Add myself.
4851 2009-11-09  Jon Beniston  <jon@beniston.com>
4853         * MAINTAINERS (Write After Approval): Add myself.
4855 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
4857         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
4858         paths for *-w64-mingw* and x86_64-*mingw*.
4859         * configure: Regenerated.
4861 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
4863         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4865 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
4867         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4868         Phil Edwards to Write-After Approval.
4870 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4872         * configure.ac: Disable target-winsup & co for
4873         x86_64-*-mingw* and *-w64-mingw* targets.
4874         * configure: Regenerated.
4876 2009-10-16  Nick Clifton  <nickc@redhat.com>
4878         * MAINTAINERS: Add myself as a maintainer for the RX port.
4880 2009-10-26  Johannes Singler  <singler@kit.edu>
4882         * MAINTAINERS (Write After Approval): Update my e-mail address.
4884 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4886         * configure.ac (CLooG test): Use = with test.
4887         * configure: Regenerate.
4889 2009-10-22  Richard Guenther  <rguenther@suse.de>
4891         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4892         cloog if the ppl version check failed.  Move flags saving
4893         before setting in libelf check.
4894         * configure: Regenerate.
4896 2009-10-21  Richard Guenther  <rguenther@suse.de>
4898         * configure.ac: Adjust the ppl and cloog configure to work as
4899         documented.  Disable cloog if ppl was disabled.  Omit the version
4900         checks if they were disabled.
4901         * configure: Re-generate.
4903 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4905         * configure.ac: Add 'lto' to enable_languages, not
4906         new_enable_languages, and only if not already present.
4907         * configure: Regenerate.
4909 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4911         * README: Refer to the various COPYING* files instead of just
4912         COPYING.
4913         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4915 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4917         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4919 2009-10-07  Richard Guenther  <rguenther@suse.de>
4921         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4922         and Richard Guenther as reviewers.
4923         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4924         as reviewers.
4926 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
4928         * config.sub: Update from upstream sources.
4930 2009-10-06  Ian Lance Taylor  <iant@google.com>
4932         * Makefile.def: check-gold depends upon all-gas.
4933         * Makefile.in: Rebuild.
4935 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
4937         * MAINTAINERS (Write After Approval): Add myself.
4939 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
4941         * Makefile.def: all-lto-plugin depends on all-libiberty.
4942         set bootstrap=true for lto-plugin.
4943         Add lto-plugin.
4944         * Makefile.in: Regenerate.
4945         * configure.ac (host_libs): Add lto-plugin.
4946         * configure: Regenerate.
4948 2009-10-03  Diego Novillo  <dnovillo@google.com>
4950         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4951         (HOST_LIBELFLIBS): Define.
4952         (HOST_LIBELFINC): Define.
4953         * Makefile.in: Regenerate.
4954         * configure.ac: Add --enable-lto.
4955         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4956         If --enable-lto is used, add 'lto' to new_enable_languages.
4957         If --enable-lto is used and gold is enabled, add
4958         lto-plugin to configdirs.
4959         * configure: Regenerate.
4961 2009-10-03  Simon Baldwin  <simonb@google.com>
4963         * configure.ac: If --with-system-zlib, suppress local zlib and
4964         pass --with-system-zlib to subdir configure scripts.
4965         * configure: Regenerate.
4967 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4968             Paolo Bonzini  <bonzini@gnu.org>
4970         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4971         $(srcdir).
4972         * Makefile.in: Rebuilt.
4974 2009-09-26  Gary Funck  <gary@intrepid.com>
4976         * MAINTAINERS (Write After Approval): Add myself.
4978 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4980         * configure.ac: Update minimum MPC version to 0.7.
4981         * configure: Regenerate.
4983 2009-09-25  Nick Clifton  <nickc@redhat.com>
4985         * configure.ac: Pass any --cache-file=/dev/null option on to
4986         subconfigures.
4987         * configure: Regenerate.
4989 2009-09-23  Nick Clifton  <nickc@redhat.com>
4991         * config.sub, config.guess: Update from upstream sources.
4993 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
4995         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4996         * Makefile.in: Rebuilt.
4998 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5000         PR bootstrap/32272
5001         * configure.ac: Error out if $srcdir isn't '.' but contains
5002         host-${host_noncanonical}.
5003         * configure: Regenerate.
5005 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5007         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5008         maintainer.
5010 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5012         * configure.ac: If bootstrapping a combined tree with
5013         --enable-gold, require c++ in stage1_languages.
5014         * configure: Regenerate.
5016         * configure.ac: Also add target_libs of stage1_languages to
5017         bootstrap_target_libs.
5018         * configure: Regenerate.
5020         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
5021         with --enable-languages not containing c++.
5022         * configure: Regenerate.
5024 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
5026         * configure.ac: Disable java and boehm-gc for bfin-*-*.
5027         * configure: Regenerate.
5029 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
5031         * MAINTAINERS (Write After Approval): Update my e-mail address,
5032         and move from from here...
5033         (Waiting for paperwork): To here.
5035 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
5037         * MAINTAINERS (Reviewers): Add self as driver reviewer.
5039 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5041         * configure.ac: Do not use $extrasub for replacing @if/@endif
5042         parts in Makefile; instead, use additional arguments to
5043         AC_CONFIG_COMMANDS to do the replacement manually, with several
5044         sed invocations, to avoid HP-UX sed command limits.
5045         * configure: Regenerate.
5047 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
5049         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5050         blank before -L.
5052 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
5054         * configure.ac (with-build-config): Document.  Handle without.
5055         Handle missing argument.
5056         * configure: Rebuilt.
5058 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
5060         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
5061         Default to bootstrap-debug only if compare-debug works.
5062         * configure: Rebuilt.
5063         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5064         * Makefile.in: Rebuilt.
5066 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5068         * MAINTAINERS (OS Port Maintainers): Update my email address.
5070 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
5072         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5073         * Makefile.in: Rebuilt.
5075 2009-09-01  Chris Demetriou  <cgd@google.com>
5077         * MAINTAINERS (Write After Approval): Add myself.
5079 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
5081         PR debug/30161
5082         * include/dwarf2.h (enum dwarf_tag): Added
5083         DW_TAG_GNU_template_template_param
5084         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5086 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5088         * Makefile.tpl (AWK): Fix typo.
5089         * Makefile.in: Regenerate.
5091 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5093         * configure.ac: Detect awk and sed.
5094         * Makefile.def (flags_to_pass): Add AWK and SED.
5095         * Makefile.tpl (AWK, SED): New.
5096         (BASE_FLAGS_TO_PASS): Add AWK and SED.
5097         * configure: Regenerate.
5098         * Makefile.in: Regenerate.
5100 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
5102         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5103         (collapseslashes): Likewise.
5105 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5107         * configure.ac (AC_PREREQ): Bump to 2.64.
5109 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5111         * configure.ac: Remove --with-datarootdir, --with-docdir,
5112         --with-pdfdir, --with-htmldir switches.
5113         * configure: Regenerate.
5115         * configure: Regenerate.
5117         * compile: Sync from Automake 1.11.
5118         * depcomp: Likewise.
5119         * install-sh: Likewise.
5120         * missing: Likewise.
5121         * mkinstalldirs: Likewise.
5122         * ylwrap: Likewise.
5124 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
5126         * ltmain.sh (func_normal_abspath): New function.
5127         (func_relative_path): Likewise.
5128         (func_mode_help): Document new -bindir option for link mode.
5129         (func_mode_link): Add new -bindir option, and use it to place
5130         output DLL if specified.
5132 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5134         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5135         (baseargs): Add --disable-option-checking.
5136         * configure: Regenerate.
5138         * Makefile.def (configure-target-libiberty): Depend on
5139         all-binutils and all-ld.
5140         (configure-target-newlib): Likewise.
5141         * Makefile.in: Regenerate.
5143 2009-08-17  Ben Elliston  <bje@au.ibm.com>
5145         * config.sub, config.guess: Update from upstream sources.
5147 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5149         Sync from src, merge:
5151         2009-07-02  Tristan Gingold  <gingold@adacore.com>
5153         * configure.ac: Do not exclude gas for i386-*-darwin.
5154         Add a case for x86_64-*-darwin.
5155         * configure: Regenerate.
5157 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
5159         * MAINTAINERS: Add my name to Write After Approval list.
5161 2009-08-06  Michael Eager  <eager@eagercon.com>
5163         * configure.ac: Add Microblaze target.
5164         * configure: Regenerate.
5166 2009-07-31  Christian Bruel  <christian.bruel@st.com>
5168         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5169         * configure: Regenerate.
5171 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
5173         * MAINTAINERS (Write After Approval): Update my e-mail address.
5175 2009-07-06  Ian Lance Taylor  <iant@google.com>
5177         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5178         * configure: Rebuild.
5180 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
5182         * MAINTAINERS: Move myself to the Graphite Reviewers.
5184 2009-06-30  Wei Guozhi  <carrot@google.com>
5186         * MAINTAINERS: Add my name to Write After Approval list.
5188 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
5190         PR bootstrap/40338
5191         * configure.ac (comparestring): Create new variable.
5192         * Makefile.tpl (comparestring): Use to skip some comparisions.
5193         * configure: Regenerate.
5194         * Makefile.in: Regenerate.
5196 2009-06-26  Doug Evans  <dje@sebabeach.org>
5198         * Makefile.def (host_modules): Add cgen.
5199         * Makefile.in: Regenerate.
5200         * configure.ac (host_tools): Add cgen.
5201         * configure: Regenerate.
5203 2009-06-23  DJ Delorie  <dj@redhat.com>
5205         * MAINTAINERS: Add myself as mep maintainer.
5207 2009-06-23  Ian Lance Taylor  <iant@google.com>
5209         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
5210         boot_languages.  Only bootstrap target libraries listed in
5211         target_libs for some boot language.  Add --with-stage1-ldflags,
5212         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
5213         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
5214         if not building with C++.
5215         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5216         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5217         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5218         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5219         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
5220         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5221         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5222         * configure, Makefile.in: Rebuild.
5224 2009-06-23  Li Feng  <nemokingdom@gmail.com>
5226         * MAINTAINERS: Added my name to write-after-approval list.
5228 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
5230         * configure.ac: Define is_elf for QNX Neutrino targets.
5231         * configure: Regenerate.
5233 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
5235         * MAINTAINERS: Added my name to the write-after-approval list
5237 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5239         * configure.ac: Detect MPC in default directory.
5240         * configure: Regenerate.
5242 2009-06-03  Jerome Guitton  <guitton@adacore.com>
5243             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5245         * Makefile.tpl (all): Avoid a trailing backslash.
5246         * Makefile.in: Regenerate.
5248 2009-06-03  Ben Elliston  <bje@au.ibm.com>
5250         * config.sub, config.guess: Update from upstream sources.
5252 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
5254         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5255         to noconfdirs.
5256         * configure: Regenerate.
5258 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
5260         * Makefile.tpl ([+compare-target+]): Compare all stage
5261         directories, rather than just gcc.
5262         * Makefile.in: Rebuilt.
5264 2009-06-01  Doug Kwan  <dougkwan@google.com>
5266         * configure.ac: Support gold for target arm*-*-*.
5267         * configure: Regenerate.
5269 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5271         * Makefile.def: Add MPC support and dependencies.
5272         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
5274         * Makefile.in, configure: Regenerate.
5276 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
5278         * Makefile.tpl (all): Avoid harmless warning in make all when
5279         gcc-bootstrap is enabled but stage_last does not exist.
5280         * Makefile.in: Rebuilt.
5282 2009-05-24  Nicolas Roche  <roche@adacore.com>
5284         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5285         * Makefile.in: Regenerate.
5287 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
5289         * MAINTAINERS: Update my e-mail address.
5291 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5293         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
5294         * configure:  Regenerate.
5296 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5298         PR other/40159
5299         * Makefile.tpl (all): Don't assume gcc-bootstrap and
5300         gcc-no-bootstrap are mutually exclusive.
5301         * Makefile.in: Rebuilt.
5303 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5305         PR other/40159
5306         * Makefile.tpl (all): Don't end with unconditional success.
5307         * Makefile.in: Rebuilt.
5309 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
5311         PR target/37137
5312         * Makefile.def (flags_to_pass): Remove redundant and incomplete
5313         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5314         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5315         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
5316         stage_configureflags, stage_cflags and stage_libcflags into
5317         explicit Makefile macros.
5318         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5319         GFORTRAN.
5320         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5321         CC.  Set CC_FOR_BUILD from CC.
5322         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5323         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5324         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5325         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
5326         and GFORTRAN.
5327         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5328         (_LIBCFLAGS): Renamed to _TFLAGS.
5329         (do-compare-debug, do-compare3-debug): Drop.
5330         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5331         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5332         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5333         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5334         (XGCC_FLAGS_FOR_TARGET): New.
5335         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5336         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5337         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5338         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5339         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
5340         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
5341         TFLAGS.
5342         (BUILD_CONFIG): Include if requested.
5343         (all): Set TFLAGS on bootstrap.
5344         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5345         (all-stageid-prefixmodule): Likewise.
5346         (do-clean, distclean-stageid): Set TFLAGS.
5347         (restrap): Fix whitespace.
5348         * Makefile.in: Rebuilt.
5350 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
5352         * config.guess: Sync with src.
5354 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5356         * configure.ac ($with_ppl):  Default to no if not supplied.
5357         ($with_cloog):  Likewise.
5358         configure:  Regenerate.
5360 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
5362         * MAINTAINERS: Update my e-mail address.
5364 2009-04-27  Nick Clifton  <nickc@redhat.com>
5366         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5368 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
5370         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5371         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5372         * Makefile.in: Regenerate.
5374 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5376         PR bootstrap/39739
5377         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5378         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5380         * configure, Makefile.in: Regenerate.
5382 2009-04-21  Taras Glek  <tglek@mozilla.com>
5384         * include/hashtab.h: Update GTY annotations to new syntax
5385         * include/splay-tree.h: Likewise
5387 2009-04-17  Ben Elliston  <bje@au.ibm.com>
5389         * config.sub, config.guess: Update from upstream sources.
5391 2009-04-15  Anthony Green  <green@moxielogic.com>
5393         * configure.ac: Add moxie support.
5394         * configure: Rebuilt.
5396 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
5398         * configure.ac: Change copyright header to refer to version
5399         3 of the GNU General Public License and to point readers at the
5400         COPYING3 file and the FSF's license web page.
5401         * Makefile.def: Likewise.
5402         * Makefile.tpl: Likewise.
5403         * Makefile.in: Regenerate.
5405 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
5407         * configure.ac: Restore match for darwin9 or later. Use double
5408         brackets since regeneration eats one pair.
5409         * configure: Regenerate.
5411 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5413         PR gas/10039
5414         * configure.ac: Require texinfo 4.7.
5415         * configure: Regenerated.
5417 2009-04-09  Nick Clifton  <nickc@redhat.com>
5419         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5420         the GCC Runtime Library Exception.
5422 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5424         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5425         * configure: Regenerate.
5427 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
5429         * Makefil.def (languages): New entries.
5430         * Makefile.tpl (check-gcc-*): New generic target.
5431         * Makefile.in: Regenerate.
5433 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
5435         * MAINTAINERS:  Update my email address.
5437 2009-03-18  Tom Tromey  <tromey@redhat.com>
5439         * configure: Rebuild.
5440         * configure.ac (host_libs): Add libiconv.
5441         * Makefile.in: Rebuild.
5442         * Makefile.def (host_modules): Add libiconv.
5443         (configure-gdb, all-gdb): Depend on libiconv.
5445 2009-03-16  Tristan Gingold  <gingold@adacore.com>
5447         * configure.ac: Treat gdb as supported on x86_64-darwin.
5448         * configure: Regenerate.
5450 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
5452         * configure.ac (--with-host-libstdcxx): New option.
5453         * configure: Regenerate.
5455 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
5457         * MAINTAINERS:  Move myself into the write after approval list.
5459 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
5461         * MAINTAINERS: Update e-mail address.
5463 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
5465         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5467 2009-03-10  Ira Rosen  <irar@il.ibm.com>
5469         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5471 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5473         Backport from git Libtool:
5475         2009-01-19  Robert Millan  <rmh@aybabtu.com>
5476         Support GNU/kOpenSolaris.
5477         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5478         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5479         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5480         GNU/kOpenSolaris.
5482 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
5484         * MAINTAINERS: Update e-mail address.
5486 2009-02-24  Michael Eager  <eager@eagercon.com>
5488         * MAINTAINERS (Write After Approval): Add self.
5490 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
5492         * MAINTAINERS (Write After Approval): Add myself.
5494 2009-02-05  Andreas Schwab  <schwab@suse.de>
5496         * Makefile.tpl (stage_last): Define $r and $s before using
5497         $(RECURSE_FLAGS_TO_PASS).
5498         * Makefile.in: Regenerate
5500 2009-01-30  Ian Lance Taylor  <iant@google.com>
5502         * MAINTAINERS: Move myself to the Global Reviewers list.
5504 2009-01-29  Robert Millan  <rmh@aybabtu.com>
5506         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5507         * configure: Regenerate.
5509 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
5511         * MAINTAINERS: Make whitespace consistent.
5512         Remove Robert Millan from Write After Approval.
5514 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
5516         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5517         (all-opcodes): Depend on all-libiberty.
5518         * Makefile.in: Regenerate.
5520 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
5522         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5523         * configure: Regenerate.
5525 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
5527         * MAINTAINERS (Write After Approval): Add myself.
5529 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
5531         * MAINTAINERS: Add myself to reviewers (Fortran).
5533 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5535         PR tree-optimization/38515
5536         * configure.ac (cloog-polylib): Removed.
5537         (with_ppl, with_cloog): Test for "no".
5538         * configure: Regenerated.
5540 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5542         * MAINTAINERS: Moved myself to reviewers (Fortran).
5544 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5546         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5547         (Write After Approval): Remove myself.
5549 2009-01-03  Diego Novillo  <dnovillo@google.com>
5551         * MAINTAINERS: Remove myself from alias maintainership.
5553 2009-01-02  David Ayers  <ayers@fsfe.org>
5555         * MAINTAINERS: Update e-mail address.
5557 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5559         * MAINTAINERS: Make whitespace consistent.
5561 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5563         Backport from upstream Libtool:
5564         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5565         Add cache variables to tests that require the linker to work.
5566         For shlibpath_overrides_runpath, this also changes the semantics
5567         to let the result from the C compiler take precedence.
5569 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5571         * config.sub, config.guess: Update from upstream sources.
5573 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
5575         * configure.ac (ppllibs): Add by default the lib flags.
5576         * configure: Regenerate.
5578 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
5580         * MAINTAINERS:  Add myself to the write after approval list.
5582 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
5584         * configure.ac: Add double brackets on darwin[912].
5585         * configure: Regenerate.
5587 2008-12-03  Daniel Kraft  <d@domob.eu>
5589         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
5590         Approval to Reviewer section (for Fortran front-end).
5592 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
5594         * configure.ac: Expand to darwin10 and later.
5595         * configure: Regenerate.
5597 2008-12-02  Andreas Schwab  <schwab@suse.de>
5599         * Makefile.def: configure-target-boehm-gc depends on
5600         all-target-libstdc++-v3.
5601         * Makefile.in: Regenerate.
5603 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
5605         * MAINTAINERS:  Add myself as mingw maintainer.
5607 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5609         * config.sub, config.guess: Update from upstream sources.
5611 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
5613         * README.SCO: Remove.
5615 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
5617         * MAINTAINERS:  Add myself to the write after approval list.
5619 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
5621         * MAINTAINERS:  Update my email address in WAA section.
5623 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
5625         * MAINTAINERS: Update e-mail address.
5627 2008-11-27  Toon Moene  <toon@moene.org>
5629         * MAINTAINERS: Change e-mail address.
5631 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5633         * configure.ac: Build gdb for i?86-*-darwin*
5634         * configure: Regenerated.
5636 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
5638         * MAINTAINERS: Added my full name.
5640 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5642         PR bootstrap/38014
5643         PR bootstrap/37923
5645         Revert:
5647         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5649         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5650         * Makefile.in: Regenerated.
5652         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5654         PR gdb/921
5655         PR gdb/1646
5656         PR gdb/2175
5657         PR gdb/2176
5659         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5660         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5661         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5662         (HOST_EXPORTS): Pass CPPFLAGS.
5663         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5664         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5665         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5666         * Makefile.in, configure: Regenerated.
5667         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5668         and CPPFLAGS_FOR_BUILD.
5670 2008-11-06  Jeff Law  <law@redhat.com>
5672         * MAINTAINERS: Add myself as middle end maintainer.
5674 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
5676         * MAINTAINERS (Write after approval): Add myself.
5678 2008-11-05  Diego Novillo  <dnovillo@google.com>
5680         * MAINTAINERS (Global Reviewers): Add myself.
5681         (Non-Algorithmic Maintainers): Remove myself.
5683 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
5685         * MAINTAINERS (Write after approval): Add myself.
5687 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
5689         * MAINTAINERS (Write after approval): Add myself.
5691 2008-10-31  Ben Elliston  <bje@au.ibm.com>
5693         * configure.ac (spu-*-*): Remove special case.
5694         * configure: Regenerate.
5696 2008-10-30  Catherine Moore  <clm@codesourcery.com>
5698         * MAINTAINERS (Write after approval): Update my email address.
5700 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
5702         * configure.ac [spu-*-*]: Do not set skipdirs.
5703         * configure: Re-generate.
5705 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
5707         * MAINTAINERS (Various Maintainers): Add myself to reload.
5709 2008-10-25  Richard Guenther  <rguenther@suse.de>
5711         * MAINTAINERS (Various Maintainers): Add myself as middle-end
5712         maintainer.  Remove myself as libgcc-math maintainer.
5713         (Non-Algorithmic Maintainers): Remove myself.
5715 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5717         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5718         * Makefile.in: Regenerated.
5720 2008-10-23  Cary Coutant  <ccoutant@google.com>
5722         * MAINTAINERS (Write after approval): Add myself.
5724 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5726         PR gdb/921
5727         PR gdb/1646
5728         PR gdb/2175
5729         PR gdb/2176
5731         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5732         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5733         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5734         (HOST_EXPORTS): Pass CPPFLAGS.
5735         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5736         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5737         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5738         * Makefile.in, configure: Regenerated.
5739         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5740         and CPPFLAGS_FOR_BUILD.
5742 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
5744         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5745         Sebastian Pop.
5747 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
5749         * MAINTAINERS (Write After Approval): Added myself.
5751 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5753         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5754         recommended version to 2.3.2.
5756         * configure: Regenerate.
5758 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
5760         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5762 2008-09-29  David Daney <david.daney@caviumnetworks.com>
5764         * MAINTAINERS (Write After Approval): Update e-mail address.
5766 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
5768         * libtool.m4: Update to libtool 2.2.6.
5769         * lt~obsolete.m4: Update to libtool 2.2.6.
5770         * ltmain.sh: Update to libtool 2.2.6.
5771         * ltsugar.m4: Update to libtool 2.2.6.
5772         * ltversion.m4: Update to libtool 2.2.6.
5773         * ltoptions.m4: Update to libtool 2.2.6.
5774         * ltgcc.m4: Update to match changes from libtool 2.2.6.
5776 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
5778         * MAINTAINERS (Write After Approval): Add myself.
5780 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5782         * MAINTAINERS (Write After Approval): Update my name.
5784 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
5786         * MAINTAINERS: Add myself in "Write After Approval".
5788 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
5790         * MAINTAINERS: Add myself as ia64 maintainer.
5792 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
5794         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5795         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5796         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5797         and Michael Tiemann from Write After Approval since they do not
5798         actually have access.
5800 2008-09-05  Richard Guenther  <rguenther@suse.de>
5802         * configure.ac: Initialize clooglibs to -lcloog.
5803         * configure: Re-generate.
5805 2008-09-04  Le-Chun Wu  <lcwu@google.com>
5807         * MAINTAINERS (Write After Approval): Add myself.
5809 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
5811         * configure.ac (--with-cloog-polylib): New.
5812         (--disable-cloog-version-check): New.
5813         (--disable-ppl-version-check): New.
5814         * configure: Re-generate.
5816 2008-09-03  Richard Guenther  <rguenther@suse.de>
5818         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5819         cloog test.
5820         * configure: Re-generate.
5822 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
5824         Add picoChip port.
5825         * MAINTAINERS: Add picoChip maintainers.
5827 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
5828             Tobias Grosser  <grosser@fim.uni-passau.de>
5829             Jan Sjodin  <jan.sjodin@amd.com>
5830             Harsha Jagasia  <harsha.jagasia@amd.com>
5831             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5832             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5833             Adrien Eliche  <aeliche@isty.uvsq.fr>
5835         Merge from graphite branch.
5836         * configure: Regenerate.
5837         * Makefile.in: Regenerate.
5838         * configure.ac (host_libs): Add ppl and cloog.
5839         Add checks for PPL and CLooG.
5840         * Makefile.def (ppl, cloog): Added modules and dependences.
5841         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5842         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5844 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5846         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5847         (GCC_SHLIB_SUBDIR): New.
5848         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5849         * configure: Regenerate.
5850         * Makefile.in: Regenerate.
5852 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5854         * MAINTAINERS: Consistently use tabs to separate columns.
5856 2008-08-29  Tristan Gingold  <gingold@adacore.com>
5858         * MAINTAINERS (Write after Approval): Add myself.
5860 2008-08-28  Tristan Gingold  <gingold@adacore.com>
5862         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5863         Enable bfd, binutils and opcodes.
5864         * configure: Regenerate.
5866 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5868         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5870 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5872         * MAINTAINERS:  Use correct Umlaut for last name.
5874 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5876         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5878 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
5880         * MAINTAINERS: Update my email address.
5882 2008-08-16  Nicolas Roche  <roche@adacore.com>
5884         * Makefile.tpl: Add BOOT_ADAFLAGS.
5885         * Makefile.in: Regenerate.
5887 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5889         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5890         * configure: Regenerate.
5892 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5894         * configure.ac: Add makefile fragments for hpux.
5895         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5896         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5897         * configure: Regenerate.
5898         * Makefile.in: Regenerate.
5900 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5902         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5904 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5906         * MAINTAINERS (Write after Approval): Add myself.
5908 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5910         * MAINTAINERS (Write After Approval):  Add myself.
5912 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5914         * MAINTAINERS (Write After Approval):  Add myself.
5916 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5918         * MAINTAINERS: Update my email address.
5920 2008-06-25  Joey Ye  <joey.ye@intel.com>
5922         * MAINTAINERS (Write After Approval):  Add myself.
5924 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5926         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5927         * Makefile.in: Regenerate.
5928         * configure: Regenerate.
5930 2008-06-17  Daniel Kraft  <d@domob.eu>
5932         * MAINTAINERS (Write After Approval):  Add myself.
5934 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5936         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5937         "$@" is still intact with both Autoconf 2.59 and 2.62.
5938         * configure: Regenerate.
5940 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5942         * Makefile.tpl: Fix comment errors.
5943         * Makefile.in: Regenerate.
5945 2008-06-12  David S. Miller  <davem@davemloft.net>
5946             David Edelsohn  <edelsohn@gnu.org>
5948         * configure.ac: Add powerpc*-*-* to gold supported targets.
5949         * configure: Regenerate.
5951 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
5953         PR tree-optimization/36218
5954         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5955         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5956         (all prefix="build-"): Pass them to build-system sub-makes.
5957         * Makefile.in: Regenerate.
5959 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
5961         * MAINTAINERS (mt port): Remove.
5962         (sco5, unixware, sco udk): Remove.
5963         (Kean Johnston): Add to Write After Approval.
5965 2008-05-30  Julian Brown  <julian@codesourcery.com>
5967         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5968         of libobjc for ARM EABI Linux.
5969         * configure: Regenerate.
5971 2008-05-18  Xinliang David Li   <davidxl@google.com>
5973         * ChangeLog: Remove wrong ChangeLog entry.
5975 2008-05-17  Xinliang David Li   <davidxl@google.com>
5977         * MAINTAINERS (Write After Approval): Add myself.
5979 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5981         * MAINTAINERS (Write After Approval): Add myself.
5983 2008-05-14  Rafael Espíndola  <espindola@google.com>
5985         * config-ml.in: don't handle --enable-shared and --enable-static.
5987 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5989         * MAINTAINERS: Update my email address.
5991 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
5993         * MAINTAINERS: Update my email address.
5995 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
5997         * MAINTAINERS (Write After Approval): Add myself.
5999 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
6001         * MAINTAINERS (Write After Approval): Add myself.
6003 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
6005         * MAINTAINERS (crx): Add myself.
6007 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6009         Sync with src:
6010         2008-04-14  David S. Miller  <davem@davemloft.net>
6012         * configure.ac: Add sparc*-*-* to gold supported targets.
6013         * configure: Regenerate.
6015 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6017         PR bootstrap/35457
6018         * configure.ac: Include override.m4.
6019         * configure: Regenerate.
6021 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6023         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
6024         * Makefile.in: Regenerate.
6026 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
6028         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6029         as nonconfigurable directories list.
6030         * configure: Regenerate.
6032 2008-04-14  Ben Elliston  <bje@au.ibm.com>
6034         * config.sub, config.guess: Update from upstream sources.
6036 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
6038         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6039         * Makefile.in: Regenerate.
6041 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
6043         * configure.ac: Do not build libssp for the AVR.
6044         * configure: Regenerate.
6046 2008-04-07  Ian Lance Taylor  <iant@google.com>
6048         * Makefile.def: check-gold depends upon all-binutils.
6049         * Makefile.in: Regenerate.
6051 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
6053         * MAINTAINERS (Write After Approval): Add myself.
6055 2008-04-04  Nick Clifton  <nickc@redhat.com>
6057         PR binutils/4334
6058         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6059         builds.
6060         * configure: Regenerate.
6062 2008-04-04  NightStrike  <NightStrike@gmail.com>
6064         PR other/35151
6065         * configure.ac: Combine rules for mingw32 and mingw64.
6066         * configure: Regenerate.
6068 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
6070         * MAINTAINERS (Write After Approval): Add myself.
6072 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
6074         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6075         * Makefile.in (.NOTPARALLEL): Ditto.
6077 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
6079         * MAINTAINERS (Write After Approval): Add myself.
6081 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
6083         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6084         * Makefile.in (.NOTPARALLEL): Regenerate.
6086 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
6088         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6089         * Makefile.in: Regenerate.
6091 2008-03-26  Jakub Staszak  <kuba@et.pl>
6093         * MAINTAINERS (Write After Approval): Add myself.
6095 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6097         * MAINTAINERS:  Update e-mail address.
6099 2008-03-20  Ian Lance Taylor  <iant@google.com>
6101         * configure.ac: Add support for --enable-gold.
6102         * Makefile.def: Add gold as a directory like ld.
6103         * configure, Makefile.in: Regenerate.
6105 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6107         * configure.ac: m4_include config/proginstall.m4.
6108         * configure: Regenerate.
6110         Backport from upstream Libtool:
6112         2007-10-12  Eric Blake  <ebb9@byu.net>
6114         Deal with Autoconf 2.62's semantic change in m4_append.
6115         * ltsugar.m4 (lt_append): Replace broken versions of
6116         m4_append.
6117         (lt_if_append_uniq): Don't require separator to be overquoted,
6118         and avoid broken m4_append.
6119         (lt_dict_add): Fix typo.
6120         * libtool.m4 (_LT_DECL): Don't overquote separator.
6122 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
6124         * config.rpath: Add AIX 6 support.
6126 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
6128         * Makefile.def (stageprofile).  Remove -fprofile-generate
6129         from stage_libcflags.
6130         * Makefile.in: Regenerate.
6132 2008-03-13  Ben Elliston  <bje@au.ibm.com>
6134         * config.sub, config.guess: Update from upstream sources.
6136 2008-03-06  Tom Tromey  <tromey@redhat.com>
6138         * MAINTAINERS: Update for treelang deletion.
6140 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
6142         * MAINTAINERS: Update my email address.
6144 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
6146         * MAINTAINERS (darwin port): Add myself as a maintainer.
6147         (objective-c/c++): Add myself as a maintainer.
6149 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
6151         * MAINTAINERS (Write After Approval): Update my email address.
6153 2008-02-25  Tomas Bily  <tbily@suse.cz>
6155         * MAINTAINERS (Write After Approval): Add myself.
6157 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
6159         * MAINTAINERS (OpenMP): Add myself.
6161 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
6163         PR bootstrap/32009
6164         PR bootstrap/32161
6166         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6167         * configure: Regenerate.
6169         * Makefile.def: Define stage_libcflags for all bootstrap stages.
6170         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6171         STAGE4_LIBCFLAGS): New.
6172         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6173         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6174         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6175         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6176         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6177         for target modules.  Don't export LIBCFLAGS.
6178         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6179         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6180         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6181         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6182         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6183         * Makefile.in: Regenerate.
6185 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6187         PR libgcj/33085
6188         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6189         Do not use -DDLL_EXPORT.  Backport from upstream.
6191 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6193         * MAINTAINERS (Write After Approval): Add myself.
6195 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
6197         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6198         * configure: Regenerate.
6200 2008-01-31  Marc Gauthier  <marc@tensilica.com>
6202         * configure.ac (xtensa*-*-*): Recognize processor variants.
6203         * configure: Regenerate.
6205 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6207         PR bootstrap/34922
6208         * configure.ac (PARSE_ARGS): Push suitable setting of
6209         ac_subdirs_all, for `./configure --help=recursive'.
6210         Handle `+' in generic toplevel directory disabling.
6211         * configure: Regenerate.
6213 2008-01-28  Nick Clifton  <nickc@redhat.com>
6215         * MAINTAINERS (xstormy16): Take over maintainership.
6217 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
6219         * MAINTAINERS (c4x port): Remove.
6221 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
6223         * libtool.m4: Backport AIX 6 support from ToT Libtool.
6225 2008-01-23  Ben Elliston  <bje@au.ibm.com>
6227         * config.sub, config.guess: Update from upstream sources.
6229 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
6231         * MAINTAINERS (Write After Approval): Add myself.
6233 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
6235         * MAINTAINERS: Update my email address.
6237 2008-01-09  Raksit Ashok  <raksit@google.com>
6239         * MAINTAINERS (Write After Approval): Add myself.
6241 2008-01-09  Raksit Ashok  <raksit@google.com>
6243         * MAINTAINERS (Write After Approval): Add myself.
6245 2008-01-08  Ben Elliston  <bje@au.ibm.com>
6247         * config.sub, config.guess: Update from upstream sources.
6249 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6251         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6252         Change recommended MPFR from 2.2.1 -> 2.3.0.
6253         * configure: Regenerate.
6255 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
6257         * MAINTAINERS: Update my email address.
6259 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
6261         * MAINTAINERS: Update my email address.
6263 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
6265         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6266         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6267         * Makefile.in: Regenerate.
6269 2007-12-10  Mark Heffernan  <meheff@google.com>
6271         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6272         misplaced entries.
6274 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6276         * configure.ac: Enable libjava for x86_64-*-darwin9.
6277         * configure: Regenerate.
6279 2007-12-07  Bill Maddox  <maddox@google.com>
6281         * MAINTAINERS (Write After Approval): Add myself.
6283 2007-12-05  Ben Elliston  <bje@au.ibm.com>
6285         * config.sub, config.guess: Update from upstream sources.
6287 2007-12-02  Matthias Klose  <doko@ubuntu.com>
6289         * config-ml.in: Remove 64bit configure tests.
6291 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6293         * config-ml.in: Robustify against white space in absolute file
6294         names.
6296         * config-ml.in (multi-clean): Substitute ${Makefile}.
6297         Remove superfluous ${Makefile} in list.
6299 2007-11-19  Thiemo Seufer  <ths@mips.com>
6301         * config-ml.in: Don't hardcode the Makefile name.
6303 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
6305         * MAINTAINERS (Write After Approval): Add myself.
6307 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
6309         * MAINTAINERS (Write After Approval): Add myself.
6311 2007-11-06  Doug Kwan  <dougkwan@google.com>
6313         * MAINTAINERS (Write After Approval): Add myself.
6315 2007-10-25  Ben Elliston  <bje@au.ibm.com>
6317         * MAINTAINERS (mercury): Remove entry.
6318         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6320 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
6322         * Makefile.def (dependencies): Make configure-gdb depend on
6323         all-intl.
6324         * Makefile.in: Regenerated.
6326 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
6328         * MAINTAINERS (Fortran maintainer): Remove myself.
6330 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
6332         * Makefile.def: To avoid problems running with parallel makes,
6333         build newlib before libgloss so that target specific header
6334         files are availble.
6335         * Makefile.in: Regenerate
6337 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6339         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6340         * Makefile.in: Regenerate.
6342 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
6344         * MAINTAINERS (Register allocation reviewer): Add myself.
6346 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
6348         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6349         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6350         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
6351         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6352         * configure: Regenerate.
6354 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
6356         * MAINTAINERS (Register allocation reviewer): Add myself.
6358 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
6360         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6361         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6362         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6363         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6364         * configure.ac: Default them to host tools for $host = $build.
6365         Subst them.
6367         * configure: Regenerate.
6368         * Makefile.in: Regenerate.
6370 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
6372         * MAINTAINERS (Register allocation reviewer): Add myself.
6374 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
6376         * MAINTAINERS (Register allocation reviewer): Add myself.
6378 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
6380         * MAINTAINERS (Write After Approval): Fix typo.
6382 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
6384         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6385         * configure: Regenerate.
6387 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
6389         PR bootstrap/31906
6390         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6391         they're already prefixed.
6393 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
6395         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6396         libstdc++.
6397         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6398         * configure: Regenerate.
6399         * Makefile.in: Regenerate.
6401 2007-09-17  Andreas Schwab  <schwab@suse.de>
6403         * configure.ac: Raise minimum makeinfo version to 4.6.
6404         * configure: Regenerate.
6406 2007-09-17  Johannes Singler  <singler@ira.uka.de>
6408         * MAINTAINERS (write-after-approval) add myself
6410 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
6412         * configure.ac: Correct makeinfo version check.
6413         * configure: Regenerate.
6415 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
6417         * MAINTAINERS: Update my email address.
6419 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
6421         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
6422         to $skipdirs and only disable gprof for newlib.  Use the normal
6423         mips*-elf* handling in other respects.
6424         * configure: Regnerate.
6426 2007-09-12  David Daney  <ddaney@avtrex.com>
6428         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6429         enabling libgcj.
6430         * configure: Regenerate.
6432 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6434         PR other/32154
6435         * configure.ac: For libgloss targets, point the linker to the linker
6436         script, startup code and simulator library.
6437         * configure: Regenerate.
6439 2007-09-07  Andrew Haley  <aph@redhat.com>
6441         * configure.ac (noconfigdirs): Remove target-libffi and
6442         target-libjava.
6443         * configure: Regenerate.
6445 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6447         PR target/33281
6448         * configure.ac: Use config/mh-mingw on mingw.
6449         * configure: Regenerate.
6451 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
6453         * MAINTAINERS (Write After Approval): Add myself.
6455 2007-09-05  Richard Guenther  <rguenther@suse.de>
6457         * configure.ac (--enable-stage1-checking): If neither --enable-checking
6458         nor --disable-checking is provided also turn on yes and types
6459         checking for stage1.
6460         * configure: Re-generate.
6462 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
6464         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6465         (Write After Approval): Remove myself.
6467 2007-08-29  Nick Clifton  <nickc@redhat.com>
6469         * config.sub, config.guess: Update from upstream sources.
6471 2007-08-22  Bud Davis  <jmdavis@link.com>
6473         * MAINTAINERS (Write After Approval): Added myself.
6474         * MAINTAINERS (Reviewers): Removed myself.
6476 2007-08-18  Paul Brook  <paul@codesourcery.com>
6477             Joseph Myers  <joseph@codesourcery.com>
6479         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6480         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6481         * Makefile.in: Regenerate.
6482         * configure.ac (--with-debug-prefix-map): New.
6483         * configure: Regenerate.
6485 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
6486             Nigel Stephens  <nigel@mips.com>
6488         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
6489         as target_makefile_frag.
6490         * configure: Regenerate.
6492 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
6494         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6495         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
6496         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6497         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6498         (do-compare, do-compare3, do-compare-debug): New.
6499         ([+compare-target+]): Use them.
6501 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
6503         * MAINTAINERS (Write After Approval): Change my email address.
6505 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6506             Ben Elliston  <bje@au.ibm.com>
6508         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6509         --silent if $silent.
6510         * configure: Regenerate.
6512 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
6514         * MAINTAINERS (Various Maintainers): Add myself as
6515         loop infrastructure maintainer.  Update my e-mail
6516         address.
6518 2007-07-31  Diego Novillo  <dnovillo@google.com>
6520         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6521         Adjust description.
6523 2007-07-26  Richard Guenther  <rguenther@suse.de>
6525         * configure.ac: Add types checking to stage1 checking flags.
6526         * configure: Regenerate.
6528 2007-07-17  Nick Clifton  <nickc@redhat.com>
6530         * COPYING3: New file.  Contains version 3 of the GNU General
6531         Public License.
6532         * COPYING3.LIB: New file.  Contains version 3 of the GNU
6533         Lesser General Public License.
6535 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6537         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6539 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6541         * MAINTAINERS (S/390 co-maintainer): Add myself.
6542         (Write After Approval): Remove myself.
6544 2007-07-13  Dan Hipschman  <dsh@google.com>
6546         * MAINTAINERS (Write After Approval): Add myself.
6548 2007-07-11  Nick Clifton  <nickc@redhat.com>
6550         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6551         WINDRES export.
6552         * Makefile.in: Regenerate.
6554 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6556         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6557         maintainer.
6559 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6561         * lt~obsolete.m4: New. Import from 20070318 libtool.
6563 2007-07-03  Julian Brown  <julian@codesourcery.com>
6565         * MAINTAINERS (Write After Approval): Add myself.
6567 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6569         * configure.ac: Rewrite 'configure --help' strings to look nicer.
6570         * configure: Regenerate.
6572 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6574         * configure.ac: Add some missing m4 quotation.
6575         * configure: Regenerate.
6577 2007-07-02  Simon Baldwin  <simonb@google.com>
6579         * MAINTAINERS (Write After Approval): Add myself.
6581 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
6583         * configure: Regenerate.
6585 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
6587         * Makefile.def: Add windmc tool to build.
6588         * Makefile.tpl: Likewise.
6589         * configure.ac: Likewise.
6590         * Makefile.in: Regenerate.
6591         * configure: Regenerate.
6593 2007-06-28  DJ Delorie  <dj@redhat.com>
6595         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6596         not building newlib.
6597         * configure: Regenerated.
6599 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
6601         * MAINTAINERS (Write After Approval): Add myself.
6603 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
6605         * MAINTAINERS (Write After Approval): Add myself.
6607 2007-06-19  Chris Matthews  <chrismatthews@google.com>
6609         * MAINTAINERS (Write After Approval): Add myself.
6611 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6613         * MAINTAINERS (Write After Approval): Add myself.
6615 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6617         * Makefile.def: Add dependency from configure-gdb to all-bfd.
6618         * Makefile.in: Regenerated.
6620 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6622         * configure.ac: Don't add target-libmudflap to noconfigdirs for
6623         bfin*-*-uclinux* targets.
6624         * configure: Regenerate.
6626 2007-06-14  Ian Lance Taylor  <iant@google.com>
6628         * MAINTAINERS: Add myself as non-algorithmic global write
6629         maintainer.
6631 2007-06-14  Diego Novillo  <dnovillo@google.com>
6633         * MAINTAINERS: Add self as middle-end maintainer and
6634         non-algorithmic global write maintainer.
6636 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6638         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6639         Move all Fortran maintainers except Paul Brook into the
6640         Non-Autopoiesis section.
6642 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
6644         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6645         (distclean-stage[+id+]): Possibly delete stage_last.
6646         * Makefile.in: Regenerate.
6648 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
6650         * MAINTAINERS (Various Maintainer): Fix typo.
6652 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
6654         * MAINTAINERS (Various Maintainer): Add myself as
6655         dataflow maintainer.
6657 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6659         * config.sub, config.guess: Update from upstream sources.
6661 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6663         * Makefile.tpl: Fix spelling error.
6664         * Makefile.in: Regenerate.
6666 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
6668         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6669         lt_cv_sys_max_cmd_len.
6671 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
6673         * MAINTAINERS (Various Maintainers): Add myself as
6674         auto-vectorizer maintainer.
6676 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
6678         PR libjava/32098
6679         * libtool.m4: Revert previous change.
6680         * ltgcc.m4: Put it here.
6682 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6684         * MAINTAINERS (Various Maintainers): Add myself as
6685         auto-vectorizer maintainer.
6687 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6689         PR libjava/32098
6690         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6692 2007-05-30  Richard Guenther  <rguenther@suse.de>
6694         * MAINTAINERS (Various Maintainers): Add myself as
6695         auto-vectorizer maintainer.
6697 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
6699         PR bootstrap/29382
6700         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6701         * configure: Rebuilt.
6703 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
6705         * MAINTAINERS (Write After Approval): Removed my name.
6707 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
6709         * MAINTAINERS (Write After Approval): Remove myself.
6711 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
6713         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6715 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
6717         * ltmain.sh: Update from ToT Libtool.
6718         * libtool.m4: Update from ToT Libtool.
6719         * ltsugar.m4: New. Update from ToT Libtool.
6720         * ltversion.m4: New. Update from ToT Libtool.
6721         * ltoptions.m4: New. Update from ToT Libtool.
6722         * ltconfig: Remove.
6723         * ltcf-c.sh: Remove.
6724         * ltcf-cxx.sh: Remove.
6725         * ltcf-gcj.sh: Remove.
6727 2007-05-22  Ollie Wild  <aaw@google.com>
6729         * MAINTAINERS (Write After Approval): Add myself.
6731 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
6733         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6734         stage_cflags.
6735         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6736         Remove CFLAGS/LIBCFLAGS.
6737         (configure-stage[+id+]-[+prefix+][+module+],
6738         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6739         * Makefile.in: Regenerate.
6741 2007-05-15  Diego Novillo  <dnovillo@google.com>
6743         * MAINTAINERS: Update e-mail address.
6745 2007-05-15  Revital Eres  <eres@il.ibm.com>
6747         * MAINTAINERS (Write After Approval): Add myself.
6749 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
6751         * MAINTAINERS (Write After Approval): Updated my address.
6753 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
6755         * MAINTAINERS (Write After Approval): Add myself.
6757 2007-05-11  Silvius Rus  <rus@google.com>
6759         * MAINTAINERS (Write After Approval): Add myself.
6761 2007-04-23  Tom Tromey  <tromey@redhat.com>
6763         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6765 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
6767         * MAINTAINERS (cpplib): Rename to ...
6768         (libcpp): ... this.  Add C/C++ front end maintainers.
6770 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
6772         * config-ml.in: Pass ${ml_config_env} to configure calls.
6774 2007-04-04  Christian Bruel  <christian.bruel@st.com>
6776         * MAINTAINERS (Write After Approval): Add myself.
6778 2007-04-02  Dave Korn  <dave.korn@artimi.com>
6780         * MAINTAINERS (Write After Approval): Add myself.
6782 2007-03-31  Tobias Burnus  <burnus@net-b.de>
6784         * MAINTAINERS (fortran 95 front end): Add myself.
6786 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6788         * MAINTAINERS (Write After Approval): Add myself.
6790 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
6792         * MAINTAINERS (Modulo Scheduler): Add myself.
6794 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
6796         * MAINTAINERS (fortran 95 front end): Add myself.
6797         (c++ front end): whitespace fix.
6799 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
6801         * MAINTAINERS (Write After Approval): Add myself.
6803 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
6805         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6806         of glob.  Quote arguments with single quotes too.
6807         * configure: Regenerate.
6809 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
6811         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6812         * Makefile.in: Regenerate
6814 2007-03-07  Andreas Schwab  <schwab@suse.de>
6816         * configure: Regenerate.
6818 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
6820         * configure.ac: Add "--with-pdfdir" configure option,
6821         which defines pdfdir variable.
6822         * Makefile.def (target=fixincludes): Add install-pdf to
6823         missing targets.
6824         (recursive_targets): Add install-pdf target.
6825         (flags_to_pass): Add pdfdir.
6826         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6827         target.
6828         * configure: Regenerate
6829         * Makefile.in: Regenerate
6831 2007-02-28  Eric Christopher  <echristo@apple.com>
6833         Revert:
6834         2006-12-07  Mike Stump  <mrs@apple.com>
6836         * Makefile.def (dependencies): Add dependency for
6837         install-target-libssp and install-target-libgomp on
6838         install-gcc.
6839         * Makefile.in: Regenerate.
6841 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
6843         * configure: Regenerate.
6844         * configure.ac: Move statements after variable declarations.
6846 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
6848         * MAINTAINERS: Add myself as sh maintainer.
6850 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
6852         * configure.ac: Adjust for loop syntax.
6853         * configure: Regenerate.
6855 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6857         * configure: Rebuilt.
6859 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6861         * configure.ac: Drop multiple occurrences of --enable-languages,
6862         and fix its quoting.
6863         * configure: Rebuilt.
6865 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
6866             Nathan Sidwell  <nathan@codesourcery.com>
6867             Vladimir Prus  <vladimir@codesourcery.com>
6868             Joseph Myers  <joseph@codesourcery.com>
6870         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6871         * configure: Regenerate.
6873 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6875         * ltconfig (freebsd*): Default to elf.
6877 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6879         * configure.ac (target_libraries): Move libgcc before libiberty.
6880         * configure: Regenerated.
6882 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6883             Paolo Bonzini  <bonzini@gnu.org>
6885         PR bootstrap/30753
6886         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6887         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6888         * configure: Regenerated.
6890 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6892         * MAINTAINERS (Language Front End Maintainers): Update my mail
6893         address.
6895 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6897         PR bootstrap/30748
6898         * configure.ac: Correct syntax for Solaris ksh.
6899         * configure: Regenerated.
6901 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6903         * configure.ac: Sync with src.
6904         * configure: Regenerate.
6906 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6908         * Makefile.in: Regenerate.
6910 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6912         * config.sub: Sync with src.
6914 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6916         * Makefile.tpl (build_alias, host_alias, target_alias): Use
6917         noncanonical equivalents.
6918         * configure.in: Rename to...
6919         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6920         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6921         target_noncanonical.  Use them.  Rewrite removal of configure
6922         arguments for autoconf 2.59.  Discard variable settings.  Force
6923         program_transform_name for native tools.
6925         * Makefile.in: Regenerated.
6926         * configure: Regenerated with autoconf 2.59.
6928 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
6930         * MAINTAINERS (Write After Approval): Add myself.
6932 2007-01-31  Andreas Schwab  <schwab@suse.de>
6934         * Makefile.tpl (LDFLAGS): Substitute it.
6935         * Makefile.in: Regenerate.
6937 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
6939         * MAINTAINERS (Write After Approval): Add myself.
6941 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6943         * MAINTAINERS (spu port): Add myself.
6945 2007-01-23  Richard Guenther  <rguenther@suse.de>
6947         PR bootstrap/30541
6948         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6949         * Makefile.tpl (GNATBIND): Substitute it.
6950         (GNATMAKE): Likewise.
6951         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6952         of STAGE_PREFIX.
6953         * Makefile.in: Regenerate.
6954         * configure: Regenerate.
6956 2007-01-18  Mike Stump  <mrs@apple.com>
6958         * configure.in: Re-enable -Werror for gcc builds.
6960 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
6962         * MAINTAINERS (Write After Approval): Add myself.
6964 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6966         * configure.in: Change == to = in test command.
6967         * configure: Regenerate.
6969 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6970             Nick Clifton  <nickc@redhat.com>
6971             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6973         * configure.in (build_configargs, host_configargs, target_configargs):
6974         Remove build/host/target parameters.
6975         (host_libs): Add gmp and mpfr.
6976         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6977         * Makefile.def (gmp, mpfr): New.
6978         (gcc): Remove target.
6979         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6980         target_os, target_vendor): New.
6981         (configure): Add host_alias/target_alias arguments; adjust invocations.
6982         * configure: Regenerate.
6983         * Makefile.in: Regenerate.
6985 2007-01-11  Matt Fago  <fago@earthlink.net>
6987         * configure.in: Try to link to functions only in mpfr 2.2.x
6988         to improve robustness of configure tests.
6989         * configure: Regenerate.
6991 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
6993         * MAINTAINERS: Add myself as i386 maintainer.
6995 2007-01-08  Jan Hubicka  <jh@suse.cz>
6997         * MAINTAINERS: Add myself as i386 maintainer.
6999 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
7001         * configure.in: Add support for an x86_64-mingw* target.
7002         * configure: Regenerate.
7004 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
7006         * Makefile.tpl (all-target): Correct @if conditional for target
7007         modules.
7008         * configure.in: Omit libiberty if building only target libgcc.
7009         * configure, Makefile.in: Regenerated.
7011 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
7013         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
7014         * configure: Regenerate.
7016 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7018         * Makefile.def (target_modules): Add libgcc.
7019         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
7020         * Makefile.tpl (clean-target-libgcc): Delete.
7021         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
7022         on gcc even for bootstrapped modules.  Rewrite handling of
7023         lang_env_dependencies to loop over target_modules.
7024         * configure.in (target_libraries): Add target-libgcc.
7025         * Makefile.in, configure: Regenerated.
7027 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7029         * configure.in: Reorganize recognition of languages.  Add
7030         --enable-stage1-languages.  Show supported languages for the chosen
7031         target rather than all recognized languages.
7032         * configure: Regenerate.
7034 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7036         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7037         * Makefile.in: Regenerate.
7039 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7041         * configure.in: Warn that MPFR 2.2.0 is buggy.
7042         * configure: Regenerate.
7044 2006-12-27  Ian Lance Taylor  <iant@google.com>
7046         * configure.in: When removing Makefiles to force a reconfigure, also
7047         remove prev-DIR*/Makefile.
7048         * configure: Regenerate.
7050 2006-12-22  Andreas Schwab  <schwab@suse.de>
7052         * configure: Regenerate with correct autoconf version.
7054 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
7056         * configure.in: add AC_SUBST for *_FOR_TARGET.
7057         * configure: Regenerate.
7059 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7061         * configure.in: Simplify logic for rejecting languages that cannot
7062         be built.  Separate the case when a language is unsupported,
7063         from the case when the user chooses not to build a language.
7065 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7067         * configure.in: Remove "$build" case for powerpc-*-darwin* since
7068         it only affects bootstrap and could be tested on "$host" as well.
7069         * configure: Regenerate.
7070         * config/mh-ppc-darwin: Add to the stage1 cflags here.
7072 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7074         PR bootstrap/29544
7075         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7076         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7077         move here comment from Makefile.tpl.
7078         * Makefile.tpl: Move some definitions higher in the file.
7079         (STAGE1_CHECKING): New.
7080         * configure.in: Add --enable-stage1-checking.
7081         * configure: Regenerate.
7082         * Makefile.in: Regenerate.
7084 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7086         * MAINTAINERS: Add myself as build system maintainer.
7088 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
7090         * MAINTAINERS (Write After Approval): Add myself.
7092 2006-12-13  Eric Christopher  <echristo@apple.com>
7094         * MAINTAINERS: Add myself as darwin maintainer.
7096 2006-12-11  Ian Lance Taylor  <ian@airs.com>
7098         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7100 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
7102         MAINTAINERS: Update my entry.
7104 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
7106         * configure.in:  Handle spu makefile frag.
7107         * Makefile.tpl (MAINT): Define
7108         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7109         * configure: Regenerate.
7110         * Makefile.in: Regenerate.
7112 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7114         * config.guess: Import latest version.
7115         * config.sub: Likewise.
7117 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7119         * configure.in (spu-*-*): Don't skip target-libiberty.
7120         * configure: Regenerate.
7122 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7124         PR bootstrap/30134
7125         * configure.in: Correct x86 darwin support for libjava to powerpc
7126         and i?86 only.
7127         * configure: Regenerate.
7129 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
7131         * configure.in: Add x86 darwin support for libjava.
7132         * configure: Regenerate.
7134 2006-12-07  Mike Stump  <mrs@apple.com>
7136         * Makefile.def (dependencies): Add dependency for
7137         install-target-libssp and install-target-libgomp on
7138         install-gcc.
7139         * Makefile.in: Regenerate.
7141 2006-12-04  Richard Guenther  <rguenther@suse.de>
7143         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7144         (Non-Algorithmic Maintainers): Move over non-algorithmic
7145         loop optimizer maintainers, add myself as a non-algorithmic
7146         middle-end maintainer.
7148 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
7150         * MAINTAINERS (Write After Approval): Add myself.
7152 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7154         * configure.in: Update error message for missing GMP/MPFR.
7156         * configure: Regenerate.
7158 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7160         * configure.in: Update MPFR version in error message.
7162         * configure: Regenerate.
7164 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7166         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7167         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7168         --with-gmp-lib): New flags.
7170         * configure: Regenerate.
7172 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
7174         * MAINTAINERS (Write After Approval): Change my email address.
7176 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7178         * MAINTAINERS (Write After Approval): Add myself.
7180 2006-11-22  Philipp Thomas  <pth@suse.de>
7182         * MAINTAINERS (i18n): Update e-mail address.
7184 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7186         * MAINTAINERS (spu port): Add myself as maintainer.
7187         (Write After Approval): Remove myself.
7189 2006-11-22  Ben Elliston  <bje@au.ibm.com>
7191         * configure.in (skipdirs): Don't build libssp for SPU.
7192         * configure: Regenerate.
7194 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7196         * MAINTAINERS (spu port): Add myself as maintainer.
7197         (libobjc): Update my email address.
7199 2006-11-21  Andrea Bona  <andrea.bona@st.com>
7201         * MAINTAINERS (Write After Approval): Add myself.
7203 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7205         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7206         * configure : Rebuilt.
7208 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7210         * MAINTAINERS (Write After Approval): Add myself.
7212 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
7214         * MAINTAINERS (Write After Approval): Add myself.
7216 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7218         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7219         libmpfr.a.
7220         * configure: Regenerate.
7222 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
7224         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7225         (unstage): Test for stage_last presence.
7227         PR bootstrap/29802
7228         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7229         STAGE_PREFIX.
7230         * Makefile.in: Regenerate.
7232 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
7234         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7235         maintainers.
7237 2006-11-14  Erven Rohou  <erven.rohou@st.com>
7239         * MAINTAINERS (Write After Approval): Add myself.
7241 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
7243         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7244         and stageN-package/Makefile.
7245         * Makefile.in: Regenerated.
7247 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
7249         * configure.in: Remove target-libgloss from noconfigdirs for
7250         bfin-*-*.
7251         * configure: Regenerated.
7253 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7255         * configure.in (have_gmp): Only error if the gcc directory exists.
7257         * configure: Regenerate.
7259 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7261         * configure.in: Robustify error message for missing GMP/MPFR.
7263         * configure: Regenerate.
7265 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
7267         * MAINTAINERS (Write After Approval): Add myself.
7269 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
7271         * MAINTAINERS: Change email address.
7273 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
7275         * MAINTAINERS (Write After Approval): Add myself.
7277 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
7279         * MAINTAINERS (Write After Approval): Add myself.
7281 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
7283         * MAINTAINERS (Write After Approval): Move myself to
7284         Write After Approval section.
7286 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7288         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
7289         need_gmp anymore.
7290         * configure: Regenerate.
7292 2006-10-16  Tobias Burnus  <burnus@net-b.de>
7294         * MAINTAINERS (Write After Approval): Add myself.
7296 2006-10-16  Ben Elliston  <bje@au.ibm.com>
7298         * config.guess: Import latest version.
7299         * config.sub: Likewise.
7301 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
7303         * Makefile.def: Added pdf target handling.
7304         * Makefile.tpl: Added pdf target handling.
7305         * Makefile.in: Regenerated.
7307 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
7309         * MAINTAINERS: Add self as score port maintainer.
7311 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
7313         * MAINTAINERS (Write After Approval): Add myself.
7315 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
7317         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
7318         or newer.
7319         * configure: Regenerated.
7321 2006-09-27  Dave Brolley  <brolley@redhat.com>
7323         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7324         using $s instead of $r.
7325         * configure: Regenerated.
7327 2006-09-26  Thiemo Seufer  <ths@mips.com>
7329         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7330         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7331         * configure: Regenerate.
7333 2006-09-24  Graeme Peterson  <gridly@gmail.com>
7335         * MAINTAINERS (Write After Approval): Remove myself.
7337 2006-09-22  Chao-ying Fu  <fu@mips.com>
7339         * MAINTAINERS (Write After Approval): Add myself.
7341 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
7343         * MAINTAINERS: Add self as soft-fp maintainer.
7345 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
7347         * MAINTAINERS: Add myself as avr maintainer.
7348         Remove Marek Michalkiewicz as avr maintainer.
7350 2006-09-07  Roberto Costa  <roberto.costa@st.com>
7352         * MAINTAINERS (Write After Approval): Add myself.
7354 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
7356         * configure.in: Never build newlib for a Mingw host.
7357         Never build newlib as Mingw target library.
7358         Test the existence of winsup/cygwin for building a Cygwin newlib,
7359         rather than just winsup.
7360         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7361         building a Mingw target.
7362         * configure: Regenerate.
7364 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7366         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7368 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
7370         * config.guess: Import from src (was more updated).
7371         * config.sub: Likewise.
7373 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
7375         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7376         * configure: Regenerated.
7378 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
7380         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7381         for stages after the first.
7383 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
7385         * Makefile.def: Add dependencies for configure-opcodes
7386         on configure-intl and all-opcodes on all-intl.
7387         * Makefile.in: Regenerated.
7389 2006-07-13  Ben Elliston  <bje@au.ibm.com>
7391         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7393 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7395         Port to hosts whose 'sort' and 'tail' implementations
7396         treat operands with leading '+' as file names, as POSIX
7397         has required since 2001.  However, make sure the code still
7398         works on pre-POSIX hosts.
7399         * ltmain.sh: Don't assume "sort +2" is equivalent to
7400         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7402 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
7404         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7406 2006-07-04  Peter O'Gorman  <peter@pogma.com>
7408         * ltconfig: chmod 644 before ranlib during install.
7410 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7412         PR bootstrap/18058
7413         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7414         if the bootstrap compiler is a GCC version that supports it.
7415         * configure: Regenerate.
7417 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7419         * configure.in: Fix thinkos in previous check-in.
7420         * configure: Regenerate.
7422 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7424         PR other/27063
7425         * configure.in: Test subdir_requires and give an appropriate
7426         error message.
7427         * configure: Regenerate.
7429 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
7431         * MAINTAINERS (Write After Approval): Add myself.
7433 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
7435         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7437 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
7439         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7441 2006-06-20  David Ayers  <d.ayers@inode.at>
7443         PR bootstrap/28072
7444         * configure.in: Add target-boehm-gc to noconfigdirs depending on
7445         whether target-libjava is being configured instead of whether the
7446         java front end is enabled.
7447         * configure: Regenerate.
7449 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7451         PR target/27540
7452         * configure.in: Only enable libgomp on IRIX 6.
7453         * configure: Regenerate.
7455 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
7457         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7458         too.
7459         * Makefile.in: Regenerate.
7461 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
7463         * config-ml.in: Alter CCASFLAGS to include special
7464         multilib options the same as is done for CFLAGS.
7466 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7468         * configure.in: Don't enable libgomp on hpux10.
7469         * configure: Rebuilt.
7471 2006-06-12  David Ayers  <d.ayers@inode.at>
7473         PR bootstrap/27963
7474         PR target/19970
7475         * configure.in: Remove target-boehm-gc from noconfigdirs where
7476         ${libgcj} is specified.
7477         * configure: Regenerate.
7479 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
7481         Sync from src:
7483         * configure.in: Sync.
7484         * configure: Regenerated.
7486         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
7488         * Makefile.def: Added dependencies from sim and gdb on intl, and
7489         added configure dependencies to everything with an all dependency
7490         on intl.
7491         * Makefile.in: Regenerated.
7493 2006-06-06  David Ayers  <d.ayers@inode.at>
7495         PR libobjc/13946
7496         * Makefile.def: Add dependencies for libobjc which boehm-gc.
7497         * Makefile.in: Regenerate.
7498         * configure.in: Add --enable-objc-gc at toplevel and have it
7499         enable boehm-gc for Objective-C.
7500         Remove target-boehm-gc from libgcj.
7501         Add target-boehm-gc to target_libraries.
7502         Add target-boehm-gc to noconfigdirs where ${libgcj}
7503         is specified.
7504         Assert that boehm-gc is supported when requested for Objective-C.
7505         Only build boehm-gc if needed either for Java or Objective-C.
7506         * configure: Regenerate.
7508 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
7510         PR 27674
7511         * Makefile.tpl (configure-[+prefix+][+module+],
7512         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7513         Remove rule to unstage bootstrapped modules.
7514         (stage_current): New.
7515         * Makefile.in: Regenerate.
7517 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
7519         * MAINTAINERS (Write After Approval): Update my e-mail address.
7521 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
7523         * include/libiberty.h: Declare pex_run_in_environment.
7525 2006-05-31  Asher Langton  <langton2@llnl.gov>
7527         * MAINTAINERS (Write After Approval): Add myself.
7529 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
7531         * Makefile.def (bfd, opcodes): Fix lib_path.
7532         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7533         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
7534         * Makefile.in: Regenerate.
7536 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7538         * Makefile.in: Regenerate.
7540 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7542         * Makefile.def: Add install-html target. Add datarootdir
7543         docdir and htmldir to flags_to_pass.
7544         * Makefile.tpl: Add install-html target.
7545         * Makefile.in: Regenerate.
7546         * configure.in: Add --with-datarootdir, --with-docdir, and
7547         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7548         * configure: Regenerate.
7550 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7552         * configure.in: Enable gprof for cross builds.
7553         * configure: Regenerate.
7555 2006-05-22  Richard Guenther  <rguenther@suse.de>
7557         Revert
7558         2006-01-31  Richard Guenther  <rguenther@suse.de>
7559         Paolo Bonzini  <bonzini@gnu.org>
7561         * Makefile.def (target_modules): Add libgcc-math target module.
7562         * configure.in (target_libraries): Add libgcc-math target library.
7563         (--enable-libgcc-math): New configure switch.
7564         * Makefile.in: Re-generate.
7565         * configure: Re-generate.
7566         * libgcc-math: New toplevel directory.
7568 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7569             Andreas Tobler  <a.tobler@schweiz.ch>
7571         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7572         * configure: Rebuilt.
7574 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
7576         * MAINTAINERS (Write After Approval): Add myself.
7578 2006-05-01  DJ Delorie  <dj@redhat.com>
7580         * configure.in: Restore CFLAGS if GMP isn't present.
7581         * configure: Regenerate.
7583 2006-05-01  Richard Guenther  <rguenther@suse.de>
7585         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7586         maintainer.
7588 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
7590         * MAINTAINERS (Write After Approval): Add myself.
7592 2006-04-28  Jan Beulich  <jbeulich@novell.com>
7594         * MAINTAINERS (Write After Approval): Add myself.
7596 2006-04-18  DJ Delorie  <dj@redhat.com>
7598         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
7599         reference libgloss so that libssp can be built in a combined
7600         tree.
7601         * configure: Regenerate.
7603 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
7605         * MAINTAINERS (Write After Approval): Add myself.
7607 2006-04-05  Ben Elliston  <bje@au.ibm.com>
7609         * configure.in: Require makeinfo 4.4 or higher.
7610         * configure: Regenerate.
7612 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
7614         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7615         Rearrange the entries of other libraries to have them in one place.
7617 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
7619         * MAINTAINERS (Write After Approval): Remove myself.
7620         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7622 2006-03-14  Richard Guenther  <rguenther@suse.de>
7624         * configure: Regenerate with autoconf 2.13.
7626 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
7628         * MAINTAINERS: Use my work address.
7630         * MAINTAINERS: Update my E-mail address.
7632 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
7634         * configure.in: Handle --disable-<component> generically.
7635         * configure: Regenerate.
7637 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7639         PR libgcj/17311
7640         * ltmain.sh: Don't use "$finalize_rpath" for compile.
7642 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
7644         * MAINTAINERS (Write After Approval):  Remove myself.
7645         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7647 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
7649         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
7650         (TARGET_CONFIGDIRS): Remove.
7651         * configure.in: Remove AC_SUBST(target_configdirs).
7652         * Makefile.in, configure: Regenerated.
7654 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
7656         * MAINTAINERS (Write After Approval):  Remove myself.
7657         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7659 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
7661         PR bootstrap/25670
7663         * Makefile.tpl ([+compare-target+]): Print explanation messages.
7665         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7666         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7667         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7668         BUILD_PREFIX, BUILD_PREFIX_1.
7669         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7671         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7672         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7674         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7675         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7676         of `cat stage_current`.  Always provide the `r' and `s' variables.
7677         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7678         a single shell execution.
7679         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7680         bootstrapped modules, make the stage1 module if the build was not
7681         started yet, else build the current stage.
7682         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7683         (all-build, all-host, all-target, [+make_target+]-host,
7684         [+make_target+]-target): Do not use \-continued lines.
7685         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7686         (current_stage, restrap, stage_last): New.
7688         * Makefile.in: Regenerate.
7689         * configure: Regenerate.
7691 2006-02-19  Bud Davis  <jmdavis@link.com>
7693         * MAINTAINERS (Write After Approval):  Remove myself.
7694         (Language Front End Maintainers):  Add myself as fortran 95
7695         maintainer and update e-mail address.
7697 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7699         * MAINTAINERS (Write After Approval):  Remove myself.
7700         (Language Front End Maintainers):  Add myself as fortran 95
7701         maintainer.
7703 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
7705         * MAINTAINERS (Write After Approval): Add myself.
7707 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
7709         * MAINTAINERS (Write After Approval):  Remove myself.
7710         (Language Front End Maintainers):  Add myself as
7711         fortran 95 maintainer.
7713 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7715         Sync from src:
7717         2005-12-27  Leif Ekblad  <leif@rdos.net>
7719         * configure.in: Add support for RDOS target.
7720         * configure: Regenerate.
7722 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7723             Andreas Schwab  <schwab@suse.de>
7725         * configure: Regenerate.
7727 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
7729         * configure.in (enable_libgomp): Add AIX.
7730         * configure: Regenerate.
7732 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
7734         * MAINTAINERS (Write After Approval): Add myself.
7736 2006-02-03  Lee Millward  <lee.millward@gmail.com>
7738         * MAINTAINERS (Write After Approval): Add myself.
7740 2006-01-31  Richard Guenther  <rguenther@suse.de>
7741         Paolo Bonzini  <bonzini@gnu.org>
7743         * Makefile.def (target_modules): Add libgcc-math target module.
7744         * configure.in (target_libraries): Add libgcc-math target library.
7745         (--enable-libgcc-math): New configure switch.
7746         * Makefile.in: Re-generate.
7747         * configure: Re-generate.
7748         * libgcc-math: New toplevel directory.
7750 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
7752         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7753         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7754         the assembler, linker and binutils.
7755         * configure: Regenerate.
7757 2006-01-22  Dirk Mueller  <dmueller@suse.de>
7759         * MAINTAINERS (Write After Approval): Add myself.
7761 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
7763         * configure: Regenerate.
7765 2006-01-18  Richard Henderson  <rth@redhat.com>
7766             Jakub Jelinek  <jakub@redhat.com>
7767             Diego Novillo  <dnovillo@redhat.com>
7769         * libgomp: New directory.
7770         * Makefile.def: Add target_module libgomp.
7771         * Makefile.in: Regenerate.
7772         * configure.in (target_libraries): Add target-libgomp.
7773         * configure: Regenerate.
7775 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
7777         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7778         @ from continuation.
7779         * Makefile.in: Rebuilt.
7781 2006-01-04  Chris Lattner  <sabre@gnu.org>
7783         * MAINTAINERS (Write After Approval): Add myself.
7785 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
7787         PR bootstrap/24252
7789         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7790         * Makefile.tpl (OBJDUMP): New.
7791         (EXTRA_HOST_FLAGS): Add it.
7792         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7794         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7795         to use symbolic links between directories.  Avoid race conditions
7796         or make them harmless.
7797         * configure.in: Do not try to use symbolic links between directories.
7799         * Makefile.def (LEAN): Pass.
7800         * Makefile.tpl (LEAN): Define.
7801         (stage[+id+]-start): Accept that the previous directory does not
7802         exist, if the bootstrap is lean.
7803         (stage[+id+]-bubble): Invoke lean bootstrap commands after
7804         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
7805         configure substitution.
7806         ([+compare-target+]): Likewise.
7807         ([+bootstrap-target+]-lean): New.
7808         * configure.in: Remove lean bootstrap support from here.
7810         * Makefile.in: Regenerate.
7811         * configure: Regenerate.
7813 2006-01-04  Ben Elliston  <bje@au.ibm.com>
7815         * MAINTAINERS (libdecnumber): Add myself.
7817 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
7819         * libtool-ldflags: New script.
7821 2006-01-02  Andreas Schwab  <schwab@suse.de>
7823         * configure.in: When reconfiguring remove Makefile in
7824         all stage directories.
7825         * configure: Regenerate.
7827 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
7829         * MAINTAINERS: Update my email address.
7831 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
7833         Revert Ada-related part of the previous change.
7835         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7836         Do not pass.
7837         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7838         * Makefile.in: Regenerate.
7839         * configure.in: Do not include mt-ppc-aix target fragment.
7840         * configure: Regenerate.
7842 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
7844         * configure.in: Select appropriate fragments for PowerPC/AIX.
7845         * configure: Regenerate.
7847         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7848         BOOT_CFLAGS, BOOT_LDFLAGS.
7849         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7850         BOOT_CFLAGS, BOOT_LDFLAGS.
7851         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7852         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7853         (stage): Fail if we cannot complete the work.
7854         * Makefile.in: Regenerate.
7856 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7858         * configure.in: Replace ms1 with mt.
7859         * configure: Rebuilt.
7861 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
7863         * MAINTAINERS: Update my email address.
7865 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
7867         * Makefile.tpl (all, do-[+make_target+], do-check, install,
7868         install-host-nogcc): Don't invoke $(stage) at the end.
7869         * Makefile.in: Regenerate.
7871 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7873         * configure.in: Flip the top-level bootstrap switch.
7874         * configure: Regenerate.
7876 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7878         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7879         $(stage) and $(unstage).
7880         (EXTRA_TARGET_FLAGS): Correct double-quoting.
7881         (all): Remove stray semicolon.
7882         (local-distclean): Don't handle multilib.tmp and multilib.out.
7883         (install.all): Set $s for consistency.
7884         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7885         check_multilibs setting.  Always make the install directory.
7886         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7887         Correct @if/@endif.
7888         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7889         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7890         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7891         (multilib.out): Remove.
7892         * Makefile.in: Regenerated.
7894 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7896         * MAINTAINERS (Write After Approval): Add myself.
7898 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7900         * MAINTAINERS: Add myself as mt maintainer.
7902         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7904 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7906         * MAINTAINERS: Change email address.
7908 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7910         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7911         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7912         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7913         Find in-tree tools if available.
7914         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7915         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7916         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7917         (COMPILER_*_FOR_TARGET): New.
7918         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7919         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7920         (CONFIGURED_*, USUAL_*): Remove.
7921         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7922         STRIP): Use autoconf substitutions.
7923         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7924         COMPILER_NM_FOR_TARGET): New.
7925         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7927         (all): Make all-host and all-target in parallel.
7928         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7929         that $$r and $$s are set before invoking a recursive make.
7930         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7931         ([+bootstrap-target+]): Inline most of the `all' target.
7933 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7935         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7936         from the gcc build directory.
7937         * Makefile.in: Regenerate.
7939 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7941         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
7942         depend on all-libdecnumber.
7943         * configure.in (host_libs): Include libdecnumber.
7944         * Makefile.in: Regenerate.
7945         * configure: Likewise.
7947 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7949         * libdecnumber: Import decNumber sources from the dfp-branch.
7951 2005-11-21  Kean Johnston  <jkj@sco.com>
7953         * config.sub, config.guess: Sync from upstream sources.
7955 2005-11-21  Ben Elliston  <bje@au.ibm.com>
7957         Import from Autoconf sources:
7959         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7960         * config/move-if-change: Don't output "$2 is unchanged";
7961         suggested by Ben Elliston.  Handle weird characters correctly.
7963 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7965         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7966         to match upstream libtool for darwin.
7968 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7970         * Makefile.def: Remove gdb dependencies for gdbtk.
7971         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7972         (configure-gdb, install-gdb): New rules.
7973         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7974         * Makefile.in, configure: Regenerated.
7976 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7978         * MAINTAINERS (Write After Approval): Add myself.
7980 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7982         * MAINTAINERS (Write After Approval): Add myself.
7984 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7986         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7987         Diego Novillo.
7989 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
7991         PR bootstrap/24297
7992         * Makefile.tpl (do-[+make-target+], do-check, install,
7993         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7994         are set before recursing.
7995         * Makefile.in: Regenerate.
7997 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7999         PR bootstrap/18939
8000         * Makefile.def (gcc) <target>: Fix thinko.
8001         * Makefile.in: Regenerate.
8003 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
8005         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
8006         * configure: Regenerate.
8008 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
8010         * MAINTAINERS (Write After Approval): Add self.
8012 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
8014         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8015         target-libffi, target-qthreads, target-libjava, and
8016         targetlibobjc.
8017         * configure: Regenerate.
8019 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
8021         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8022         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8023         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8024         (USUAL_OBJDUMP_FOR_TARGET): New.
8025         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
8026         * configure.in: Check for $OBJDUMP_FOR_TARGET.
8027         * configure, Makefile.in: Regenerated.
8029 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8031         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8032         before other host packages.
8034 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
8036         * MAINTAINERS: Add self as sh libraries/configury maintainer.
8038 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8040         PR bootstrap/22340
8042         * configure.in (default_target): Remove.
8043         * Makefile.tpl (all): Do not use prerequisites as subroutines
8044         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8045         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8046         use prerequisites as subroutines.
8047         (check-host, check-target): New.
8048         (bootstrap configure & all targets): Do not use stage*-start
8049         if the directory layout is already ok.
8050         (non-bootstrap configure & all targets): Prepend a $(unstage).
8051         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
8052         (NOTPARALLEL): Remove.
8053         (unstage, stage variables): New variables.
8054         (unstage, stage targets): Simply expand to those variables.
8056         * configure: Regenerate.
8057         * Makefile.in: Regenerate.
8059 2005-10-04  James E Wilson  <wilson@specifix.com>
8061         * Makefile.def (lang_env_dependencies): Add libmudflap.
8062         * Makefile.in: Regenerate.
8064 2005-10-03  Andreas Schwab  <schwab@suse.de>
8066         Backport from libtool CVS:
8067         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
8069         * ltmain.sh: add support for installing into temporary
8070         staging area (e.g. 'make install DESTDIR=...')
8072 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8074         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8075         * configure: Regenerated.
8077 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
8079         * configure: Regenerate with the correct
8080         autoconf version.
8082 2005-09-30  Catherine Moore  <clm@cm00re.com>
8084         * configure.in (bfin-*-*): New.
8085         * configure: Regenerated.
8087 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
8089         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8090         (LIPO_FOR_TARGET): New.
8091         (CONFIGURED_LIPO_FOR_TARGET): New.
8092         (USUAL_LIPO_FOR_TARGET): New.
8093         (STRIP_FOR_TARGET): New.
8094         (CONFIGURED_STRIP_FOR_TARGET): New.
8095         (USUAL_STRIP_FOR_TARGET): New.
8096         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8097         STRIP_FOR_TARGET.
8098         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8099         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8100         * Makefile.in: Regenerate.
8101         * configure: Regenerate.
8103 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
8105         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8106         (rs6000-*-aix*): Same.
8107         * configure: Regenerate.
8109 2005-09-16  Tom Tromey  <tromey@redhat.com>
8111         * MAINTAINERS: Add self as java maintainer.
8113 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8115         * configure.in: Recognize f95 in the --enable-languages option,
8116         and substitute it for fortran, issuing a warning.
8117         * configure: Regenerate.
8119 2005-08-30  Phil Edwards  <phil@codesourcery.com>
8121         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
8122         * configure:  Regenerated.
8124 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
8126         * MAINTAINERS: Add self as ms1 maintainer.
8128 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
8130         * Makefile.def (libssp): Add to lang_env_dependencies.
8131         * Makefile.in: Regenerate.
8133 2005-08-18  Ian Lance Taylor  <ian@airs.com>
8135         * MAINTAINERS: Add myself as middle-end maintainer.
8137 2005-08-17  Christian Groessler  <chris@groessler.org>
8139         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8140         * Makefile.in: Regenerate.
8142 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
8144         * MAINTAINERS (write after approval): Added myself.
8146 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
8148         * MAINTAINERS (Write After Approval): Add myself.
8150 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
8152         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8153         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8154         Look for alternate names of the target cc and c++
8155         * configure: Regenerate.
8157 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
8159         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8160         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8161         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8162         tools; remove code to manually set them.
8163         (Target tools): Look in the environment for them.
8164         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8165         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8166         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8167         build directory.
8168         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8169         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8170         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8171         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8172         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8173         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8174         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8175         * configure: Regenerate.
8176         * Makefile.in: Regenerate.
8178 2005-07-28  Ben Elliston  <bje@au.ibm.com>
8180         * MAINTAINERS: Update for removed CPU targets.
8182 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
8184         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8185         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8186         * Makefile.in: Regenerated.
8188 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
8190         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8191         (CFLAGS_FOR_TARGET): Use it.
8192         (CXXFLAGS_FOR_TARGET): Likewise.
8193         * Makefile.in: Regenerated.
8194         * configure.in (--with-build-sysroot): New option.
8195         * configure: Regenerated.
8197 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
8199         * Makefile.tpl: Wrap install between unstage and stage
8200         * Makefile.in: Regenerate.
8202 2005-07-21  Eric Christopher  <echristo@apple.com>
8204         * MAINTAINERS: Update affiliation.
8206 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
8208         * MAINTAINERS: Add self as crx port maintainer.
8210 2005-07-20  DJ Delorie  <dj@redhat.com>
8212         * MAINTAINERS: Add self as m32c maintainer.
8214 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
8216         * all files: Update FSF address.
8218 2005-07-15  Eric Christopher  <echristo@redhat.com>
8220         * MAINTAINERS: Change affiliation.
8222 2005-07-14  Jim Blandy  <jimb@redhat.com>
8224         * configure.in: Add cases for Renesas m32c.
8225         * configure: Regenerated.
8227 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8229         * COPYING.LIB: Update from fsf.org.
8231 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8233         * COPYING, compile, config.guess,
8234         config.sub, install-sh, missing, mkinstalldirs,
8235         symlink-tree, ylwrap: Sync from upstream sources.
8236         * config-ml.in: Update FSF address.
8238 2005-07-13  Eric Christopher  <echristo@redhat.com>
8240         * configure.in: Add toplevel noconfigdir support for tpf.
8241         * configure: Regenerate.
8243 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
8245         PR ada/22340
8247         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8248         * Makefile.in: Regenerate.
8250 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
8252         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
8253         Brolley to write-after-approval.
8255 2005-07-07  Andreas Schwab  <schwab@suse.de>
8257         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8258         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8259         * Makefile.in: Regenerated.
8261 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
8263         * configure.in: Don't build sim or rda when targetting darwin.
8264         * configure: Regenerate.
8266 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
8268         * configure.in: Add --enable-libssp and --disable-libssp.
8269         * configure: Regenerate with autoconf-2.13.
8271 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
8273         * Makefile.def (target_modules): Add libssp.
8274         * configure.in (target_libraries): Add target-libssp.
8275         * configure: Rebuilt.
8276         * Makefile.in: Rebuilt.
8278 2005-07-01  Zack Weinberg  <zackw@panix.com>
8280         * MAINTAINERS: Change email address.  Resign from maintainership.
8282 2005-07-01  Richard Guenther  <rguenther@suse.de>
8284         * MAINTAINERS: Change my e-mail address and affiliation.
8286 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
8288         * Makefile.def (stagefeedback): Come after profile.
8289         Define profiledbootstrap target.
8290         * Makefile.tpl (profiledbootstrap): Remove.
8291         (stageprofile-end): Zap stagefeedback.
8292         (stagefeedback-start): Copy all .gcda files, not only GCC's.
8293         * Makefile.in: Regenerate.
8295 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
8297         * MAINTAINERS: Update my email address.
8299 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
8301         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
8302         In 'cpp' stanza, support '#line' as well as '# '.
8304 2005-06-08  Andreas Schwab  <schwab@suse.de>
8306         * MAINTAINERS: Move myself from 'Write After Approval' to
8307         'CPU Port Maintainers' section as m68k maintainer.
8309 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
8311         * configure.in (unsupported_languages): New macro.
8312         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
8313         non-ported target libraries in noconfigdirs.
8314         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8315         non-linux-gnu.  Remove libgcj_ex_libffi.
8316         <lang_frag loop>: Set add_this_lang=no if the language is in
8317         unsupported_languages.
8318         * configure: Regenerate.
8320 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
8322         * configure.in: Fix typo in handling of --with-mpfr-dir.
8323         * configure: Regenerate.
8325 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
8327         * MAINTAINERS: Update my email address.
8329 2005-06-02  Jim Blandy  <jimb@redhat.com>
8331         * config.sub: Add cases for the Renesas m32c.  (This patch has been
8332         accepted into the master sources.)
8334 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
8335             Michael Snyder  <msnyder@redhat.com>
8336             Stan Cox  <scox@redhat.com>
8338         * configure.in: Set noconfigdirs for ms1.
8340         * configure: Regenerate.
8342 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
8344         * MAINTAINERS (Write After Approval): Add self.
8346 2005-06-01  Josh Conner  <jconner@apple.com>
8348         * MAINTAINERS (Write After Approval): Add self.
8350 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
8352         * MAINTAINERS: Update my email address.
8354 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
8356         * MAINTAINERS (Write After Approval): Add self.
8358 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
8360         * MAINTAINERS (Write After Approval): Remove self.
8362 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
8364         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8365         (Dependencies): Consider target modules for bootstrap dependencies.
8366         Make target bootstrap modules depend on each stage's gcc.
8367         * Makefile.in: Regenerate.
8369 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
8371         * Makefile.def (configure-gcc): Depend on binutils having been built.
8372         (all-gcc): No need to do it here.
8373         * Makefile.in: Regenerate.
8375 2005-05-19  Paul Brook  <paul@codesourcery.com>
8377         * configure.in: Rewrite misleading error message when requested
8378         language cannot be built.
8379         * configure: Regenerate.
8381 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
8383         * ylwrap: Import from Automake 1.9.5.
8385 2005-05-13  David Ung  <davidu@mips.com>
8387         * MAINTAINERS (Write After Approval): Add self.
8389 2005-05-09  Mike Stump  <mrs@apple.com>
8391         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8392         lt_cv_sys_max_cmd_len for now.
8394 2005-05-09  Stan Cox  <scox@redhat.com>
8396         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8398 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
8400         * README.SCO: Update the URL.
8402 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
8404         * ltconfig: Define file_list_spec.  Pass file_list_spec and
8405         with_gnu_ld to libtool.
8406         * ltcf-c.sh (aix[45]): Define file_list_spec.
8407         * ltcf-cxx.sh (aix[45]): Same.
8408         * ltcf-gcj.sh (aix[45]): Same.
8409         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8410         exists, write list of input files to temporary file.
8412 2005-05-04  Mike Stump  <mrs@apple.com>
8414         * configure.in: Always pass --target to target configures as
8415         otherwise rebuilds that do --recheck will fail.
8416         * confiugure: Rebuilt.
8418 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
8420         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8421         STAGE_HOST_EXPORTS.
8422         (configure, all): Add bootstrap support.
8423         (Host modules, target modules): Pass post-stage1 flags and exports.
8424         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8425         * Makefile.in: Regenerate.
8427 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
8429         * configure: Regenerate.
8431 2005-04-27  Mike Stump  <mrs@apple.com>
8433         * MAINTAINERS: Add self as darwin maintainer.
8435 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
8437         * config.sub: Update from master copy.
8439 2005-04-21  Mike Stump  <mrs@apple.com>
8441         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8442         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8444 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
8446         * configure.in <crisv32-*-*, cris-*-*>: New local variable
8447         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
8448         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
8449         "*-*-elf" and "*-*-linux*".
8450         * configure: Regenerate.
8452 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
8454         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8456 2005-04-12  Mike Stump  <mrs@apple.com>
8458         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8460 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
8462         * MAINTAINERS (Write After Approval): Add myself.
8464 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
8466         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8468 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
8470         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8471         (TARGET_CONFIGARGS): Include --with-target-subdir.
8472         (configure, all): New macros.  Use them throughout.
8473         * Makefile.in: Regenerate.
8475 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
8477         * MAINTAINERS (Write After Approval): Add myself.
8479 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8481         * MAINTAINERS: Remove 'loop unrolling' maintainer.
8483 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
8485         * MAINTAINERS: Move John Carr to Write After Approval.
8487 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
8489         * config/mh-mingw32: Delete.
8490         * configure.in: Don't use it.
8491         * configure: Regenerate.
8493 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
8495         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8496         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8497         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8498         (HOST_LIB_PATH): Generate from Makefile.def.
8499         (TARGET_LIB_PATH): Likewise.
8500         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8501         * Makefile.in: Regenerate.
8502         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8503         (RPATH_ENVVAR): Include Darwin case.
8504         * configure: Regenerate.
8506 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
8508         * MAINTAINERS (Various Maintainers): Remove self.
8509         (Write After Approval): Add self.
8511 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
8513         * MAINTAINERS (Various Maintainers): Add self.
8515 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
8517         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8518         * configure: Regenerate.
8520 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
8522         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8523         gcc_version, and gcc_version_trigger from set of flags to pass.
8524         * Makefile.tpl: Remove definitions of above variables.
8525         (config.status): Remove dependency on $(gcc_version_trigger).
8526         * Makefile.in: Regenerate.
8527         * configure.in: Do not reference config/gcc-version.m4 nor
8528         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
8529         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
8530         * configure: Regenerate.
8532 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8533             Andrew Pinski  <pinskia@physics.uc.edu>
8535         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8536         * Makefile.in: Regenerate.
8538 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8540         * MAINTAINERS (Write After Approval): Add myself.
8542 2005-03-03  David Ayers  <d.ayers@inode.at>
8544         * MAINTAINERS (Write After Approval): Add myself.
8546 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8548         PR libgcj/20160
8549         * ltmain.sh: Avoid creating archives with components that have
8550         duplicate basenames.
8552 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8554         PR bootstrap/20250
8555         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8556         instead of check.
8557         * Makefile.in: Regenerate.
8559 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8561         * Makefile.in: Regenerate to fix conflict between the previous two
8562         patches.
8564 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8566         PR bootstrap/17383
8567         * Makefile.def (target_modules): Remove "stage", now unnecessary.
8568         * Makefile.tpl (HOST_SUBDIR): New substitution.
8569         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8570         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8571         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8572         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8573         (Host modules, Bootstrapped modules): Use it.
8574         (Build modules, Target modules): Do not create symlink trees,
8575         always configure out-of-srcdir.
8576         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8577         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8578         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8579         $(HOST_SUBDIR).  Create a symlink for host_subdir.
8581         * Makefile.in: Regenerate.
8582         * configure: Regenerate.
8584 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8586         Merged from libada-gnattools-branch:
8587         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8589         * gnattools: New directory.
8590         * Makefile.def: Add gnattools as a module, depending on target-libada.
8591         * Makefile.in: Regenerate.
8592         * configure.in: Include gnattools in host_tools; disable it if ada
8593         is disabled.
8594         * configure: Regenerate.
8596 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
8598         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8599         treelang maintainer.
8600         (Write After Approval): Remove myself.
8602 2005-02-23  Paul Schlie  <schlie@comcast.net>
8604         * configure.in: Allow darwin targeted ports to build tk, itcl and
8605         libgui.
8606         * configure: Regenerate.
8608 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8610         PR libgcj/10353
8611         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8612         * configure: Regenerate.
8614 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
8616         * MAINTAINERS (Write After Approval): Add myself.
8618 2005-02-10  Ian Lance Taylor  <ian@airs.com>
8620         * MAINTAINERS: Update my e-mail address.
8622 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
8624         * MAINTAINERS (Write After Approval): Add myself.
8626 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
8628         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8629         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8630         target-libgloss when not *-*-elf and *-*-aout.
8631         * configure: Regenerate.
8633 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8635         * MAINTAINERS: Remove obsolete entries.
8637         * MAINTAINERS (Write After Approval): Add Michael Matz.
8639 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
8641         * MAINTAINERS: Remove self as cpplib maintainer.
8643 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8645         * install-sh, config.sub: Import from upstream.
8647 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8649         PR bootstrap/18222
8650         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8651         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8652         * Makefile.in: Regenerate.
8654 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
8656         * MAINTAINERS: Update my email address.
8658 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
8659             Andreas Schwab  <schwab@suse.de>
8661         PR bootstrap/18033
8662         * config-ml.in: Eval option if surrounded by single quotes.
8664 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
8666         Revert 2004-12-28 Makefile changes, a better fix will be
8667         applied to mainline and src after GCC 4.0 branches.
8669 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
8671         PR bootstrap/17383
8673         * Makefile.def (target_modules): Remove stage parameter,
8674         it is always true now.
8675         * Makefile.tpl (configure-build-[+module+],
8676         configure-target-[+module+]): Always build symlink tree
8677         for the directory and for include.  BUILD_SUBDIR and
8678         TARGET_SUBDIR cannot be . anymore.
8679         * Makefile.in: Regenerate.
8681 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
8683         Revert 2004-12-08 Makefile changes.
8685 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
8687         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8688         cygwin, mingw.
8690 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
8692         * configure.in (sh64-*-*): Reenable gprof.
8693         * configure: Regenerate.
8695 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
8697         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8698         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8699         (EXTRA_TARGET_FLAGS): Add PICFLAG.
8700         * Makefile.in: Regenerate.
8702 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
8704         * MAINTAINERS: Update my email address.
8706 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
8708         * Makefile.tpl: Generate normal dependencies if the LHS module is
8709         not bootstrapped.
8710         * Makefile.in: Regenerate.
8712 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8714         * configure.in: Include config/gxx-include-dir.m4.  Use
8715         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
8716         * configure: Regenerate.
8718 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8720         * config.if: Delete.
8721         * configure.in: Set libstdcxx_incdir directly.
8722         * configure: Regenerate.
8724 2004-12-02  Eric Christopher  <echristo@redhat.com>
8726         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8727         * Makefile.in: Regenerate.
8729 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8731         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8732         * configure: Regenerate.
8734 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8736         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
8737         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
8738         * configure: Regenerate.
8740 2004-12-01  Eric Christopher  <echristo@redhat.com>
8742         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8743         of things to remove.
8745 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
8747         * MAINTAINERS (Write After Approval): Update my e-mail address.
8749 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
8751         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8752         from CVS libtool to always pass_all.
8754 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8756         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8757         (hppa*64*-*-*): Delete incorrect comment.
8758         * configure: Rebuilt.
8760 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8762         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8764 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8766         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8767         from CVS libtool to always pass_all.
8769 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8771         * install-sh, compile: Import from automake.
8773 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8775         * config.guess, config.sub:  Import from savannnah.
8777 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
8779         * MAINTAINERS (Write After Approval): Add myself
8781 2004-11-12  Mike Stump  <mrs@apple.com>
8783         * Makefile.def: Add html support.
8784         * Makefile.tpl: Likewise.
8785         * Makefile.in: Regenerate.
8787 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
8789         PR 18423
8790         * configure.in: Remove all instances of build-fixincludes from
8791         noconfigdirs.
8792         (build_configargs): Supply --target to subdirectories.
8793         * configure: Regenerate.
8795         * Makefile.def: Make gcc install depend on fixincludes install.
8796         * Makefile.in: Regenerate.
8798 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
8800         * MAINTAINERS: Add myself as gcc testsuite maintainer.
8802 2004-11-11  Paul Brook  <paul@codesourcery.com>
8804         * MAINTAINERS: Add self as arm maintainer.  Update email address.
8806 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
8808         * configure.in (noconfigdirs) [mmix-*-*]: Disable
8809         target-libgfortran.
8810         * configure: Regenerate.
8812 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
8814         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8815         like CC.
8817 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
8819         * Makefile.def (host fixincludes): Specify missing targets.
8820         * Makefile.in: Regenerate.
8822 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
8824         * MAINTAINERS: Add myself
8826 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
8828         * MAINTAINERS (Write After Approval): Add myself.
8830 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
8832         * Makefile.def: Build fixincludes for the host, too.
8833         * Makefile.in: Regenerate.
8834         * configure.in (host_tools): Add fixincludes.
8835         * configure: Regenerate.
8837 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
8839         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8840         * configure: Regenerated.
8842 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
8844         PR other/17783
8845         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8846         * configure: Regenerated.
8848 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
8850         * README.SCO: Update per FSF instructions.
8852 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
8854         PR target/18151
8855         * configure.in (case ${target}): Do not build fixincludes for avr.
8856         * configure: Regenerated.
8858 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
8860         * configure.in (case ${target}): Do not build fixincludes
8861         on platforms where it is not used.
8862         * configure: Regenerated.
8864 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
8866         * configure.in: Use an absolute path to install-sh.
8867         * configure: Regenerated.
8869 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8871         * MAINTAINERS (Write After Approval): Add myself.
8873 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8875         * MAINTAINERS: Remove from Write After Approval those that are
8876         already maintainers.
8878 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8880         * MAINTAINERS:  Update my email address.
8882 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8884         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8885         * configure: Regenerate.
8887 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8889         * MAINTAINERS:  Update my email address.
8891 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8893         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
8894         entries belonging to this category.
8896 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8898         * MAINTAINERS: Update my e-mail address.
8900 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8902         Fix wrong conflict resolution in:
8904         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8906         * Makefile.in: Regenerate.
8907         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8908         in the recursive `make', instead of hardwiring `all'.
8909         (Autogenerated TARGET-* variables): New.
8911 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8913         * configure.in: Enable target-libgloss for crx-*-*.
8914         * configure: Regenerate.
8916 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8918         * MAINTAINERS (Various Maintainers): Move the "windows,
8919         cygwin, mingw" maintainer to ...
8920         (OS Port Maintainers): ... here.
8922 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8924         * MAINTAINERS (Write After Approval): Remove those that are
8925         maintainers of some subsystem.
8927 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
8929         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8930         * ltcf-cxx.sh (tpf*): Likewise.
8931         * ltconfig (tpf*): Add TPF OS configuration support.
8933 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
8935         * MAINTAINERS: Change my email address to my new work account.
8937 2004-09-24  Michael Roth  <mroth@nessie.de>
8939         * configure.in (--without-headers): Add missing double quotes.
8940         * configure: Regenerate.
8942 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
8944         * ylwrap: Revert to previous version.
8946 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
8948         PR bootstrap/17369
8949         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8950         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8951         SET_GCC_LIB_PATH_CMD.
8952         (BASE_TARGET_EXPORTS): Likewise.
8953         * Makefile.in: Regenerated.
8955         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8956         * configure: Regenerated.
8958 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
8960         * config.guess: New upstream version
8961         * compile, depcomp, install-sh, ylwrap: Likewise.
8963 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8965         * config/mh-x86omitfp: New host makefile fragment.  Add
8966         -fomit-frame-pointer to the default BOOT_CFLAGS.
8967         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8968         * configure: Regenerate.
8970 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8972         PR target/11572
8973         * configure.in (*-*-darwin*): Renable libobjc.
8974         * configure: Regenerate.
8976 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8978         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8980 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8982         * Makefile.def: Remove libbanshee.
8983         * Makefile.tpl: Ditto.
8984         * configure.in: Ditto.
8985         * Makefile.in: Regen.
8986         * configure: Ditto.
8988 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8990         * ltmain.sh: Use $pic_object as $non_pic_object if
8991         $non_pic_object=none.
8993 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
8995         * missing: Import latest version from master repository.
8997 2004-09-06  Nick Clifton  <nickc@redhat.com>
8999         * config.sub: Import latest version from master repository.
9000         * config.guess: Likewise.
9001         This includes these changes:
9003         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
9005         * config.sub: Handle crisv32, alias etraxfs.
9006         * config.guess (crisv32:Linux:*:*): Handle.
9008         2004-08-13  Brad Smith  <brad@comstyle.com>
9010         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9011         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
9013         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9015         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9016         assume the processor is a powerpc.  This is because coreutils
9017         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9018         in this case, due to a MacOS X bug that causes
9019         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9020         to return a negative number.
9021         Problem reported by Petter Reinholdtsen in:
9022         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9024         2004-07-19  Ben Elliston  <bje@gnu.org>
9026         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9028         2004-06-24  Ben Elliston  <bje@gnu.org>
9030         * config.guess: Update copyright years.
9031         * config.sub: Likewise.
9033         2004-06-22  Robert Millan  <robertmh@gnu.org>
9035         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9036         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9038         2004-06-22  Stanley F. Quayle <stan@stanq.com>
9040         * config.guess (*:*VMS:*:*): New entry. Replaces
9041         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9042         manufacturer.
9044         2004-06-22  Ben Elliston  <bje@gnu.org>
9046         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9047         * config.sub: Likewise.
9049         2004-06-22  Ben Elliston  <bje@gnu.org>
9051         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9052         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9054         2004-06-11  Ben Elliston  <bje@gnu.org>
9056         * config.guess (pegasos:OpenBSD:*:*): Remove.
9058         2004-06-11  Ben Elliston  <bje@gnu.org>
9060         From Wouter Verhelst <wouter@grep.be>:
9061         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9063         2004-06-11  Ben Elliston  <bje@gnu.org>
9065         * config.guess (luna88k:OpenBSD:*:*): New.
9067         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
9069         * config.guess (m32r*:Linux:*:*): New case.
9070         * config.sub: Handle m32rle.
9072         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
9074         From Jens Petersen  <petersen@redhat.com>:
9075         * config.sub: Handle sparcv8.
9077         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
9079         From Tom Smith <smith@cag.lkg.hp.com>:
9080         * config.guess: Version suffixes are equally significant on Tru64
9081         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
9082         prefix of "P" (patched kernel).
9084         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
9086         * config.sub: Add support for National Semiconductor CRX target.
9088 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
9090         * MAINTAINERS (Various Maintainers): Remove myself as web page
9091         maintainer, add myself as maintainer of build status lists.
9093 2004-09-03  Jan Beulich  <jbeulich@novell.com>
9095         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9096         *-*-netware, but add target-libmudflap.
9097         Consolidate *-*-netware targets (of which really only i?86 exists)
9098         into a single entry.
9099         * configure: Likewise.
9101 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
9103         * Makefile.tpl (sorry): Remove.
9104         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9105         (cleanstrap targets): Depend on distclean, not distclean-stage1.
9106         (do-clean): Clean per-stage directories too.
9107         (do-distclean): Run distclean-stage1 too.
9108         (.NOTPARALLEL): Enable during toplevel bootstrap.
9109         (stage[+id+]-bubble): Enable parallel execution during
9110         the recursive invocation.
9111         * Makefile.in: Regenerate.
9113         Fix previous checkin:
9115         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9116         include.
9117         * configure.in: Fix indentation.
9118         * configure: Regenerate.
9120 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
9122         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9123         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9124         * configure: regenerate
9125         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9126         -mdynamic-no-pic
9128 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
9130         * Makefile.def (build_modules): Add fixincludes.
9131         (dependencies): Make gcc depend on fixincludes.
9132         * configure.in (build_tools): Add fixincludes.
9133         (build_configdirs): Always include build_libs.
9134         * Makefile.in: Regenerate.
9135         * configure: Regenerate.
9137 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
9139         * Makefile.def (bootstrap stages): Add 'lean' parameter.
9140         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9141         phony targets; do not generate timestamp files.
9142         (distclean-stageN): Remove references to their timestamp files.
9143         (restageN, touch-stageN): Remove.
9144         (stageN-bubble): Rewritten.
9145         (compare): Support lean bootstraps.
9146         * Makefile.in: Regenerate.
9148         * configure.in: Only warn when bootstrapping but
9149         build != host or build != target.  Support lean bootstraps.
9150         * configure: Regenerate.
9152 2004-08-26  Phil Edwards  <phil@codesourcery.com>
9154         * configure.in:  Give a better error message if GMP/MPFR are missing
9155         and a language needing them has been requested.
9156         * configure:  Regenerated.
9158 2004-08-25  Phil Edwards  <phil@codesourcery.com>
9160         * configure.in:  Print a list of available language front-ends if
9161         a requested one is missing.  Tidy stray tab characters.
9162         * configure:  Regenerated.
9164 2004-08-19  Michael Koch  <konqueror@gmx.de>
9166         * gcc/doc/install.texi: Update entry about automake for libjava.
9168 2004-08-17  Robert Millan  <robertmh@gnu.org>
9170         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9171         (instead of FreeBSD).
9172         * configure: Regenerate.
9174 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9176         * Makefile.in: Regenerate.
9177         * configure: Regenerate.
9179         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9180         stage_*_flags.
9181         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9182         for bootstrapped modules if toplevel bootstrap is going.
9183         (GCC bootstrap): Generate per-stage targets for all bootstrapped
9184         modules.  Adjust for changes in Makefile.def.  Enable several
9185         rules even in non-bootstrap mode, just to avoid peppering the
9186         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9187         (stage-[+prev+]-bubble): Remove.
9189         * Makefile.def (Dependencies): Depend on all-build-bison,
9190         all-build-flex, all-build-byacc, all-build-texinfo, rather
9191         than the host variations.
9192         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
9193         with BUILD_SUBDIR.
9194         (BISON): Update for recent Bisons.
9195         (YACC): Fix typo.
9196         (cross): Depend on all-build.
9197         (all): Do not depend on all-build.
9198         (prebootstrap): Remove.
9199         (dep-kind): Accept separate prefixes for MODULE and ON variables.
9200         (Prebootstrap dependencies): Add them to the per-stage targets
9201         and to all-prebootstrap.
9202         * configure.in (build_configdirs): Always enable build_tools.
9203         (BUILD_DIR_PREFIX): Remove.
9205         * Makefile.def (gcc): Add target variable.
9206         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9207         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9208         in the recursive `make', instead of hardwiring `all'.
9209         (Autogenerated TARGET-* variables): New.
9211 2004-08-13  Brian Booth  <bbooth@redhat.com>
9213         * MAINTAINERS: Remove myself from write-after-approval.
9215 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9217         * src-release: Stop distributing mmalloc with gdb (which doesn't
9218         use it).
9219         * Makefile.def: GDB doesn't depend on mmalloc anymore.
9220         * Makefile.in: Regenerate.
9222 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
9224         * configure.in (arm*-*-eabi*): New target.
9225         * configure: Regenerate.
9227 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
9229         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9230         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9231         (Dependencies): New section.
9232         * Makefile.tpl (Dependencies): Generate from Makefile.def.
9233         (configure-target-[+module+]): Depend on maybe-all-gcc
9234         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
9235         (toplevel profiledbootstrap): Fix dependencies.
9236         * Makefile.in: Regenerate.
9238 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
9240         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9241         target-libiberty to noconfigdirs.
9242         * configure: Regenerate.
9244 2004-08-03  Paul Brook  <paul@codesourcery.com>
9246         * configure.in: Check for MPFR as well as GMP.
9247         * configure: Regenerate.
9249 2004-08-01  Robert Millan  <robertmh@gnu.org>
9251         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9252         libmudflap for all GNU-based systems (with Glibc).
9253         * configure: Regenerate.
9255 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
9257         * Makefile.def (host-modules): Add gcc.
9258         * Makefile.in: Regenerate.
9259         * Makefile.tpl (sorry): New rule.
9260         (configure-host, all-host, [+make_target+]-host, do-check,
9261         install-host): Do not add gcc as a special case.
9262         (host modules): Add a small special-casing for gcc.  Export
9263         extra_make_flags through the environment.
9264         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9265         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9266         other recursive targets for gcc): Remove.
9268         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9269         (stage, unstage): New rules.
9270         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9271         distclean-stage[+id+]): Use stage_current.
9272         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9273         the stage*-start rules.
9275 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
9277         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9278         use -all_load flag.
9280 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
9282         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9283         * configure: Regenerate.
9285 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
9287         * maintainer-scripts/gcc_release: Revert yesterday's change.
9289 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
9291         * MAINTAINERS: Add myself to write-after-approval.
9293 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9295         * libf2c: Removed.
9296         * gcc/gccbug.in: Updated because of libf2c removal.
9297         * maintainer-scripts/gcc_release: Ditto.
9299 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
9301         * configure.in: Build libmudflap by default on FreeBSD.
9302         * configure: Regenerated.
9304 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
9306         * configure.in: Do not build libmudflap by default on non-GNU/Linux
9307         systems.
9308         * configure: Regenerated.
9310 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9312         PR target/16344
9313         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9314         feedback based compiler.
9315         * Makefile.in: Rebuilt.
9317 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
9319         * Makefile.def (host_modules): Set bootstrap=true for flex.
9320         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9321         * Makefile.in: Rebuilt.
9323 2004-07-07  Jan Hubicka  <jh@suse.cz>
9325         * MAINTAINERS: Add self as a profile feedback maintainer.
9327 2004-07-05  Phil Edwards  <phil@codesourcery.com>
9329         * configure.in:  Do not prepend $srcdir to /dev/null in
9330         makefile fragments.
9331         * configure:  Regenerate.
9333 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
9335         * Makefile.def (build_modules): Add bison, byacc, flex,
9336         m4, texinfo.
9337         (flags_to_pass): Add FLEX.
9338         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9339         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9340         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9341         DEFAULT_MAKEINFO): Remove.
9342         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9343         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9344         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9345         objdir or else use configured tool.
9346         (all-build): New.
9347         (all): Depend on it.
9348         (Build module dependencies): Add.
9349         * Makefile.in: Regenerate.
9350         * configure.in: Better support for multiple build modules,
9351         matching what is done for host/target modules.  Do not look
9352         for "plausible" locations of build tools if Canadian cross.
9353         Use autoconf's AC_PROG_CC to find a C compiler.  Define
9354         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
9355         * configure: Regenerate.
9357 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9359         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9360         * Makefile.in: Regenerate.
9362 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9364         * Makefile.tpl (configure-build-[+module+],
9365         configure-[+module+], configure-target-[+module+]): Pass
9366         [+extra_configure_args+].
9367         (all-build-[+module+], all-[+module+], check-[+module+],
9368         install-[+module+], [+make_target+]-[+module+],
9369         all-target-[+module+], check-target-[+module+],
9370         install-target-[+module+], [+make_target+]-target-[+module+]):
9371         Pass [+extra_make_args+].
9372         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9373         (GCC_HOST_EXPORTS): Remove.
9374         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9375         cross, check-gcc, check-gcc-c++, install-gcc,
9376         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9377         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9378         * Makefile.in: Regenerate.
9380 2004-06-21  Matthew Sachs  <msachs@apple.com>
9382         * MAINTAINERS: Added self to write-after-approval.
9384 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
9386         * configure.in: Check for srcdir/winsup rather than build directory
9387         winsup.
9388         * configure: Regenerate.
9390 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
9392         * configure.in: Don't build Cygwin native newlib if winsup
9393         directory is missing.  Emit warning instead.
9394         * configure: Regenerate.
9396 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
9398         * Makefile.tpl (touch-stage[+id+]): New.
9399         (restage[+prev+]): Depend on touch-stage[+id+].
9401         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9402         Use it throughout.
9404         * Makefile.def: Add profile and feedback bootstrap stages.
9405         Remove next field from bootstrap stages.
9406         * Makefile.tpl (LN, LN_S): Substitute.
9407         (stageN-start, stageN-end): Use double-colon rules, to
9408         provide a hook for additional setup commands.
9409         (distclean-stageN-gcc, restageN): Create dependencies from
9410         [+prev+], not from [+next+].
9411         (stageN-bubble): Add commands for successive stages from
9412         [+prev+], using double-colon rules.
9413         (all-stageN-gcc): Fix typo.
9414         (stagefeedback-start, profiledbootstrap): New.
9415         * Makefile.in: Regenerate.
9416         * configure.in: Call ACX_PROG_LN.
9417         * configure: Regenerate.
9419 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
9421         * MAINTAINERS (Write After Approval): Add myself.
9423 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
9425         * MAINTAINERS (Write After Approval): Add myself.
9427 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
9429         * configure.in: Fix --enable-bootstrap breakage introduced in trees
9430         without gcc.
9431         * configure: Regenerate.
9433 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9435         * Makefile.tpl: Fix typo.
9436         * Makefile.in: Regenerate.
9438 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9440         * configure.in: Remove new- prefix from toplevel
9441         bootstrap targets.
9442         * configure: Regenerate.
9444 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9446         * Makefile.tpl (all.normal): Rename to all.
9447         (all): Replace with a rule to pick the default
9448         target from configure.
9449         (all-gcc, configure-gcc): Use conditionals to
9450         do nothing when toplevel bootstrap is going on.
9451         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9452         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9453         * configure.in: Support --enable-bootstrap.
9455         * Makefile.def: Remove new- prefix from toplevel
9456         bootstrap targets.
9457         * Makefile.tpl: Likewise.
9459         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
9460         target.
9462         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9463         $(RECURSE_FLAGS) to recursive invocation of make.
9465         * Makefile.in: Regenerate.
9466         * configure: Regenerate.
9468 2004-05-30  Andreas Jaeger  <aj@suse.de>
9469             Jim Wilson  <wilson@specifixinc.com>
9471         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9472         like CC.
9474 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
9476         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9477         * configure: Regenerate.
9479 2004-05-25  Daniel Jacobowitz  <drow@false.org>
9481         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9482         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9483         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
9484         targets.
9485         * Makefile.in: Regenerate.
9487 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
9489         * configure.in: Test the ability to symlink directories.
9490         * configure: Regenerate.
9492         * Makefile.def (bootstrap-stage): New definitions.
9493         * Makefile.tpl (configure-stage1-gcc,
9494         configure-stage2-gcc, configure-stage3-gcc,
9495         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9496         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9497         new-restage3, compare): Autogenerate, see Makefile.in
9498         entry for behavioral changes.
9499         (distclean-stage1, new-stage1-start, new-stage1-end,
9500         new-stage1-bubble, distclean-stage2, new-stage2-start,
9501         new-stage2-end, new-stage2-bubble, distclean-stage3,
9502         new-stage3-start, new-stage3-end): New autogenerated targets.
9503         (objext, prebootstrap, BOOT_CFLAGS,
9504         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9505         targets.
9507         * Makefile.in: Regenerate.
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 targets.
9512         (all-stage1-gcc): Move prebootstrap dependency from here...
9513         (configure-stage1-gcc): ...to here.
9514         (new-bootstrap): Use bubble targets.
9515         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9516         Use per-stage distclean targets.
9517         (configure-stage1-gcc, configure-stage2-gcc,
9518         configure-stage3-gcc, all-stage1-gcc,
9519         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9520         Use new-stageN-start to prepare the tree.
9522 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
9524         * Makefile.def (host_modules): add libcpp.
9525         * Makefile.tpl: Add dependencies on and for libcpp.
9526         * Makefile.in: Regenerate.
9527         * configure.in: Add libcpp host module.
9528         * configure: Regenerate.
9530 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
9532         * Makefile.tpl: Whenever a recursive target is defined, wrap
9533         it in a special @if/@endif block, and prepare its maybe
9534         dependency in the @if/@endif block
9535         * configure.in: Instead of writing maybe dependencies, remove
9536         the @if/@endif statements, and remove the @if/@endif blocks
9537         that remain.
9538         * configure: Regenerate.
9539         * Makefile.in: Regenerate.
9541 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
9543         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9545 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9547         PR bootstrap/15120
9548         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9549         * */configure: Rebuilt.
9551 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
9553         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9554         of libf2c.
9555         * configure, Makefile.in: Regenerate.
9557 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9559         * MAINTAINERS (Write After Approval): Add myself.
9561 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
9563         Merge from tree-ssa-20020619-branch.
9565         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9566         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9567         (HOST_GMPLIBS): Define.
9568         (HOST_GMPINC): Define.
9569         (TARGET_LIB_PATH): Add libmudflap.
9570         (GFORTRAN_FOR_TARGET): Define.
9571         (configure-build*): Export GFORTRAN.
9572         (configure-gcc): Export GMPLIBS and GMPINC.
9573         (all-gcc): Add maybe-all-libbanshee.
9574         (configure-target-libgfortran): Define.
9575         * Makefile.in: Regenerate.
9576         * configure.in (host_libs): Add libbanshee.
9577         (target_libraries): Add target-libmudflap and target-libgfortran.
9578         Add --with-libbanshee.
9579         Handle --disable-libmudflap.
9580         (*-*-freebsd*): Use with_gmp.
9581         Add $(libgcj) to noconfigdirs.
9582         * configure: Regenerate.
9583         * depcomp: New file.
9584         * MAINTAINERS: Add tree-ssa maintainers.
9586 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
9588         * MAINTAINERS (Various Maintainers): Add myself.
9590 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9592         * MAINTAINERS (Write After Approval): Add myself.
9594 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
9596         * MAINTAINERS (Write After Approval): Add myself.
9598 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
9600         * config/acx.m4: Fix fastcompare support for new-bootstrap.
9601         * configure: Regenerate.
9603 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
9605         Revert:
9606         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9608         * Makefile.def (flags_to_pass): Remove *dir variables that
9609         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9610         as well as prefix and exec_prefix.
9611         * Makefile.in: Regenerate.
9613 2004-04-26  Robert Millan  <robertmh@gnu.org>
9615         Add patches from libtool CVS.
9616         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9617         * ltconfig: Likewise.
9618         * ltcf-c.sh: Likewise.
9619         * ltcf-cxx.sh: Likewise.
9620         * ltcf-gcj.sh: Likewise.
9622 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9624         * Makefile.def (host_modules): Mark with the bootstrap
9625         flag packages on which gcc depends.
9626         * Makefile.tpl (all-bootstrap): Use it.
9627         * Makefile.in: Regenerate.
9629 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9631         * Makefile.def (flags_to_pass): Remove *dir variables that
9632         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9633         as well as prefix and exec_prefix.
9634         * Makefile.in: Regenerate.
9636 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9638         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9639         * configure: Regenerate.
9640         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9641         * gcc/Makefile.tpl (compare): Use the result of the test.
9642         * gcc/Makefile.in: Regenerate.
9644 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
9646         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9647         Always relocate gcc and prev-gcc to the original names, even
9648         if the build fails.
9649         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9650         New targets.
9652 2004-04-23  Laurent GUERBY <laurent@guerby.net>
9654         * MAINTAINERS: Update my email address.
9656 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9658         * configure.in (mips*-*-irix5*): Enable ld.
9659         * configure: Regenerate.
9661 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9663         * configure: Regenerate.
9665 2004-04-15  James E Wilson  <wilson@specifixinc.com>
9667         * Makefile.tpl (configure-[+module+], configure-gcc,
9668         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9669         Set and export LDFLAGS.
9670         * Makefile.in: Regenerate.
9672 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
9674         * MAINTAINERS: Add myself to write-after-approval.
9676 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9678         PR bootstrap/14871
9679         * Makefile.tpl: If we don't have built-in-tree target tools,
9680         use the ones found by configure rather than hacking around with
9681         program_transform_name.
9682         * configure.in: Give Makefile.tpl the information necessary
9683         to do that.
9684         * Makefile.in: Regenerate.
9685         * configure: Regenerate.
9687 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
9689         PR bootstrap/14760
9690         * configure.in: When computing baseargs, strip *all* copies of
9691         offending options.  Also, don't match/substitute the trailing space,
9692         so that this actually works when two similar options are separated by
9693         only one space.
9694         * configure: Regenerate.
9696 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
9698         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9699         (rs6000-*-aix*): Same.
9700         * configure: Regenerate.
9702 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
9704         * MAINTAINERS: Add myself to write-after-approval.
9706 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
9708         * MAINTAINERS: Add myself to write-after-approval.
9710 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9712         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9713         STRICT_WARN, WARN_CFLAGS flags passed down to make.
9714         * Makefile.in: Regenerate.
9716         * configure.in (top level bootstrap support): Rework --enable-werror
9717         to set @stage2_werror_flag@.
9718         * configure: Regenerate.
9719         * Makefile.tpl (top level bootstrap support): Pass
9720         @stage2_werror_flag@ down to configure in stages 2 and 3.
9721         * Makefile.in: Regenerate.
9723 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9725         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9726         for stages 2 and 3 as well as in make.  As a consequence, remove
9727         OUTPUT_OPTION (now detected by configure) from the flags passed down
9728         to make.
9729         * Makefile.in: Regenerate.
9731         * Makefile.tpl (new-bootstrap): Fix typo.
9732         * Makefile.in: Regenerate.
9734 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9736         * Makefile.tpl: Rearrange by moving recursive_targets rules
9737         into their proper sections.
9738         * Makefile.tpl (top level bootstrap support): Move disabling
9739         of coverage flags from 'make' to 'configure'; improve comments.
9740         * Makefile.in: Regenerate.
9742         * Makefile.tpl (experimental top level bootstrap) Move stage1
9743         language setting from all- target to configure- target; disable
9744         intermodule optimization in stage 1; prevent gratuitous rebuilds
9745         of stage 1.
9746         * Makefile.in: Regenerate.
9747         * configure.in: Comma-separate stage 1 language list for top
9748         level bootstrap.
9749         * configure: Regenerate.
9751         * Makefile.tpl: Clean up experimental top level bootstrap support:
9752         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9753         prev-gcc in configure- targets as well as all- targets.
9754         * Makefile.in: Regenerate.
9756 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
9758         * compile: New file imported from automake.
9760 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
9762         * configure.in: Remove symbolic link section.
9763         * configure: Regenerate.
9764         * Makefile.tpl (links): Remove.
9765         * Makefile.in: Regenerate.
9767 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
9768             Nathanael Nerode  <neroden@gcc.gnu.org>
9770         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9771         Set with AC_CHECK_PROGS.
9772         * configure.in: Fix comment typo from last patch.
9773         * configure: Regenerate.
9775 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
9777         * Makefile.tpl: Introduce experimental top level bootstrap support.
9778         * Makefile.in: Regenerate.
9779         * configure.in: Introduce support for top level bootstrap.
9780         * configure: Regenerate.
9782 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9783             Paolo Bonzini  <bonzini@gnu.org>
9785         PR bootstrap/14522
9786         * configure.in: Cope with shells that do not support unquoted ^
9787         * configure: Regenerate.
9789 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9790             Paolo Bonzini  <bonzini@gnu.org>
9792         PR bootstrap/14522
9793         * configure.in: Cope with shells that do not support nesting
9794         quotes inside quoted backquote substitutions.
9795         * configure: Regenerate.
9797 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
9799         PR bootstrap/14522
9800         * configure.in: Fix escaping of $.
9801         * configure: Regenerate.
9803 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9805         * configure: Regenerate, since I forgot to while committing Paolo's
9806         changes.
9808 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
9810         PR ada/14131
9811         Move language detection to the top level.
9812         * configure.in: Find default values for the tools as
9813         soon as possible.  Disable ada if GNAT is not found.
9814         Emit error message about missing languages.  Expand
9815         --enable-languages=all for the gcc subdirectory.
9817 2004-03-10  Ben Elliston  <bje@gnu.org>
9819         * MAINTAINERS: Update my email address.
9821 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
9823         * ltconfig: Disable building static libraries if building shared
9824         libraries on AIX 5L.
9826 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
9828         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9829         and disable libgcj.
9830         * configure: Regenerated.
9832 2004-03-01  Brian Booth  <bbooth@redhat.com>
9834         * MAINTAINERS: Add myself to write-after-approval.
9836 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
9838         * MAINTAINERS: Add myself to write-after-approval.
9840 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9842         PR bootstrap/7087
9843         * Makefile.tpl: Guard XFOO sed statements better.
9844         * Makefile.tpl: Add dependency for configure-target-libada.
9845         * Makefile.in: Regenerate (incidentally fixes broken
9846         commit when libada-branch was merged).
9848 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
9850         * MAINTAINERS: Add myself to write-after-approval.
9852 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
9854         * MAINTAINERS: Add Nicola Pero and myself as libobjc
9855         maintainers.
9857 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9859         * config.guess: Update from version 2003-10-16 to 2004-02-16.
9860         * config.sub: Update from version 2003-11-03 to 2004-02-16.
9862 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9864         PR bootstrap/11932
9865         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9867 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9869         * MAINTAINERS: Added myself to write-after-approval.
9871 2004-02-14  Michael Koch  <konqueror@gmx.de>
9873         * MAINTAINERS: Added myself to write-after-approval.
9875 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9877         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9878         some OS port maintainers to OS port maintainers section.
9880 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9882         * MAINTAINERS: Add self.
9884 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9886         * MAINTAINERS: Alphabetize.
9888 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9890         * MAINTAINERS: Remove myself.
9892 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
9894         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9895         (rs6000-*-aix*): Same.
9896         * configure: Regenerate.
9898 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9900         * configure.in (host): Add in missing $noconfigdirs to defines.
9901         * configure: Regenerate.
9903 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9904             Nathanael Nerode  <neroden@gcc.gnu.org>
9906         PR ada/6637, PR ada/5911
9907         Merge with libada-branch:
9908         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9909         with appropriate dependencies. Add --enable-libada configure switch.
9910         * configure, Makefile.in: Regenerate.
9912 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9914         * MAINTAINERS: Add myself to write-after-approval.
9916 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9918         * configure.in: Don't pass --with-stabs on IRIX 5 either.
9919         * configure: Regenerate.
9921 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
9923         Merge from upstream:
9925         * ltmain.in: When setting IFS to '~', be careful about user
9926         arguments that contain '~'.
9928         2004-02-04  Peter O'Gorman  <peter@pogma.com>
9930         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9931         Also test $base_compile against $CC with escaped arguments. Bug
9932         reported by Geoff Keating <geoffk@apple.com>.
9934 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9936         * MAINTAINERS: Remove i960 port.
9938 2004-01-23  DJ Delorie  <dj@redhat.com>
9940         * Makefile.def (target_modules) [libiberty]: Don't stage.
9941         * Makefile.in: Rebuilt.
9943 2004-01-20  Caroline Tice  <ctice@apple.com>
9945         * MAINTAINERS: Add myself to write-after-approval.
9947 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
9949         * MAINTAINERS: Update my email address.
9951 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
9953         * MAINTAINERS: Add myself to write-after-approval.
9955 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9957         * MAINTAINERS: Remove entries without email address.
9959 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
9961         * MAINTAINERS: Add myself to write-after-approval.
9963 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9965         * MAINTAINERS: Update my email address.
9967 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9969         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9970         * Makefile.tpl (configure-target-[+module+]): Support stage.
9971         * Makefile.in: Rebuilt.
9973 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9975         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9977 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9979         * MAINTAINERS: Add myself as a MIPS maintainer.
9981 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9983         * configure.in: Use ./config.cache, not config.cache.
9984         * configure: Regenerate.
9985         * Makefile.tpl: Special-casing not needed for GCC any more.
9986         * Makefile.in: Regenerate.
9988         * configure.in: Don't share a cache file for host dirs.
9989         * configure: Regenerate.
9991         * config-ml.in: Don't mess with the cache file.
9993 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9995         * MAINTAINERS: Move myself from 'Write After Approval' to
9996         'CPU Port Maintainers' section as SPARC maintainer.
9998 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10000         * Makefile.tpl: Make GCC use a separate config.cache.
10001         * Makefile.in: Regenerate.
10003         PR bootstrap/11932, PR bootstrap/11933
10004         (I don't know if it will fix either of them, but it relates
10005         to them.)
10006         * configure.in: Don't use shared config.cache for target
10007         directories.
10008         * configure: Regenerate.
10010 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
10012         * MAINTAINERS: Add myself to 'Write After Approval' section.
10014 2003-12-31  Roger Sayle  <roger@eyesopen.com>
10016         * configure.in (ia64*-*-hpux*): Disable building java libraries.
10017         * configure: Regenerated.
10019 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
10021         * MAINTAINERS: Remove the mn10200 maintainer.
10023 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
10025         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10026         * configure: Regenerated.
10028 2003-12-16  Jan Hubicka  <jh@suse.cz>
10030         * MAINTAINERS: Add myself as callgraph maintainer.
10032 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
10034         * configure.in (raw_libstdcxx_flags): Remove the leading space.
10035         * configure: Regenerate.
10037 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10039         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10040         'Write After Approval' section. Update email.
10042 2003-12-01  James Lemke  <jim@wasabisystems.com>
10044         * MAINTAINERS (Write After Approval): Add myself.
10046 2003-11-20  Matt Thomas  <matt@3am-software.com>
10048         * MAINTAINERS: Add myself as a vax port maintainer.
10050 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
10052         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10053         (configure-build-[+module+], configure-[+module+]): Likewise.
10054         (configure-target-[+module+], configure-gcc, config.status): Likewise.
10055         * Makefile.in: Regenerate.
10057 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
10059         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10060         shared/dylibed libraries.
10061         * ltmain.sh: Likewise.
10062         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10063         * ltcf-cxx.sh: Likewise.
10064         * ltcf-gcj.sh: Likewise.
10065         * ltconfig: Likewise.
10067 2003-11-17  Stan Cox  <scox@redhat.com>
10069         * MAINTAINERS: Add myself as iq2000 port maintainer.
10071 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
10073         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10074         * Makefile.in: Regenerate.
10076 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
10078         * config.sub: Update to 2003-11-03 version.
10080 2003-10-20  Phil Edwards  <phil@codesourcery.com>
10082         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
10083         * configure:  Regenerate.
10085 2003-10-20  Nicolas Pitre  <nico@cam.org>
10087         * MAINTAINERS: Add myself to 'Write After Approval' section.
10089 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
10091         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10093 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
10095         * MAINTAINERS: Update my email address.
10097 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10099         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10101 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
10103         * MAINTAINERS: Add myself to 'Write After Approval' section.
10105 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
10107         * config.guess: Update to 2003-10-16 version.
10108         * config.sub: Update to 2003-10-16 version.
10110 2003-10-15  David Daney  <ddaney@avtrex.com>
10112         * MAINTAINERS: Added myself to 'Write After Approval' section.
10114 2003-10-15  Falk Hueffner  <falk@debian.org>
10116         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10117         'Write After Approval' section. Update email.
10119 2003-10-14  Roger Sayle  <roger@eyesopen.com>
10121         * MAINTAINERS: Move myself from 'Write After Approval' to
10122         'Various Maintainers' section as middle-end maintainer.
10124 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10126         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10127         HOST_FLAGS_TO_PASS.
10128         * Makefile.in: Regenerate.
10130 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
10132         * config.guess: Update to 2003-10-07 version.
10133         * config.sub: Update to 2003-10-07 version.
10135 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10137         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10138         * ltconfig (irix5*, irix6*): Don't override version_type.
10140 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
10142         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10143         * configure: Rebuilt
10144         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10145         * Makefile.in: Rebuilt
10147 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10149         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10151 2003-09-30  Carlo Wood  <carlo@alinoe.com>
10153         * MAINTAINERS (Write After Approval): Add myself.
10155 2003-09-29  Paul Koning  <ni1d@arrl.net>
10157         * MAINTAINERS: Move myself from "Write After Approval"
10158         to CPU platform maintainers for pdp11 platform.
10160 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
10162         * MAINTAINERS: Move myself from 'Write After Approval' to
10163         'Various Maintainers' section as libffi testsuite maintainer.
10165 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
10167         * configure.in: Pass a computed --program-transform-name
10168         to subconfigures.
10169         * configure: Regenerated.
10171 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10173         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10174         * Makefile.in: Regenerate.
10176         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10177         * Makefile.in: Regenerate.
10179 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
10181         * MAINTAINERS: Move myself from 'Write After Approval'
10182         to 'Various Maintainers' (objective-c) section.
10184 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
10186         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10187         quoting.
10188         * configure: Regenerated.
10190 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
10192         * MAINTAINERS (Write After Approval): Add myself to write after
10193         approval list.
10195 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
10197         * MAINTAINERS (Write After Approval): Add myself.
10199 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
10201         * MAINTAINERS: Update my e-mail address.
10203 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
10205         * libtool.m4 (LD): Correct powerpc64 host match.
10207 2003-09-06  James E Wilson  <wilson@tuliptree.org>
10209         * MAINTAINTERS: Update my affiliation and email address.
10211 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10213         * MAINTAINERS (Write After Approval): Add myself.
10215 2003-09-04  DJ Delorie  <dj@redhat.com>
10217         * configure: Regenerate.
10219 2003-09-04  Robert Millan  <robertmh@gnu.org>
10221         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10223 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10225         * configure.in: Ensure arguments to sed are properly spaced.
10226         * configure: Regenerate.
10228 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
10230         * MAINTAINERS: Update my e-mail address.
10232 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
10234         * MAINTAINERS (Write After Approval): Add myself.
10236 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
10238         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10239         * configure: Regenerated.
10241 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10243         * MAINTAINERS: Update my email address.
10245 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
10247         * configure.in:  Use newline instead of semicolon when assuming
10248         shell arguments in a for loop.
10249         * configure:  Regenerated.
10251 2003-08-22  Jason Eckhardt  <jle@rice.edu>
10253         * MAINTAINERS: Resurrect the i860 maintainer.
10255 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
10257         PR 8180
10258         * configure.in: When testing with_libs and with_headers, treat
10259         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
10260         * configure: Regenerate.
10262         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10263         make, shell, etc.
10264         (baseargs): Likewise.
10265         * configure: Regenerate.
10267 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
10269         * MAINTAINERS (Write After Approval): Add myself.
10271 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
10273         * configure.in: Disable libgcj for darwin not on powerpc.
10274         * configure: Rebuild.
10276 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
10278         * config-ml.in, symlink-tree: Add license.
10280 2003-08-03  Richard Stallman  <rms@gnu.org>
10281             Eben Moglen  <moglen@columbia.edu>
10283         * README.SCO: New file.
10285 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
10287         * Makefile.tpl (check, check-c++): Express dependencies using
10288         dependencies rather than commands.
10289         * Makefile.in: Regenerate.
10291 2003-08-01  Andrew Cagney  <cagney@redhat.com>
10293         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10294         * configure: Ditto.
10296 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
10298         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10299         * Makefile.in: Update.
10301 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
10303         * configure.in: Enable libgcj for darwin.
10304         * configure: Rebuild.
10306 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
10308         * config-ml.in:  Use ac_configure_args directly instead of
10309         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
10310         actually seen.
10312 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10314         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10315         creating target and build subdirs to build all parent dirs as needed.
10316         * Makefile.in: Rebuild.
10317         * configure.in: Don't build dirs explicitly here.
10318         * configure: Rebuild.
10320 2003-07-26  Paul Brook  <paul@nowt.org>
10322         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10324 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
10326         * Makefile.tpl (all-make): Depend on intl.
10327         * Makefile.in: Rebuilt.
10329 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
10331         * install-sh:  Update to newer upstream versions (associated with
10332         aclocal 1.7).
10333         * mkinstalldirs:  Likewise.
10334         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
10336 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
10338         * MAINTAINERS: Move self from Bug database only accounts
10339         to write-after-approval.
10341 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
10343         * config.if: Remove unused libc_interface determination.
10345 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10347         * MAINTAINERS: Move self from write-after-approval to
10348         build machinery (*.in).
10350 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10352         PR bootstrap/11273
10353         PR bootstrap/11408
10354         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
10355         unused INSTALL_PROGRAM_ARGS.
10356         * configure.in: Use AC_PROG_INSTALL.
10357         * Makefile.in: Regenerate.
10358         * configure: Regenerate.
10360 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
10362         * MAINTAINERS: Alphabetize.
10364 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
10366         * configure: Rebuilt.
10367         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10368         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10369         newlib nor libgloss.
10370         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
10371         * configure.in (am33_2.0-*-linux*): Added.
10373 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
10375         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10376         * configure: Regenerate.
10378 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
10380         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10381         * Makefile.in: Regenerate.
10383 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10385         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10386         * Makefile.in: Regenerate.
10388 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
10390         * Makefile.tpl: Replace PWD with PWD_COMMAND.
10391         * Makefile.in: Regenerated.
10393         * config-ml.in: Replace PWD with PWD_COMMAND.
10395 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10397         * intl: New directory; see intl/ChangeLog for details.
10398         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10399         * Makefile.tpl: all-gcc depends on maybe-all-intl.
10400         * Makefile.in: Regenerate.
10402 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10404         * configure.in: Clean up config-lang.in handling.  Delete
10405         useless assignment to "subdirs".
10406         * configure: Regenerate.
10408 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10410         * configure.in: Rename 'target_libs' to 'target_libraries'.
10411         Remove useless reference to 'target_libs'.
10412         * configure: Regenerate.
10414 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
10416         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10417         * Makefile.in: Regenerate.
10419 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10421         * Makefile.def: Introduce flags_to_pass.
10422         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10423         * Makefile.in: Regenerate.
10425 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
10427         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10428         and target-libgloss.
10429         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10430         <h8300*-*-*>: Disable libf2c and ${libgcj}.
10431         * configure: Regenerate.
10433 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10435         * configure.in: Update testsuite_flags to new location.
10436         * configure. Regenerate.
10438 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10440         * Makefile.tpl: Remove BUILD_CC stuff.
10441         * Makefile.in: Regenerate.
10443 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10445         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10447 2003-06-16  Graeme Peterson  <gp@qnx.com>
10449         * MAINTAINERS (Write After Approval): Add myself.
10451 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
10453         * config.guess: Update to 2003-06-12 version.
10454         * config.sub: Update to 2003-06-13 version.
10456 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
10458         * config.guess: Update to 2003-06-06 version.
10459         * config.sub: Update to 2003-06-06 version.
10461 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10463         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10464         * configure. Regenerate.
10466 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10468         * configure.in: Disable serial configure by default.
10469         * configure: Regenerate.
10470         * Makefile.tpl: Abolish .NOTPARALLEL.
10471         * Makefile.in: Regenerate.
10473         * Makefile.tpl: Replace {build,host,target}_canonical by
10474         {build,host,target}.
10475         * Makefile.in: Regenerate.
10477         * Makefile.tpl: Fix stupid pasto.
10478         * Makefile.in: Regenerate.
10480 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10482         * Makefile.tpl: Remove bogus conditional.
10483         * Makefile.in: Regenerate.
10485 2003-06-05  Jan Hubicka  <jh@suse.cz>
10487         * Makefile.tpl (profiledbootstrap): New target.
10488         * Makefile.in (profiledbootstrap): New target.
10490 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
10492         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10493         Pinski. Remove user names from other bugzilla-only maintainers.
10495 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10497         * Makefile.tpl: Make 'recursive targets' using autogen rather
10498         than shell loop.  Remove duplicate 'clean' targets and false
10499         comments.
10500         * Makefile.def: Add systematic dependencies to 'recursive' targets.
10501         Add systematic method of specifying missing targets in subdirs.
10502         Add copyright boilerplate.
10503         * Makefile.in: Regenerate.
10504         * configure.in: Add 'recursive targets' to maybe list.
10505         * configure: Regenerate.
10507         * MAINTAINERS: "GNATS only" -> "Bug database only".
10509         * Makefile.tpl: Rename [+target+] to [+make_target+].
10510         * Makefile.def: Rename 'target' to 'make_target'.
10512 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
10514         * MAINTAINERS: Add self as options handling maintainer.
10516 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
10518         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10519         been too long since I touched those ports.
10521 2003-05-28  DJ Delorie  <dj@redhat.com>
10523         * Makefile.tpl: Make maybe-check-gcc .PHONY.
10524         * Makefile.in: Regenerate.
10526 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10528         * configure.in: Use curly braces in the definition of tooldir.
10529         * configure: Regenerate.
10531 2003-05-21  DJ Delorie  <dj@redhat.com>
10533         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10534         newlib or libgloss.
10535         * Makefile.in: Regenerate.
10537 2003-05-21  DJ Delorie  <dj@redhat.com>
10539         * Makefile.tpl: Add missing empty maybe-check-gcc target.
10540         * Makefile.in: Regenerate.
10542 2003-05-20  Ian Lance Taylor  <ian@airs.com>
10544         * MAINTAINERS: Update my e-mail address.
10546 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10548         * configure.in: Switch more things to use maybe dependencies.
10549         * Makefile.tpl: Switch more things to use maybe dependencies.
10550         Factor out common code from autogen IF statements.
10551         * configure: Regenerate.
10552         * Makefile.in: Regenerate.
10554 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10556         * configure.in: Accept i[3456789]86 for machine type.
10557         * configure: Regenerate.
10559 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10561         * configure.in: Switch more things to use maybe dependencies.
10562         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10563         * configure: Regenerate.
10564         * Makefile.tpl: Switch more things to use maybe dependencies.
10565         * Makefile.in: Regenerate.
10567 2003-05-16  Andreas Schwab  <schwab@suse.de>
10569         * Makefile.tpl (install-opcodes): Define.
10570         * Makefile.in: Rebuild.
10572 2003-05-13  Andreas Jaeger  <aj@suse.de>
10574         * config.guess: Update to 2003-05-09 version.
10575         * config.sub: Update to 2003-05-09 version.
10577 2003-05-13  Michael Eager  <eager@mvista.com>
10579         * configure.in: Correct sed script so that options in quotes are not
10580         deleted.
10581         * configure: Rebuild.
10583 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
10585         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10586         and $$s/newlib/libc/sys/cygwin32 include paths.
10587         * configure: Ditto.
10589 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
10591         * MAINTAINERS: Update my email addresses.
10593 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10595         * config-ml.in: Propagate INSTALL variables.
10597 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10599         * MAINTAINERS: Remove duplicate entries in Write After Approval.
10601 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
10603         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10604         * Makefile.in: Regenerate.
10606 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
10608         * MAINTAINERS (GNATS only): Add Falk Hueffner.
10610 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
10612         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10614 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
10616         * Makefile.tpl: Clean $(BUILD_SUBDIR).
10617         * Makefile.in: Regenerated.
10619 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
10621         * MAINTAINERS (Write After Approval): Upgrade myself from
10622         GNATS only to write-after-approval. Update my mail address.
10624 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
10626         (OS Port Maintainers: freebsd): Add myself.
10628 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
10630         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10632 2003-04-22  Kean Johnston  <jkj@sco.com>
10634         * MAINTAINERS (SCO ports): Added myself.
10636 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10638         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10640 2003-04-19  Kean Johnston  <jkj@sco.com>
10642         * MAINTAINERS (Write After Approval): Add myself.
10644 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10646         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10647         * Makefile.in: Regenerate.
10649 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
10651         * configure.in (powerpc64*-*-linux*): Remove.
10652         * configure: Rebuilt.
10654 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
10656         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
10657         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10658         and restrap.
10659         * Makefile.in:  Regenerate.
10661 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
10663         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10664         * configure: Regenerated.
10666 2003-04-15  DJ Delorie  <dj@redhat.com>
10668         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10670 2003-04-13  Nick Clifton  <nickc@redhat.com>
10672         * config-ml.in: Remove support for --disable-aix removing
10673         call-aix multilibs.
10675 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
10677         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10678         * */configure: Rebuilt.
10680 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
10682         * MAINTAINERS: Add my email address.
10684 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10686         * MAINTAINERS (Write After Approval): Add myself.
10688 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10690         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10691         * Makefile.in: Regenerate.
10693 2003-03-14  Michael Chastain  <mec@shout.net>
10695         * Makefile.in: Regenerate with correct Makefile.def.
10697 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10699         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
10700         Make macro.
10701         * Makefile.in: Regenerate.
10702         * configure.in: Clean up gxx_include_dir logic.
10703         * configure: Regenerate.
10705 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
10707         * MAINTAINERS (Write After Approval): Add myself.
10709 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
10711         * MAINTAINERS: Update my mail address.
10713 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10715         * configure.in (gxx_include_dir): Fix typo.
10716         * configure: Regenerated.
10718 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10720         * Makefile.tpl: Reindent.
10721         * Makefile.in: Regenerate.
10722         * configure.in: Reindent.  Don't set unused variables.
10723         * configure: Regenerate.
10725 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
10727         * configure.in: Include $(build_tooldir)/sys-include in
10728         FLAGS_FOR_TARGET.
10729         * configure: Regenerated.
10731 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10733         * Makefile.tpl: Always pass down RANLIB.
10734         * Makefile.in: Regenerate.
10736         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10737         * Makefile.in: Regenerate.
10738         * configure.in: Remove unused logic relating to --enable-shared
10739         and --enable-threads.  Remove bogus comments.  Remove redundant
10740         noconfigdirs.
10741         * configure: Regenerate.
10743         * configure.in: Replace ${libstdcxx_version} by its value.
10744         Remove reference to mh-dgux.
10745         * configure: Regenerate.
10747 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
10749         * MAINTAINERS (Write After Approval): Add myself.
10751 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10753         * Makefile.tpl: Rearrange.
10754         * Makefile.in: Regenerate.
10756 2003-02-25  Uwe Stieber  <uwe@wwws.de>
10758         * configure.in: Add support for kaOS as cross build target system.
10759         * configure: Regenerated.
10761 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
10763         * MAINTAINERS (Write after approval): Add myself.
10765 2003-02-21  James E Wilson  <wilson@tuliptree.org>
10767         * MAINTAINERS: Update my email address.
10769 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
10771         * MAINTAINERS: Add self to blanket write privs. section.
10773 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
10775         * Makefile.tpl: Add definition of CPPFLAGS to pass into
10776         configure-target-* as some target builds may require additional
10777         flags for preprocessor tests.
10778         * Makefile.in: Regenerated.
10780 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
10782         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10783         * ltconfig: Handle it.
10784         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10785         auto-detecting it.
10787         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10788         it is used as argument to $CC.
10789         * ltcf-gcj.sh: Likewise.
10791         * configure.in: Introduce --enable-maintainer-mode.
10792         * configure: Rebuilt.
10793         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10794         for maintainer mode.
10795         * Makefile.in: Rebuilt.
10797 2003-02-18  Jason Merrill  <jason@redhat.com>
10799         * Makefile.tpl (check-c++): Allow parallelism.
10801 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10803         * MAINTAINERS: Remove John Carr (who never actually had access to
10804         gcc.gnu.org).
10806 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
10808         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10809         don't configure target-libobjc.
10810         * configure: Regenerate.
10812 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10814         * Makefile.tpl (RANLIB): Define.
10815         * Makefile.in: Regenerate.
10817 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
10819         * MAINTAINERS: Update my email.
10821 2003-02-06  Keith R Seitz  <keiths@redhat.com>
10823         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10824         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10825         * Makefile.in: Regenerated.
10826         * configure.in: Remove all traces of snavigator, db, and grep.
10827         * configure: Regenerated.
10829 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10831         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10832         After Approval.
10834 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10836         * MAINTAINERS (Write after approval): Add myself.
10838 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
10840         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10841         * Makefile.in: Regenerated.
10843 2003-01-30  Roger Sayle  <roger@eyesopen.com>
10845         * config.guess: Updated to 2003-01-30's version.
10846         * config.sub: Updated to 2003-01-28's version.
10848 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
10850         * config.if: If gcc_version is already set, just use it.  Don't set
10851         gcc_version_trigger if it's already set, otherwise set it to
10852         gcc/version.c, but only if the file exists.  If it is not set and
10853         gcc/version.c does not exist, try to extract the version number from
10854         $CC.
10856 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
10858         * MAINTAINERS: Add myself to write-after-approval list.
10860 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
10862         * configure.in:  Revert 24Jan change.
10863         * configure:  Regenerate.
10865 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10867         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10868         entry of HJ Lu.
10870 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10872         * configure.in: Revert previous change.
10873         * configure: Regenerate.
10875 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10877         * configure.in: Make rda native-only.
10878         * configure: Regenerate.
10880 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10882         * MAINTAINERS: Move myself from GNATS-only-accounts to
10883         write-after-approval.
10885 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10887         * configure.in: Add missing \.
10888         * configure: Rebuilt.
10890 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
10892         * configure.in (baseargs): Avoid using \| in sed regular
10893         expressions.
10894         * configure: Rebuilt.
10896 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
10898         * configure.in (baseargs): Remove all supported forms of
10899         --cache-file, --srcdir, --host, --build and --target options
10900         from argument lists.
10901         * configure: Rebuilt.
10903 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10905         * MAINTAINERS: Add myself to write-after-approval list.
10907 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10909         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10910         * configure: Rebuilt.
10912 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10914         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10915         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10916         * Makefile.in: Regenerate.
10917         * configure: Regenerate.
10919 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10921         * configure.in: Remove Makefile in build, host and target modules
10922         unless configure was run with --no-recursion.
10923         * configure: Rebuilt.
10925 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10927         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10928         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10929         * Makefile.in: Regenerate.
10931 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10933         * config.guess: Update to 2003-01-03 version.
10934         * config.sub: Update to 2003-01-03 version.
10936 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10938         * configure: Regenerate with proper autoconf 2.13.
10940 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10942         * configure.in: Add AC_PREREQ for consistency.
10943         * configure: Regenerate.
10945 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
10947         * configure.in (GDB_TK): Add tcl directories conditional on
10948         gdb/gdbtk directory being present.
10949         * configure: Regenerate.
10951 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
10953         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
10954         used by gcc if LD is not defined and we are not doing a Canadian Cross.
10955         * configure: Rebuilt.
10957 2002-12-31  Tom Tromey  <tromey@redhat.com>
10959         * Makefile.in: Rebuilt.
10960         * Makefile.def (target_modules) [libffi]: Allow installation.
10962 2002-12-31  Andreas Schwab  <schwab@suse.de>
10964         * configure.in: Fix use of $program_transform_name.
10965         * configure: Regenerated.
10967 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10969         * configure.in (baseargs): Don't remove first configure argument.
10970         * configure: Regenerated.
10972 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10974         * Makefile.tpl (local-distclean): Don't remove...
10975         (multilib.ts): ... this.  Moved into...
10976         (multilib.out): ... this.  Don't use sub-make.
10977         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10978         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10979         (configure-build-[+module+], configure-[+module+],
10980         configure-target-[+module+], configure-gcc): ... these.  Test
10981         for Makefile existence.  Drop config.status from dependencies.
10982         * Makefile.in: Rebuilt.
10983         * configure.in: Move gcc-version-trigger to the end of
10984         ac_configure_args.  Add comments to maybedep.tmp and
10985         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10986         nonopt from baseargs, matching and removing corresponding
10987         whitespace while at it.
10988         * configure: Rebuilt.
10990 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
10992         * configure.in (host_configargs): Replace reference to
10993         no-longer-defined buildopts with --build=${build_alias}.
10994         * configure: Rebuilt.
10996         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
10997         program_transform_name to standard idiom.
10998         (AUTOGEN, AUTOCONF): Define.
10999         (Makefile.in): Use $(AUTOGEN).
11000         (Makefile): Depend on config.status, and use autoconf-style rule to
11001         build it.  Move original commands to...
11002         (config.status): ... this new target.
11003         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
11004         $(AUTOCONF).
11005         * Makefile.in: Rebuilt.
11007 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11009         * Makefile.tpl: Fix dramatic bustage due to change in
11010         program_transform_name.
11011         * Makefile.in: Regenerate.
11013         * configure.in: Remove unnecessary PATH setting.
11014         * configure: Regnerate.
11016         * configure.in: Don't default to unprefixed tools unless
11017         the native tools will work.
11018         * configure: Regenerate.
11020         * configure.in: Convert to autoconf script.  Blow away lots
11021         of now-redundant Makefile fragments.
11022         * configure: Generate using Autoconf.
11023         * Makefile.tpl: Rewrite to reflect autoconfiscation.
11024         * Makefile.in: Regenerate.
11026 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11028         * configure: Fix stupid bug where RANLIB was mistakenly included.
11030         * configure.in: Rename (buildargs, hostargs, targargs) to
11031         (build_configargs, host_configargs, target_configargs).
11033         * configure.in: Move logic out of sed statement.
11035         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
11036         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11038 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
11040         * config.sub: Import from master repository
11041         * config.guess: Ditto
11043 2002-12-24  Andreas Schwab  <schwab@suse.de>
11045         * Makefile.tpl (multilib.out): Fix missing space.
11046         * Makefile.in: Regenerate.
11048 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11050         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
11051         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
11052         * Makefile.in: Regenerate.
11053         * configure.in: Remove unnecessary leftovers.
11055 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
11057         * configure.in (extra_ranlibflags_for_target): New variable.
11058         (*-*-darwin): Add -c to ranlib commands.
11059         * configure (tooldir): Handle extra_ranlibflags_for_target.
11061 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11063         * Makefile.tpl: Revert HJL's change.
11064         * Makefile.in: Regenerated.
11065         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11066         always.
11068 2002-12-19  Andreas Schwab  <schwab@suse.de>
11070         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11071         * Makefile.in: Regenerate.
11073 2002-12-18  H.J. Lu  <hjl@gnu.org>
11075         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11076         * Makefile.in: Regenerated.
11078         * configure.in (build_prefix): New. Substitute.
11080 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11082         * Makefile.tpl: Don't let real targets depend on phony targets.
11083         * Makefile.in: Regenerate.
11085         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11086         * Makefile.in: Regenerate.
11088 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
11090         * config.sub: Import from master repository
11091         * config.guess: Ditto
11093 2002-12-16  Jason Merrill  <jason@redhat.com>
11095         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11096         previous 'make bootstrap'.
11097         * Makefile.in: Regenerate.
11099 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
11101         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11103 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11105         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11106         * Makefile.in: Regenerate.
11108 2002-12-13  Jason Merrill  <jason@redhat.com>
11110         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
11111         library tests.
11112         (check-c++): Just depend on it and check-target-libstdc++-v3.
11113         * Makefile.in: Regenerate.
11115 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11117         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11118         * Makefile.in: Rebuilt.
11120 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11122         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11124 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11126         * configure: Fix bug put in by gremlins.
11128         * Makefile.tpl: Substitute more autoconfily.
11129         * configure: Substitute more autoconfily.
11130         * Makefile.in: Regenerate.
11132 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
11134         * config.sub: Import from master repository
11135         * config.guess: Ditto
11136         * MAINTAINERS: Added Svein Seldal under write after approval
11138 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
11140         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11141         * Makefile.in (all-sim): Ditto.
11143 2002-12-06  DJ Delorie  <dj@redhat.com>
11145         * Makefile.tpl: Change configure dependencies to not have real
11146         targets depend on phony targets.
11148 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
11150         * configure.in: Revert unintentional change.
11152         * Makefile.tpl: Change dependency for */multilib.out so that
11153         it works when gcc isn't in the tree.
11155         * configure.in: Substitute more.
11156         * configure: Run subconfigures from the Makefile.
11157         * Makefile.tpl: Run subconfigures from the Makefile; add a few
11158         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
11160 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11162         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11164 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11166         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11167         and corresponding dependencies.
11168         * Makefile.in: Regenerate.
11170         * configure.in (host_tools): Order binutils, gas and ld for
11171         convenience in running the testsuites.
11173         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11174         * Makefile.in: Regenerate.
11175         * configure.in: Introduce rules to serialize subconfigure runs.
11177         * configure.in: Introduce BASE_CC_FOR_TARGET.
11178         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
11179         Realize configure-build-* targets.  Realize configure-target-* targets.
11180         * Makefile.in: Regenerate.
11182 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11184         * configure: Move gcc_version_trigger stuff from here...
11185         * configure.in: ...to here.
11187         * configure.in: Separate subconfigure options added by this file from
11188         options given by the user.  Add machinery to put args for host
11189         subconfigures into the Makefile.
11191         * Makefile.tpl: Remove 'vault' targets.
11192         * Makefile.tpl: Reorder and comment dependencies.
11193         * Makefile.in: Regenerate.
11195 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11196         * configure.in: Fix my broken commit of previous patch. (sigh)
11198 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11200         * configure.in: Move host-specific darwin noconfigdirs into
11201         the host-specific section.
11203 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11205         * configure.in: Move host-specific darwin noconfigdirs into
11206         the host-specific section.
11208 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11210         * configure: Remove skip-this-dir support.
11211         * Makefile.tpl: Remove skip-this-dir support.
11213         * Makefile.tpl: Remove leftover support for non-autoconfiscated
11214         subdirectories.
11215         * Makefile.in: Regenerate.
11217         * Makefile.tpl: Strip out useless setting of 'dir'.
11218         * Makefile.in: Regenerate.
11220 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11222         * configure.in: Fix deeply stupid bug.
11224         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11225         shell code in CXX_FOR_TARGET
11226         * Makefile.def: Introduce raw_cxx.
11227         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11228         RAW_CXX_FOR_TARGET.
11229         * Makefile.in: Regenerate.
11231 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
11233         * Makefile.tpl: Remove unnecessary ifs.
11234         * Makefile.in: Regenerate.
11236         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
11237         dependencies.  Maybe-ize build-libiberty.  Create dummy install
11238         targets for 'no_install' modules.
11239         * configure: Move GDB_TK substitution to configure.in.  Move
11240         build_modules stuff to configure.in.
11241         * configure.in: Implement soft dependency machinery.  Maybe-ize
11242         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
11243         * Makefile.in: Regenerate.
11245 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11247         * Makefile.tpl: Make all-target, install-target behave similarly
11248         to all, install (only hitting configured targets).  Eliminate
11249         unused macro defintions.
11251         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11252         build != host.
11254         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11256         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11258         * configure.in: Produce lists of subdir targets we're actually
11259         configuring.  Remove references to "dosrel".
11260         * Makefile.tpl: Let configure set which subdir targets are hit.
11261         Remove install-cross; clean up install; remove ALL.  Remove
11262         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
11263         Autogenerate host module targets.  Remove empty dependency lines
11264         and redundant dependency; rearrange slightly.
11265         * Makefile.def: Add host-side libtermcap, utils.
11267         * Makefile.in: Regenerate.
11269 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11271         * ltconfig (osf[345]): Append $major to soname_spec.
11272         Reflect this in library_names_spec.
11273         * ltmain.sh (osf): Prefix $major with . for use as extension.
11275 2002-11-19  Andreas Jaeger  <aj@suse.de>
11277         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11278         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11279         and sparc64 GNU/Linux systems.
11281 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
11283         * MAINTAINERS: Update email.
11285 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11287         * MAINTAINERS: Complete James Dennett's entry.
11289 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11291         * MAINTAINERS (Write After Approval): Add myself.
11293 2002-11-13  Bruce Korb  <bkorb@gnu.org>
11295         * Makefile.tpl: syntactic cleanup
11297 2002-11-13  Stuart Hastings  <stuart@apple.com>
11299         * MAINTAINERS: Add myself to write-after-approval list.
11301 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11303         * Makefile.def: Add list of recursive targets to autogenerate.
11304         Add build_modules.
11305         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
11306         targets.  Autogenerate *-build-* targets.
11307         * Makefile.in: Regenerate.
11309 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11311         * configure: More autoconf-style substitutions.
11312         * Makefile.tpl: More autoconf-style substitutions.
11313         * Makefile.in: Regenerate.
11315 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11317         * configure: Substitute more variables in a more autoconf-friendly
11318         way.  Simplify slightly.
11319         * Makefile.tpl: Make more variables substitutable in an
11320         autoconf-friendly way.
11321         * Makefile.in: Regenerate.
11323 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
11325         * MAINTAINERS (Write After Approval): Add myself.
11327 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11329         * configure.in (v810*): Remove special setting of tools.
11331         * configure: Add support for extra required flags for ar or nm.
11332         * configure.in (aix4.3+): Use above support for target-specific
11333         issues, rather than using config/mt-aix43.
11335 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11337         * configure: Remove 'removing', which doesn't work.  Replace $subdir
11338         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
11339         with $srcdir.  Reformat indentation.  Substitute some variables
11340         formerly hard-coded in the Makefile for build=host.
11341         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11342         * Makefile.def: Autogenerate more.
11343         * Makefile.in: Regenerate.
11345 2002-11-04  Adam Nemet  <anemet@lnxw.com>
11347         * MAINTAINERS (Write After Approval): Add myself.
11349 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
11351         * Makefile.def (host_modules): Add rda.
11352         * Makefile.in: Regenerate.
11353         * configure.in (target_tool): Add target-rda to list.
11355 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11357         * MAINTAINERS: Remove "co-maintainer" note for web pages.
11359 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
11361         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
11362         and restrap targets to this rule.
11363         * Makefile.in:  Regenerate.
11365 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11367         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11368         GNATS only accounts.
11370 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
11372         * configure.in (i[3456]86-*-linux*): Add check to disable
11373         ${libgcj} for glibc1.
11375 2002-10-24  Denis Chertykov  <denisc@overta.ru>
11377         * MAINTAINERS: Add myself as ip2k port maintainer.
11379 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
11381         * configure.in: Add tic4x target.
11383 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11385         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11386         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11387         * Makefile.in: Regenerate.
11389         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11390         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11391         * Makefile.in: Regenerate.
11393 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
11395         * MAINTAINERS: Add myself as web pages co-maintainer.
11397 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11399         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11400         * Makefile.in: Regenerate.
11402 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
11404         * MAINTAINERS: Add myself and Nathan Sidwell
11405         <nathan@codesourcery.com> as VxWorks maintainers.
11407 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11409         * Makefile.def: Remove order dependency comments.
11410         * Makefile.tpl: Add explicit install-install dependencies.
11411         * Makefile.in: Regenerate.
11413         * Makefile.tpl: Remove material now in src-release.  (Finally!)
11414         * Makefile.in: Regenerate.
11416         * Makefile.tpl: Add configure-target (for src-release in src)
11417         * Makefile.in: Regenerate.
11419 2002-09-30  Nick Clifton  <nickc@redhat.com>
11421         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11423 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
11425         * configure.in (s390*-*-linux*): Enable libgcj.
11427 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11429         * configure: Revert accidentally applied changes.
11431         * Makefile.tpl: Make more autoconf-friendly.
11432         * Makefile.in: Regenerate.
11433         * configure: Make substitution more autoconf-like.
11435 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
11437         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11438         single entry to handle all these.
11439         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
11440         libjava on arm-*-elf.
11442 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
11444         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11445         things that depend on them.
11447 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11449         * Makefile.tpl: Make subsituted variables more autoconfy.
11450         * Makefile.in: Regenerate.
11451         * configure: Make seds more autoconfy.
11453 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11455         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11456         * Makefile.in: Regenerate.
11457         * configure.in: Rewrite sed statements to look autoconfy.
11459         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11460         all-target-foo on configure-target-foo.
11461         * Makefile.def: Ditto.
11462         * Makefile.in: Rebuild.
11464 2002-09-25  Andrew Haley  <aph@redhat.com>
11466         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11468 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11470         * Makefile.def: New file.
11471         * Makefile.tpl: New file.
11472         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11473         * contrib/gcc_update: Note that Makefile.in is a generated file.
11475         * configure.in: Minor rearrangement.  Simplify tests.
11477 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
11479         * configure.in (with_headers): Skip copy if value is "yes".
11480         (with_libs): Likewise.
11482 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11484         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11485         * configure.in (sh*-*-pe*): Ditto.
11486         * configure.in (mips*-*-pe*): Ditto.
11487         * configure.in (*arm-wince-pe): Ditto.
11489         * configure.in: Rearrange.
11491 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
11493         * MAINTAINERS: Update my email address.
11495 2002-08-30  Paul Koning  <pkoning@equallogic.com>
11497         * MAINTAINERS: (Write After Approval): Add myself.
11499 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
11501         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11503 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
11505         * MAINTAINERS: Change my mailing address.
11507 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
11509         * MAINTAINERS (Write After Approval): Remove myself.
11510         (Various Maintainers: c++ runtime libs): Add myself.
11512 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
11514         * MAINTAINERS (Write After Approval): Remove myself.
11515         (Various Maintainers: c++ runtime libs): Add myself.
11517 2002-08-15  Eric Christopher  <echristo@redhat.com>
11519         * config.sub: Import from master repository.
11520         * config.guess: Ditto.
11522 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
11524         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11525         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11526         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11528 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
11530         * MAINTAINERS: Add self to rs6000 vector extensions.
11532 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11534         * libiberty/configure: Reverted unintended yesterday's check in.
11536 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11538         * boehm-gc/configure, libf2c/configure: Rebuilt.
11539         * libffi/configure, libiberty/configure: Ditto.
11540         * libjava/configure, libobjc/configure: Ditto.
11541         * libstdc++-v3/configure, zlib/configure: Ditto.
11542         Merged from binutils:
11543         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11544         From Steve Ellcey <sje@cup.hp.com>:
11545         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11546         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11547         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11548         IA64.
11549         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11550         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11551         soname_spec, sys_lib_search_path_spec): Ditto.
11553 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11555         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11557 2002-08-04  H.J. Lu  (hjl@gnu.org)
11559         * configure.in (mips*-*-linux*): Don't skip target-libffi.
11561 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
11563         * MAINTAINERS (Write After Approval): Add myself.
11565 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
11567         * configure.in: Move generic linux case to end.  Copy generic
11568         linux noconfigdirs to mips*-*-linux* entry and new
11569         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11571 2002-07-19  Michael Matz  <matz@suse.de>
11573         * MAINTAINERS: Add myself as ra* maintainer.
11575 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
11577         * config.guess: Update to 2002-07-09 version.
11578         * config.sub: Update to 2002-07-03 version.
11580 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
11582         * MAINTAINERS: Fix typo in a maintainer email address.
11584 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11586         * configure.in: Remove two redundant tests.
11588 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11590         * configure.in (mips*-*-irix6*o32): Enable stabs.
11592 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
11594         * configure.in: Don't build grez.
11595         * Makefile.in: Ditto.
11597         * Makefile.in: Remove references to bsp, cygmon, libstub.
11598         * configure.in: Ditto.
11600         * configure.in: Remove leftover reference to gdbtest.
11602 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
11604         * configure.in (gxx_include_dir):  Change to match versioned
11605         C++ headers if --enable-version-specific-runtime-libs is used.
11607 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
11609         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11611 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11613         * configure.in: Make --without-x work.
11615 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11617         * configure.in: Rearrange target Makefile fragment collection.
11619         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11620         cvs[src].
11621         * configure.in: Ditto.
11623 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11625         * MAINTAINERS (Write After Approval): Update my e-mail address.
11627 2002-06-24  Ben Elliston  <bje@redhat.com>
11629         * configure.in (host_tools): Remove cgen.
11631         * Makefile.in (all-cgen): Remove; runs from its source directory.
11632         (check-cgen, install-cgen, clean-cgen): Likewise.
11633         (all-opcodes): Do not depend on all-cgen.
11634         (all-sim): Likewise.
11636 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11638         * Makefile.in: Eliminate 'apache' targets.
11639         * configure.in: Eliminate 'apache' targets.
11641         * configure.in: Eliminate redundant tests.  Reorganize.
11643         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11645         * config-ml.in: Eliminate references to Cygnus configure.
11647         * Makefile.in: Eliminate references to building emacs.
11649 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
11651         * MAINTAINERS: Update my email address.
11653 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
11655         * config.if (libstdcxx_incdir): Version C++ headers.
11656         (cxx_incdir): Remove.
11658 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11660         * MAINTAINERS (Write After Approval): Add self.
11662 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
11664         * configure.in: Add support for ip2k.
11666 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
11668         * configure.in: Fix AIX configury bug.
11670 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
11672         * MAINTAINERS (Write After Approval): Add self.
11674 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11676         * configure.in: replace ${topsrcdir} with ${srcdir}
11678         * configure.in: Move definition of libstdcxx_flags
11679         right above usage, rather than waaay earlier.
11681         * configure.in: Pull definition of is_cross_compiler earlier.
11683         * configure.in: Rearrange a little.
11685         * configure.in: Remove references to librx.
11686         * Makefile.in: Remove references to librx.
11688 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
11690         * config.sub: Add support for avr target.
11691         Import from master sources, rev 1.255
11693 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
11695         * configure, .cvsignore:  Revert previous change...
11696         * Makefile:  ...delete.
11698 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11700         * configure.in: Eliminate ${gasdir} variable.
11702 2002-06-18  Dave Brolley  <brolley@redhat.com>
11704         * configure.in: Add support for frv.
11705         * config.sub: Add support for frv.
11707 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11709         * configure:  Remove garbage from previous commit.
11711 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11713         * configure:  For in-source builds, make a subdir and re-exec there.
11714         * Makefile:  New file.  Pass targets through to build directory.
11715         * .cvsignore:  No longer ignore "Makefile".
11717 2002-06-16  Douglas Rupp  <rupp@gnat.com>
11719         * MAINTAINERS (Write After Approval): Add self.
11721 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11723         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11725 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
11727         * configure.in (vax-*-netbsd*): Re-enable gas.
11729 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
11731         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11732         BUILD_PREFIX_1, to correct nomenclature.
11733         * configure: Likewise.
11735         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11736         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11738 2002-05-31  Olaf Hering  <olh@suse.de>
11740         * config-ml.in: Propogate DESTDIR also.
11742 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
11744         * configure.in (vax-*-netbsd*): Don't build gas for this
11745         platform.
11747 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11749         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11750         and libgcj for AVR.
11752 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
11754         * MAINTAINERS (Write After Approval): Add myself.
11756 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
11758         * config.guess: Update to 2002-05-22 version.
11759         * config.sub: Likewise.
11761 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11763         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11764         * config-ml.in: Likewise.
11765         * configure: Likewise.
11766         * configure.in: Likewise.
11768 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
11770         * MAINTAINERS: Update my email address.
11772 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
11774         * configure.in: Simplify makefile fragment collection.
11776         * configure.in: Remove code to build emacs.
11778         * configure.in : Remove --srcdir argument from targargs and buildargs
11779         (it's always overridden in the Makefile anyway).  Rearrange a bit.
11781         * configure: Move some logic to configure.in.
11782         * configure.in: Move some logic from configure.
11784 2002-05-11  Tom Tromey  <tromey@redhat.com>
11786         * MAINTAINERS: Reflect libgcj reality.
11788 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
11790         * Makefile.in: Honour DESTDIR.
11792 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
11794         * config.guess: Import 2002-03-20 version.
11795         * config.sub: Import 2002-04-26 version.
11797 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11799         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11801 2002-05-07  Tim Josling  <tej@melbpc.org.au>
11803         * MAINTAINERS: Add self.
11805 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
11807         * ltmain.sh: Detect and handle object name conflicts
11808         while piecewise linking a static library.
11810 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
11812         * configure.in (noconfigdirs): Don't disable libgcj on
11813         sparc64-*-solaris* and sparcv9-*-solaris*.
11815 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
11817         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11819 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
11821         * configure.in (FLAGS_FOR_TARGET): Do not add
11822         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11823         on i[3456]86-*-linux*.
11825 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
11827         * configure.in (noconfigdirs): Replace [ ] with test.
11829         * configure.in (noconfigdirs): Do not add target-newlib if
11830         target == i[3456]86-*-linux*, and host == target.
11832 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
11834         * configure.in: delete reference to absent file
11836         * configure.in: replace '[' with 'test'
11838         * configure.in: Eliminate references to gash.
11839         * Makefile.in: Eliminate references to gash.
11841         * configure.in: remove useless references to 'pic' makefile fragments.
11843         * configure.in: (*-*-windows*) Finish removing.
11845         * configure.in: Eliminate redundant test for libgui.
11847 2002-04-29  Roger Sayle  <roger@eyesopen.com>
11849         * MAINTAINERS: Add self and realphabetize.  Update entries
11850         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
11851         entry for a29k port maintainer.
11853 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
11855         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11856         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11858 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
11860         * configure.in: remove references to dead files
11862 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
11864         * MAINTAINERS: Add information about purpose of this file.
11866 2002-04-18  Tom Tromey  <tromey@redhat.com>
11868         * configure.in: Disallow configuring libgcj when it is already
11869         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11870         Solaris 2.8 by default.  For PR libgcj/6158.
11872 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11874         * configure.in:  Move default CC setting out of config/mh-* fragments
11875         directly into here.
11877 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11879         * configure.in: don't even try to configure or make a subdirectory
11880         if there's no configure script for it.
11882 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11884         * MAINTAINERS: Remove chill maintainers.
11885         * Makefile.in (CHILLFLAGS): Remove.
11886         (CHILL_LIB): Remove.
11887         (TARGET_CONFIGDIRS): Remove libchill.
11888         (CHILL_FOR_TARGET): Remove.
11889         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11890         CHILL_LIB.
11891         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11892         (CHECK_TARGET_MODULES): Likewise.
11893         (INSTALL_TARGET_MODULES): Likewise.
11894         (CLEAN_TARGET_MODULES): Likewise.
11895         (configure-target-libchill): Remove.
11896         (all-target-libchill): Remove.
11897         * configure.in (target_libs): Remove target-libchill.
11898         Do not compute CHILL_FOR_TARGET.
11899         * libchill: Remove directory.
11901 2002-04-11  DJ Delorie  <dj@redhat.com>
11903         * Makefile.in, configure.in: Sync with binutils, entries
11904         follow...
11906 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
11908         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11909         (do-tar, do-bz2): New rules.
11910         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11911         (gdb-tar): New rule.
11912         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11913         (insight_dejagnu.tar): New rule.
11914         (insight.tar): New rule.
11915         (gdb+dejagnu.tar): New rule.
11916         (gdb.tar): New rule.
11918 2002-02-01  Mo DeJong  <supermo@bayarea.net>
11920         * Makefile.in: Add all-tix to deps for all-snavigator
11921         so that tix is built when building snavigator.
11923 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
11925         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11926         ld and gdb are not supported.
11928 2002-01-07  Mark Salter  <msalter@redhat.com>
11930         * configure.in: Remove target-bsp and target-cygmon from arm builds.
11931         Allow target-libgloss to be built for arm, strongarm, and xscale.
11933 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
11935         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11936         options for i[3456]86-pc-linux* native builds.
11938 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11940         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11941         files from .po files for a distribution.
11943 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
11945         * configure.in: Enable libstdc++-v3 for h8300 targets.
11947 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
11949         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11950         version from bfd/.
11952 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
11954         * Makefile.in (VER): When present, extract the version number from
11955         the file version.in.
11957 2001-05-24  Tom Rix  <trix@redhat.com>
11959         * configure.in : enable ld for aix
11961 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11963         * config.guess: Add linux target for S/390.
11965 2000-11-07  Philip Blundell  <pb@futuretv.com>
11967         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11969 2000-11-03  Philip Blundell  <pb@futuretv.com>
11971         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11972         files.
11974 2001-01-15  Ben Elliston  <bje@redhat.com>
11976         * configure.in (host_tools): Add sid.
11977         Always configure cgen.
11979 2000-11-24  Nick Clifton  <nickc@redhat.com>
11981         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11983 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11985         * Makefile.in (ALL_MODULES): Add all-cgen.
11986         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11987         (all-cgen): New target.
11988         (all-opcodes,all-sim): Depend on all-cgen.
11989         * configure.in (host_tools): Add cgen.
11990         Only configure cgen if --enable-cgen-maint.
11992 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
11994         * configure.in: Add *-*-freebsd* configurations.
11996 2002-04-08  Tom Tromey  <tromey@redhat.com>
11998         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11999         Fixes PR libgcj/6068.
12001 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
12003         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
12005 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12007         * configure.in (alpha*-dec-osf*): Enable libgcj.
12009 2003-03-27  Matthew Gingell  <gingell@gnat.com>
12011         * MAINTAINERS (Write After Approval): Add myself.
12013 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
12015         Fix for: PR bootstrap/3591, target/5676
12016         * configure.in (mcore-pe): Disable the configuration of
12017         libstdc++-v3 since exceptions are not supported.
12019 2002-03-20  Anthony Green  <green@redhat.com>
12021         * configure.in: Enable libgcj for xscale-elf target.
12023 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
12025         * MAINTAINERS:  Update my email address.
12027 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
12029         * ltmain.sh (relink_command): Fix typo in previous change.
12031 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
12033         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
12034         (relink_command): Added --tag flags.
12035         (mode=install): If relinking fails; error out.
12037 2002-03-12  Richard Henderson  <rth@redhat.com>
12039         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
12040         .NOTPARALLEL tag.
12041         (do-check): Rename from check.
12042         (check): Allow parallel check.
12044 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
12046         * MAINTAINERS: Add myself as maintainer for xtensa port.
12047         Fix alphabetical order in CPU port maintainer list.
12048         Remove myself from Write After Approval list.
12050 2002-03-11  Richard Henderson  <rth@redhat.com>
12052         * Makefile.in (.NOTPARALLEL): Add fake tag.
12054 2002-03-07  H.J. Lu  (hjl@gnu.org)
12056         * configure.in: Enable gprof for mips*-*-linux*.
12058 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
12060         * MAINTAINERS (Write After Approval): Add myself.
12062 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
12064         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12065         libjava.
12066         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
12068 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
12070         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12071         because its Makefile is there; test for the executable instead.
12073 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
12075         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12076         libstdc++-v3 and libjava.
12078 2002-02-11  Adam Megacz  <adam@xwt.org>
12080         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12081         boehm-gc
12083 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
12085         * config.guess: Updated to 2002-01-30's version.
12086         * config.sub: Updated to 2002-02-01's version.
12087         Contribute sh64-elf.
12088         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
12089         * configure.in: Added sh64-*-*.
12091 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
12093         * MAINTAINERS: Belatedly add myself to write after approval list.
12095 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
12097         * MAINTAINERS: Put self in as maintainer for x86-64 port.
12098         Remove self as Write After Approval.
12100 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
12102         * MAINTAINERS: Put self in as maintainer for contrib/regression
12103         directory.
12105 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
12107         * MAINTAINERS:  Update my email address.
12109 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
12111         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
12112         target-libiberty, and target-libgloss.  Skip Java-related
12113         libraries if not supported for NetBSD on target CPU.
12115 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
12117         * install-sh: Use _inst.$$_ for temp file name.
12119 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
12121         * MAINTAINERS (Write After Approval): Move my contact info
12122         from here...
12123         (OS Port Maintainers): ...to here (netbsd).
12125 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
12127         * MAINTAINERS (Write After Approval): Add myself.
12129 2002-01-17  H.J. Lu  <hjl@gnu.org>
12131         * Makefile.in (all-fastjar): Also depend on all-libiberty.
12132         (all-target-fastjar): Also depend on all-target-libiberty.
12134 2002-01-16  H.J. Lu  (hjl@gnu.org)
12136         * config.guess: Import from master sources, rev 1.225.
12137         * config.sub: Import from master sources, rev 1.238.
12139 2002-01-16  Kazu Hirata  <kazu@hxi.com>
12141         * MAINTAINERS (Write After Approval): Remove myself.
12143 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
12145         * MAINTAINERS (Write After Approval): Add myself.
12147 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12149         * MAINTAINERS: Add self as docs co-maintainer.
12151 2001-12-11  Matthias Klose  <doko@debian.org>
12153         * MAINTAINERS (Write After Approval): Add myself.
12155 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
12157         * MAINTAINERS: Update my email address.
12159 2001-12-07  Turly O'Connor  <turly@apple.com>
12160         * MAINTAINERS (Write After Approval): Add myself.
12161         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12162         (rs6000_initialize_trampoline): Call __trampoline_setup for
12163         ABI_DARWIN too.
12164         * darwin-tramp.asm: New file, implements __trampoline_setup.
12165         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12167 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
12169         * MAINTAINERS (Write After Approval): Add myself.
12171 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
12173         * configure, configure.in: Use temp file for long sed commands.
12175 2001-12-03  Laurent Guerby  <guerby@acm.org>
12177         * config.sub: Update to version 1.232 on subversion.
12179 2001-12-03  Ben Elliston  <bje@redhat.com>
12181         * MAINTAINERS: Update mail address for config.* patches.
12183 2001-11-27  DJ Delorie  <dj@redhat.com>
12184             Zack Weinberg  <zack@codesourcery.com>
12186         When build != host, create libiberty for the build machine.
12188         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12189         CONFIG_ARGUMENTS.
12190         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12191         New variables.
12192         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12193         and rules.
12194         (all.normal): Depend on ALL_BUILD_MODULES.
12195         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12196         (all-build-libiberty): Depend on configure-build-libiberty.
12198         * configure: Calculate and substitute proper value for
12199         ALL_BUILD_MODULES.
12200         * configure.in: Create the build subdirectory.
12201         Calculate and substitute TARGET_CONFIGARGS (formerly
12202         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12204 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
12206         * MAINTAINERS (write-after-approval): Add self.
12208 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12210         * MAINTAINERS (GNATS only accounts): Remove self.
12212 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
12214         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12215         libf2c.
12217 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12219         * MAINTAINERS (Write After Approval): Add self.
12221 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12223         * MAINTAINERS: mips and s390 are also CPU ports.
12225 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12227         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12229 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
12231         * MAINTAINERS: Alphabetize.
12233 2001-11-09  Kazu Hirata  <kazu@hxi.com>
12235         * MAINTAINERS (Various maintainers: h8 port): Add myself.
12237 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12239         * MAINTAINERS (Various maintainers: hppa port): Added myself.
12241 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
12243         * configure.in (--enable-languages): Be more permissive about
12244         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
12246 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12248         * config.sub: Import from master sources, rev. 1.230.
12249         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12251 2001-11-07  Laurent Guerby  <guerby@acm.org>
12253         * MAINTAINERS (Write After Approval): Add self.
12255 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
12257         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12259 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
12261         * config.sub: Import from master sources, rev 1.226.
12262         * config.guess: Import from master sources, rev 1.216.
12264 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
12266         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12267         * MAINTAINERS: Add self as maintainer of MMIX port.
12268         Remove old after-approval entry.
12270 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12272         * ChangeLog, configure: Fix spelling errors.
12274 2001-10-20  Brendan Kehoe  <brendan@zen.org>
12276         * MAINTAINERS: Tweak my address.
12278 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
12280         * MAINTAINERS: Update my email address.
12282 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
12284         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12285         * MAINTAINERS: Add self as maintainer of CRIS port.
12287 2001-10-10  Geert Bosch  <bosch@gnat.com>
12289         * MAINTAINERS (Various maintainers: Ada front end):
12290         Added Robert Dewar.
12292 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
12294         * MAINTAINERS (Write After Approval): Added self
12296 2001-10-02  Geert Bosch  <bosch@gnat.com>
12298         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12300 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12302         * configure: Handle temporary files securely using mkdir.
12304 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
12306         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12308 2001-09-26  Will Cohen  <wcohen@redhat.com>
12310         * configure.in (*-*-linux*): Disable configuration of target-newlib
12311         and target-libgloss.
12313 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12315         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12316         RANLIB.
12318 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
12320         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12321         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12322         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12323         avoid quotes nesting problems.
12324         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12325         (DO_X): Export only variables that are set.
12327 2001-09-19  Ben Elliston  <bje@redhat.com>
12329         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12330         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12331         semantics.  Use the shell built-in "type" command instead.
12333 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
12335         Merged from gcc-3_0-branch:
12336         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
12337         * ltcf-c.sh: Use $objext, not $ac_objext.
12338         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
12339         * ltcf-cxx.sh: Add support for GNU.
12340         2001-07-22  Timothy Wall  <twall@redhat.com>
12341         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
12342         default settings if using GNU tools with that configuration.
12343         * ltcf-cxx.sh: Ditto.
12344         * ltcf-gcj.sh: Ditto.
12345         2001-07-21  Michael Chastain  <chastain@redhat.com>
12346         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12347         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
12348         * ltmain.sh: Mark as gcc-local.
12350 2001-08-30  Eric Christopher  <echristo@redhat.com>
12351             Jason Eckhardt  <jle@redhat.com>
12353         * config.guess: Merge from master sources.
12354         * config.sub: Merge from master sources, add support for mipsisa32.
12356 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
12357         * config.sub: Merge from master sources, rev 1.219.
12358         * MAINTAINERS: Add self as contact for stormy16 port.
12360 2001-08-14  Zack Weinberg  <zackw@panix.com>
12362         * config.sub: Merge from master sources, rev 1.218.
12363         * config.guess: Merge from master sources, rev 1.209.
12365 2001-08-11  Graham Stott  <grahams@redhat.com>
12367         * Makefile.in (check-c++): Add missing semicolon.
12369 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
12371         * MAINTAINERS (Various maitainers: predict.def): Added myself.
12373 2001-07-30  Eric Christopher  <echristo@redhat.com>
12375         * MAINTAINERS (Various maintainers: mips port): Added myself.
12377 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
12379         * configure.in (sh-*-linux*): New.
12381 2001-07-27  Richard Henderson  <rth@redhat.com>
12383         * .cvsignore: Add LAST_UPDATED.
12385 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
12387         * MAINTAINERS (Various maintainers: s390 port): Added myself.
12389 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
12391         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12393 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
12395         * MAINTAINERS (Write After Approval): Added myself.
12397 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12399         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12400         and libgcj on m68hc11/m68hc12.
12402 2001-06-27  H.J. Lu  (hjl@gnu.org)
12404         * Makefile (CFLAGS_FOR_BUILD): New.
12405         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12407 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12409         * README: Remove version number.
12411 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12413         * INSTALL/README: Update wrt. to the installation instructions now
12414         residing in gcc/doc/install.texi.
12416 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12418         * README: Replace with a cut-down and updated version of gcc/README.
12420 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
12422         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12423         multilibs to be disabled.
12425 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
12427         * MAINTAINERS (Write After Approval): Add myself.
12429 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
12431         * config.guess: Import CVS version 1.195.
12432         * config.sub: Import CVS version 1.212.
12434 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
12436         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12437         gcc/xgcc is built, use -print-prog-name to find out the program
12438         name to use.
12440 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
12442         * config.guess:  Import CVS version 1.194.  All gcc-local changes
12443         appear to also be in the master copy.
12444         * config.sub:  Import CVS version 1.211.
12446 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
12448         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12449         with_gcc]: Use `gcc -shared' to build a shared library.
12451 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12453         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12454         archives.
12456 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12458         * MAINTAINERS (Write After Approval): Add myself.
12460 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
12462         * configure.in (libstdcxx_flags): Do not try to execute
12463         libstdc++-v3/testsuite_flags until it exists.
12465 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
12467         * MAINTAINERS: Update my email address.
12469 2001-05-31  Graham Stott  <grahams@redhat.com>
12471         * MAINTAINERS (Write After Approval): Add myself.
12473 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
12475         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
12476         libraries when using g++ with native linker.
12478 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
12480         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12482 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
12484         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12485         [aix4*|aix5*]: Prepend blank.
12487 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
12489         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12490         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
12491         of subdir/configure scripts to use the new libtool.m4.
12493 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
12495         * MAINTAINERS (Write After Approval): Add myself.
12497 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
12499         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12501 2001-05-11  Ben Elliston  <bje@redhat.com>
12503         * Makefile.in (all-sid): New target.
12504         (check-sid, clean-sid, install-sid): Likewise.
12506 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
12508         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12510 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12512         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12513         libgcj.
12515 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12517         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12518         gcc/xgcc is built, use -print-prog-name to find out the program
12519         name to use.
12521 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
12523         * configure.in (noconfigdirs): Don't reset it from scratch in the
12524         target case; only append to it.
12526         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12527         sparc-*-solaris2.8]: Disable ${libgcj}.
12529 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
12531         * configure.in (libgcj_saved): Copy from $libgcj.
12532         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12533         --disable-libgcj.
12535 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12537         * MAINTAINERS: Remove self as MIPS maintainer and
12538         C front end maintainer.
12540 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12542         * configure.in: Move *-chorusos target case to the proper switch.
12543         Disable libgcj.
12545 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12547         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12548         1.641.2.228.
12550 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12552         * Makefile.in (STAGE1_CFLAGS): Pass down.
12554 2001-04-13  Alan Modra  <amodra@one.net.au>
12556         * config.guess: Add hppa64-linux support.  Note for next import that
12557         this is already in the master file.
12558         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12560 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12562         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12563         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12565 2001-04-11  Stan Shebs  <shebs@apple.com>
12567         * MAINTAINERS: Add self as Darwin port maintainer.
12569 2001-04-11  Alan Modra  <amodra@one.net.au>
12571         * MAINTAINERS: Update my email address.
12573 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
12575         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12576         recent versions of FreeBSD (release 3 or later).
12577         * ltconfig: On FreeBSD, -lc must not be provided when building
12578         a shared library or else the standard -pthread gcc option is
12579         rendered worthless to later users of the built library.
12581 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12583         * MAINTAINERS: Add self and RTH as C front end maintainers.
12585 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
12587         * config.sub: Make sure to match an already-canonicalized
12588         machine name (eg. mn10300-unknown-elf).
12590 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
12592         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12593         New macros.
12594         (bootstrap, cross): Use RECURSE_FLAGS.
12595         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12597 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
12599         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12601 2001-03-22  Colin Howell  <chowell@redhat.com>
12603         * Makefile.in (DO_X): Do not backslash single-quotes in
12604         backquotes (two places).
12606 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12608         Re-installed:
12609         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12610         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12611         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12612         * ltcf-cxx.sh: Likewise.
12613         * ltcf-gcj.sh: Likewise.
12615 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12617         * MAINTAINERS: Add myself as "documentation co-maintainer".
12619 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12621         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12622         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12624 2001-03-19  Tom Tromey  <tromey@redhat.com>
12626         * config-ml.in: Handle GCJ and GCJFLAGS.
12628 2001-03-21  Michael Chastain  <chastain@redhat.com>
12630         * Makefile.in: all-m4 depends on all-texinfo.
12632 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
12634         * MAINTAINERS: Add myself to write after approval list.
12636 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
12638         * Makefile.in (DO_X): Quote nested quotes.
12640 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
12642         * MAINTAINERS: Add myself to write after approval list.
12644 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
12646         * Makefile.in (DO_X): Use double quotes for quoting
12647         "RANLIB=$${RANLIB}".
12649 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
12651         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12653 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
12655         * configure.in: Only use `lang_requires' for languages athat are
12656         actually enabled.
12658 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
12660         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
12662 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
12664         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12666 2001-03-07  Tom Tromey  <tromey@redhat.com>
12668         * configure.in: Allow config-lang.in to set `lang_requires' to list
12669         of other required languages.
12671 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
12673         * Makefile.in: Remove RANLIB definition. Use RANLIB
12674         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12675         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12677 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
12678             Alexandre Oliva  <aoliva@redhat.com>
12680         * Makefile.in (check-c++): Use tabs, not spaces.
12682 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
12684         * MAINTAINERS: add myself to Write After Approval list.
12686 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
12688         * Makefile.in (check-c++): New rule.
12690         * configure.in (target_libs): Remove libg++.
12691         (noconfigdirs): Remove libg++.
12692         (noconfigdirs): Same.
12693         (noconfigdirs): Same.
12694         (noconfigdirs): Same.
12696         * config-ml.in: Remove libg++ references.
12698         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12699         (ALL_TARGET_MODULES): Same.
12700         (configure-target-libg++): Remove.
12701         (all-target-libg++): Remove.
12702         (configure-target-libio): Remove.
12703         (all-target-libio): Remove.
12704         (check-target-libio): Remove.
12705         (.PHONY): Remove.
12706         (libg++.tar.bz2): Remove.
12707         (all-target-cygmon): Remove libio.
12708         (all-target-libstdc++): Remove.
12709         (configure-target-libstdc++): Remove.
12710         (TARGET_LIB_PATH): Remove libstdc++.
12711         (ALL_GCC_CXX): Remove libstdc++.
12712         (all-target-gperf): Correct.
12714 2001-02-16  Nick Clifton  <nickc@redhat.com>
12716         * configure.in (noconfigdirs): Allow configuration of texinfo
12717         for Cygwin hosts.
12719 2001-02-15  Anthony Green  <green@redhat.com>
12721         * configure: Introduce GCJ_FOR_TARGET.
12722         * configure.in: Ditto.
12723         * Makefile.in: Ditto.
12725 2001-02-13  Andreas Schwab  <schwab@suse.de>
12727         * MAINTAINERS: Update mail address.
12729 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12731         * config.guess: Add linux target for S/390.
12732         * config.sub: Likewise.
12734 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
12736         * configure.in: for *-chorusos, don't config target-newlib and
12737         target-libgloss.
12739 2001-02-06  Ben Elliston  <bje@redhat.com>
12741         * configure: Output host type to stdout, not stderr.
12743 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
12745         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12746         * ltcf-cxx.sh: Likewise.
12748         * config.if: Assume enable_libstdcxx_v3 is defined.
12750 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
12752         Remove V2 C++ library.
12753         * configure.in: Remove --enable-libstdcxx_v3 support.
12755 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
12757         * include/demangle.h: Add prototype for java_demangle_v3.
12759 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
12761         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
12763 2001-01-27  Richard Henderson  <rth@redhat.com>
12765         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12767 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12769         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12770         Don't unset, it's non-portable and no longer necessary, set to empty
12771         instead.
12773 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12775         * ltconfig: Shell portability fix for the tagname validity check.
12777 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
12779         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12780         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12782 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12784         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12786 2001-01-26  Tom Tromey  <tromey@redhat.com>
12788         * configure.in: Allow libgcj to be built on Sparc Solaris.
12790 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
12792         * ltcf-c.sh: Add aix5 case.
12793         * ltcf-cxx.sh: Likewise.
12794         * ltconfig: Likewise.
12796 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
12798         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12799         keep at least one of build_libtool_libs or build_old_libs set to
12800         yes.
12802         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12803         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12805 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
12807         * configure.in: Enable libgcj on several additional platforms.
12809 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
12811         * configure.in: Enable libgcj for linux targets.
12813 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12815         * MAINTAINERS (Write After Approval): Add myself.
12817 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12819         * MAINTAINERS: Add myself as vax port maintainer.
12821 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
12823         * MAINTAINERS: Add myself as Mercury front-end maintainer.
12825 2001-01-09  Mike Stump  <mrs@wrs.com>
12827         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12828         failures of subdirectories.
12830 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12832         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12833         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12834         * ltcf-cxx.sh: Likewise.
12835         * ltcf-gcj.sh: Likewise.
12836         * ltconfig.sh: Fix typo.
12838 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12840         * configure: handle DOS-style absolute paths.
12842 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12844         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12846 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
12848         * MAINTAINERS: Add myself as avr port co-maintainer.
12850 2000-12-28  Ben Elliston  <bje@redhat.com>
12852         * MAINTAINERS: Add myself under ``Write After Approval''.
12854 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12856         * texinfo: Remove directory from GCC.
12858 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12860         * COPYING: Update to current
12861         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12862         to 19yy as example year in copyright notice).
12864 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
12866         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12867         (libstdcxx_incdir): Pass down.
12868         * config.if: Remove expired bits for cxx_interface, add stub.
12869         (libstdcxx_incdir): Add variable for g++ include directory.
12870         * configure.in (gxx_include_dir): Use it.
12872 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12874         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12875         with old-email address from ``Write After Approval''.
12877 2000-12-15  Andreas Jaeger  <aj@suse.de>
12879         * configure.in: Handle lang_dirs.
12881 2000-12-14  Tom Tromey  <tromey@redhat.com>
12883         * MAINTAINERS: Removed brads.
12885         * MAINTAINERS: Added gcj developers.
12887 2000-12-13  Anthony Green  <green@redhat.com>
12889         * configure.in: Disable libgcj for any target not specifically
12890         listed.  Disable libgcj for x86 and Alpha Linux until compatible
12891         with g++ abi.
12893 2000-12-13  Mike Stump  <mrs@wrs.com>
12895         * Makefile.in (local-distclean): Also remove fastjar.
12897 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12899         * contrib/gcc_update: Add fastjar --touch entries.
12901 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12903         * configure.in: Disable language-specific target libraries for
12904         languages that aren't enabled.
12906 2000-12-10  Anthony Green  <green@redhat.com>
12908         * configure.in: Define libgcj.  Disable libgcj target libraries for
12909         most targets.
12911 2000-12-10  Neil Booth  <neilb@earthling.net>
12913         * MAINTAINERS: Update mail address, remove from WAA list.
12915 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12917         * libjava: Imported from /cvs/java.
12918         * libffi: Likewise.
12919         * Boehm-gc: Likewise.
12921 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12923         * configure.in (target_libs): Revert 2000-12-08 patch.
12924         (noconfigdirs): Added target-libjava.
12926 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12928         * djunpack.bat: removed.
12930 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12932         * Makefile.in: handle DOS-style absolute paths.
12933         * config-ml.in: likewise.
12934         * symlink-tree: likewise.
12936 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12938         * fastjar: Imported.
12940 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12942         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12943         libjava.
12944         * configure.in (target_libs): Removed `target-libjava'.
12946 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12948         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12949         (ALL_MODULES): Added fastjar.
12950         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12951         (all-target-libjava): all-fastjar replaces all-zip.
12952         (all-fastjar): Added.
12953         (configure-target-fastjar, all-target-fastjar): Likewise.
12954         * configure.in (host_tools): Added fastjar.
12956 2000-12-07  Mike Stump  <mrs@wrs.com>
12958         * Makefile.in (local-distclean): Remove leftover built files.
12960 2000-11-24  Nick Clifton  <nickc@redhat.com>
12962         * configure.in (xscale-elf): Add target.
12963         (xscale-coff): Add target.
12965 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12967         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12968         recent versions of FreeBSD (release 3 or later).
12969         * ltconfig: On FreeBSD, -lc must not be provided when building
12970         a shared library or else the standard -pthread gcc option is
12971         rendered worthless to later users of the built library.
12973 2000-11-16  Fred Fish  <fnf@be.com>
12975         * configure.in (enable_libstdcxx_v3): Fix typo,
12976         libstd++ -> libstdc++.
12978 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12980         * MAINTAINERS: Add self to Write After Approval list.
12982 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12984         * MAINTAINERS: Update my email address.  Add myself to global write
12985         privs list.
12987 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12989         * Makefile.in: Merge with src and libgcj.
12990         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
12991         configure-target-<library> when their configure scripts need the C
12992         or C++ library to have already been built to work properly.
12993         (do_proto_toplev): Set them to an empty string.
12995         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12996         (REALLY_SET_LIB_PATH): Use them.
12998 2000-11-17  Stan Shebs  <shebs@apple.com>
13000         * MAINTAINERS: Add self to Write After Approval list.
13002 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13004         * configure: Provide the original toplevel configure arguments
13005         (including $0) to subprocesses in the environment rather than
13006         through gcc/configargs.h.
13008 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13010         * MAINTAINERS: Remove references to cccp. Change C9X reference to
13011         C99.  Alphabetise "Write After Approval" list.
13013 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
13015         * configure: Turn on libstdc++ V3 by default.
13017         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13018         if we've got GCC.
13020 2000-11-11  Philip Blundell  <philb@gnu.org>
13022         * MAINTAINERS: Add self to Write After Approval list.
13024 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
13026         * ltcf-c.sh (aix4): Improve shared library configuration; require
13027         exporting symbols.
13028         * ltcf-cxx.sh (aix4): Define.
13029         * ltconfig (aix4): Define library and soname specs appropriate for
13030         AIX.  Define command to create export symbols list.
13032 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
13034         * config.sub: Add support for Sun Chorus
13036 2000-10-31  Nick Clifton  <nickc@redhat.com>
13038         * MAINTAINERS: Rename <name>@cygnus.com addresses to
13039         <name>@redhat.com.  Also installed new email address for Clint
13040         Popetz.
13042 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
13044         * etc: Remove directory from GCC.
13046 2000-10-16  Michael Meissner  <meissner@redhat.com>
13048         * configure (gcc/configargs.h): Only create if there is a build GCC
13049         directory created.
13051 2000-10-16  Matthias Klose  <doko@debian.org>
13053         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
13054         when configured for libstdc++-v3.
13056 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
13058         * configure: Save configure arguments to gcc/configargs.h.
13060 2000-10-04  Philipp Thomas  <pthomas@suse.de>
13062         * config.guess: Import CVS version 1.157.
13063         * config.sub: Import CVS version 1.181.
13065 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
13067         * Makefile.in (bootstrap): avoid recursion if subdir missing
13068         (cross): ditto
13069         (do-proto-toplev): ditto
13071 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
13073         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13074         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13076         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13077         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
13078         all affected `configure' scripts.
13080 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
13082         * MAINTAINERS: Add self as cpplib co-maintainer.
13084 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
13086         * MAINTAINERS: Add self to Write After Approval list.
13088 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13090         * INSTALL/README: egcs -> GCC update.
13092 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
13094         * MAINTAINERS: Add myself to Write After Approval list.
13096 2000-09-15  Kazu Hirata  <kazu@hxi.com>
13098         * MAINTAINERS: Add myself to Write After Approval list.
13100 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
13102         * configure.in: Do not build byacc for hppa64.  Provide paths to the
13103         X11 libraries for hppa64.
13105 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13107         * MAINTAINERS: Add myself as 68hc11 port maintainer.
13109 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
13111         * Makefile.in (all-zlib): Added dummy target.
13113         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13114         ltcf-gcj.sh: Updated from libtool multi-language branch.
13116 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
13118         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13119         (bootstrap*): Depend on all-bootstrap.
13121 2000-09-05  Philipp Thomas  <pthomas@suse.de>
13123         * config.guess: Import CVS version 1.156.
13124         * config.sub: Import CVS version 1.179.
13126 2000-09-02  Anthony Green  <green@cygnus.com>
13128         * Makefile.in (all-gcc): Depend on all-zlib.
13129         (CLEAN_MODULES): Add clean-zlib.
13130         (ALL_MODULES): Add all-zlib.
13131         * configure.in (host_libs): Add zlib.
13133 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
13135         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13136         crosses, but add gcc/include to the header search path for them.
13138 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
13140         * MAINTAINERS: Add self to Write After Approval list.
13142 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13144         * config.guess: Import CVS version 1.152.
13145         * config.sub: Import CVS version 1.177.
13147 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
13149         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13150         $targargs to tell whether newlib is going to be built.
13152         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13153         $$r/TARGET_SUBDIR/libio for _G_config.h.
13155 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
13157         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13159 2000-08-22  DJ Delorie  <dj@redhat.com>
13161         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13163 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
13165         * config-ml.in (CC, CXX): Avoid trailing whitespace.
13166         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13167         sub-configures.
13169 2000-08-21  DJ Delorie  <dj@redhat.com>
13171         * MAINTAINERS: Add self as a libiberty maintainer
13173 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
13175         * configure.in (libstdcxx_flags): Use
13176         libstdc++-v3/src/libstdc++.INC.
13178 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
13180         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13182 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
13184         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13186         * configure: Make enable_threads and enable_shared defaults
13187         explicit.  Substitute enable_threads into generated Makefiles.
13188         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13189         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13191 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13193         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13195 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
13197         * config-ml.in (CC): Remove bogus duplicate quotation mark from
13198         previous delta.
13200 2000-08-11  Jason Merrill  <jason@redhat.com>
13202         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13203         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13204         (FLAGS_FOR_TARGET): Not here.
13205         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13207 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
13209         * config-ml.in (CC, CXX): Don't introduce a leading space.
13211 2000-08-07  DJ Delorie  <dj@delorie.com>
13213         * MAINTAINERS: Add self as a DJGPP maintainer
13215 2000-08-07  DJ Delorie  <dj@redhat.com>
13217         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13218         "if we're also building gcc, and it's a gcc that will run on the
13219         build machine, we want to use its includes instead of the system's
13220         default includes".
13222 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13224         * MAINTAINERS: Add self to Write After Approval list.
13226 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
13228         * configure.in (libstdcxx_flags): Don't use `"'.
13230         * config-ml.in: Adjust multilib search paths to the
13231         appropriate multilib tree.
13233 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
13235         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13236         commas in $LANGUAGES.
13238 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
13240         * configure.in: Re-enable all references to libg++ and librx.
13242 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
13244         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13245         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
13246         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13247         * ltcf-cxx.sh (need_lc): Set based on postdeps.
13249         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13251 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
13253         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13254         CXX_FOR_TARGET for sed.
13256 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
13258         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13259         Do not override if already set in the environment or in configure.
13260         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13261         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13263 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
13265         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13266         the libtool CVS tree multi-language branch.
13267         * ltconfig, ltmain.sh: Updated.
13269 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13271         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13272         (clean-target): Depend on it.
13274         * Makefile.in (FLAGS_FOR_TARGET): New macro.
13275         (GCC_FOR_TARGET): Use it.
13276         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13277         * configure.in: ... here.
13278         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
13279         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13281 2000-07-24  Eric Christopher  <echristo@cygnus.com>
13283         * MAINTAINERS: Add self to Write After Approval list.
13285 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
13287         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13288         (configure-target-libchill, configure-target-libobjc): Likewise.
13290         * configure.in: Use the same cache file for all target libs.
13291         * config-ml.in: But different cache files per multilib variant.
13293 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13295         * configure (topsrcdir): Don't use dirname.
13297 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13299         * MAINTAINERS: Add self to Write After Approval list.
13301 2000-07-20  Jason Merrill  <jason@redhat.com>
13303         * configure.in: Remove all references to libg++ and librx.
13305         * configure, configure.in, Makefile.in: Unify gcc and binutils.
13307 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
13309         * config.sub: Update to subversions version 2000-07-06.
13311 2000-07-12  Andrew Haley  <aph@cygnus.com>
13313         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13314         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13316 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
13318         * symlink-tree:  Check number of arguments.
13320 2000-07-05  Jim Wilson  <wilson@cygnus.com>
13322         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13323         search path for a g++ extracted from the build tree.  This
13324         will allow link tests run by configure scripts in
13325         subdirectories to succeed.
13327 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
13329         * ltconfig: Add support for mips-dde-sysv4.2MP
13331 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13333         * MAINTAINERS: Add myself as loop discovery maintainer.
13335 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
13337         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13338         `os2'. Force ac_cv_exeext to be ".exe" in that case.
13340 2000-06-19  Timothy Wall  <twall@cygnus.com>
13342         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13343         * config.sub: Add tic54x target.
13345 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13347         * MAINTAINERS: Add self as Fortran maintainer,
13348         remove Craig Burley.
13350 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13352         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13353         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13355 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
13357         * MAINTAINERS: Add self as i18n maintainer
13359 20000-05-21  H.J. Lu  (hjl@gnu.org)
13361         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13362         directory are used if they exist. Make sure
13363         $(build_tooldir)/include is searched for header files,
13364         $(build_tooldir)/lib/ for library files.
13365         (GCC_FOR_TARGET): Likewise.
13366         (CXX_FOR_TARGET): Likewise.
13368 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
13370         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13372 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
13374         * Makefile.in (configure-target-libiberty): Depend on
13375         configure-target-newlib.
13377 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
13379         * configure.in, Makefile.in: Merge all libffi-related
13380         configury stuff from the libgcj tree.
13382 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13384         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13385         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13387 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13389         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13390         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13391         current version information.  Add to proto-toplev directory.
13392         (gdb-taz): Build do-djunpack.
13394 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
13396         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13398 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13400         * MAINTAINERS: Add self to Write After Approval list.
13402 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13404         * ltmain.sh: Preserve in relink_command any environment
13405         variables that may affect the linker behavior.
13407 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
13409         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13411 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
13413         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13415 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13417         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13418         with the version name.
13420 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
13422         * MAINTAINERS: Add self as bb-reorder maintainer.
13424 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
13426         * config.if: Tweak.
13428 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
13430         * djunpack.bat: New file.
13432 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13434         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13435         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13436         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13437         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13439 2000-04-16  Dave Pitts  <dpitts@cozx.com>
13441         * config.sub (case $basic_machine): Change default for "ibm-*"
13442         to "openedition".
13444 2000-04-13  Andreas Jaeger  <aj@suse.de>
13446         * MAINTAINERS: Added myself.
13448 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13450         * Makefile.in (gdb-taz): New target.  GDB specific archive.
13451         (do-md5sum): New target.
13452         (MD5PROG): Define.
13453         (PACKAGE): Default to TOOL.
13454         (VER): Default to a shell script.
13455         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
13456         md5 checksum generation.
13457         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13458         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13459         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13460         insight.tar.bz2): Use gdb-taz to create archive.
13462 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13464         * configure (warn_cflags): Delete.
13466 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
13468         * MAINTAINERS: Added myself.
13470 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
13471             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
13473         * configure.in (enable_libstdcxx_v3): Add.
13474         (target_libs): Add bits here to switch between libstdc++-v2 and
13475         libstdc++-v3.
13476         * config.if: And this file too.
13477         * Makefile.in: Add libstdc++-v3 targets.
13479 2000-04-05  Michael Meissner  <meissner@redhat.com>
13481         * config.sub (d30v): Add d30v as a basic machine type.
13483 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
13485         * configure.in: -linux-gnu*, not -linux-gnu.
13487 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13489         * MAINTAINERS: Add self in write-after-approval section.
13491 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
13493         * MAINTAINERS: Add self as ia64 port maintainer.
13495 2000-03-08  Neil Booth  <NeilB@earthling.net>
13497         * MAINTAINERS: Add self in write-after-approval section.
13499 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13501         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13502         (do-tar-bz2): Replace TOOL with PACKAGE.
13503         (gdb.tar.bz2): Remove GDBTK from GDB package.
13504         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13505         dejagnu.tar.bz2): New packages.
13507 2000-02-27  Andreas Jaeger  <aj@suse.de>
13509         * configure.in: Add entry for mips*-*-linux*, move catch all
13510         *-*-*linux* entry below this one.
13512 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
13514         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13516 2000-02-24  Nick Clifton  <nickc@cygnus.com>
13518         * config.sub: Support an OS of "wince".
13520 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13522         * config.guess, config.sub: Updated to match config's 2000-02-15
13523         version.
13525 2000-02-23  Linas Vepstas  <linas@linas.org>
13527         * config.sub: Add support for Linux/IBM 370.
13528         * configure.in: Likewise.
13530 2000-02-22  Nick Clifton  <nickc@cygnus.com>
13532         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13534 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
13536         * config.guess: Guess "cygwin" rather than "cygwin32".
13538 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13540         * configure (gcc_version): When setting, narrow search to
13541         lines containing `version_string'.
13543 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13545         * config.sub: Add support for avr target.
13547 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13549         * MAINTAINERS: Add maintainers for MCore port.
13551 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13553         * config.sub: Add mmix-knuth-mmixware.
13555 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13557         * MAINTAINERS: Pair cccp with cpplib maintainership.
13559 2000-01-27  Christopher Faylor  <cgf@redhat.com>
13561         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13562         structure stuff to -L library search.
13563         (CXX_FOR_TARGET): Ditto.
13564         (CROSS_CHECK_MODULES): Fix spelling mistake.
13566 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13568         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13569         the C++ compiler.
13571 2000-01-12  Richard Henderson  <rth@cygnus.com>
13573         * configure.in: Don't build some bits for beos.
13575 2000-01-12  Joel Sherrill (joel@OARcorp.com)
13577         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13578         as include files.
13580 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
13582         * Add self as cpplib maintainer, as requested by Jason
13583         Merrill.  Correct my e-mail address.
13585 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
13587         * configure.in: Use mt-aix43 to handle *_TARGET defs,
13588         not mh-aix43.
13590 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
13592         * MAINTAINERS: Add myself to "write after approval" list.
13594 1999-12-14  Richard Henderson  <rth@cygnus.com>
13596         * config.guess (alpha-osf, alpha-linux): Detect ev67.
13597         * config.sub: Accept alphaev[78], alphaev8.
13599 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13601         * config.guess, config.sub: Update from autoconf.
13603 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13605         * MAINTAINERS:  update my playtime e-address.
13607 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13609         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13610         necessary libraries are missing.
13612 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
13614         * MAINTAINERS: Add new 'write after approval' maintainer.
13616 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13618         * MAINTAINERS: Add new Java maintainer.
13620 1999-10-25  Andreas Schwab  <schwab@suse.de>
13622         * configure: Fix quoting inside arguments of eval.
13624 1999-10-21  Nick Clifton  <nickc@cygnus.com>
13626         * config-ml.in: Allow suppression of some ARM multilibs.
13628 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
13630         * config.guess: Add OS/390 match pattern.
13631         * config.sub: Add mvs, openedition targets.
13632         * configure.in (i370-ibm-opened*): New.
13634 1999-09-04  Steve Chamberlain  <sac@pobox.com>
13636         * config.sub: Add support for configuring for pj.
13638 1999-08-31  Nick Clifton  <nickc@cygnus.com>
13640         * config.sub (maybe_os): Add support for configuring for fr30.
13642 1999-08-25  Nick Clifton  <nickc@cygnus.com>
13644         * configure.in: Do not configure or build ld for AIX
13645         platforms.  ld is known to be broken on these platforms.
13647 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13649         * config-ml.in: Pass compiler flag corresponding to multidirs to
13650         subdir configures.
13652 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
13654         * Makefile.in (LDFLAGS): Define.
13656 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
13658         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13659         noconfigdirs.
13660         (*-*-cygwin*): Likewise.
13662 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
13664         * mkdep: New file.
13665         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13666         (BINUTILS_SUPPORT_DIRS): Add mkdep.
13668         From Eli Zaretskii <eliz@is.elta.co.il>:
13669         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13670         long file name when using DJGPP on MS-DOS.
13672 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
13674         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13676 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
13678         * Makefile.in (check-target-libio): Remove all-target-libstdc++
13679         dependency as this causes "make check" to globally "make all"
13681 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
13683         * configure.in (target_libs): Added target-zlib.
13684         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13685         (CONFIGURE_TARGET_MODULES): Likewise.
13686         (CHECK_TARGET_MODULES): Likewise.
13687         (INSTALL_TARGET_MODULES): Likewise.
13688         (CLEAN_TARGET_MODULES): Likewise.
13689         (configure-target-zlib): New target.
13690         (all-target-zlib): Likewise.
13691         (all-target-libjava): Depend on all-target-zlib.
13692         (configure-target-libjava): Depend on configure-target-zlib.
13694         * Makefile.in (configure-target-libjava): Depend on
13695         configure-target-newlib.
13696         (configure-target-boehm-gc): New target.
13697         (configure-target-qthreads): New target.
13699         * configure.in (target_libs): Added target-qthreads.
13700         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13701         (CONFIGURE_TARGET_MODULES): Likewise.
13702         (CHECK_TARGET_MODULES): Likewise.
13703         (INSTALL_TARGET_MODULES): Likewise.
13704         (CLEAN_TARGET_MODULES): Likewise.
13705         (all-target-qthreads): New target.
13706         (configure-target-libjava): Depend on configure-target-qthreads.
13707         (all-target-libjava): Depend on all-target-qthreads.
13709         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13710         (CONFIGURE_TARGET_MODULES): Likewise.
13711         (CHECK_TARGET_MODULES): Likewise.
13712         (INSTALL_TARGET_MODULES): Likewise.
13713         (CLEAN_TARGET_MODULES): Likewise.
13714         (all-target-libjava): New target.
13715         (all-target-boehm-gc): Likewise.
13716         * configure.in (target_libs): Added libjava, boehm-gc.
13718 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
13720         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13721         configure.bat in SUPPORT_FILES.
13722         (gas+binutils.tar.bz2): Likewise.
13724         * makeall.bat: Remove; obsolete.
13726 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
13728         From Mark Elbrecht:
13729         * configure.bat: Remove; obsolete.
13731 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
13733         * configure: Add -W -Wall to the default CFLAGS when compiling with
13734         gcc.
13736 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
13738         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13740 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
13742         * configure.in: Build ld on IRIX6.
13744 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
13746         * Makefile.in: Change distribution targets to use bzip2 instead of
13747         gzip.
13748         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13749         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13751 1999-06-04  Nick Clifton  <nickc@cygnus.com>
13753         * config.sub: Add mcore target.
13755 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
13757         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13759 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
13761         * config.guess (dummy): Changed to $dummy.
13763 1999-05-24  Nick Clifton  <nickc@cygnus.com>
13765         * config.sub: Tidied up case statements.
13767 1999-05-22  Ben Elliston  <bje@cygnus.com>
13769         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13770         <jiro@din.or.jp>.
13772         * config.guess: Merge with FSF version. Future changes will be
13773         more accurately recorded in this ChangeLog.
13774         * config.sub: Likewise.
13776 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
13778          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13780 1999-04-30  Tom Tromey  <tromey@cygnus.com>
13782         * ltmain.sh: [mode link] Always use CC given by ltconfig.
13784 1999-04-23  Tom Tromey  <tromey@cygnus.com>
13786         * ltconfig, ltmain.sh: Update to libtool 1.2f.
13788 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
13790         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13791         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13792         Bad merge removed these two changes.
13794 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
13795                           Martin Heller (Ing.-Buero_Heller@t-online.de)
13797         * config.guess (interix Alpha): Add.
13799 1999-04-11  Richard Henderson  <rth@cygnus.com>
13801         * configure.in (i?86-*-beos*): Do config gperf; don't config
13802         gdb, newlib, or libgloss.
13804 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
13806         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13807         link a trivial program with -mabi=64.  If it fails, remove mabi=64
13808         from multidirs.
13810 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
13812         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13814 1999-04-08  Nick Clifton  <nickc@cygnus.com>
13816         * config.sub: Add support for mcore targets.
13818 1999-04-07  Michael Meissner  <meissner@cygnus.com>
13820         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13821         not mt-ospace, in order to shut up assembler warning about using
13822         symbols that are named the same as registers.
13824 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
13826         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13827         dependency list for all-target-cygmon.
13829 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
13831         * config-ml.in: Check $host, not $target, for selective multilibs.
13832         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13833         thumb interworking, and underscore prefix multilibs.
13835 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
13837         * missing: Update to version from current automake.
13839 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
13841         * configure (gxx_include_dir): Removed.
13843         * configure.in (gxx_include_dir): Handle it.
13844         * Makefile.in: Likewise.
13846 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
13848         * config.sub (mips64vr4111,mips64vr4111el) Add.
13850 1999-03-21  Ben Elliston  <bje@cygnus.com>
13852         * config.guess: Correct typo for detecting ELF on FreeBSD.
13854 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
13856         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13857         config/mh-djgpp.
13859 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
13861         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13862         all-target-newlib to dependency list for all-target-bsp.
13864 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13866         * config.sub: Add i386-uwin support.
13867         * config.guess: Likewise.
13869 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13871         * configure.in: cleanup, add mh-*pic handling for arm, special
13872         case powerpc*-*-aix*
13874 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13876         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13877         can be built.
13879 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13881         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13882         targets.
13884 1999-03-02  Nick Clifton  <nickc@cygnus.com>
13886         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13888 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13890         * config.sub: Check for "cygwin*" rather than "cygwin32*"
13892 1999-02-24  Nick Clifton  <nickc@cygnus.com>
13894         * config.sub: Fix typo in arm recognition.
13896 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13898         * configure.in (noconfigdirs): Changed target_configdirs to
13899         include target-bsp only for m68k-*-elf* and m68k-*-coff*
13900         rather than m68k-*-* since it is not known to work on
13901         m68k-aout. Ditto for arm-*-*oabi.
13903 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13905         * configure.in (*-*-windows*): Remove, no longer used.
13907 1999-02-19  Ben Elliston <bje@cygnus.com>
13909         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13910         Smart and improved by Andrew Cagney.
13912 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13914         * config.guess: Recognize openbsd-*-hppa.
13916 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13918         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13919         only if it is not empty.
13921 1999-02-17  Nick Clifton  <nickc@cygnus.com>
13923         Patch from: Scott Bambrough <scottb@corelcomputer.com>
13925         * config.guess: Modified to recognize uname's armv* syntax.
13927         * config.sub: Modified to recognize uname's armv* syntax.
13929 1999-02-17  Mark Salter  <msalter@cygnus.com>
13931         * configure.in: Added target-bsp for sparclite.
13933 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
13935         * config.sub: Recognize alphapca5[67] and up to alphaev8.
13937 1999-02-08  Nick Clifton  <nickc@cygnus.com>
13939         * configure.in: Add support for strongarm port.
13940         * config.sub: Add support for strongarm target.
13942 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13944         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13945         the old name config/mh-cygwin32.
13946         Enable texinfo.
13948 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
13950         * configure.in: Do build ld for ix86 Solaris.
13952 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
13954         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
13955         $AR_FOR_TARGET.  Likewise for RANLIB.
13957 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
13959         * config.sub (oabi):  Recognize.
13960         * configure.in (arm-*-oabi):  Handle.
13962 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
13964         * config.guess: Improve detection of i686 on UnixWare 7.
13966 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13968         * config.guess: Add support for i386-pc-interix.
13969         * config.sub: Likewise.
13970         * configure.in: Likewise.
13972 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13974         * Makefile.in: Remove unneeded all-target-libio from
13975         from all-target-winsup target since it is now unneeded.
13976         Add all-target-libtermcap in its place since it is now
13977         needed.
13979 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13981         * configure.in: makefile stub for cygwin target is probably
13982         unnecessary.  Remove it for now.
13984 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13986         * configure.in: libtermcap.a should be built when cygwin is the
13987         target as well as the host.
13988         * config.guess: Allow mixed case in cygwin uname output.
13989         * Makefile.in: Add libtermcap target.
13991 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
13993         * config.sub: Clean up handling of hppa2.0.
13995 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
13997         * config.guess: Use C code to identify more HP machines.
13999 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
14001         * config.sub: Handle hppa2.0.
14003 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
14005         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
14006         cygmon for all sparclite targets, regardless of object format.
14008 1998-12-15  Mark Salter  <msalter@cygnus.com>
14010         * configure.in: Added target-bsp for several target architectures.
14012         * Makefile.in: Added rules for bsp.
14014 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
14016         * config.guess: Improve detection of hppa2.0 processors.
14018 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
14020         * config.guess: Recognize FreeBSD using ELF automatically.
14022 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
14024         * configure (skip-this-dir): Add handling for new shell script, which
14025         might be created by a sub-directory's configure to indicate, this particular
14026         directory is "unwanted".
14027         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14029 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
14031         * ltconfig: import from libtool, after changing libtool to
14032         account for the cygwin name change.
14034 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
14036         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14037         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14039 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
14041         * configure.in: Add libtermcap to list of cygwin dependencies.
14043 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
14045         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14046         they include winsup/include when it's a cygwin target.
14048 1998-11-12  Tom Tromey  <tromey@cygnus.com>
14050         * configure.in (host_tools): Added zip.
14051         * Makefile.in (all-target-libjava): Depend on all-zip.
14052         (all-zip): New target.
14053         (ALL_MODULES): Added all-zip.
14054         (NATIVE_CHECK_MODULES): Added check-zip.
14055         (INSTALL_MODULES): Added install-zip.
14056         (CLEAN_MODULES): Added clean-zip.
14058 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
14060         * Makefile.in: lose "32" from comment about cygwin.
14062 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
14064         * configure.in: Use -Os to build target libraries for the fr30.
14066 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
14068         * config.sub: Add fr30.
14070 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
14072         * configure.in: drop "32" from config/mh-cygwin32.  Check
14073         cygwin* instead of cygwin32*.
14074         * config.sub: Check cygwin* instead of cygwin32*.
14076 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
14078         * config.guess: Match any version of Unixware7.
14080 1998-10-20  Syd Polk  <spolk@cygnus.com>
14082         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14083         if desired.
14085 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
14087         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14088         these if the appropriate directories and files to not exist.
14090 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
14092         * Makefile.in (DEVO_SUPPORT): Add config.if.
14094 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14096         * configure: Add pattern to replace "build_tooldir"'s
14097         definition in the generated Makefile with "tooldir"'s
14098         actual value.
14100 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
14102         * config.sub: Bring back lost sparcv9.
14104         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14106 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
14108         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14109         CC_FOR_TARGET and friends.
14111 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
14113         * Makefile.in (build_tooldir): New variable, same as tooldir.
14114         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14115         -B$(build_tooldir)/bin/.
14116         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14118 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14120         * README: Remove installation instructions and refer to the
14121         INSTALL directory instead.
14123 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
14125         * config.sub: Add support for i[34567]86-pc-udk.
14126         * configure.in: Likewise.
14128 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
14130         * Makefile.in: add bzip2 package building bits for user
14131         tools module
14132         * configure.in: ditto
14134 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
14136         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14137         (ALL_TARGET_MODULES): Add all-target-libobjc.
14138         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14139         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14140         (all-target-libchill): Add dependencies.
14141         * configure.in (target_libs): Add libchill.
14143 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
14145         * configure.in (target_subdir): Remove duplicate line.
14147 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
14149         * Makefile.in (all-automake): fix dependencies.
14151 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
14153         * configure.in: Minor cleanups for building in the $(target_alias)
14154         subdir.
14156 1998-09-22  Jim Wilson  <wilson@cygnus.com>
14158         * Makefile.in (bootstrap): Set r and s before make all.  Use
14159         BASE_FLAGS_TO_PASS in make all.
14160         (cross): Likewise.
14162 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
14164         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14166 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
14168         * config.sub: Fix typo in last change.
14170 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14172         * config.sub: Add support for C4x target.
14173         * configure.in: Likewise.
14175 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
14177         * config.sub: Recognize sparcv9 just like sparc64.
14179 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
14181         * config.guess: Match "Pent II" or "PentII" for OpenServer.
14183 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
14185         * config.guess: Correctly identify Pentium II sco boxes.
14187         * config.guess: Fix "tr" code.  From Weiwen Liu.
14189 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
14191         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14192         stabs.
14194 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
14196         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14197         (ALL_TARGET_MODULES): Add all-target-libchill.
14198         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14199         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14200         (all-target-libchill): Add dependencies.
14201         * configure.in (target_libs): Add libchill.
14203 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14205         * config.guess: Avoid assumptions about "tr" behaves when
14206         LANG is set to something other than English.
14208 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
14210         * configure (gxx_include_dir): Changed to
14211         '${prefix}/include/g++'-${libstdcxx_interface}.
14213         * config.if: New to determine the interfaces.
14215 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
14217         * config.guess: Detect and handle MPE/IX.
14218         * config.sub: Deal with MPE/IX.
14220 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
14222         * configure.in: Use mh-aix43.
14224 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
14226         * configure: Fix --without/--disable cases for gxx-include-dir.
14228 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
14230         * mdata-sh:  Imported.  Needed for automake support.
14232 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
14234         * Makefile.in (taz): Try "chmod -R og=u ." before
14235         "chmod og=u `find . -print`".
14237 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
14239         * configure.in: Add arm-elf and thumb-elf support.
14241 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
14243         * Makefile.in: Undo previous patch.
14245 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
14247         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14248         to here ...
14249         (install-no-fixedincludes): and here
14250         (INSTALL_MODULES): ... from here.
14252 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14254         * config.sub: Merge with FSF.
14256         * config.guess: Merge with FSF.
14258 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
14260         * configure (extraconfigdirs): New variable.
14261         (SUBDIRS): Add extraconfigdirs and recurse on them too.
14262         * Makefile.in (all): Move higher in file.
14263         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14264         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14265         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14266         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14267         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14269 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
14271         * Makefile.in (all-target-libjava): Depend on all-gcc and
14272         all-target-newlib.
14273         (configure-target-libjava): Depend on $(ALL_GCC).
14275 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
14277         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14278         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14280 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
14282         * INSTALL/README: Fix typo.
14284 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14286         * ylwrap: Change absolute path checks to check for DOS style path
14287         names.
14289         * ylwrap: Don't use a full path name if the source file is in the
14290         same directory.  From hjl@lucon.org (H.J. Lu).
14292         * config-ml.in: Default to being verbose, to match Feb 18 change to
14293         configure.
14295 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
14297         Brought over from egcs:
14299         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14301         * configure.in (target_subdir): Set to ${target_alias} instead
14302         of "libraries".
14304         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14306         * configure.in (target_subdir): Set to libraries if enable_multilib.
14308 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
14310         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14311         multilibs, force reconfiguration the first time we create
14312         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14314 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
14316         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14317         avoid confusion with --no-recursion.
14319 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
14321         * configure.in: Win32 hosts shouldn't use install -x
14322         * install-sh: remove -x option, and special .exe-handling
14323         hack.
14325 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
14327         * config.guess: Recognize i586-pc-beos.
14328         * configure.in: Don't build some bits for beos.
14330 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14332         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14333         CFLAGS default to -O2.
14335         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14336         when using GNU ld.
14338 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
14340         * ltmain.sh: Correct install when using a different shell.
14342 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14344         * ltconfig, ltmain.sh: Update to libtool 1.2b.
14346 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
14348         * makefile.vms: Update to build binutils/makefile.vms.  Add install
14349         target.
14351 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
14353         * ltconfig: Update to correct AIX handling.
14355 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14357         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14359         * configure.in (target_subdir): Set to ${target_alias} instead
14360         of "libraries".
14362 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
14364         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14365         (Makefile): Depend on $(gcc_version_trigger).
14367         * configure (gcc_version): Change default initializer to empty
14368         string.
14369         (gcc_version_trigger): New variable; pass this variable down
14370         to subdir configures to enable them checking gcc's version
14371         themselves. Emit make macros for both gcc_version vars.
14372         (topsrcdir): Initialize reliably.
14373         (recursion line): Remove --with-gcc-version=${gcc_version}.
14375 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14377         * configure (enable_version_specific_runtime_libs): Implement new flag
14378         --enable-version-specific-runtime-libs which installs C++ runtime stuff
14379         in $(libsubdir); emit definition in each generated Makefile.
14380         (gxx_include_dir): Initialize depending on
14381         $enable_version_specific_runtime_libs.
14383 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14385         * configure (gcc_version): Initialize properly depending on
14386         how and where configure is started.
14387         (recursion line): Pass a --with-gcc-version=${gcc_version}
14388         to configures in subdirs.
14390 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
14392         * configure.in (noconfigdirs): Add configure pattern for mips tx39
14393         cygmon
14395 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
14397         * configure.in: Add cygmon and libstub support for mn10200.
14399 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
14401         * configure (gcc_version): Add new variable describing the
14402         particular gcc version we're building.
14403         * Makefile.in (libsubdir): Add new macro for the directory
14404         in which the compiler finds executables, libraries, etc.
14405         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14406         and libsubdir.
14408 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14410         * Makefile.in (local-clean): Remove *.log.
14411         (warning.log): Built with warn_summary from build.log.
14412         (mail-report.log): Run test_summary.
14413         (mail-report-with-warnings.log): Run test_summary including
14414         warning.log in the report.
14416 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
14418         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14420 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
14422         * Makefile.in (grep): Grep no longer depends on libiberty.
14424 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
14426         * Makefile.in: all-snavigator needs all-libgui.
14428 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
14430         * configure.in: Add cygmon and libstub support for mn10300.
14432 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
14434         * missing: Update to version from automake 1.3.
14436         * ltmain.sh: On installation, don't get confused if the same name
14437         appears more than once in the list of library names.
14439 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14441         * config.sub: Accept m68060 and m5200 as CPU names.
14443 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
14445         * configure: Use && rather than using -a in test, because odd
14446         strings can confuse test.
14447         * configure.in: Likewise.
14449 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14451         * ltconfig, ltmain.sh: Bring in Visual C++ support.
14453 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14455         * Makefile.in (boostrap2-lean, bootstrap3-lean,
14456         bootstrap4-lean): New targets.
14458 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
14460         * mpw-* Delete.  Not used.
14462 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
14464         * COPYING.LIB: Update FSF address.
14466 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
14468         * ltconfig, ltmain.sh: Update to libtool 1.2a.
14470         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14471         GAS_SUPPORT_DIRS.
14473 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
14475         * ltconfig, ltmain.sh: Avoid producing a version number if
14476         -version-info was not used.
14478 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14480         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14481         building with newlib.
14483 1998-04-30  Paul Eggert  <eggert@twinsun.com>
14485         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14486         Solaris `make' causes it to continue to next definition.
14488 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14490         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14491         the right GUI libraries and files are installed along with GDB.
14493 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14495         * configure.in: Change alpha to alpha* in several places.
14497 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
14499         * config.sub: Recognize sparc86x.
14501 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
14503         * configure.in (--enable-target-optspace): Remove debug echo.
14505 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
14507         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14509 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14511         * ltconfig: Update cygwin32 support.
14513         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14514         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14515         (GDB_SUPPORT_DIRS): Likewise.
14517 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
14519         * configure.in (target_makefile_frag): If --enable-target-optspace,
14520         use -Os to compile target libraries rather than -O2.  Default to
14521         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14522         not used.
14523         * configure.in (target_cflags): Ditto for d30v.
14525 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
14527         * Makefile.in (all-bfd): Depend on all-intl.
14528         (all-binutils): Likewise.
14529         (all-gas): Likewise.
14530         (all-gprof): Likewise.
14531         (all-ld): Likewise.
14533 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14535         * configure.in (host_tools): Fix typo, lbtool -> libtool.
14537 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14539         * Makefile.in (all-bfd): Depend upon all-libiberty.
14541         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14543 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14545         * Makefile.in: Add libstub.
14547         * configure.in: Ditto. Build libstub for targets that have cygmon
14548         support.
14550 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14552         * configure.in: Don't set PICFLAG on ix86-cygwin32.
14554 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14556         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14557         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14559 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14561         * configure: Define DEFAULT_M4 by searching PATH.
14562         * Makfile.in: Use DEFAULT_M4.
14564 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14566         * ltconfig: Add cygwin32 support.
14568         * Makefile.in, configure.in: Add libtool as a native only directory
14569         to configure and build.
14571 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14573         * Makefile.in (INSTALL_MODULES): Remove texinfo.
14575 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
14577         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14579 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
14581         * Makefile.in: add ash make rules
14582         * configure.in: add ash to native_only and host_tools lists
14584 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
14586         * Makefile.in (all-gettext, all-intl): New targets.
14587         (ALL_MODULES): Added all-gettext, all-intl.
14588         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14589         (INSTALL_MODULES): Added install-gettext, install-intl.
14590         (CLEAN_MODULES): Added clean-gettext, clean-intl.
14592         * configure.in (host_tools): Added gettext.
14593         (native_only): Likewise.
14594         (noconfigdirs) [various cases]: Likewise.
14595         (host_libs): Added intl.
14597 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
14599         * configure: Do not disable building gdbtk for cygwin32 hosts.
14601 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
14603         * configure.in: Add thumb-coff target.
14604         * config.sub: Add thumb-coff target.
14606 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14608         * Makefile.in: Revert yesterday's change.
14609         (all-target-winsup):  all-target-librx stays out of here.
14611 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14613         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14614         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14615         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14616         Remove references to librx and libg++.
14618 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
14620         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14621         recursive makes
14623 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
14625         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14626         for newlib directory.
14627         (CXX_FOR_TARGET): Likewise.
14629 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
14631         * ltconfig: Update after libtool/ltconfig.in change for
14632         hpux11.
14634 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
14636         * ltconfig, ltmain.sh: Update to libtool 1.2.
14638 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14640         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14641         (install-gcc-cross): Instead, override LANGUAGES here.
14643 1998-03-18  Dave Love  <d.love@dl.ac.uk>
14645         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14646         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14648 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
14650         * configure.in: Add Thumb-pe target.
14652 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
14654         * Makefile.in - changed sn targets to snavigator
14655         * configure.in - changed sn targets to snavigator
14657 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14659         * config-ml.in: After building symlink tree call make distclean
14660         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14661         to be the case for libiberty.
14663 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
14665         * configure: When making link, also check the current
14666         directory. The configure scripts may create one.
14668 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
14670         * config.sub: Accept alphapca56 and alphaev6 properly.
14672 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14674         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14676 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14678         * config.sub (sco5): Fix typo.
14680 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
14682         * Makefile.in (INSTALL_MODULES): Move install-tcl before
14683         install-itcl.
14684         (install-itcl): Remove dependency on install-tcl.
14686 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
14688         * configure.in: Remove libgloss from noconfigdirs for MN10300.
14690 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
14692         * configure.in: Don't build libgui for a cygwin32 target when not on
14693         a cygwin32 host.
14695 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14697         * configure (redirect): Set to null, so default behavior of
14698         configure is now --verbose.
14700 1998-02-16  Dave Love  <d.love@dl.ac.uk>
14702         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14703         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14705 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
14707         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14708         this change to sync Makefile.in with its ChangeLog entries.
14710 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
14712         * ltmain.sh (mkdir): Check that the directory doesn't exist
14713         before we exit with error, so that we don't get races during
14714         parallel builds.
14716 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14718         * ltconfig, ltmain.sh: Update from libtool 1.0i.
14720 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14722         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14723         PICFLAG_FOR_TARGET.
14724         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14726         * configure: Emit a definition for the new macro enable_shared
14727         into each Makefile.
14729 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14731         * configure.in (host_tools, native_only): Add libtool.
14733 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
14735         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14736         Fix typo in ming config comment.
14738 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14740         * ltconfig, ltmain.sh: Update from libtool 1.0h.
14742 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
14744         * config.sub: Add tic30 cases, and map c30 to tic30.
14746 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
14748         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14749         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14750         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14751         (CLEAN_TARGET_MODULES): Similarly
14752         (all-target-libf2c): Add dependences.
14753         * configure.in (target_libs): Add libf2c.
14755 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
14757         * configure.in: Remove expect from noconfigdirs when target
14758         is cygwin32.  OK to build expect and dejagnu with Canadian
14759         Cross.
14761 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
14763         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14764         host.
14766         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14767         and mingw32.
14769 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14771         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14772         here as it is not defined in the toplevel Makefile.
14774 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14776         * configure (package_makefile_rules_frag): New variable, which names
14777         a file with generic rules, ...
14778         Change comment to mention we now have FIVE parts.
14779         * configure: Undo last change.
14781 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
14783         * config.guess: More accurate determination of HP processor types.
14784         * config.sub: More accurate determination of HP processor types.
14786 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14788         * configure (package_makefile_frag): Move inserting the
14789         ${package_makefile_frag} to where it should be according
14790         to the comment.
14792 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
14794         * config.guess: Add support for Linux/ARM.
14796 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
14798         * .cvsignore: Remove *-info and *-install since they match
14799         release-info and mpw-install, which we don't want to just ignore.
14801 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
14803         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14805 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
14807         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14808         local_prefix to sub-make invocations.
14810 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
14812         * configure.in: Check makefile fragments in the source
14813         directory.
14815 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14817         * configure.in: Check whether host and target makefile
14818         fragments exist before adding them to *_makefile_frag.
14820 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
14822         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14824 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
14826         * configure.in: Make sure we only replace RPATH_ENVVAR on
14827         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14828         regexp to sed.
14830         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14831         to sub-makes.
14833 1998-01-13  Lee Iverson   (leei@ai.sri.com)
14835         * config-ml.in (multi-do): LDFLAGS must include multilib
14836         designator.
14838 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
14840         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14842 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
14844         * config.sub: Add mingw32 support.
14845         * configure.in: Likewise.
14847 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14849         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14851 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
14853         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14854         * configure (gxx_include_dir): Provide a definition for subdirs
14855         which do not use autoconf.
14857 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
14859         * config.guess: Sync with egcs.  Picks up new alpha support,
14860         BeOS & some additional linux support.
14862 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
14864         * config.guess: HP 9000/803 is a PA1.1 machine.
14866 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14868         * configure.in: It's alpha*-...
14870 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14872         * configure.in (host_makefile_frag, target_makefile_frag):
14873         Handle multiple config files.
14874         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14875         alpha-*-*.
14877 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14879         * mkdep: New file.
14881 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14883         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14885 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14887         * Makefile.in: Add libgui directory.
14888         (GDB_TK): Add all-libgui.
14889         * configure.in: Add libgui directory.
14890         * configure: Add all-libgui to GDB_TK.
14892 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14894         * config-ml.in (multidirs): Add m32r to multilib list.
14896 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14898         * Makefile.in (all-target-gperf): Change dependency to
14899         all-target-libstdc++.
14901 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14903         * config.guess: Add BeOS support.
14905 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14907         Source directory cvs renamed to cvssrc:
14908         * configure.in (host_tools): Change cvs to cvssrc.
14909         (native_only): Likewise.
14910         (noconfigdirs) [various cases]: Likewise.
14911         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14912         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14913         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14914         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14915         (all-cvssrc): Rename target from all-cvs.
14917 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14919         * configure (gxx_include_dir): Fix thinko.
14921 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14923         * Makefile.in (INSTALL_TARGET_CROSS): Define.
14924         (install-cross, install-gcc-cross): New targets.
14926 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
14928         * configure.in (noconfigdirs): Add support for Thumb target.
14930         * config.sub (maybe_os): Add support for Thumb target.
14932 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
14934         * Makefile.in: Add rules for cygmon.
14936         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14938 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
14940         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14941         * configure (gxx_include_dir): Provide a definition for subdirs
14942         which do not use autoconf.
14944 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
14946         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14947         11/18/97 build
14949 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
14951         * From Franz Sirl.
14952         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14953         found on RedHat Linux systems.
14955 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
14957         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14958         guesses.
14960 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
14962         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14964 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14966         * ltmain.sh: If mkdir fails, check whether the directory was created
14967         anyhow by some other process.
14969 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14971         * configure.in (d30v-*-*): Configure all directories.
14973 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14975         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14976         for the D30V.
14978 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14980         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14982 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14984         * include/libiberty.h: Add extern "C" { so it can be used with C++
14985         progrms.
14986         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14987         programs.
14989 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
14991         * configure.in (d30v-*-*): Configure GCC now.
14993 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
14995         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14996         is no longer needed.
14998 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
15000         * Makefile.in: check-target-libio depends on all-target-libstdc++.
15002 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
15004         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
15005         targets using "$@" to provide support for similar but not identical
15006         targets without having to duplicate code.
15008 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
15010         * makefile.vms: Fix to work with DEC C.
15012 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
15014         * config.sub: Add mips-tx39-elf to marketing names.
15016 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
15018         * ltmain.sh: Handle symlinks in generated script.
15020 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
15022         * configure: Handle autoconf style directory options: --bindir,
15023         --datadir, --includedir, --infodir, --libdir, --libexecdir,
15024         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
15025         --sysconfdir.
15026         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15027         (sharedstatedir, localstatedir, oldincludedir): New variables.
15028         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15029         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15030         sbindir, sharedstatedir, and sysconfdir.
15032 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15034         * Makefile.in (bootstrap-lean): New target.
15036 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
15038         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
15039         sn, and gnuserv from noconfigdirs.
15041 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
15043         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15045 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
15047         * Makefile.in (cross): New target.
15049 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
15050                           Jeff Law         <law@cygnus.com>
15052         * Makefile.in (bootstrap2, bootstrap3): New targets.
15053         (all-bootstrap): Remove outdated and confusing target.
15054         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15056 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15058         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15059         windows.  Consistent with gdb/configure.
15061 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
15063         * configure.in: Name Linux target fragment.
15065         * configure: Rewrite so that project Makefile fragment is inserted
15066         first and appears last in the resulting Makefile.
15068 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15070         * Makefile.in (install-itcl): Install tcl first.
15072 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
15074         * configure.in: remove bison from noconfigdirs for Cygwin32 host
15076 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15078         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15080         * configure.in (skipdirs): Add target-librx for Linux.
15081         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15083 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
15085         * Makefile.in (bootstrap): New target.
15087 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
15089         * config.sub: Accept 'amigados' for backward compatibility.
15091 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
15093         * config.guess: Merge with FSF.
15095 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
15097         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15099 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
15101         * config.sub: Add "marketing-names" patch.
15103 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
15105         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15107 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
15109         * config.sub: Handle v850-elf.
15111 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
15113         * .cvsignore (*-install): Remove.
15115 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
15117         * ltconfig: Set CONFIG_SHELL in libtool.
15118         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15120 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15122         * configure.in (target_subdir): Set to libraries if enable_multilib.
15124 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
15126         * config.guess: Update from gcc directory.
15128 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15130         * Makefile.in (all-sim): Depends on all-readline.
15132 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
15134         * Makefile.in (BISON, YACC): Use $$s.
15135         (all-bison): Depend on all-texinfo.
15137 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
15139         * Makefile.in (BISON): Add -L flag.
15140         (YACC): Likewise.
15142 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15144         * configure.in (noconfigdirs): Add support for v850e target.
15146         * config.sub (maybe_os): Add support for v850e target.
15148 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15150         * configure.in (noconfigdirs): Add support for v850ea target.
15152         * config.sub (maybe_os): Add support for v850ea target.
15154 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
15156         * config.sub: Add mipstx39.  Delete r3900.
15158 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15160         * Makefile.in (all-autoconf): Depends on all-texinfo.
15162 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
15164         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15165         eabi targets.
15167 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
15169         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15171         * configure: When handling a Canadian Cross, handle YACC as well as
15172         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
15173         * Makefile.in (all-bison): Depend upon all-texinfo.
15175 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
15177         * Makefile.in (BISON): bison, not byacc or bison -y.
15178         (YACC): bison -y or byacc or yacc.
15179         (various): Add *-bison as appropriate.
15180         (taz): No need to mess with BISON anymore.
15182 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
15184         * configure: If OSTYPE matches *win32*, try to find a good value for
15185         CONFIG_SHELL.
15187 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
15189         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15190         configure.in if it is present.
15192 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
15194         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15196 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
15198         * config.sub: Recognize `arc' cpu.
15199         * configure.in: Likewise.
15200         * config-ml.in: Likewise.
15202 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
15204         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15206 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
15208         * configure: Changed sed delimiter from ':' to '|' when
15209         attempting to substitute ${config_shell} for SHELL. On
15210         NT ${config_shell} may contain a ':' in it.
15212 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
15214         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15216 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
15218         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15220 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15222         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15224         * ylwrap: If the program is a relative path, force it to be
15225         absolute.
15227 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15229         * configure (tooldir): Set BISON to `bison -y' and not just bison.
15231 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15233         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15234         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15235         for libraries.
15237 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
15239         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15240         separated by spaces.
15242 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
15244         * ylwrap: New file.
15245         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15247         * ltmain.sh: Handle /bin/sh at start of install program.
15249         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15251         * ltconfig, ltmain.sh: New files, from libtool 1.0.
15252         * missing: New file, from automake 1.2.
15254 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
15256         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
15257         check-tk to CHECK_X11_MODULES.
15259 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15261         * config.sub: Merge with FSF.
15263 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15265         * config.guess: Merge with FSF.
15267 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15269         * configure: Treat msdosdjgpp like go32.
15270         * configure.in: Likewise.  Don't remove gprof for go32.
15272         * configure: Change Makefile.tem2 to Makefile.tm2.
15274 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
15276         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15278 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15280         * install-sh (chmodcmd): Set to null if the DST directory already
15281         exists.  Same as Nov 11th change.
15283 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
15285         * configure (GDB_TK): Needs itcl and tix.
15287 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
15289         * config.guess: Update from FSF.
15291 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
15293         * Makefile.in (GDB_TK): Depend on itcl and tix.
15295 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15297         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15298         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15299         (INSTALL_SCRIPT): New variable.
15300         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15301         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15302         to -x.
15303         * install-sh: Add support for -x option.
15305 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
15307         * configure.in, Makefile.in: Treat tix like itcl.
15309 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
15311         * Makefile.in (WINDRES): New variable.
15312         (WINDRES_FOR_TARGET): New variable.
15313         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15314         (EXTRA_HOST_FLAGS): Add WINDRES.
15315         (EXTRA_TARGET_FLAGS): Add WINDRES.
15316         (EXTRA_GCC_FLAGS): Add WINDRES.
15317         ($(DO_X)): Pass down WINDRES.
15318         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15319         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15320         DLLTOOL_FOR_TARGET.
15322 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
15324         * configure.in: configure sim before gdb for win32-x-ppc
15326 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15328         Move gperf into the toplevel, from libg++.
15329         * configure.in (target_tools): Add target-gperf.
15330         (native_only): Add target-gperf.
15331         * Makefile.in (all-target-gperf): New target, depend on
15332         all-target-libg++.
15333         (configure-target-gperf): Empty rule.
15334         (ALL_TARGET_MODULES): Add all-target-gperf.
15335         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15336         (CHECK_TARGET_MODULES): Add check-target-gperf.
15337         (INSTALL_TARGET_MODULES): Add install-target-gperf.
15338         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15340 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
15342         * config.sub (mn10200): Recognize new basic machine.
15344 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15346         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15347         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15349 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15351         * configure.in: If we're building mips-sgi-irix6* native, turn on
15352         ENABLE_MULTILIB and set TARGET_SUBDIR.
15354 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
15356         * Makefile.in (all-sn): Depend on all-grep.
15358 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
15360         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15362         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15363         Makefile.  From Jeff Makey <jeff@cts.com>.
15364         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15366         * Makefile.in (DISTBISONFILES): Remove.
15367         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
15368         $(DEFAULT_YACC).
15370         * configure.in: Build itl, db, sn, etc., when building for native
15371         cygwin32.
15373         * Makefile.in (LD): New variable.
15374         (EXTRA_HOST_FLAGS): Pass down LD.
15375         ($(DO_X)): Likewise.
15377 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
15379         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15381 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
15383         * configure.in (targargs): Strip out any supplied --build argument
15384         before adding our own. Always add --build.
15386 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
15388         * configure.in (targargs): Pass --build if we're doing
15389         a cross-compile.
15391 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
15393         * configure: Use '|' instead of ":" as the separator in
15394         sed. Otherwise sed chokes on NT path names with drive
15395         designators. Also look for "?:*" as the leading characters in an
15396         absolute pathname.
15398 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
15400         * config.sub: Support for r3900.
15402 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15404         * configure.in: Use install-sh, not install.sh.
15406 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15408         * Makefile.in (taz): Improve check for BISON so it doesn't try to
15409         apply it twice.
15411 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15413         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15414         install-binutils.
15416 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
15418         * Makefile.in: Add automake targets.
15419         * configure.in (host_tools): Add automake.
15421 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15423         * configure: Default CXX to c++, not gcc.
15424         * Makefile.in (CXX): Set to c++, not gcc.
15425         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15427 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
15429         * install-sh: try appending a .exe if source file doesn't
15430         exist
15432 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
15434         * configure.in: Turn on multilib by default.
15435         (cross_only): Remove target-libiberty.
15437         * Makefile.in (all-gcc): Don't depend on libiberty.
15439 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
15441         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15443 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15445         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15446         (DISTBISONFILES): Add ld/Makefile.in
15448 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
15450         * configure.in: if target is cygwin32 but host isn't cygwin32,
15451         don't configure gdb tcl tk expect, not just gdb.
15453 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
15455         * configure.in: Added gnuserv everywhere sn appears.
15457         * Makefile.in (ALL_MODULES): Added all-gnuserv.
15458         (CROSS_CHECK_MODULES): Added check-gnuserv.
15459         (INSTALL_MODULES): Added install-gnuserv.
15460         (CLEAN_MODULES): Added clean-gnuserv.
15461         (all-gnuserv): New target.
15463 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
15465         * config.guess: Fixes for MIPS OpenBSD systems.
15467 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15469         * Makefile.in (INSTALL_XFORM): Remove.
15470         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15472         * mkinstalldirs: New file, copied from automake.
15473         * Makefile.in (installdirs): Rename from install-dirs.  Use
15474         mkinstalldirs.  Change all users.
15475         (DEVO_SUPPORT): Add mkinstalldirs.
15477 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15479         * install-sh: Rename from install.sh.
15480         * Makefile.in (INSTALL): Change install.sh to install-sh.
15481         (DEVO_SUPPORT): Likewise.
15483         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
15484         Graichen <graichen@rzpd.de>.
15486 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
15488         * config.guess: Recognize OpenBSD systems correctly.
15490 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15492         * README, Makefile.in (ETC_SUPPORT): Remove references to
15493         cfg-paper*, configure.{texi,man,info*}._
15495 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
15497         * Makefile.in (all.normal): Ensure that gcc is built after all
15498         the x11 - ie gdb - targets.
15500 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
15502         * makefile.vms: Don't run conf-a-gas.
15504 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
15506         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15508 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
15510         * configure.in: Remove noconfigdirs case since gdb also
15511         configures and builds for tic80-coff.
15513 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15515         * configure: Set cache_file to config.cache.
15516         * Makefile.in (local-distclean): Remove config.cache.
15518 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15520         * COPYING: Update FSF address.
15522 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
15524         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15525         noconfigdirs.
15527 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15529         * Makefile.in (install-dirs): Don't crash if prefix, and hence
15530         MAKEDIRS, is empty.
15532 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15534         * config.sub: Tweak mn10300 entry.
15536 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15538         * configure.in (host_tools): Put sim before gdb, so gdb's
15539         configure.tgt can determine if the simulator was configured.
15541 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15543         * config.sub: Move BeOS $os case to be with other Cygnus
15544         local cases.
15546 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15548         * config.sub: Remove misplaced comment that broke Linux.
15550 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15552         * config.sub: Add BeOS support.
15554 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15556         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15558 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15560         * configure.in (noconfigdirs): Remove tcl and tk from
15561         noconfigdirs for cygwin32 builds.
15563 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15565         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15567 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15569         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15570         make-all.com, use makefile.vms instead.
15572 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15574         * config.sub: Accept -lnews*.
15576 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
15578         * configure.in (noconfigdirs): Disable target-newlib,
15579         target-examples and target-libiberty for d30v.
15581 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15583         * configure.in (noconfigdirs): Enable ld for d30v.
15585 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
15587         * configure.in (tic80-*-*): Build compiler.
15589 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
15591         * configure.in (d30v-*): Remove sim directory from list of
15592         unsupported d30v directories
15594 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15596         * config.sub, configure.in: Add d30v target cpu.
15598 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
15600         * makefile.vms: New file.
15601         * make-all.com: Remove.
15603 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
15605         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15607 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
15609         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15611 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
15613         * Makefile.in (ALL_MODULES): Added all-db.
15614         (CROSS_CHECK_MODULES): Addec check-db.
15615         (INSTALL_MODULES): Added install-db.
15616         (CLEAN_MODULES): Added clean-db.
15618 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
15620         * config.guess: Merge with latest FSF sources.
15622 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
15624         * Makefile.in (ALL_MODULES): Added all-itcl.
15625         (CROSS_CHECK_MODULES): Added check-itcl.
15626         (INSTALL_MODULES): Added install-itcl.
15627         (CLEAN_MODULES): Added clean-itcl.
15629 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
15631         * configure.in: build gdb for mn10200
15633 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
15635         * Makefile.in (all-target-winsup): Depend on all-target-libio.
15637 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
15639         * configure.in (tic80-*-*): Turn off most targets right now.
15641 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
15643         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15644         rather than the makeinfo program.
15645         (do-info): Depend upon all-texinfo.
15647 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15649         * configure.in: Remove uses of config/mh-linux.
15651         * config.sub, config.guess: Merge with latest FSF sources.
15653 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
15655         * config.sub (case $basic_machine): Add tic80 entries.
15657 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
15659         * config.sub, config.guess: Merge with latest FSF sources.
15661 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15663         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15664         * mpw-config.in: Test for NewFolderRecursive.
15665         * mpw-install: Use symbolic name for startup filename.
15666         * mpw-README: Add various additional details.
15668 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
15670         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15672 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
15674         * configure.in: Do build gcc and the target libraries for
15675         the mn10200.
15677 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
15679         * configure.in: don't avoid building gdb for mn10300 any more
15680         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15681         instead of single-quoting it.
15683 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
15685         * configure.in: Don't use --with-stabs on IRIX 6.
15687 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
15689         * configure.in (m32r): Build gdb, libg++ now.
15691 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15693         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
15694         directories from noconfigdirs.
15696 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
15698         * config.sub (basic_machine): added mips16 configuration
15700 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15702         * config.sub: Handle d10v-unknown.
15704 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
15706         * config.sub: Handle v850-unknown.
15708 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
15710         * Makefile.in: add findutils
15711         * configure.in: add findutils to list of host_tools
15713 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
15715         * config.sub: Handle mn10200 and mn10300.
15717 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15719         * configure.in (d10v-*): Do not build librx.
15721 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
15723         * configure.in (mn10300): Build everything except gdb & libgloss.
15725 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
15727         * config.guess:  Patch for Dansk Data Elektronik servers,
15728         from Niels Skou Olsen <nso@dde.dk>.
15730         For ncr, use /bin/uname rather than uname, since GNU uname does not
15731         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
15733         Patch for MIPS R4000 running System V,
15734         from Eric S. Raymond <esr@snark.thyrsus.com>.
15736         Fix thinko for nextstep.
15738         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15740         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
15741         * config.guess: Guess mips-dec-mach_bsd4.3.
15743         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
15744         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
15745         release numbers.
15746         * config.guess (mips-mips-riscos*):  Emit just enough of the
15747         release number.
15749         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
15750         * config.guess (sparc-auspex-sunos*):  Added.
15751         (f300-fujitsu-*): Added.
15753         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
15754         * config.guess:  Recognize a Tadpole as a sparc.
15756 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15758         * config.guess: Don't assume that NextStep version is either 2 or
15759         3.  NextStep 4 (aka OpenStep 4) has come out now.
15761 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15763         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15764         From Rik Faith <faith@cs.unc.edu>.
15766 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
15768         * config.sub: Contributions from bug-gnu-utils to:
15769         Support plain "hppa" (no version given) architecture, reported by
15770         OpenStep.
15771         OpenBSD like NetBSD.
15772         LynxOs is not a hardware supplier.
15774         * config.guess: Contributions from bug-gnu-utils to add support for:
15775         OpenBSD like NetBSD.
15776         Stratus systems.
15777         More Pyramid systems.
15778         i[n>4]86 Intel chips.
15779         M680[n>4]0 Motorola chips.
15780         Use unknown instead of lynx for hardware manufacturer.
15782 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15784         * install.sh (chmodcmd): Set to null if the DST directory already
15785         exists.
15787 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15789         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15790         not use mt-ppc target Makefile fragment any more.
15792 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15794         * configure.in (*-*-windows):  Exclude everything but those dirs
15795         needed to build windows.
15797 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
15799         * Makefile.in (all-target-winsup): Depend on all-target-librx.
15801 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15803         * configure.in:  Exclude mmalloc from i386-windows.
15805 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15807         * Undo my previous change.
15809 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
15811         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15812         unconditionally.
15813         (MAKEOVERRIDES): Define (revert this part of October 18 change).
15815 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15817         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
15818         host to add it's own flags.
15820 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
15822         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15824 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
15826         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15827         (CXX_FOR_TARGET): Likewise.
15828         (GCC_FOR_TARGET): Define.
15829         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15830         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15831         CC_FOR_TARGET was specified on the command line.
15832         (MAKEOVERRIDES): Don't define.
15834 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
15836         * configure.in (m32r): Fix spelling of libg++ libs.
15838 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
15840         * config.sub (-apple*): Remove, now redundant.
15842 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
15844         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15846         * configure: Rework yesterday's sed script patch.
15848         * config.sub: Merge with FSF.
15850 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
15852         * config.guess:  Merge from FSF.
15854         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
15855         * config.guess: Use pc instead of unknown, for pc clone systems.
15856         Change linux to linux-gnu.
15858         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15859         * config.guess: Avoid non-portable tr syntax.
15861 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
15863         * test-build.mk (HOLES): Add "xargs" for gdb.
15865         * configure: Avoid hpux10.20 sed bug.
15867 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15869         * configure.in:  Add support for windows host
15870         (that is a build done under the Microsoft build environment).
15872 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15874         * Makefile.in: Replace all uses of srcroot with s, to shrink
15875         command line lengths.
15877         Patches from Geoffrey Noer <noer@cygnus.com>:
15878         * configure.in: If configuring for newlib, pass --with-newlib to
15879         subdirectories.
15880         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15881         -Bnewlib/ and -Lwinsup to gcc.
15882         (CXX_FOR_TARGET): Likewise.
15884 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15886         * Makefile.in (ETC_SUPPORT): Add configure.
15888 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15890         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15891         host configuration file.
15893 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15895         * configure.in: Break mn10x00 support into separate
15896         mn10200 and mn10300 configurations.
15897         * config.sub: Likewise.
15899 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15901         * configure.in: Add lots of stuff to noconfigdirs for
15902         the mn10x00 targets.
15904         * config.sub, configure.in: Add mn10x00 support.
15906 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15908         * make-all.com: Call conf-a-gas, not config-a-gas.
15910 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15912         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15913         targets.
15915 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15917         * mpw-README: Add much more detail for native PowerMac.
15918         * mpw-install: New file.
15919         * mpw-configure: Add --norecursion and --help options.
15920         * mpw-config.in: Translate readme and install files when
15921         copying to objdir.
15922         * mpw-build.in: Don't always depend on byacc and flex.
15923         (install-only-top): New action.
15925 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
15927         * configure.in:  You can now configure GDB for the v850.
15929 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
15931         * configure.in (noconfigdirs): Don't configure any C++ dirs
15932         if targeting D10V.
15934 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15936         * config.sub: Recognize mips64vr5000.
15938 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
15940         * configure.in: Use a single line for host_tools and native_only.
15942 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
15944         * config.sub, configure.in: Add entries for m32r.
15946 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
15948         * Makefile.in (inet-install): Don't run install-gzip.
15950 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
15952         * configure.in:  Don't config lots of things for *-*-windows*.
15954 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
15956         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15957         (host_libs, host_tools): Copy from configure.in.
15958         * mpw-configure: Don't complain about directories not found.
15960 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15962         * configure.in (i[345]86): Recognize i686 for pentium pro.
15963         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15964         file.
15966         * config.guess (i[345]86): Ditto.
15968 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15970         * configure.in (noconfigdirs): Removed gdb for D10V.
15972 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15974         * configure.in: Remove ld, target-libio, target-libg++, and
15975         target-libstdc++ from noconfigdirs.
15977 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15979         * configure: Fix three locations where shell scripts were
15980         being run directly rather than with config_shell.
15982 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15984         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15985         * config.sub (basic_machine): Recognize v850.
15987 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15989         * mpw-configure: Handle multiple enable/disable options and
15990         pass them down recursively, handle -c and -s flags appropriately
15991         depending on choice of compiler, add escape mechanism for
15992         quoted arguments to gC.
15994 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15996         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15997         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15998         so that -mrelocatable-lib and -mno-eabi are used.
16000         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
16001         not support --print-multi-lib, don't abort.
16003 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
16005         * make-all.com: Run config-a-gas.
16006         * setup.com: Don't copy subdirectory files around.
16008 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
16010         * configure.in (*-*-ose): Remove exclusion of libgloss for this
16011         target, it now compiles correctly.
16013 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
16015         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
16017 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16019         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16021 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16023         * configure.in (native_only): Add prms.
16025 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
16027         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16028         (BINUTILS_SUPPORT_DIRS): Likewise.
16030 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16032         * configure.in (d10v-*-*): Don't configure ld or gdb until the
16033         d10v support is added.
16035 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16037         * configure.in (d10v-*-*): New target.
16039 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
16041         * config.guess (HP 9000/811): Recognize this as a PA1.1
16042         machine.
16044 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
16046         * Makefile.in (do-tar-gz): New target, split out from tail end of
16047         taz target.  Run each command separately, don't use pipes.
16048         (taz): Use it.
16050 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
16052         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
16053         * mpw-build.in: No builds should depend on building byacc or flex,
16054         they are assumed to be installed already.
16056 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16058         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16059         variable that CC_FOR_TARGET needs.
16061 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16063         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16064         options have changed since the last time the subdirectory was
16065         configured, and if it has, reconfigure.
16066         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16067         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16069 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
16071         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16072         CLEAN_MODULES): Add bash.
16073         (all-bash): New target.
16075 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
16077         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16079 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16081         * config.sub (basic_machine): Recognize d10v as a valid processor.
16083 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
16085         * mpw-configure: Add support for --bindir.
16086         * mpw-build.in: Use a GCC-specific build script for GCC actions.
16088 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
16090         * configure.in: add bash, time, gawk to list of hosttools and things
16091         to only build for native toolchains
16093 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16095         * Makefile.in (docdir): Remove.
16097 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16099         * Makefile.in (datadir): Set to $(prefix)/share.
16101 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
16103         * configure.in: build diff and patch for cygwin32-hosted
16104         toolchains.
16106 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
16108         * config.sub: Accept -rtems*.
16110 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
16112         * configure.in: enable dosrel for cygwin32-hosted builds,
16113                 remove diff from the list of things not buildable
16114                 via Canadian Cross
16116 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
16118         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16119         don't get ". ".
16121 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
16123         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16125 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
16127         * Makefile.in (taz): Handle case where tex3patch didn't even get
16128         checked out.  Also, if it was found, put the symlink in a new util
16129         subdirectory.
16131 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16133         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16135 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
16137         * config.sub: Recognize -openvms.
16138         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16139         * make-all.com, setup.com: New files.
16141 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16143         * Makefile.in (taz): tex3patch moved to texinfo/util.
16145 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
16147         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16148         * configure.in: remove make from disable-if-Can-Cross list
16149                 enable gdb if ${host} and ${target} are cygwin32
16151 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
16153         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
16154         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16156 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16158         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
16159         distinguish sysv/svr4/bsd variants.
16160         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16162 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
16164         * configure.in: Added copyright notice.
16165         * move-if-change: Added copyright notice.
16167 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16169         * configure.in (powerpcle-*-solaris*): Until we get shared
16170         libraries working, don't build gdb, sim, make, tcl, tk, or
16171         expect.
16173 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
16175         * config.guess:  Merge with FSF:
16177         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16178         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16180         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
16181         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16183         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
16184         * config.guess:  Combine two OSF1 rules.
16185         Also recognize field test versions.  From mjr@zk3.dec.com.
16186         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
16187         because GNU uname does not support -p.  From pmr@pajato.com.
16189 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
16191         * Makefile.in (MAKEDIRS): Removed $(tooldir).
16193 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
16195         * mpw-README: Document GCCIncludes.
16197 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
16199         * configure.in (alpha-*-linux*): Set enable_shared to yes.
16201 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16203         * mpw-configure: Handle --enable-FOO and --disable-FOO.
16205 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
16207         * configure.in (*-*-cygwin32): Configure make.
16209 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
16211         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16213 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
16215         * Makefile.in (all-inet): Depend on all-perl.
16217         * Makefile.in (inet-install): New target.
16219         * Makefile.in (all-inet): Depend on all-tcl.
16220         (all-inet): Depend on all-send-pr.
16222 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16224         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16225         temporarily.
16227 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
16229         * configure.in: Don't configure --with-gnu-ld on AIX.
16231 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16233         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16235 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
16237         * Makefile.in (ALL_MODULES): Added all-inet.
16238         (CROSS_CHECK_MODULES): Added check-inet.
16239         (INSTALL_MODULES): Added install-inet.
16240         (CLEAN_MODULES): Added clean-inet.
16241         (all-indent): New target.
16243         * configure.in (host_tools): Added inet.
16244         (native_only): Added inet.
16245         (noconfigdirs): Added inet.
16247 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
16249         * configure.in: Don't configure libgloss if we are not configuring
16250         newlib.
16252 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
16254         * configure.in: Don't configure libgloss for unsupported
16255         architectures.
16257 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16259         * Makefile.in (CLEAN_MODULES): Add clean-apache.
16261 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
16263         * Makefile.in (ALL_MODULES): Include all-apache.
16264         (CROSS_CHECK_MODULES): Include check-apache.
16265         (INSTALL_MODULES): Include install-apache.
16266         (all-apache): New target.
16268         * configure.in: Added apache everywhere perl is seen.
16270 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16272         * Makefile.in: Add support for clean-{module} and
16273         clean-target-{module} rules.
16275 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
16277         * configure.in (*-*-ose) do not build libgloss.
16279 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16281         * config.guess (prep*:SunOS:5.*:*): Turn into
16282         powerpele-unknown-solaris2.
16284 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
16286         * configure.in: Permit --enable-shared to specify a list of
16287         directories.
16289 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16291         * configure.in (host==solaris): Pass only the first word of $CC
16292         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16294 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16296         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16298 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
16300         * Makefile.in (ALL_MODULES): Include all-perl.
16301         (CROSS_CHECK_MODULES): Include check-perl.
16302         (INSTALL_MODULES): Include install-perl.
16303         (ALL_X11_MODULES): Include all-guile.
16304         (CHECK_X11_MODULES): Include check-guile.
16305         (INSTALL_X11_MODULES): Include install-guile.
16306         (all-perl): New target.
16307         (all-guile): New target.
16309         * configure.in (host_tools): Include perl and guile.
16310         (native_only): Include perl and guile.
16311         (noconfigdirs): Don't build guile and perl; no ports have been
16312         done.
16314 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
16316         * configure (--enable-*): Handle quoted option lists such as
16317         --enable-sim-cflags='-g0 -O' better.
16319 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16321         * Makefile.in ({,inst}all-target): New rule so we can make and
16322         install all of the target directories easily.
16324 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16326         * configure.in: Add missing global flag in sed substitution when
16327         deleting `target-' from ${configdirs}.
16329 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
16331         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16332         option.
16334         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16335         config/mh-necv4.
16337         * install.sh: Correct misspelling of transformbasename.
16339         * config.guess: Recognize mips-*-sysv*.
16341 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
16343         * config.sub: Recognize mon960.
16345 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
16347         * configure: Restore Canadian Cross handling of BISON and LEX,
16348         removed in Feb 20 change.
16350 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
16352         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16353         Mention make install.  Remove the old copyright date as well the
16354         clumsy and rather pointless copyright on the README file.
16356 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16358         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16359         Makefile after running symlink-tree, then run `make distclean' to
16360         avoid clobbering any generated files in srcdir.
16362 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
16364         * configure.in (m68k-*-netbsd*): Build everything now.
16366 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16368         * Makefile.in (taz): Fix quoting.
16370 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
16372         * configure.in (sparclet-*-*): Build everything now.
16374 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16376         * configure.in (m68k-*-linux*): New host.
16378 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
16380         * configure: Check for bison before byacc.
16382 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
16384         * Makefile.in configure:  Change the way LEX and BISON/YACC are
16385         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
16386         searching PATH.  These are used as fallbacks by Makefile.in if
16387         flex/bison/byacc aren't in objdir.
16389 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
16391         * Makefile.in: Make everything which depends upon all-bfd also
16392         depend upon all-opcodes, in case --with-commonbfdlib is used.
16394 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16396         * configure.in (host *-*-cygwin32): Don't build gdb if we are
16397         building NT native compilers on Unix.
16399 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
16401         * configure.in: Don't get CC from the host Makefile fragment if we
16402         can find gcc in PATH, or if this is a Canadian Cross.  Move the
16403         Solaris test for /usr/ucb/cc to the post target script, just after
16404         the compiler sanity test.
16406 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
16408         * config.sub: Merge with FSF.
16410 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
16412         * Makefile.in (RPATH_ENVVAR): New variable.
16413         (REALLY_SET_LIB_PATH): Use it.
16414         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16416 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
16418         * config.sub, configure.in: Recognize sparclet cpu.
16420 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16422         * config.guess:  Support m68k-cbm-sysv4.
16424 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16426         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16427         m68k-unknown-linuxaout from linker help string.  Put quotes around
16428         $ld_help_string.
16430 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
16432         * config.guess (powerpc-harris-powerunix): Add guess for port
16433         to new target.
16435 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16437         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16439 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
16441         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16442         $(REALLY_SET_LIB_PATH) in Makefile.
16443         * Makefile.in (SET_LIB_PATH): New variable.
16444         (REALLY_SET_LIB_PATH): New variable.
16445         ($(DO_X)): Use $(SET_LIB_PATH).
16446         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16447         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16448         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16449         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16450         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16451         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16452         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16453         (install-dosrel): Likewise.
16454         (all-opcodes): Depend upon all-libiberty.
16456 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16458         * config.guess (*:CYGWIN*): New
16460 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16462         * Makefile.in (all-target-winsup): All all-target-libiberty.
16464 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16466         * configure.in (noconfigdirs): Add missing # in front of comment.
16468 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
16470         * configure.in: add second pass to things added to noconfigdirs
16471         so *-gm-magic can exclude libgloss properly.
16473 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
16475         * mpw-configure (extralibs_name, rez_name): Set correctly
16476         for MWC68K compiler.
16478         * mpw-README: Add more info on the necessary build tools.
16480 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16482         * configure.in, config.sub: Recognize cygwin32.
16484 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
16486         * config.guess, config.sub: Recognize A/UX.
16488 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
16490         * config.sub: Merge with gcc/config.sub.
16492 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
16494         * mpw-build.in (do-binutils): Add build of stamps.
16496 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
16498         * config.sub: Add recognition for mips64vr4100*-* targets.
16500 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16502         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16503         Add creation of gconfigargs with `--enable-shared' turned on.
16504         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16505         ($(host)-stamp-stage3-configured): Likewise.
16506         (HOLES): Add chatr and ldd.
16507         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16509 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
16511         * configure: Pass --nfp to recursive configures.
16513 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16515         * Makefile.in (DLLTOOL): New.
16516         (DLLTOOL_FOR_TARGET): New.
16517         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16518         (EXTRA_TARGET_FLAGS): Ditto.
16519         (EXTRA_GCC_FLAGS): Ditto.
16520         (CONFIGURE_TARGET_MODULES): Ditto.
16521         (DO_X): Ditto.
16522         * configure: Add DLLTOOL.
16524 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
16526         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16527         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16528         mh-sco, since old workarounds no longer needed, and don't
16529         build ld, since libraries have weak symbols in COFF.
16531 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16533         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16535 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16537         * configure.in: Make sure that ${CC} can be used to compile an
16538         executable.
16540 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16542         * Makefile.in (all-gdb): Depend on $(GDB_TK).
16543         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16544         nothing depending on whether gdbtk is being built.
16546 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16548         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16550 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16552         * configure.in (noconfigdirs): Put ld or gas in this early, if the
16553         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16555 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16557         * config-ml.in: Add support for
16558         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16559         Simplify setting of multidirs from --disable-foo.
16561 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16563         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16564         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16565         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16566         non-empty, pass them on to the  GCC make.
16567         (all-bootstrap): New rule that is like all-gcc, except it executes
16568         the GCC bootstrap rule instead of the GCC all rule.
16570 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16572         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16574 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16576         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16577         DG/UX support.
16579 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
16581         * config.sub (i*86*) Change [345] to [3456]
16583 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16585         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16586         --with-gnu-ld=no.
16588 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16590         * config-ml.in (rs6000*, powerpc*): Add switches to control which
16591         AIX multilibs get built.
16593 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16595         * configure.in (i386-win32): Don't build expect if we're not
16596         building the tcl subdir.
16598 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
16600         * Makefile.in: (configure-target-examples, all-target-examples):
16601         New targets, configure and build example programs.
16603 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
16605         * mpw-configure: If an mpw-config.in generated a file mk.sed,
16606         use it as input to sedit the generated MPW makefile.
16607         * mpw-README: Add a suggestion about Gestalt.h.
16609 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
16611         * config.sub: Accept *-*-ieee*.
16613 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
16615         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
16616         Ronald F. Guilmette <rfg@monkeys.com>.
16618 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16620         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16621         for powerpc-pe native.
16622         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16623         (target==powerpc-pe): duplicate i386-win32 entry.
16625 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16627         * configure.in (noconfigdirs): Exclude target-newlib for all versions
16628         of vxworks, not just vxworks5.1.
16630 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
16632         * mpw-configure: Add support for exec-prefix.
16634 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16636         * config.guess: Recognize HP model 816 machines as having
16637         a PA1.1 processor.
16639 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16641         * configure: Ignore new autoconf configure options.
16643 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16645         * config.guess:  Recognize Pentium under SCO.
16646         From Robert Lipe <robertl@arnet.com>.
16648 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16650         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16652 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
16654         * configure.in: Don't configure gas for alpha-dec-osf*.
16656 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
16658         * configure.in: Default to --with-stabs for some targets for which
16659         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16660         i[345]86*-*-unixware*.
16662 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16664         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16665         rather than basing it on the target.  Simplify handling of options
16666         controlling which directories to configure.  Remove extraneous
16667         slash in multi-clean target.
16669 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
16671         * config-ml.in: Prefix more variables with ml_ so they don't collide
16672         with configure's.
16674 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
16676         * configure: Don't turn -v into --v.
16678 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
16680         * configure.in (targargs): Fix typo.
16682         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16684 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
16686         * configure.in: Strip --host and --target options from
16687         CONFIG_ARGUMENTS, and always configure for --host only.  Add
16688         --with-cross-host option when building with a cross-compiler.
16689         * configure: Canonicalize the arguments put into config.status by
16690         always using `=' for an option with an argument.  Pass a presumed
16691         --host or --target explicitly.
16693 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
16695         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16696         into general OS recognition case.
16698 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16700         * configure.in (target_configdirs): add target-winsup only
16701         for win32 target systems.
16703 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
16705         * Makefile.in (all-target-libgloss): Depend upon
16706         configure-target-newlib, since when libgloss is built it looks to
16707         see if the newlib directory exists.
16709 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
16711         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16712         cfg-ml-*.in.
16714 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
16716         * configure: Handle LD and LD_FOR_TARGET when configuring a
16717         Canadian Cross.
16719 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16721         * configure.in (target_libs): add target-winsup.
16722         (target==i386-win32): add patch diff flex make to $noconfigdirs.
16723         (target==ppcle-pe): remove ld from $noconfigdirs.
16725 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
16727         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16728         Preserve relative path names in $srcdir.  Build symlink tree if
16729         configuring cross target dir and srcdir=. (= no VPATH support).
16730         (configure-target-libg++): Depend on configure-target-librx.
16731         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16732         * config-ml.in: New file.
16733         * symlink-tree: New file.
16734         * configure: Ensure srcdir="." if that's what it is.
16736 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
16738         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16739         includes and FLEX_SKELETON setting.
16740         * mpw-configure (--with-gnu-ld): New option, controls whether
16741         to use PPCLink or ld with PowerMac GCC.
16742         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16743         * mpw-config.in: Configure grez if targeting Mac.
16745         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16746         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16747         just macos.
16748         * configure.in: Configure grez resource compiler if targeting Mac.
16749         * Makefile.in (all-grez, install-grez): New targets.
16751 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
16753         * configure: CXX defaults to gcc, not g++.  If we find
16754         gcc in the path, set CC to gcc -O2.
16756 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
16758         * configure: Default ${build} correctly.  Avoid picking up extra
16759         spaces when reading CC and CXX from Makefile.  When doing a
16760         Canadian Cross, use plausible default values for numerous
16761         variables.
16762         * configure.in: When doing a Canadian Cross, don't try to
16763         configure tools whose configure script can't handle it.
16765 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16767         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16769 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16771         * configure:  Remove dubious bug reporting address.
16773 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16775         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
16776         configure script, run that instead of this directory's configure.
16777         In either case, print a message that we're configuring the sub-dir.
16779 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16781         * configure.in: Before checking for the existence of various files,
16782         use sed to filter out "target-".
16784 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16786         * Makefile.in (DO_X): Split rule to decrease command line length
16787         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
16788         (Philippe De Muyter).
16790 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16792         * Makefile.in (all-patch): depend on all-libiberty.
16794 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
16796         * configure.in: If the only directory in target_configdirs which
16797         actually exists is libiberty, then set target_configdirs to empty,
16798         to avoid trying to build a target libiberty in a gas or gdb
16799         distribution.
16801 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
16803         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16804         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16805         systems.
16807 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16809         * configure.in (copy_dirs): Use sys-include instead of include
16810         for --with-headers option.
16812 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
16814         * Makefile.in, configure.in: Make winsup builds work with
16815         new scheme.
16817 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
16819         * configure.in: Build the linker on AIX.
16821 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16823         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
16824         where needed.
16826 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
16828         * Makefile.in (all-gcc): Fix typo.
16830 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16832         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
16834 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16836         * configure.in:  Rename libFOO to target-libFOO, and xiberty
16837         to target-xiberty, to provide more flexibility.
16838         (target_subdir):  Define.  Create if cross.
16839         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16840         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
16841         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16842         check-libFOO -> check-target-libFOO, etc.
16843         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16844         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16845         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16846         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
16847         allow ALL_GCC="" to only configure.
16848         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
16849         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
16850         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
16852 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
16854         * Makefile.in (taz): Build "info" in etc explicitly.
16856 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
16858         * configure.in:  Make sure that CC is undefined (as opposed to
16859         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
16860         problem with autoconf trying to configure on a host without GCC.
16862 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16864         * mpw-configure: Set host alias from choice of host compiler,
16865         only use generic MPW Makefile sed if present, edit a file
16866         named "hacked_Makefile.in" instead of "Makefile.in" if present.
16867         * mpw-README: Add problem notes about CW6 and CW7.
16869 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16871         * Makefile.in (taz): Use ";" instead of ";;".
16873 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16875         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16876         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16877         DISTDOCDIRS.
16878         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16879         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16881 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16883         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16884         and gnats, because they are now subsumed by DISTSTUFFDIRS.
16885         Move bfd to DISTSTUFFDIRS.
16887 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16889         * Makefile.in (X11_LIB): Removed.
16890         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16892         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16894 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16896         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16897         names.
16899 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16901         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16903 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16905         * configure.in (i[345]86-*-win32): Always build newlib.
16906         Don't configure cvs, autoconf or texinfo.
16907         * Makefile.in (LD_FOR_TARGET): New.
16908         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16909         Pass down LD_FOR_TARGET.
16911 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16913         * winsup: New directory.
16914         * Makefile.in: Build winsup.
16915         * configure.in: Winsup is configured when target is win32.
16916         Can only build win32 target GDB when native.
16918 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16920         * config.guess: Recognize HP model 819 machines as having
16921         a PA 1.1 processor.
16923 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16925         * configure: Fix sed loop which substitutes for CC and CXX to
16926         avoid bug found in various sed implementations.
16928 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16930         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16931         simulator.  Use standard powerpc-*-eabi*.
16933 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16935         * configure.in: Stop putting gas and binutils in noconfigdirs for
16936         powerpc-*-aix* and rs6000-*-*.
16938 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
16940         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16941         -mcall-aixdesc libraries.
16943 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
16945         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16947         * config.sub (arm | armel | armeb): Fix shell syntax.
16949 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16951         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16952         -msoft-float and -mcpu=common support.
16953         (powerpc*-*-eabisim*): Add support for building -mcall-aix
16954         libraries.
16956 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16958         * configure.in: Allow configuration and build of emacs19 for the alpha.
16960 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16962         * configure.in (CC): Get ^CC, not just any old CC, from
16963         ${host_makefile_frag}.
16965 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16967         * configure.in (CC): Try to get CC from
16968         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16970 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16972         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16973         only if it exists in $(srcdir).
16975 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16977         * configure: If CC and CXX are not set in the environment, set
16978         them, based on either an existing Makefile or on searching for gcc
16979         in PATH.  Substitute for CC and CXX in Makefile.
16980         * configure.in: Remove libm from target_libs.  Separate
16981         target_configdirs from configdirs.  If CC is not set in
16982         environment, try to get it from a host Makefile fragment.  Rewrite
16983         changes of configdirs to use skipdirs instead.  A few minor
16984         tweaks.  Take directories out of target_configdirs as they are
16985         taken out of configdirs.  Remove existing Makefile files from
16986         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16987         CONFIG_ARGUMENTS in Makefile.
16988         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16989         by configure.in.
16990         (CONFIG_ARGUMENTS): Likewise.
16991         (CONFIGURE_TARGET_MODULES): New variable.
16992         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16993         ($(CONFIGURE_TARGET_MODULES)): New target.
16994         (configure-libg++, configure-libio): New targets.
16995         (all-libg++): Depend upon configure-libg++.
16996         (all-libio): Depend upon configure-libio.
16997         (configure-libgloss, all-libgloss): New targets.
16998         (configure-libstdc++): New target.
16999         (all-libstdc++): Depend upon configure-libstdc++.
17000         (configure-librx, all-librx): New targets.
17001         (configure-newlib): New target.
17002         (all-newlib): Depend upon configure-newlib
17003         (configure-xiberty): New target.
17004         (all-xiberty): Depend upon configure-xiberty.
17006 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17008         * configure.in (host i[345]86-*-win32):  Expand the
17009         noconfigdirs again.
17011 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
17013         * mpw-configure: Fix sed command file name.
17015 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17017         * configure.in (host i[345]86-*-win32): Reduce the
17018         noconfigdirs again.
17020 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
17022         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17023         or powerpc*-*-pe*, since they are not yet supported.
17025 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17027         Add PowerMac support and many other enhancements.
17028         * mpw-configure: New option --cc to select compiler to use,
17029         paste options set according to --cc into the generated
17030         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17031         if mpw-make.sed is present.
17032         * mpw-config.in: Don't test for gC1, test for mpw-touch,
17033         add forward includes for PowerPC include files.
17034         * mpw-build.in: Build using Makefile.PPC if present.
17035         (do-byacc, etc): Remove separate version resource builds.
17036         (do-gas): Build "stamps" before "all".
17037         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
17038         * mpw-README: Update to reflect --cc option, PowerMac support,
17039         and recently-reported compatibility problems.
17041 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
17043         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
17044         embedded m68k systems (-aout, -coff, -elf, -vxworks).
17045         (--with-multilib-top): Pass to recursive invocations.
17047 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
17049         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17050         v810-*-*.
17052 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17054         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17055         gdb, ld and opcodes on v810-*-*.
17057 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17059         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17060         (local-maintainer-clean): New target.
17061         (maintainer-clean): New target.
17062         (realclean): Just depend upon maintainer-clean.
17064 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17066         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17068 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
17070         * configure.in: Build ld in mips*-*-bsd* case.
17072 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
17074         * config.sub: Accept -lites* OS.  From Ian Dall.
17076 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
17078         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17079         targets.
17081 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17083         * configure.in: treat i386-win32 canadian cross the same as
17084         i386-go32 canadian cross.
17086 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17088         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17089         running under the simulator to build a reduced set of libraries.
17090         (powerpc-*-eabiaix): Add fine grained multilib support added to
17091         other powerpc targets yesterday.
17093 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17095         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17096         -disable-softfloat, -disable-relocatable, -disable-aix, and
17097         -disable-sysv to control which multilib libraries get built.
17099 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17101         * configure: Add Makefile.tem to list of files to remove in trap
17102         handler.
17104 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17106         * config.guess (*Linux*):  Add missing "exit"s.
17107         Also, need specific check for alpha-unknown-linux (uses COFF).
17109 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17111         * config.guess:  Merge with FSF:
17113         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
17114         * config.guess (AIX4): More robust release numbering discovery.
17116         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
17117         * config.guess (i386-sequent-ptx): Properly get version number.
17119         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
17120         * config.guess (mips:*:4*:UMIPS): New case.
17122 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17124         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17125         (i386-win32 host): Likewise.  Don't build readline.
17127 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
17129         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
17130         SUPPORT_FILES to submakes.
17132 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
17134         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17135         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17136         mpw-configure.
17138 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
17140         * configure.in (appdirs): Use =, not ==, in test expression when
17141         trying to build the text to print in the warning message for
17142         Solaris users.
17144 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
17146         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17148 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17150         * config.guess: Recognize lynx-2.3.
17152 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
17154         * config.sub (z8ksim): Deleted
17155         (z8k-*-coff): New, this is the one true name of the target.
17157 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
17159         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17161 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
17163         * config.guess (*:Linux:*:*): First try asking the linker what the
17164         default object file format is (elf, aout, or coff).  Then if this
17165         fails, try previous methods.
17167 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17169         * configure.in: Don't build newlib for *-*-vxworks5.1.
17171 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17173         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17174         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17176 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
17178         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17180 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
17182         * cfg-ml-com.in: New file.
17183         * cfg-ml-pos.in: New file.
17185 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17187         * COPYING.NEWLIB: Add HP free copyright to list.
17189 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17191         * config.sub: Recognize -eabi* for the system, not just -eabi.
17193 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17195         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17196         * config.sub, configure.in (win32): New target and host.
17198 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17200         * configure.in: Add i386-pe configuration.
17202 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
17204         * mpw-build.in (install): Install GDB after LD.
17206 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
17208         * mpw-config.in (elf/mips.h): Always forward-include, needed
17209         for GDB to build.
17211 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17213         * testsuite: New directory for customer acceptance and whole tool
17214         chain tests.
17216 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17218         * configure: If per-host line isn't found, but AC_OUTPUT is found
17219         and a configure script exists, run it instead.
17221 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17223         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
17225 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17227         * configure: Set build_{cpu,vendor,os,alias} to host values when
17228         --build isn't specified.
17230 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17232         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17233         (FLAGS_TO_PASS): Pass them.
17234         (EXTRA_TARGET_FLAGS): Ditto.
17236 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17238         * Makefile.in (all-libg++): Depend on all-libstdc++.
17240 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17242         * configure.in (noconfigdirs): Enable all packages for
17243           i386-unknown-netbsd.
17245 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
17247         * configure.in (noconfigdirs): Don't configure tk for i386-go32
17248         hosted builds (DOS builds)
17250 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17252         Changes for ARM based on patches from Richard Earnshaw:
17253         * config.sub: Handle armeb and armel.
17254         * configure.in: Omit arm linker only for riscix.
17256 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17258         * config.guess:  Update from FSF.
17260 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
17262         * config.sub: Recognize powerpcle as the little endian variant of
17263         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
17264         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
17265         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
17266         temporarily.
17268 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
17270         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17272 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
17274         * config.sub: Accept -lites* as a basic system type.
17276 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
17278         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17279         installed, and if so return linuxoldld as the system name.
17281 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
17283         * config.guess: Add hppa1.1-hp-lites support.
17285 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17287         * configure.in: Don't build newlib for m68k-vxworks5.1.
17289 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17291         * configure.in (mips-sgi-irix6): Use mh-irix5.
17293 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
17295         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17297 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17299         * test-build.mk: Enable building of shared libraries on IRIX 5 and
17300         OSF/1.  Fix compiler flags.
17301         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
17303 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
17305         * configure.in: Recognize --with-newlib.
17306         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17308 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17310         * Makefile.in: move {all,check,install}-gdb from *_MODULES
17311         to *_X11_MODULES due to gdbtk needing X include files et al.
17313 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
17315         Merge in support for Mac MPW as a host.
17316         (Old change descriptions retained for informational value.)
17318         * mpw-config.in: Add generic include forwards for cpu-specific
17319         include files in aout and elf directories.
17321         * mpw-configure: Added copyright.
17322         * mpw-config.in: Check for presence of required build tools.
17323         (target_libs): Add newlib.
17324         (target_tools): Add examples.
17325         (Read Me): Generate as "Read Me for MPW" instead.
17326         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17327         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17328         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17330         * mpw-configure: Remove subdir-specific makefile hackery,
17331         delete mk.tmp after using it.
17333         * mpw-build.in (all): Display start and end times.
17335         * mpw-configure (host_canonical): Set.
17336         (target_cpu): Always add to makefiles.
17337         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17338         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17339         (mpw-mh-mpw): Look for in srcdir and srcroot.
17340         Use sed instead of mpw-edit-prefix to edit prefix definitions.
17342         * mpw-build.in: (install-only): New target.
17344         * mpw-configure (host_alias, target_alias): Rename from hostalias
17345         and targetalias, add into generated Makefile.
17346         (mk.tmp): If present, add into generated Makefile.
17347         * mpw-build.in (all-gas): Build config.h first before gas proper.
17349         * mpw-configure (config.status): Write only if changed.
17350         * mpw-config.in (readline): Configure it (not built, just used for
17351         definitions).
17353         * mpw-config.in (elf/mips.h): Add a forward include.
17355         * mpw-config.in: Forward-include most .h files in include into
17356         extra-include.
17357         (readline): Don't build.
17358         mpw-build.in (install): Install GDB.
17360         * mpw-configure (prefix, mpw_prefix): Handle it.
17361         * mpw-config.in (mmalloc, readline): Don't configure.
17362         * mpw-build.in (thisscript): Rename to ThisScript.
17363         Use mpw-build instead of BuildProgram everywhere.
17364         (mmalloc, readline): Don't build.
17365         * mpw-README: New file, basic documentation about the MPW port.
17367         * mpw-config.in: Use forward-include to create include files.
17369         * mpw-configure: Add more things to the top of each configured
17370         Makefile, including contents of config/mpw-mh-mpw.
17371         * mpw-config.in (extra-include): Create this directory and fill it
17372         with Posix-like include files when configuring.
17374         * config.sub (apple, mac, mpw): Add various aliases.
17376         * mpw-build.in: New file, top-level build script fragment for MPW.
17377         * mpw-configure: New file, configure script for MPW.
17378         * mpw-config.in: New file, config fragment for MPW.
17380 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17382         * configure.in (host_libs): Remove glob, since it is gone from the
17383         sources.
17385 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17387         * Makefile.in: define empty GDB_NLM_DEPS var.
17389         * configure.in(target_makefile_frag): use config/mt-netware
17390         for netware targets.
17392 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17394         * config.sub: Merge in recent FSF changes.  Remove linux special
17395         cases.
17397 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17399         Revert this change:
17401         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17403                 * build-all.mk: Use CC=cc -Xs on Solaris.
17405 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17407         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
17408         stop using it.
17409         * Makefile.in: Nuke all references to glob subdirectory.
17411 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17413         * configure.in: Fix --enable-shared logic in per-host.
17415 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17417         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17419 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17421         * configure.in (noconfigdirs): Don't build gas on AIX, for
17422         powerpc*-*-aix* as well as for rs6000*-*-aix*.
17424 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
17426         * configure: Fix --cache-file to work if the file argument is a
17427         relative path.
17429 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
17431         * configure: If the --cache-file is used, pass it down to
17432         configure in subdirectories.
17434 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
17436         * config.sub: add vxworks29k configuration.
17438 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17440         * Makefile.in (taz): Do "diststuff" part quietly.
17442 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17444         * config.sub: Mini-merge with gcc/config.sub.
17446 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17448         * config.guess (IRIX): Sed - to _.
17450 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17452         * Makefile.in (source-vault, binary-vault): New targets.
17454 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
17456         * config.sub: Recognize -eabi as a basic system type.
17458 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17460         * configure.in (enable_shared stuff): Fix typo.
17462 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
17464         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17466 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17468         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17470 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
17472         * configure.in (rs6000-*-*): Don't build gas.
17474 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
17476         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17477         reduce command line length.
17478         (AS_FOR_TARGET): Check for as.new, not Makefile.
17479         (NM_FOR_TARGET): Check for nm.new, not Makefile.
17481 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17483         * config.guess:  Merge from FSF.
17485 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17487         * configure: Don't use $ when handling program_suffix.
17489 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
17491         * configure.in:  Configure tk for hppa/hpux.
17493 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17495         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
17497 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17499         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
17500         to LIBCXXFLAGS.  Tests are better run without it.
17502 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
17504         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17506 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
17508         * configure.in (*-*-netware*): Don't configure xiberty.
17510 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
17512         * configure.in:  Remove tk from native_only list.
17514 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
17516         * build-all.mk: Add mips-ncd-elf target to sun4 targets
17517           for special NCD build.
17519 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17521         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17522         makeall.bat, they're only useful for binutils snapshots.
17523         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17524         makeall.bat to specified SUPPORT_FILES.
17526 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
17528         * build-all.mk: Add Ericsson targets to sun4 and solaris
17529           hosts.  Add  BNR's sun4 target to solaris host, so their
17530           build-from-source will be tested in-house first.
17532 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17534         * Makefile.in (LIBCFLAGS): New variable.
17535         (CFLAGS_FOR_TARGET): Ditto.
17536         (LIBCFLAGS_FOR_TARGET): Ditto.
17537         (LIBCXXFLAGS): Ditto.
17538         (CXXFLAGS_FOR_TARGET): Ditto.
17539         (LIBCXXFLAGS_FOR_TARGET): Ditto.
17540         (BASE_FLAGS_TO_PASS): Pass them.
17541         (EXTRA_TARGET_FLAGS): Ditto.
17543         * configure.in: Support --enable-shared.
17545 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17547         * configure.in (target_libs):  Include libstdc++ again.
17548         * config.guess:  Update from FSF (for FreeBSD).
17550 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17552         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17553         makeall.bat.
17554         (DISTDOCDIRS): Add `etc'.
17555         (ETC_SUPPORT_PFX): New variable.
17556         (taz): Include anything from etc starting with a word in
17557         ETC_SUPPORT_PFX.
17559 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17561         * config.sub: Update for recent FSF changes.  Remove obsolete
17562         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17563         spacing changes.
17565 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17567         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17569         * config.guess:  Merge with FSF.
17570         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17572 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17574         * configure: Since the "trap 0" handler will override the exit
17575         status on many systems, only use it for "exit 1", and make it set
17576         a non-zero exit status; reset it before "exit 0".  Also, check
17577         exit status of config.sub, and error out if it failed.
17579 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
17581         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17582         and install libgloss.
17584 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17586         * Makefile.in (all-binutils): Depend upon all-byacc.
17588         * configure.in: Don't build emacs on Irix 5.
17590 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17592         * configure.in (*-*-netware*): Add libio.
17594 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17596         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17597         (CHECK_TARGET_MODULES): Ditto.
17598         (INSTALL_TARGET_MODULES): Ditto.
17599         (TARGET_LIBS): Ditto.
17600         (all-libstdc++): Note dependencies.
17602 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17604         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17606 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17608         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17609         -fexternal-templates.
17611         * configure.in (target_libs): Add libstdc++.
17612         (noconfigdirs): Add libstdc++ as appropriate.
17614 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17616         * config.guess:  Update from FSF.
17618 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17620         * configure: Use ${config_shell} when running ${configsub}.
17622 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
17624         * config.sub: No longer recognize h8300h.
17626 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17628         * config.sub: Remove extraneous differences between config.sub and
17629         gcc/config.sub.
17631 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17633         * Makefile.in (DISTSTUFFDIRS): Add gas.
17635 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
17637         * COPYING.NEWLIB: New file.
17639 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17641         * config.guess (HP-UX):  Patch from Harlan Stenn
17642         <harlan@landmark.com> to also emit release level.
17644 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17646         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17648 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17650         * config.sub:  Merge nextstep cleanup from FSF.
17652 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17654         * configure.in (arm-*-*): Don't configure ld for this target.
17656 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17658         * configure.in (*-*-netware): don't configure libg++, libio,
17659           librx, or newlib.
17661 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17663         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
17664         configure ld--it works, but it doesn't support shared libraries.
17666 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17668         * config.guess (*-unknown-freebsd*):  Get rid of possible
17669         trailing "(Release)" in version string.
17670         Patch from Paul Richards <paul@isl.cf.ac.uk>.
17672 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17674         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17675         Fix type: *-next-neststep -> *-next-nextstep.
17677         * config.guess:  Merge from FSF:
17679         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
17681         * config.guess: Recognize powerpc-ibm-aix3.2.5.
17683         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
17685         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17686         instead of UNIX_SV for UnixWare 1.0).
17688 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
17690         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
17691         to make gdb/nlm/* build after the compiler and linker.
17693 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17695         * config.guess (netbsd, freebsd, linux):  Accept any machine,
17696         not just i[34]86.
17697         (m68k-atari-sysv4):  Relocate to match FSF version.
17699         * config.guess:  More merges from the FSF:
17701         Add a space before function call or macro invocation.
17703         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17705         * config.guess: Add trap cmd to remove dummy.c and dummy when
17706         interrupted.
17708         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17710         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17711         (dummy): Redirect stderr from compilation of dummy.c.
17713         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
17715         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17717 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
17719         * configure: Accept and ignore --cache*, for compatibility with
17720         new autoconf.
17722 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17724         * config.guess:  Merge from FSF:
17726         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17728         * config.guess (Pyramid*:OSx*:*:*): New case.
17729         (PATH): Add /.attbin at end for finding uname.
17730         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
17732         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
17734         * config.guess (M88*:DolphinOS:*:*): New case.
17736         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
17738         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17739         to select whether to use ELF or COFF.
17741         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17743         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17745         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
17747         * config.guess: Guess the OS version for HPUX.
17749         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
17751         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17753 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17755         * configure.in: Recognize --with-headers, --with-libs, and
17756         --without-newlib.
17757         * Makefile.in (all-xiberty): Depend upon all-ld.
17759 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17761         * configure.in: Change i[34]86 to i[345]86.
17763 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17765         * configure (version): A few more tweaks to help message.
17767 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17769         * Makefile.in:  Remove (for now) librx as a host library,
17770         now that we're building it for target.
17772 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17774         * configure: Fix up help message; from karl@owl.hq.ileaf.com
17775         (Karl Berry).
17777 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17779         * configure.in:  Also configure librx.
17781 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17783         * Makefile.in:  Update various rules to reflect that librx
17784         is now needed for libg++.
17786 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17788         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17790 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
17792         * configure.in: Configure the examples directory.
17794 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17796         * configure: Simplify Jun 2 1994 change.
17798 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17800         * change CC to /usr/latest/bin/gcc for lynx host builds, since
17801         /bin/gcc isn't good enough to build gcc.
17803 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
17805         * Makefile.in (GDB_SUPPORT_FILES): Remove
17806         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
17807         (gdb.tar.gz): Add new rule to use standard distribution building
17808         mechanism.
17810 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17812         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
17813         Bill Cox <bill@cygnus.com>.
17815 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17817         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
17819 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
17821         * configure:  Search current dir first in .gdbinit.
17823 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17825         * config.sub:  Recognize freebsd (merged from gcc config.sub).
17827 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17829         * config.sub:  Refer to NeXT's operating system as nextstep.
17831         * config.sub (case $basic_machine):  Re-order the cases, to match
17832         the order in the FSF version (which is mostly alphabethical).
17833         Merge in some additions and changes from the FSF.
17835 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
17837         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17838         * config.sub: Recognize cxux7.
17839         * configure.in: Use mh-cxux for m88k-harris-cxux*.
17841 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17843         * config.sub:  Fix typo powerpc -> powerpc-*.
17845 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
17847         * Makefile.in: `all-emacs19' depends on `all-byacc'.
17849         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17850         parallel with all-emacs and install-emacs).  Top-level command
17851         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17853 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17855         * test-build.mk ($(host)-stamp-stage2-installed): Remove
17856         $(relbindir)/make before doing ``make install'', and use
17857         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
17858         installing over running make binary.
17859         ($(host)-stamp-stage3-installed): Likewise.
17861 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17863         * config.guess: Recognize Mach.
17865 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17867         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17868         see whether --exec-prefix was used.
17870 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17872         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
17874 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17876         * Makefile.in: Add all-librx target similar to all-libproc.
17878 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17880         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17881         with post 1.2 uname bogosity.
17883 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17885         * configure: Remove temporary files on receipt of a signal.
17887 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17889         * configure: If there is a package_makefile_frag, remove
17890         ${subdir}/Makefile.tem after copying it in.
17892 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17894         * build_all.mk: support rs6000 lynx identifies itself as
17895         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17896         since /bin/gcc is too feeble to compile a modern gcc.
17898 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17900         * brought devo/test-build.mk update-to-date with progressive/
17901           test-build.mk. Add lynx targets and hppa flag info.
17903 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17905         * configure.in:  Use mh-ncrsvr43.  Patch from
17906         Tom McConnell <tmcconne@sedona.intel.com>.
17908 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17910         * config.guess (i386-unknown-bsdi):  No longer need to
17911         check #if defined(__bsdi__) && defined(__i386__).
17913 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17915         * configure: Set program_transform_nameoption correctly.
17917 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17919         * brought build-all.mk update-to-date with progressive build-all.mk,
17920           added new targets and hppa info.
17922 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17924         * configure: If config.guess result is a prefix of the user
17925         specified target, assume a native build and use the user specified
17926         target as the host alias.  Remove SunOS patch suffix removal hack.
17927         * configure.in: Remove SunOS patch suffix removal hack.
17929         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17930         in NATIVE_CHECK_MODULES.
17932 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
17934         * Makefile.in: Rename HOST_ONLY to NATIVE.
17935         * configure: Delete SunOs patch suffix from host_canonical
17936           and build_canonical variables that are prepended to Makefiles.
17937         * configure.in: Add comments for easier maintenance.
17939 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17941         * Makefile.in: Add all-libproc target similar to all-gui.
17943 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
17945         * Makefile.in (CHECK_MODULES): split into
17946         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17948 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
17950         * config.guess (i386-unknown-bsdi): New system to guess.
17952 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17954         * Makefile.in: Add all-gui target (but not yet build by "all").
17956 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
17958         * config.sub: Move deletion of patch suffix from here...
17959         * configure.in: To here, at Ian's suggestion.  The top-
17960           level scripts might need to know of a patch level.
17962 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
17964         * config.sub: Strip off patch suffix so rtl is recognized
17965           as a sunos4.1.3 machine, even though it's been patched.
17967 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17969         * Makefile.in (INSTALL_LAST): Delete.
17970         (INSTALL_DOSREL): New.
17972 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17974         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17975         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17976         whether we pass down --with-gnu-ld anyhow.
17978 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17980         * Makefile.in (INSTALL_LAST): Change operation so it works
17981         on more flavors of make.
17982         * configure.in (go32): Don't build libg++ or libio.
17984 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17986         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17987         they can be overriden by templates.
17989 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
17991         * configure.in (target==go32): Don't build gdb.
17992         * dosrel: New directory.
17994 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
17996         * configure.in (host==go32): Configure dosrel too.
17997         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17998         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17999         be set by incoming names or templates.
18000         (INSTALL_LAST): New rule.
18002 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
18004         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
18006 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18008         * configure.in (appdirs): New variable.  Currently empty, but will
18009         be used in gas distribution.  If nonempty, lists a set of
18010         directories at least one of which must get configured, or top
18011         level configuration is considered to have failed.
18012         (rs6000-*-lynxos*): Use new file name.
18014 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18016         Eliminate XTRAFLAGS.
18017         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18018         newlib include files using -idirafter, and also use -nostdinc.
18019         (CXX_FOR_TARGET): Likewise.
18020         (XTRAFLAGS): Removed.
18021         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18022         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18023         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18024         ($(DO_X)): Don't pass down XTRAFLAGS.
18026 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18028         * configure.in (mips*-dec-bsd*): New target; do build linker.
18029         (mips*-*-bsd*): New target; don't build linker.
18031 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18033         * configure.in: support rs6000-*-lynxos* configuration.
18034         support sunos4 as a cross target.
18036         * config.sub: look for lynx*, not lynx since the OS version may
18037         legitimately be part of the name.
18039 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18041         * configure.in (i[34]86-*-sco*): Move to be with other i386
18042         targets.
18043         (romp-*-*): New target.  Skip various binary utilities.
18044         (vax-*-*): New target.  Don't build newlib.
18045         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
18047 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18049         * configure.in: Only set host_makefile_frag if config
18050         directory exists.
18052 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18054         * install.sh: If $dstdir exists, don't check whether each
18055         component does.
18057 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18059         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18061 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
18063         * configure.in (*-*-lynxos*): Don't configure newlib for either
18064         native or cross Lynx.
18066 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
18068         * config.sub (sparc64-elf): Fix os.
18069         (z8k): Remove duplicate.
18071 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18073         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18074         gcc/stmp-fixproto, to try to prevent fixproto from being run.
18076 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
18078         * configure: Make file links cleanly even if Lynx fails on
18079           an NFS symlink (at least fail cleanly).
18081 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18083         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18084         -XNh2000.
18086 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18088         * configure: Unknown options are fatal again.
18090 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
18092         * configure: Ignore --x-includes and --x-libraries, for Autoconf
18093         compatibility.
18095 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
18097         * build-all.mk: Add `clean' target.
18099 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18101         * config.guess:  Add SINIX support.
18102         * configure.in:  Add mips-*-sysv4* support.
18104 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
18106         * build-all.mk: Document all useful targets.
18107         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18108         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18110 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18112         * configure: Support --silent, --quiet.
18114 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18116         * configure: Support --disable-FEATURE.
18118 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18120         * config.guess: Recognize NCR running SVR4.3.
18122 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18124         * config.guess:  Make BSDI generate i386-unknown-bsd386.
18125         Patch from Paul Eggert <eggert@twinsun.com>.
18127 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18129         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18131 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18133         * configure: Make unrecognized options give nonfatal warnings
18134         instead of fatal errors, and pass them to any subdirectory
18135         configures in case they recognize them.
18136         Make --x equivalent to --with-x.
18138 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18140         * configure: Add --enable-* options.  Clean up usage message and
18141         some comments.
18143 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
18145         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18147 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18149         * configure.in (hppa*-*-*): Enable binutils.
18151 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18153         * config.sub: Recognize cisco.
18155 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
18157         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18159 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18161         * config.guess: about target *-hitachi-hiuxwe2, don't print more
18162         than one configuration name.  Add comment.
18164 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
18166         * config.guess: about target *-hitachi-hiuxwe2, fixed
18167         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
18168         macro is incorrect.]
18170 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18172         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18173         than the "make ls" stuff which used to be here.
18175 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18177         * config.guess:  Recognize i[34]86-unknown-freebsd.
18178         From Shawn M Carey <smcarey@rodan.syr.edu>.
18180 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18182         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18184 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
18186         * config.guess: Check for ptx.
18188 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
18190         * config.sub: Add os9k checking.
18192 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18194         * config.guess: Handle OSF1 running on HPPA processors
18196 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18198         * configure: If subdir configure fails, print out a message with
18199         subdirectory name, in case subdir's configure code didn't identify
18200         itself.
18202 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
18204         * configure.in: Remove embedded newlines from configdirs.
18205         Avoid mismatches of substrings.  Fix matching strings at end
18206         of configdirs.
18208 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
18210         * config.guess:  Add Lynx/rs6000 config support.
18212 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18214         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18216 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
18218         * configure.in (hppa*-*-osf*): Treat this just like most other
18219         PA configurations (eg no binutils or ld).
18220         (hppa*-*-*elf*): These configurations have binutils and ld.
18222 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18224         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
18226 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18228         * configure.in (rs6000-*-*): Build gas.
18230 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18232         * Makefile.in:  Avoid bug in losing hpux sed.
18234 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18236         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18237         for GDB and GDB has been fixed to not need it.
18239 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18241         * config.guess: Recognize vax hosts.
18243 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18245         * configure (while loop): Don't use "break 2" inside case
18246         statement -- the case statement isn't an enclosing loop.
18248 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18250         * config.guess:  Clean up NeXT support, to allow nextstep
18251         on Intel machines.  Make OS be nextstep.
18253 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
18255         * config.guess: Add alternate forms for Convex.
18257 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
18259         * configure:  Completely rewrite option processing.  Take
18260         advantage of pattern-matching to avoid invoking test frequently.
18261         Also clean up host and target defaulting logic.
18263 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18265         * Makefile.in: Replace all occurrances of "rootme" with "r" and
18266         "$${rootme}" with "$$r", to increase the likelihood that the do-*
18267         commands (plus user environment) will fit SCO limits.
18269 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18271         * configure.in: Don't issue warnings about directories which are
18272         not being configured if -norecursion is set.  Correct test for
18273         --with-gnu-as and --with-gnu-ld to not get confused by substring
18274         matches.
18276         * configure.in: Don't build gas for alpha-dec-osf1*.
18278 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
18280         * configure:  Back out Per's change of 12/19/1993.  It changes the
18281         behavior of configure in unexpected and confusing ways.
18283         Also, use different delim char when calculating
18284         program_transform_name so that the name can contain slashes.
18286 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
18288         * configure.in, config.sub: Add support for VSTa micro-kernel.
18290 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
18292         * configure.in: Nuke hacks which were used to get a special
18293         version of GAS for HPPA configurations.
18295 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18297         * configure:  If only ${target_alias} is given, use that
18298         as the default for ${host_alias}.
18299         * configure:  Add missing back-slashes before nested quotes.
18301 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18303         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18305 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
18307         * config.guess:  Recognize some Tektronix configurations.
18308         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18310 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18312         * config.sub: Match any flavor of SH.
18314 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
18316         * configure.in: Don't try to configure newlib for Alpha.
18318 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18320         * configure.in: Don't build ld for Irix 5.  Don't build gas,
18321         libg++ or libio for any Alpha target.
18323         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18325 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
18327         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18328         default arguments -- so it tried to compress itself.
18330 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18332         * configure.in (notsupp): ensure that a space is always at the end
18333           of the configdirs list, since the grep checks for an explicit space
18335 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18337         * configure.in (target i386-sysv4.2): don't build ld, since static
18338           versions of many libraries are not available.
18340 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18342         * config.guess: Recognize Apollos (using environment variables).
18343         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18345 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18347         * config.guess: Recognize Sony news mips running newsos.
18349 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
18351         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18352         "fi ; else" for bash.
18354 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
18356         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18358 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
18360         * config.sub: accept unixware as an alias for svr4.2.
18361         Fix some inconsistancies with the gcc version.
18363 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18365         * Makefile.in (DISTDOCDIRS):  Add gdb.
18367 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18369         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
18371 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18373         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18374         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18375         this now.
18377 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18379         * config.sub: Accept hiux* as an OS name.
18381         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18382         etc/make-stds.texi.  The underscore came from gcc, and dje now
18383         agrees that RUNTESTFLAGS is the correct name.
18385 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18387         * install.sh:  Remove 'set -e'.  It makes any conditionals
18388         in the script useless.
18390         * config.guess: Automatically recognize arm-acorn-riscix
18391         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18393 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
18395         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18397 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18399         * Makefile.in (DISTDOCDIRS): New variable.
18400         (taz): Edit local Makefile.in sooner, instead of proto-toplev
18401         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
18403 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18405         * configure.in (hppa target): check the source directory for the
18406           pagas sub-directory
18408 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
18410         * config.sub: Allow -aout* and -elf*.
18412 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18414         * configure.in: Don't build ld on i386-solaris2, same as for
18415         sparc-solaris2.
18417 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18419         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18421 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18423         * configure.in:  Configure gdb for alpha.
18425 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18427         * Makefile.in (CXXFLAGS): Add -O.
18429 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18431         * config.guess: added support for DG Aviion
18433 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18435         * configure.in: Produce warning message for subdirectories not
18436         configurable for this host/target combination.  Don't try to
18437         configure gdb for vms.
18439 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18441         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18442         appropriate files before making "diststuff".
18443         (DISTBISONFILES): New var: list of files to be edited.
18444         (DISTSTUFFDIRS): Add binutils.
18446 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18448         * config.sub: also handle mipsel and mips64el (for little endian mips)
18450 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18452         * configure.in: Add * to end of all OS names.
18454 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
18456         * configure.in: Build newlib for LynxOS native.
18458 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18460         * config.guess: Add support for delta 88k running SVR3.
18462         * configure.in: Add comment about HP compiler vs. emacs.
18464 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18466         * configure.in: don't build ld on solaris2 (not a viable option
18467           due to bugs in getpwnam & getpwuid)
18469 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18471         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18472         config.guess will produce a full version number.
18474 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18476         * configure.in: Build linker and binutils for alpha-dec-osf1.
18478 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18480         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18481         and gdb/testsuite/Makefile.in.
18483 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18485         * configure.in: recognize mips*- instead of mips-
18487 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18489         * config.sub: Accept linux*coff and linux*elf as operating
18490         systems.
18492 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18494         * config.sub: Recognize mips64, and mips3 as an alias for it.
18496 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18498         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18499         gdb knows how to handle OSF/1 shared libraries.
18501 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18503         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18504         * config.guess: Recognize Hitachi's HIUX.
18505         * config.sub: Recognize h3050r* and hppahitachi.
18506         Remove redundant cases for hp9k[23]*.
18508 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18510         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18511         if gas and ld are in the source tree and are in ${configdirs}.
18512         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18513         --with options (but still pass them down on the command line,
18514         if they were explicitly specified).
18516 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18518         * configure: substitute SHELL value in Makefile.in with
18519         ${CONFIG_SHELL}
18521 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18523         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18524         *-*-solaris2* targets.
18526 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18528         * Makefile.in: define M4, and pass it down to sub-makes;
18529         all-autoconf now depends on all-m4
18531 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18533         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18534         presence of {ar,ranlib} instead of a configured directory
18536 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18538         * config.guess: Accept 34?? as well as 33?? for NCR.
18540 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18542         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18543         of 'gas' in sed commands, since 'gash' is now in the tree as well.
18545 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18547         * configure: grab values for $(CC) and $(CXX) from the
18548         environment, so that someone can do "CC=gcc configure; make" and
18549         have it work right (matching the way that autoconf works now)
18551         * configure.in, Makefile.in: add support for gash, the tcl
18552         interface to Galaxy
18554         * config.guess: add NetBSD variants (hp300, x86)
18556 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18558         * install.sh: Support -d option (in the manner of SunOS 4 install,
18559         as it is more deterministic than that of GNU install)
18560         (chmodcmd): Set file to mode 755 by default (should also do default
18561         chgrp and chown, but I don't feel like dealing with that now)
18563 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18565         * config.sub: Remove h8300hhms alias.
18567 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18569         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18571 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18573         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18574         as stmp-fixinc
18576 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18578         * config.sub: recognize m88110-bug-coff.
18580 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18582         * Makefile.in (all-libio): all dependencies on the toolchain used
18583         to build this (gcc, gas, ld, etc)
18585 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18587         * config.guess: Deal with OSF/1 1.3 on alpha.
18589 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18591         * install.sh: add some 'else true' clauses for portability
18593         * configure.in: don't build libio for h8[35]00-*-* targets
18595 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18597         * Makefile.in:  Add support for new libio.
18599 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18601         * install.sh: If one command fails, don't try the rest.  Don't try
18602         to remove $dsttmp (via trap) unless we have already created it.
18603         If $src doesn't exist, detect it and exit with an error.
18605         * config.guess: Recognize BSD on hp300.
18607 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18609         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18610         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18612 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
18614         * Makefile.in (all-send-pr): depends on all-prms
18616 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18618         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18620 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18622         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18623         Added test for mips-mips-riscos5.
18625 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18627         * configure.in: use mh-hp300 for 68k HP hosts
18629 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18631         * configure: add support for CONFIG_SHELL, so that you can use
18632         some alternate shell for evaluating configure scripts
18634 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
18636         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
18637         in configure script to bug-gdb@prep.ai.mit.edu when building
18638         distribution archive.
18639         * Makefile.in (COMPRESS):  Remove def.
18640         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
18641         gdb.tar.Z and make-gdb.tar.Z respectively.
18642         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
18643         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
18644         to convergence with 'taz' target in Makefile.in.
18646 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18648         * install.sh (dsttmp): use trap to ensure that tmp files go
18649         away on error conditions
18651 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18653         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18655 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18657         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18658         its parent is '/' not ''.
18660         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18662 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
18664         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18665         that ${newsrcdir}/configure.in does.
18667 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18669         * test-build.mk: support for CONFIG_SHELL
18671 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
18673         * config.sub (netware):  Add as a basic system type.
18675 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18677         * Makefile.in (Makefile): depend on configure.in.  Also drop the
18678           $(srcdir)/ from the dependency on Makefile.in.
18680 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
18682         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18683         (h8300hhms is temporary until multi-libraries are implemented).
18684         * configure.in: Handle h8300h too.
18686 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18688         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18690 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
18692         * configure:  Remove extraneous output when guessing host type.
18693         * config.guess:  Remove extraneous output when guessing using C
18694         compiler rather than uname, or when guessing fails.
18696 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
18698         * Makefile.in: remove all.cross and install.cross targets
18700         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18701           definitions
18703 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
18705         * configure.in (target sh): Build gprof.
18707 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18709         * config.sub: change -solaris to -solaris2
18711 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18713         * configure.in: Use config/mh-riscos for mips-*-sysv*.
18715 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
18717         * configure: Correct error message for missing Makefile.in to
18718         print correct directory.
18720 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18722         * install.sh: kludge around 386BSD shell bug
18724 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
18726         * config.guess:  Recognize NeXT.
18727         * config.guess:  Recognize i486-ncr-sysv4.
18728         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
18730 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
18732         * Makefile.in (MAKEINFOFLAGS): New variable.
18733         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18734         * build-all.mk, test-build.mk: Pass down --no-split as
18735         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
18737 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
18739         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
18741 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
18743         * Makefile.in (libg++.tar.z):  New rule.
18744         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
18745         * Makefile.in (taz):  Only do a single chmod.
18747 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18749         * install.sh: don't use dirname anymore (replaced with sed usage)
18751 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
18753         * Makefile.in:  Change extension for gzip'd files from '.z' to
18754         '.gz' per new FSF standard usage.
18756 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18758         * configure: put quotes around the final value of program_transform_name
18760 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18762         * Makefile.in: new install.sh support; update install-info rules
18764 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
18766         * configure.in: Build diff for crosses, but not for go32 host.
18768         * configure.in: Build gprof only for native, and don't build it
18769         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18771 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
18773         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18775 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18777         * configure.in (host_tools): Add prms.
18779 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18781         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18782         with $(FLAGS_TO_PASS) on the command line
18784         * config.sub: Recognize lynx and lynxos
18786 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18788         * config.sub: Accept -ecoff*, not just -ecoff.
18790 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18792         * Makefile.in (taz): Use .gz suffix instead of .z.
18793         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18794         names.
18796 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18798         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18800 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18802         * Makefile.in (install-no-fixedincludes):  install gcc last, so
18803         that rebuilds that might happen during 'make install' don't get
18804         bogus gcc include files
18806 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18808         Change from Utah for HPPA support:
18809         * config.guess: Recognize hppa1.x-hp-bsd.
18811 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
18813         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
18814         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18816 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18818         * config.sub: Add support for rom68k and bug boot monitors.
18820 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
18822         * Makefile.in: Make all-opcodes depend on all-bfd.
18824 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18826         * config.guess: Added special check for i[34]86-univel-sysv4*.
18828 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
18830         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18831         the processor rather than assuming i486.
18833 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18835         * config.guess: Recognize SunOS6 as Solaris3.
18837 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
18839         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
18840         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18842 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
18844         * build-all.mk (all-cross): New target for Canadian Cross.
18845         Added Q2 go32 targets.
18846         * test-build.mk: Configure go32 cross sparclite-aout and
18847         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
18848         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18850 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18852         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18853         GO32 hosted toolchains
18855 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18857         * configure: change  so "-exec-prefix" gets passed down rather
18858         than "-exec_prefix" so autoconf generated Makefiles get the
18859         exec_prefix set right.
18861 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18863         * config.guess: get the Solaris2 minor version number
18865         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18867 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18869         * config.guess: Recognize some Sequent platforms.
18871 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18873         * Makefile.in: added the vault-install target
18875         * configure.in: actually use the Sun3 makefile fragment that's in
18876         config, also added the release dir to configdirs
18878 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18880         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18882 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18884         * configure.in: remove some program from Alpha targetted toolchains
18886 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18888         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18889         gprof.
18890         (taz): Run "make diststuff" in those directories instead of "make
18891         proto-dir".  Look for "VERSION=" only at start of line in subdir
18892         Makefile.  Use "gzip -9" for compression.
18893         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18894         (binutils.tar.z): New target.
18896 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18898         * Makefile.in (taz): Include gpl.texinfo.
18900 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18902         * Makefile.in (setup-dirs): Merged into "taz" target.
18903         (taz): Only do `proto-dir' stuff if a directory is actually needed
18904         for this target.
18906 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18908         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18909         (FLAGS_TO_PASS): Pass down MUNCH_NM.
18910         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18911         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18912         (gcc-no-fixedincludes): Correct for current gcc Makefile.
18914 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18916         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18917         config.sub, and move-if-change to gdb testsuite distribution
18918         archive, so the testsuite can be extracted, configured, and
18919         run separately from the gdb distribution.  Blow away the Chill
18920         tests that require a Chill compiled executable, since GNU Chill
18921         is not yet publically available.
18923 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18925         * test-build.mk: set environment variables in a single command,
18926         instead of a list of assignments and exports
18928         * config.guess: recognize Alpha/OSF1 systems
18930 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18932         * configure: Change help message to prefer --options rather than
18933           -options.
18935 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18937         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18938         zippy@ecst.csuchico.edu.
18939         * config.guess: Recognize miniframe.
18941 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18943         * Makefile.in: Use srcroot to find runtest rather than rootme.
18944         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18946 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18948         * test-build.mk: Extensive additions to support building on a
18949         machine other than the host.
18951 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18953         * configure (tooldir): Fix for i386-aix again.
18955 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
18957         * configure, Makefile.in:  Change definition of $(tooldir)
18958         to match the FSF.
18960 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
18962         * config.guess:  Recognize i[34]86/SVR4.
18964 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18966         * Makefile.in (all-gdb): gdb depends on sim.
18968 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18970         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18971         at the same time we make the prototype gdb directory.
18972         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18973         files at the same time as the gdb base release distribution.
18975 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18977         * Makefile.in (check): Use individual check targets rather than
18978         DO_X rule.
18979         (check-gcc): Added.
18981 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18983         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18984         for System V release 3.2.
18986 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18988         * config.sub: Recognize hppaosf.
18989         * configure.in: Do configure ld/binutils/gas for it.
18991 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18993         * configure (tooldir): Alter syntax used to set this, for systems
18994         where "\$" isn't handled right, like i386-aix.
18996 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18998         * configure: Pass program-transform-name, not
18999         program_transform_name, to recursive configures.
19001 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
19003         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
19004         of gas+ld+binutils.
19006 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
19008         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
19010 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19012         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19014 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19016         * Makefile.in (PRMS): Set back to all-prms.
19018 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19020         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19021         targets, rather than for MIPS hosts.
19023 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19025         * configure.in: add comment for --with-x default values
19027         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19029         * Makefile.in: add check-* targets for each of the directories in
19030         the tree.  Add a definition of RUNTEST that will use the one we
19031         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
19033 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
19035         * configure.in: Removed obsolete references to bfd_target and
19036         target_makefile_frag.
19038         * build-all.mk: Set assorted targets for Q2.
19039         * config.sub: Recognize z8k-sim and h8300-hms.
19040         * test-build.mk: Really don't pass host to configure.
19041         (HOLES): Added uname.
19043 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
19045         * configure: Handle an empty program-prefix, program-suffix or
19046         program-transform-name correctly.
19048 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19050         * build-all.mk: -G 8 no longer required for MIPS targets.
19051         * test-build.mk: Don't pass host argument to configure; make it
19052         guess.
19054 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
19056         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
19057         * Makefile.in (COMPRESS):  New macro, like GZIP.
19059 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19061         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19063         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19064         with gas currently defaults to -G 0.
19066 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
19068         * Makefile.in (all-flex): flex depends on byacc.
19070         * build-all.mk: If host not specified, use config.guess.  Pass TAG
19071         to test-build.mk as RELEASE_TAG.
19072         * test-build.mk (configargs): New variable containing arguments to
19073         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
19074         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19076         * config.guess: Use /bin/uname when checking -X argument on SCO,
19077         to avoid invoking GNU uname which doesn't understand -X.
19079         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19081         * configure.in: Build gas for mips-*-*.
19083 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19085         * Makefile.in (all.normal): insert missing backslash.
19087 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19089         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19091         * Makefile.in: Complete overhaul to merge many almost identical
19092         targets.
19094 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19096         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19097         (gdb.tar.Z): Adjusted.
19099         * Makefile.in (setup-dirs, taz): New targets; should be general
19100         enough to adapt for gdb sometime.  Build only .z file.
19101         (gas.tar.z): New target.
19103 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19105         * build-all.mk: Use CC=cc -Xs on Solaris.
19107 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
19109         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
19110         for handling BISON for FSF releases.
19112 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19114         * configure: Actually implement the change zoo just documented.
19116 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
19118         * configure: when using config.guess, only set target_alias when
19119         it's not already been set (ie, on the command line)
19121 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19123         * Makefile.in: add installcheck target, set PRMS to install-prms
19125 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19127         * configure: add support for package_makefile_fragment, handle the
19128         case where a directory has a configure.in file but no Makefile.in
19129         more gracefully (with an actual understandable error message, even);
19130         add support for --without (and add this to the usage message); also
19131         explicitly add a --host=${host_alias} to the command line when
19132         config.guess is used
19134 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19136         * configure: Must use both --host and --target in recursive calls.
19138 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19140         * Makefile.in: Change deja-gnu to dejagnu.
19142 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19144         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19146 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19148         * configure.in: canonicalize all instances to *-*-solaris2*,
19149         also strip out a number of tools to not build for go32 host
19151 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19153         * config.guess: add GPL.
19155         * Makefile.in, config.guess, config.sub, configure: bump
19156           copyrights to 93.
19158 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
19160         * Makefile.in (do-info): Removed obsolete check for existence of
19161         localenv file.
19163         * Makefile.in (MAKEOVERRIDES): Define to be empty.
19165 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19167         * Makefile.in: a couple of 'else true' for decstation,
19168         support for TclX
19170         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19172 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
19174         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19176 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
19178         * config.guess: Recognize i386-ibm-aix (PS/2).
19179         * configure.in: Use config/mh-aix386 file for it.
19181 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
19183         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19184         CC_FOR_TARGET instead.
19185         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19187 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
19189         * Makefile.in: Add sim to list of directories sent with gdb
19191 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19193         * configure.in: Put back mips-dec-bsd* case.
19195 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
19197         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19198         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
19199         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19201 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19203         * configure.in: remove no-op mips-dec-bsd* in "case $target"
19205         * Makefile.in (dir.info): only run gen-info-dir if it exists,
19206         (install-info): install dir.info only if it exists,
19207         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19209 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
19211         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
19212         gas for mips-dec-bsd.
19214 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
19216         * configure (makesrcdir): If ${srcdir} is relative and not ".",
19217         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19219 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19221         * configure.in: Added "dejagnu" to hosttools list.
19223 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
19225         * config.sub, configure.in, config.guess:  Add support
19226         for Bosx, an AIX variant from Bull.
19227         Patches from F.Pierresteguy@frcl.bull.fr.
19229 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19231         * devo/dejagnu: Initial creation of devo/dejagnu.
19232         Migrated dejagnu testcases and support files for testing software
19233         tools to reside as subdirectories, currently called "testsuite",
19234         within the directory of the software tool.  Migrated all programs,
19235         support libraries, etc. beloging to dejagnu proper from
19236         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
19237         with no modifications.  The changes to these files which will
19238         allow them to configure, build, and execute properly will be made
19239         in a future update.
19241 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19243         * Makefile.in: Change send_pr to send-pr.
19244         * configure.in: Likewise.
19245         * send_pr: Renamed directory to send-pr.
19247 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
19249         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
19251 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
19253         * README:  Update for gdb-4.8 release.
19254         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
19255         gdb-xxx.tar.z (gzip'd) file also.
19257 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19259         * Makefile.in: make all-diff depend on all-libiberty
19261 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
19263         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19265 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19267         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19269 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
19271         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
19272         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
19273         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
19275 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19277         * Makefile.in:  makeinfo binary is in a new location
19279 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
19281         * config.sub: Accept -ecoff as an OS.
19283         * Makefile.in: Various changes to eliminate a level of make
19284         recursion and reduce the required command line length.
19285         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19286         sub-makes.
19287         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19288         variables holding settings for specific sub-makes.
19289         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19290         in terms of BASE_FLAGS_TO_PASS.
19291         (TARGET_LIBS): New variable listing directories which use
19292         TARGET_FLAGS_TO_PASS.
19293         (subdir_do): Eliminated.
19294         (do-*): New set of targets to replace subdir_do.
19295         (various): All targets which used subdir_do now depend on do-*.
19296         (local-clean): Renamed from do_clean.
19297         (local-distclean): New target, dependency of distclean and
19298         realclean.
19299         (install-info): Don't create directories.  Depend on dir.info
19300         rather than calling make recursively.
19301         (install-dir.info): Eliminated.
19302         (install-info-dirs): Create all info directories here.
19303         (dir.info): Depend upon do-install-info.
19305         * test-build.mk (HOLES): Added false.
19307 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
19309         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
19311 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19313         * Makefile.in (info): remove dependency on all-texinfo.  The
19314         problem was really in texinfo/C, not at this level.
19316 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19318         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19320 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
19322         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
19323         GDB releases.
19325 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19327         * configure: Include srcdir in message about target of link not
19328         being found.  Don't convert `-' to `_' in `with' options being
19329         passed to subdirs.
19331 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19333         * configure.in: add uudecode to host_tools
19335         * Makefile.in: added {all,install}-uudecode targets, added them to
19336         the appropriate lists
19338 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
19340         * Makefile.in (all-gcc): Added dependency on all-gas.
19342         * configure.in (mips-*-*): Build ld and binutils.
19344 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19346         * configure: check return code from mkdir, print error message and
19347           exit on failure.
19349 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
19351         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
19353 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19355         * test-build.mk (HOLES): Added tar, cpio and uudecode.
19357 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19359         * config.sub (h8500):  Recognize this as a cpu type.
19361 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19363         * configure: source directory missing is no longer a warning
19365         * configure.in: recognize irix[34]* instead of irix[34]
19367         * Makefile.in: define and pass down X11_LIB
19369 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
19371         * guess-systype: Renamed to ...
19372         * config.guess:  ... by popular request.
19373         * configure.in, Makefile.in:  Update accordingly.
19375 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
19377         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
19378         + Add Convex, Cray/Unicos, and Encore/Multimax support.
19379         + Execute ./dummy instead of assuming . is in PATH.
19381 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
19383         * guess-systype:  New shell script.  Attempts to guess the
19384         canonical host name of the executing host.
19385         Only a few hosts are supported so far.
19386         * configure:  Call guess-systype if no host is specified.
19388 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19390         * Makefile.in (gcc-no-fixedincludes): Made to work with current
19391         gcc Makefile.
19393 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
19395         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19396         (all-gcc, install-gcc, subdir_do): Use it.
19398 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19400         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19402 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
19404         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19405           set exclusively by configure, using configure.in .
19407 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19409         * test-build.mk: set $PATH for all builds
19411         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19413 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
19415         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
19416         the one used in gcc/Makefile.in, so that a null expansion doesn't
19417         override the one needed to build gcc with a native cc.
19419 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19421         * configure: Accept -with arguments.
19423 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19425         * Makefile.in: added h8300sim
19427 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
19429         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19430         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
19431         (all-cygnus, native, build-cygnus): Make
19432         $(canonhost)-stamp-3stage-done, not $(host)....
19433         * test-build.mk (stamp-3stage-compared): Use tail +10c for
19434         i386-sco3.2v4.  Added else true to if command.
19436 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
19438         * config.sub: (from FSF) Sequent uses a BSD-like OS.
19440 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
19442         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19444 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19446         * configure.in: don't remove binutils from Solaris builds
19448 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
19450         * Makefile.in: get rid of earlier definitions for *clean,
19451         also handle the recursive info rule better
19453 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
19455         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
19456         do more-or-less the right thing.
19458 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
19460         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19461         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19463 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19465         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19466         $(host_canonical).
19468         * configure.in: split the configdirs list into 4 categories (native
19469         v. cross, library v. tool) and handle the cross-only and native-
19470         only in more reasonable (and correct!) way.
19472 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
19474         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
19475         configdirs anymore.
19477 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19479         * Makefile.in: extensive cleanup::  removed all of the explicit
19480         clean-* targets, collapsed many wrappers around subdir_do into
19481         one, added additional targets to satisfy standards.texi, deleted
19482         some old targets, some changes for consistency
19484 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19486         * configure.in: handle some programs as cross-only, and others as
19487         native only
19489         * test-build.mk: handle partial holes in a more generic manner
19491         * Makefile.in: m4 depends on libiberty
19493 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19495         * configure.in: add m4, textutils, fileutils, sed, shellutils,
19496         time, wdiff, and find to configdirs
19498         * Makefile.in: all, clean, and install rules for the new programs
19499         added to configure.in
19501 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19503         * configure.in: use mh-sun for all *-sun-* hosts
19505 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19507         * Makefile.in: define flags for X11 include files and library file
19508         locations, pass them down to the programs that need this info
19510         * build-all.mk: added a 'native' target, to 3stage the native toolchain
19512 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19514         * configure.in: start building libg++ for HP-UX targets
19516 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
19518         * README:  Update references to files moved into etc/.
19520 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
19522         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
19523         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
19525 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19527         * configure: accept dash as well as underscore in long option
19528         names for FSF compatibility.
19530 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
19532         * config.sub: added -sco3.2v4 support from FSF.
19534 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19536         * configure.in: expand the section that adds or removes
19537         directories from the list of programs to build, to handle native
19538         vs. cross in addition to host v. native
19540 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19542         * Makefile.in:  Replace C++ in macro names with CXX.
19543         This is less likely to break ...
19545 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19547         * test-build.mk: add -w to GNU_MAKE
19549 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19551         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19552         add 'sparc' to list of recognized cpus.  This needed to make
19553         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19554         Delete some redundant ose68 variants.  Recognize -wrs as an os,
19555         then changes that into $CPU-wrs-vxworks.
19557         * configure.in: remove most references to gdbtest, regularize
19558         target based program removal
19560         * test-build.mk: import from p3 tree (many fixes and changes)
19562 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19564         * Makefile.in: added rules to handle tcl, tk, and expect
19566         * configure.in: handle those directories if they exist
19568 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19570         * config.sub: removed bogus hppabsd and hppahpux names, since
19571         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19573 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19575         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
19576         depends upon all-xiberty
19578         * Makefile.in: changes from p3, including:
19580         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
19582         * Makefile.in (XTRAFLAGS): include newlib directories if
19583         newlib/Makefile exists, rather than if host != target.
19585         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
19587         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19588         from the same source tree and not building a cross-compiler.  This
19589         matters for the libg++ configuration if reconfiguring a tree that
19590         has already been installed.
19592         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
19594         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19595         pick up the machine and system specific header files.
19597         * Makefile.in: added AS_FOR_TARGET, passed down in
19598         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19599         the C compiler to use to create programs which are run in the
19600         build environment, set it to default to $(CC), and passed it down
19601         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19603         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
19605         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19606         We need them for unusual native builds, like systems without
19607         ranlib.
19609         * configure: also define $(host_canonical) and
19610         $(target_canonical), which are the full, canonical names for the
19611         given host and target
19613 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
19615         * Makefile.in:  Added separate definitions for C++.
19617 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
19619         * configure.in (configdirs):  Add deja-gnu.
19621 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
19623         * README:  Update for configure.texi and gdb-4.7 release.
19625 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
19627         * Makefile.in:  Move "all" target to top of file.
19628         Previously, first target was ".PHONY" which caused BSD4.4 make
19629         to build .PHONY when make was run without arguments.
19631 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
19633         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
19634         Library-copylefted code in libiberty.
19636 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
19638         * config.sub:  Replace m68kmote with plain old m68k.
19640 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
19642         * Makefile.in:  Remove space from blank line, avoid Make complaints.
19644 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
19646         * config.sub: Complain if no argument is given.  Added support for
19647         386bsd as OS and target alias.
19649 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
19651         * Makefile.in (XTRAFLAGS): include newlib directories if
19652         newlib/Makefile exists, rather than if host != target.
19654 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
19656         * config.sub: recognize sparclite-wrs-vxworks.
19658         * Makefile.in (install-xiberty): added *-xiberty make rules (from
19659         p3.) Added clean-xiberty to clean.
19661 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19663         * configure.in: use *-*-* instead of nested cases for host and target
19665 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
19667         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19668         from the same source tree and not building a cross-compiler.  This
19669         matters for the libg++ configuration if reconfiguring a tree that
19670         has already been installed.
19672 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
19674         * config.sub (i486v/i486v4):  Merge in from FSF version.
19676 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
19678         * configure: only set PWD if it is already set.
19680 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
19682         * configure: just set PWD=`pwd` at the top, since Ultrix sh
19683         doesn't have unset and all success paths (and most error paths)
19684         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19685         to just ${PWD} to avoid confusion.)
19687 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
19689         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19690         even for a native compilation.
19692 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
19694         Changes to make the gdb.tar.Z rule work better.
19696         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
19697         (DEVO_SUPPORT):  Add configure.texi.
19698         (bfd-ilrt.tar.Z):  Remove ancient rule.
19700 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
19702         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19703         pick up the machine and system specific header files.
19705         * configure.in, config.sub: added new target m68010-adobe-scout,
19706         with alias of adobe68k.  Changed configure.in to check for
19707         -scout before -sco* to avoid a false match.
19709         * Makefile.in: added AS_FOR_TARGET, passed down in
19710         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19711         the C compiler to use to create programs which are run in the
19712         build environment, set it to default to $(CC), and passed it down
19713         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19715 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19717         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19718         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
19719         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19720         FOR_TARGET variants, to newlib and libg++.
19722 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19724         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19725         first.
19727 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
19729         * config.sub:  Accept `elf' as an environment.
19731 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19733         * Makefile.in (all-opcodes):  cd into the right directory
19735 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
19737         * configure: added -program_transform_name option, used as
19738         argument to sed when installing programs.
19739         configure.texi: added documentation for -program_prefix,
19740         -program_suffix and -program_transform_name.
19742 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
19744         * config.sub:  Accept i486 where i386 ok.
19746 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
19748         * config.sub: accept we32k
19750 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
19752         * config.sub, configure.in: accept OSE68000 and OSE68k.
19754         * Makefile.in: don't create all directories for ``make install'';
19755         let the subdirectories create the ones they need.
19757 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19759         * COPYING: new file, GPL v2
19761 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19763         * Makefile.in: use the new gen-info-dir, which needs a template
19764         argument (which also lives in texinfo)
19766         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19768 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
19770         * config.sub (ncr3000):  Change i386 to i486.
19772 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19774         * Makefile.in: add install-rcs, install-grep to
19775         install-no-fixedincludes, removed install-bison and install-libgcc
19777 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
19779         * configure.in: grab the HPUX makefile fragment if on HPUX
19781 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19783         * Makefile.in: eradicate bison spoor (ditto libgcc).
19784          configure.in: recognise m68{k,000}-ericsson-OSE.
19785          es1800 is alias for m68k-ericsson-OSE
19787 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19789         * configure.in: rearrange the parts that remove programs from
19790         configdirs, based now on HOST==TARGET or by canonical triple.
19792 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19794         * test-build.mk: recurse explicitly with -f test-build.mk when
19795           appropriate.  predicate stage3 and comparison on the existence
19796           of gcc.  That is, if gcc isn't around, we aren't three-staging.
19797           On very clean, also remove ...stamp-co.  Build in-place before
19798           doing other builds.
19800 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19802         * Makefile.in, configure.in: add tgas
19804 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19806         * Makefile.in: a number of changes merged in from progressive.
19808         * configure.in: add libm.
19810         * .cvsignore: ignore some stuff that comes from test-build.mk.
19812 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
19814         * config.sub:  Add es1800 (m68k-ericsson-es1800).
19816 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19818         * configure: Add program_suffix (parallel to program_prefix)
19819         * Makefile.in: adjust directory-creating script for losing decstation
19821 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
19823         * configure:  Minor $subdir-related fixes.
19825 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19827         * configure: fix various problems with propogating
19828         makefile_target_frag in subdirs.
19829         * configure.in: config libgcc if its there
19831 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
19833         * config.sub:  HPPA merge.
19835 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
19837         * Makefile.in:  Replace all-bison with all-byacc in all
19838         dependency lines for other tools (which now use byacc).
19840 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
19842         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
19844 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
19846         * Makefile.in: make gprof rules similar to byacc rules (instead of
19847         vestigal $(unsubdir) that didn't work...)
19849 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
19851         * config.sub:  Add support for Linux.
19852         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
19853         (at least for libg++).
19855 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
19857         * configure.texi: fix doc for the -nfp option to configure
19859 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
19861         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19863 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
19865         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19866         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19867         * configure.in: added solaris* host_makefile_frag hook.
19869 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19871         * config.sub: changed recognition of m68000 so that various
19872         m68k types can be specified via m680[01234]0
19874 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19876         * config.sub (basic_machine): fix sed so that '-foo' isn't
19877         completely substituted out while .+'-foo' loses the '-foo'
19879 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19881         * config.sub ($os): Add -aout.
19883 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19885         * configure:  If host_makefile_frag is absolute, don't
19886         prefix ${invsubdir} (relevant to libg++ auto-configure).
19888 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19890         * Makefile.in (tooldir): Define it.
19891         (all-ld): Depend on all-flex.
19893 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19895         * Makefile.in (check):  Fix libg++ special case.
19897 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19899         * configure: do not bury `pwd` into config.status, thus do fewer
19900           pwd's.
19902         * configure: print the "Building in" message only when building in
19903           other than "." AND verbose.
19905         * configure: remove -s, rework -v to better accommodate guested
19906           configures.
19908         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19910 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19912         * Makefile.in: macroize flags passed on recursion.  remove
19913           fileutils.
19915 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19917         * configure: get makesrcdir right for subdirs deeper than 1.
19919         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19920           install.
19922 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19924         * Makefile.in: don't print subdir_do or recursion lines.
19926 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
19928         * standards.texi: added menu item.
19930         * Makefile.in: build and install standards.info.
19932         * standards.texi: new file.
19934 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19936         * configure: test for and move config.status pieces from
19937           ${subdir}/.
19939 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
19941         * configure:  Test for existance of files before trying to mv
19942         them, to avoid numerous non-existance messages.
19944 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
19946         * configure: correct final line of config.status.
19948         * configure: patch from eggert.  Avoids a protection problem if
19949           the original Makefile.in is read only.
19951         * configure: use move-if-change from gcc to create config.status.
19952           Some makefiles depend on config.status to tell if a directory
19953           has been reconfigured for a different host.  This change
19954           prevents those directories from remaking everything in the case
19955           where the reconfig was only intended to rebuild a Makefile.
19957         * configure: test for config.sub with "config.sub sun4" rather
19958           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
19959           host alias from a missing config.sub.
19961 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19963         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19964           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19966 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19968         * configure: mkdir ${subdir} as needed.
19970 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19972         * Makefile.in,configure.in: added autoconf.
19974 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19976         * Makefile.in: no longer pass against on recursion.
19978         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19979           definitions are not inherited.
19981         * configure: correct makesrcdir when subdir is .
19983 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19985         * configure:  Add support for 'subdirs' variable, which is
19986         like 'configdirs', except that configure doesn't re-invoke
19987         itself for subdirs, it just creates a Makefile for each subdir.
19988         * configure.texi:  Document subdirs.
19990 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19992         * configure.in: added flex to configdirs
19994 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
19996         * Makefile.in: remove clean-stamps from clean.
19998 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
20000         * configure.in:  Add gdbtest to configdirs.
20002 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
20004         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
20005         to recursive makes.
20006         * configure.in:  Recognize new ncr3000 config.
20008 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
20010         * Makefile.in, configure.in: removed references to gdbm.
20012 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
20014         * config.sub:  Don't canonicalize os value
20015         newsos* to bsd (readline needs to check for newsos).
20016         (This fix was earlier made Jan 31, but got re-broken.)
20018 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
20020         * configure.in:  sco is an os, not a vendor!
20022         * configure:  Quote $( better.  Keep various shells happy.
20024 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
20026         * Makefile.in: eliminate stamp-files.
20028 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
20030         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
20031           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20033 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
20035         * config.sub:  fix iris/iris3.
20037 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
20039         * configure: re-add -rm.
20041 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
20043         * Maskefile.in: add .stmp-rcs to all.
20045         * configure.in: remove gas from rs6000 build, use aix host fragment.
20047 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
20049         * configure: pass down site_option during recursion.
20051 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
20053         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
20055 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
20057         * configure: Change exec_prefix so that it really defaults to prefix.
20059 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
20061         * Makefile.in, configure.in:  Add support for mmalloc library.
20063 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
20065         * Makefile.in: add stmp dependencies for a few more things.
20067 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
20069         * configure: adjusted error message on objdir/srcdir configure
20070           collision, per john's suggestion.
20072         * Makefile.in: add libiberty stmp to all and all.cross.
20074 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
20076         * Makefile.in: remove force dependencies, add grep to all.
20078 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
20080         * Makefile.in: drop flex.  make stamp files work.
20082         * configure: added test for conflicting configuration in srcdir,
20083           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
20084           gets cranky.  use relative paths for configure and srcdir
20085           whenever possible.  Send some error messages to stderr that were
20086           going to stdout.
20088 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
20090         * Makefile.in:  Fix libg++ rule to check for gcc directory
20091         before using gcc/gcc.  Also pass XTRAFLAGS.
20093 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
20095         * Makefile.in: added stmp-files so that directories aren't polled
20096           when they are already built.
20098         * configure.texi: fixed a node pointer problem.
20100 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
20102         * config.sub configure.in gdb/configure.in
20103         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20104         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20105         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
20107 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20109         * configure: -recurring becomes -silent.  corrected help message
20110           for -site= option.
20112         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20114 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20116         * configure: when building Makefile for crosses, replace
20117           tooldir and program_prefix.  default srcdir from location of
20118           config.sub.  remove "for host in hosts" and "for target in
20119           targets" loops.
20121 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20123         * Makefile.in: Do not pass bindir or mandir to cvs.
20125 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
20127         * Makefile.in, configure.in: removed traces of namesubdir,
20128           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
20129           copyrights to '92, changed some from Cygnus to FSF.
20131         * configure.texi: remove most references to multiple hosts,
20132           multiple targets, subdirs, etc.
20134         * configure.man: removed rcsid. reference config.sub not
20135           config.subr.
20137         * Makefile.in: mkdir $(infodir) on install-info.
20139 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
20141         * configure.texi:  Explain better about .gdbinit and about
20142         the environment that configure.in sections run in.
20144 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
20146         * configure.in:  Ultrix is only a decstation if it's a MIPS.
20148 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
20150         * README:  DOC.configure => cfg-paper.texi.
20152 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
20154         * config.sub (near case $os):  Don't convert newsos* to bsd!
20156 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
20158         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
20159         the number of copies of COPYING that go into the GDB tar file.
20161 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
20163         * bfd/configure.in, gdb/config/mh-i386sco,
20164         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20165         Fix SCO configuration stuff.
20167 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
20169         * Makefile.in:  For libg++, make sure the -I pointing
20170         to the gcc directory goes *after* all the libg++-local -I flags.
20171         Also, move just-gcc dependency from just-libg++ to all-libg++.
20173 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
20175         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
20177 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
20179         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
20181 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
20183         * config.sub:  Add stratus configuration frags.  Also
20184         submitted to FSF.
20186 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
20188         * Makefile.in (DEV_SUPPORT):  add configure.man.
20190         * config.sub(Decode manufacturer-specific):  add -none*.
20192 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
20194         * Makefile.in:  remove form feeds to make Sun's make happy.
20195         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
20197 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
20199         * Makefile.in (AR_FLAGS):  Make quieter.
20201 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
20203         * configure.in:  Add libg++.
20204         * configure:  When verbose, don't output the command line at each
20205         level; it will be unremarkably the same as the previous version,
20206         which will be the same as what the user typed.
20208 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
20210         * configure.in, Makefile.in: fix clean-info, add flex.  add
20211           fileutils.
20213         * configure: be less sensitive to spaces in Makefile.in.  Do not
20214           look for sources in "..".  Doing so breaks subdirectories that
20215           might have their own configure.  If a subdir has it's own
20216           configure script, use it.
20218 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
20220         * cfg-paper.texi: some changes suggested by rms.
20222 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
20224         * config.sub:  Merge in some small additions from the FSF version,
20225         taken from the gcc distribution, to bring the Cygnus and FSF
20226         versions into closer sync.
20228 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
20230         * configure.in:  Changed svr4 references to sysv4.
20232 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
20234         * configure: added -V for version number option.
20236 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
20238         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20239           renamed from DOC.configure to cfg-paper.texi.
20241 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20243         * configure, config.subr, config.sub: config.subr is now
20244           config.sub again.
20246 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
20248         * configure.texi: new file, in progress.
20250         * Makefile.in: build info file and install the man page for
20251           configure.
20253         * configure.man: new file, first cut.
20255         * configure: find config.subr again now that configuration "none"
20256           has gone.  removed all traces of the -ansi option.  removed all
20257           traces of the -languages option.
20259         * config.subr: resync from rms.
20261 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20263         * configure, config.sub, config.subr: merge config.sub into
20264           config.subr, call the result config.subr, remove config.sub, use
20265           config.subr.
20267         * Makefile.in: revised install for dir.info.
20269 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20271         * configure.in: add decstation host makefile frag.
20273         * Makefile.in: BISON now bison -y again.  also install-gcc on
20274           install.  clean-gdbm on clean.  infodir belongs in datadir.
20275           Make directories for info install.  Build dir.info here then
20276           install it.
20278 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20280         * Makefile.in: fix for bad directory tests.
20282 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20284         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
20285           regexp.  -srcdir relative was being handled incorrectly.
20287         * Makefile.in: unwrapped some for loops so that parallel makes
20288           work again and so one can focus one's attention on a particular
20289           package.
20291 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20293         * configure: added PWD as a stand in for `pwd` (for speed). use
20294           elif wherever possible.  make -srcdir work without -objdir.
20295           -objdir= commented out.
20297 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20299         * configure: +options become --options.  -subdirs commented out.
20300           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
20301           Makefile now at top of generated Makefile.  Removed cvs log
20302           entries.  added -srcdir.  create .gdbinit only if there is one
20303           in ${srcdir}.
20305         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
20306           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
20307           and mandir now keyed off datadir by default.
20309 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20311         * Freshly created ChangeLog.
20314 Local Variables:
20315 mode: change-log
20316 left-margin: 8
20317 fill-column: 76
20318 version-control: never
20319 End: